diff --git a/README.md b/README.md index e90ab1f0..2a1a3b1e 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,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). @@ -171,7 +171,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`. @@ -189,7 +189,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) @@ -229,10 +229,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. @@ -298,7 +298,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`. @@ -306,9 +306,9 @@ When you run the `scan.sh` script: ## Troubleshooting * If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the `/default/ComfyUI-Manager/config.ini` file that is generated. * If updating ComfyUI-Manager itself fails, please go to the **ComfyUI-Manager** directory and execute the command `git update-ref refs/remotes/origin/main a361cc1 && git fetch --all && git pull`. -* If you encounter the error message `Overlapped Object has pending operation at deallocation on Comfyui Manager load` under Windows +* If you encounter the error message `Overlapped Object has pending operation at deallocation on ComfyUI Manager load` under Windows * Edit `config.ini` file: add `windows_selector_event_loop_policy = True` -* if `SSL: CERTIFICATE_VERIFY_FAILED` error is occured. +* If the `SSL: CERTIFICATE_VERIFY_FAILED` error occurs. * Edit `config.ini` file: add `bypass_ssl = True` diff --git a/check.sh b/check.sh index ef5c873b..c3ef41c2 100755 --- a/check.sh +++ b/check.sh @@ -37,7 +37,7 @@ find ~/.tmp/default -name "*.py" -print0 | xargs -0 grep -E "crypto|^_A=" echo echo CHECK3 -find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*https\\?:" -find ~/.tmp/default -name "requirements.txt" | xargs grep "\.whl" +find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*[^#]*https\?:" +find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*[^#].*\.whl" echo diff --git a/comfyui_manager/custom-node-list.json b/comfyui_manager/custom-node-list.json index 9df993d3..4e2d8d1a 100644 --- a/comfyui_manager/custom-node-list.json +++ b/comfyui_manager/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", @@ -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", @@ -5061,6 +5081,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 +5131,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 +5407,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 +5687,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 +6984,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 +8254,36 @@ "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": "Klinter", "title": "Klinter_nodes", @@ -8554,6 +8643,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 +9251,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 +9489,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", @@ -10031,6 +10108,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 +11329,66 @@ "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": "choey", "title": "Comfy-Topaz", @@ -11315,7 +11462,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 +12714,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 +13299,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", @@ -13197,7 +13374,17 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes" ], "install_type": "git-clone", - "description": "Nodes:ApiRequestNode, LoadVideoNode, JsonParserNode, OllamaRequestNode, OldPhotoColorizationNode." + "description": "Nodes:ApiRequestNode, LoadVideoNode, JsonParserNode, OllamaRequestNode, OldPhotoColorizationNode, waveform_2_audio, SaveImageUnifiedOutput, VideoHelperUnifiedOutput, ..." + }, + { + "author": "vanche1212", + "title": "ComfyUI InspireMusic Plugin", + "reference": "https://github.com/vanche1212/ComfyUI-InspireMusic", + "files": [ + "https://github.com/vanche1212/ComfyUI-InspireMusic" + ], + "install_type": "git-clone", + "description": "InspireMusic ComfyUI Plugin – ComfyUI Integration Plugin for AI Music Generation\nA ComfyUI node plugin based on Alibaba’s InspireMusic model, supporting text-to-music generation and music continuation features." }, { "author": "hben35096", @@ -13872,6 +14059,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", @@ -14073,6 +14280,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", @@ -14350,6 +14577,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", @@ -14561,6 +14818,26 @@ "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": "cozy_comm", "title": "Cozy Communication", @@ -14795,16 +15072,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", @@ -14947,6 +15214,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", @@ -15620,6 +15897,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", @@ -15643,14 +15930,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", @@ -15665,14 +15951,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", @@ -15876,6 +16161,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" ], @@ -16456,6 +16742,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", @@ -16881,6 +17177,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", @@ -17031,9 +17338,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." @@ -17405,6 +17712,16 @@ "install_type": "git-clone", "description": "Using IPAdapter for style consistency, the node accepts a story structured as text {prompt} text {prompt} etc. and generates a comic, saving it to /output. It also adds LLM API Request node, providing an openai compatible LLM API for generating the stories." }, + { + "author": "blob8", + "title": "ComfyUI_video-image-motion-transfer", + "reference": "https://github.com/blob8/ComfyUI_video-image-motion-transfer", + "files": [ + "https://github.com/blob8/ComfyUI_video-image-motion-transfer" + ], + "install_type": "git-clone", + "description": "Introduces a node that tries to approximate the entire video using it's first frame (that we stylize) by warping it using optical flow extracted from the video. First we do image-to-image using the reference video's first frame and a depth controlnet. The generated object doesn't have to closely resemble the reference like on the demo. Then the generated image and the video frames are fed into the node and it returns a warped video. No ai models are used by the node. The example workflow uses SDXL but you can get it to work with any arch if you manage i2i." + }, { "author": "banqingyuan", "title": "ComfyUI-text-replace", @@ -17536,6 +17853,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", @@ -17783,6 +18110,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", @@ -17794,6 +18131,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", @@ -18515,6 +18863,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", @@ -18731,7 +19089,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", @@ -19375,6 +19733,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" ], @@ -19642,6 +20001,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", @@ -20315,6 +20694,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", @@ -20510,6 +20899,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", @@ -20642,6 +21041,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", @@ -20805,16 +21214,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", @@ -20915,6 +21314,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", @@ -20978,14 +21387,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", @@ -21000,13 +21409,23 @@ }, { "author": "Light-x02", - "title": "Crop Image by Lightx02", - "reference": "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02", + "title": "ComfyUI-Civitai-Discovery-Hub", + "reference": "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub", "files": [ - "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02" + "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub" ], "install_type": "git-clone", - "description": "CropImageByLightx02 is a ComfyUI node that allows cropping an image (and optionally its mask) using pixel values." + "description": "This ComfyUI node lets you browse the Civitai gallery directly within the interface, featuring infinite scroll, advanced filters (including NSFW), and favorites management. It also allows you to retrieve prompts, metadata, and images/videos to seamlessly reuse them in your workflows." + }, + { + "author": "Light-x02", + "title": "ComfyUI-checkpoint-Discovery-Hub", + "reference": "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub", + "files": [ + "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub" + ], + "install_type": "git-clone", + "description": "Checkpoint Discovery Hub — An advanced browser for your ComfyUI models. Easily explore, filter, and load your checkpoints, manage presets, favorites, and Civitai metadata — all from a sleek and intuitive interface." }, { "author": "marcoc2", @@ -21272,6 +21691,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", @@ -22034,6 +22493,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", @@ -22542,6 +23021,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", @@ -22717,17 +23216,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", @@ -22798,16 +23286,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", @@ -22870,6 +23348,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", @@ -23227,7 +23715,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", @@ -23505,6 +23993,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", @@ -24318,16 +24816,6 @@ "install_type": "git-clone", "description": "Free trial of Tongyi Wanxiang wan2.1 model, this is a batch implementation of wan2.1 API, providing batch processing for your short video production." }, - { - "author": "penposs", - "title": "ComfyUI-Banana-Node", - "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": "cardenluo", "title": "ComfyUI-Apt_Preset", @@ -25876,6 +26364,26 @@ "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": "AngelCookies", "title": "ComfyUI-Seed-Tracker", @@ -26559,16 +27067,6 @@ "install_type": "git-clone", "description": "A more advanced version of the original ImageScaleToTotalPixels node" }, - { - "author": "rakki194", - "title": "ComfyUI-ImageCompare", - "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": "matoo", "title": "Compare Videos", @@ -26806,16 +27304,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", @@ -26836,6 +27324,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", @@ -27242,6 +27750,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", @@ -27296,7 +27834,7 @@ }, { "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" @@ -27375,6 +27913,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", @@ -27631,9 +28179,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." @@ -28085,26 +28633,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", @@ -28225,6 +28753,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", @@ -28466,6 +29004,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", @@ -28526,36 +29074,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", @@ -28596,16 +29114,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", @@ -28677,16 +29185,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", @@ -28978,6 +29476,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", @@ -29169,16 +29687,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", @@ -29451,6 +29959,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", @@ -29545,6 +30073,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", @@ -29555,6 +30094,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", @@ -29635,6 +30184,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", @@ -29697,6 +30256,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", @@ -29878,6 +30448,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", @@ -30045,10 +30625,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", @@ -30306,6 +30886,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", @@ -30337,6 +30927,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", @@ -30369,13 +30970,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", @@ -30677,16 +31278,6 @@ "install_type": "git-clone", "description": "TouchDesigner-style blob tracking and computer vision effects for ComfyUI. Simple nodes for bright spot detection, plexus connections, and technical aesthetics in video workflows." }, - { - "author": "fcanfora", - "title": "comfyui-camera-tools", - "reference": "https://github.com/fcanfora/comfyui-camera-tools", - "files": [ - "https://github.com/fcanfora/comfyui-camera-tools" - ], - "install_type": "git-clone", - "description": "NODES: Load Camera From File, Load 3D, Load 3D - Animation, Preview 3D, Preview 3D - Animation" - }, { "author": "lokinou", "title": "ComfyUI-Offload-Models", @@ -30697,6 +31288,16 @@ "install_type": "git-clone", "description": "Custom nodes to offload and rapatriate models from cpu." }, + { + "author": "lokinou", + "title": "ComfyUI-Better-Flow", + "reference": "https://github.com/lokinou/comfyui-better-flow", + "files": [ + "https://github.com/lokinou/comfyui-better-flow" + ], + "install_type": "git-clone", + "description": "Nodes for controlling workflow and reducing VRAM fingerprint." + }, { "author": "rainlizard", "title": "Whirlpool Upscaler", @@ -30707,16 +31308,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", @@ -30860,16 +31451,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", @@ -31133,13 +31714,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", @@ -31252,6 +31833,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", @@ -31262,6 +31853,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", @@ -31335,13 +31946,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", @@ -31502,12 +32113,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", @@ -31731,6 +32353,16 @@ "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": "RegulusAlpha", "title": "ComfyUI Dynamic Prompting Simplified", @@ -31751,16 +32383,6 @@ "install_type": "git-clone", "description": "A simple custom node to use reflect padding mode in the conv layers of VAEs." }, - { - "author": "netroxin", - "title": "comfyui_netro", - "reference": "https://github.com/netroxin/comfyui_netro", - "files": [ - "https://github.com/netroxin/comfyui_netro" - ], - "install_type": "git-clone", - "description": "#Camera Movement Prompt Node for ComfyUI\nThis custom node script for ComfyUI generates descriptive camera movement prompts based on user-selected movement options for Wan2.2" - }, { "author": "alexds9", "title": "Save Checkpoint with Metadata", @@ -31852,16 +32474,6 @@ "install_type": "git-clone", "description": "High-utility nodes for ComfyUI with a focus on Flux 1 Dev workflows and Ultimate SD Upscale enhancement loops." }, - { - "author": "alFrame", - "title": "AF - Edit Generated Prompt", - "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", - "files": [ - "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt" - ], - "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." - }, { "author": "joanna910225", "title": "HouseKeeper", @@ -31883,14 +32495,14 @@ "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", + "author": "rslosch", + "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", @@ -31984,6 +32596,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", @@ -31994,6 +32626,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", @@ -32024,6 +32666,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", @@ -32044,6 +32696,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", @@ -32154,6 +32817,16 @@ "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": "Urabewe", "title": "ComfyUI Video Extend Counter", @@ -32333,7 +33006,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", @@ -32369,9 +33042,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." @@ -32386,6 +33059,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", @@ -32409,13 +33112,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", @@ -32438,14 +33141,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", @@ -32508,6 +33211,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", @@ -32649,6 +33362,36 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that provides seamless integration with the Wan models from Alibaba Cloud Model Studio. This solution delivers cutting-edge image and video generation capabilities directly within ComfyUI, supporting both international and Mainland China regions." }, + { + "author": "ru4ls", + "title": "ComfyUI_Imagen", + "reference": "https://github.com/ru4ls/ComfyUI_Imagen", + "files": [ + "https://github.com/ru4ls/ComfyUI_Imagen" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that leverages the Google Cloud Vertex AI Imagen API to generate and edit images." + }, + { + "author": "ru4ls", + "title": "Google Font Text Image Node for ComfyUI", + "reference": "https://github.com/ru4ls/ComfyUI_Google-Fonts", + "files": [ + "https://github.com/ru4ls/ComfyUI_Google-Fonts" + ], + "install_type": "git-clone", + "description": "This custom node provides a powerful and flexible way to create images from text with advanced typographic controls. It's an ideal tool for generating inputs for Typography, creating titles and watermarks, or producing font specimens for multimodal models to analyze and generate." + }, + { + "author": "ru4ls", + "title": "ComfyUI Street View Loader Node", + "reference": "https://github.com/ru4ls/ComfyUI_StreetView-Loader", + "files": [ + "https://github.com/ru4ls/ComfyUI_StreetView-Loader" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that allows you to load images directly from Google Street View to use as backgrounds, textures, or inputs in your workflows." + }, { "author": "garg-aayush", "title": "ComfyUI-Svg2Raster", @@ -32669,6 +33412,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", @@ -32718,8 +33471,3592 @@ ], "install_type": "git-clone", "description": "Lightweight ComfyUI wrapper for IndexTTS 2 (voice cloning + emotion control)." - }, + }, + { + "author": "snicolast", + "title": "ComfyUI-Ovi", + "reference": "https://github.com/snicolast/ComfyUI-Ovi", + "files": [ + "https://github.com/snicolast/ComfyUI-Ovi" + ], + "install_type": "git-clone", + "description": "Lightweight ComfyUI wrapper that bring Character.AI's Ovi video+audio generator to ComfyUI with streamlined setup, selectable precision, and attention-backend control." + }, + { + "author": "snicolast", + "title": "ComfyUI-Manufnode", + "reference": "https://github.com/efortin/ComfyUI-Ollama-Enhancer", + "files": [ + "https://github.com/efortin/ComfyUI-Ollama-Enhancer" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes integrating Ollama to generate and enhance positive/negative prompts for Stable Diffusion workflows." + }, + { + "author": "fr0nky0ng", + "title": "ComfyUI-Face-Comparator", + "reference": "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator", + "files": [ + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator" + ], + "install_type": "git-clone", + "description": "This is a node to detect the similarity between two faces" + }, + { + "author": "fr0nky0ng", + "title": "ComfyUI-frankAI-banana", + "reference": "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana", + "files": [ + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI nodes for calling the Nano-Banana API , while also supporting the Google API and frankAI API." + }, + { + "author": "fr0nky0ng", + "title": "ComfyUI-JSON-Prompt", + "reference": "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt", + "files": [ + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI that generates JSON prompts from natural language descriptions to improve text-to-image generation quality. Supports local LLM integration via Ollama or Google Gemini API." + }, + { + "author": "Tr1dae", + "title": "LoRA Matcher Nodes for ComfyUI", + "reference": "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher", + "files": [ + "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher" + ], + "install_type": "git-clone", + "description": "This custom node provides two different approaches to automatically match text prompts with LoRA models using their descriptions." + }, + { + "author": "nakagawadev", + "title": "comfyui_nakagawa", + "reference": "https://github.com/nakagawadev/comfyui_nakagawa", + "files": [ + "https://github.com/nakagawadev/comfyui_nakagawa" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that send video data through websockets instead of saving to disk." + }, + { + "author": "nakMe-guminagawadev", + "title": "MeComfyuiEncrypt", + "reference": "https://github.com/Me-gumin/MeComfyuiEncrypt", + "files": [ + "https://github.com/Me-gumin/MeComfyuiEncrypt" + ], + "install_type": "git-clone", + "description": "Image obfuscation in ComfyUI" + }, + { + "author": "dzy1128", + "title": "Seedream Image Generate ComfyUI Node", + "reference": "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI", + "files": [ + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node based on the Volcano Engine Doubao large model Seedream API, designed for high-quality image generation." + }, + { + "author": "swfxliyiyu", + "title": "ComfyUI-FastVideo", + "reference": "https://github.com/swfxliyiyu/ComfyUI-FastVideo", + "files": [ + "https://github.com/swfxliyiyu/ComfyUI-FastVideo" + ], + "install_type": "git-clone", + "description": "A custom node suite for ComfyUI that provides accelerated video generation using [a/FastVideo](https://github.com/hao-ai-labs/FastVideo). See the blog post about FastVideo V1 to learn more." + }, + { + "author": "darkamenosa", + "title": "Enhanced Image Composite Masked", + "reference": "https://github.com/darkamenosa/comfy_inpaint_blend", + "files": [ + "https://github.com/darkamenosa/comfy_inpaint_blend" + ], + "install_type": "git-clone", + "description": "Seamless inpainting for image-space models like Google Nano Banana and ByteDance Seedream 4. Fixes color mismatches using Poisson blending." + }, + { + "author": "len-ml", + "title": "comfyui_qwen_image_edit_adv", + "reference": "https://github.com/lenML/comfyui_qwen_image_edit_adv", + "files": [ + "https://github.com/lenML/comfyui_qwen_image_edit_adv" + ], + "install_type": "git-clone", + "description": "Improved qwen image editing accuracy" + }, + { + "author": "Ian2073", + "title": "ComfyUI-MyLLMNode", + "reference": "https://github.com/Ian2073/ComfyUI-MyLLMnode", + "files": [ + "https://github.com/Ian2073/ComfyUI-MyLLMnode" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for running LLMs via HuggingFace pipeline. Supports both local paths and HuggingFace model names." + }, + { + "author": "semonxue", + "title": "ComfyUI FlexAI Nodes", + "reference": "https://github.com/Semonxue/Comfyui-flexai", + "files": [ + "https://github.com/Semonxue/Comfyui-flexai" + ], + "install_type": "git-clone", + "description": "Use the fewest nodes for the most flexible model calls. A versatile ComfyUI plugin for OpenAI-compatible APIs, featuring multi-purpose nodes for text and image, support for switching between multiple API providers, and auto-saving of custom models. Compatible with new models like nano-banana and seedream4." + }, + { + "author": "Aaalice233", + "title": "ComfyUI-Danbooru-Gallery", + "reference": "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery", + "files": [ + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery" + ], + "install_type": "git-clone", + "description": "A danbooru gallery for ComfyUI" + }, + { + "author": "l33chking", + "title": "Danbooru FAISS Search Nodes", + "id": "danbooru-faiss-search", + "reference": "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search", + "files": [ + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search" + ], + "install_type": "git-clone", + "description": "Use image to search similar images from danbooru using various methods. Notice: the optional API key will be saved to metadata if used" + }, + { + "author": "GegenDenTag", + "title": "Multi Area Conditioning", + "reference": "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node", + "files": [ + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node" + ], + "install_type": "git-clone", + "description": "Fix Nov. 2024, Davemane42's Custom Node for ComfyUI" + }, + { + "author": "Kaleidia", + "title": "KaleidiaNodes", + "reference": "https://github.com/Kaleidia/KaleidiaNodes", + "files": [ + "https://github.com/Kaleidia/KaleidiaNodes" + ], + "install_type": "git-clone", + "description": "A simple set of nodes to make things easier. String Nodes and Files nodes." + }, + { + "author": "ialhabbal", + "title": "ComfyUI Prompt Verify", + "reference": "https://github.com/ialhabbal/ComfyUI-Prompt-Verify", + "files": [ + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify" + ], + "install_type": "git-clone", + "description": "Custom node to pause a string flow/prompt and let you edit the text" + }, + { + "author": "xhh522", + "title": "ComfyUI Preview Monitor", + "reference": "https://github.com/xhh522/ComfyUI-preview-monitor", + "files": [ + "https://github.com/xhh522/ComfyUI-preview-monitor" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for image preview and monitoring" + }, + { + "author": "Junst", + "title": "ComfyUI-Concept-Diffusion", + "reference": "https://github.com/Junst/ComfyUI-Concept-Diffusion", + "files": [ + "https://github.com/Junst/ComfyUI-Concept-Diffusion" + ], + "install_type": "git-clone", + "description": "ConceptAttention: Diffusion Transformers Learn Highly Interpretable Features for ComfyUI" + }, + { + "author": "comrender", + "title": "ComfyUI-NanoSeed", + "reference": "https://github.com/comrender/ComfyUI-NanoSeed", + "files": [ + "https://github.com/comrender/ComfyUI-NanoSeed" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for seamless image editing using fal.ai's NanoBanana and Seedream (v4) models. Edit images with AI-powered prompts, supporting multi-image batches, custom resolutions, and easy fal.ai API key integration directly in the node interface. " + }, + { + "author": "comrender", + "title": "ComfyUI-gpt5_image_text", + "reference": "https://github.com/comrender/ComfyUI-gpt5_image_text", + "files": [ + "https://github.com/comrender/ComfyUI-gpt5_image_text" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for vision + text analysis using GPT-5 and GPT-4o with direct API key input, system prompt, temperature, max tokens, and multi-image support." + }, + { + "author": "comrender", + "title": "ComfyUI-Topaz-Upscaler", + "reference": "https://github.com/comrender/ComfyUI-Topaz-Upscaler", + "files": [ + "https://github.com/comrender/ComfyUI-Topaz-Upscaler" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates the Topaz Labs API for AI-powered image upscaling and enhancement." + }, + { + "author": "comrender", + "title": "ComfyUI-Nano-Banana-Resizer", + "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", + "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": "DecartAI", + "title": "Lucy-Edit-ComfyUI", + "reference": "https://github.com/DecartAI/Lucy-Edit-ComfyUI", + "files": [ + "https://github.com/DecartAI/Lucy-Edit-ComfyUI" + ], + "install_type": "git-clone", + "description": "Lucy Edit is a video editing model that performs instruction-guided edits on videos using free-text prompts — it supports a variety of edits, such as clothing & accessory changes, character changes, object insertions, and scene replacements while preserving the motion and composition perfectly." + }, + { + "author": "Sean-Bradley", + "title": "ComfyUI Virtual Webcam", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam" + ], + "install_type": "git-clone", + "description": "A Virtual Camera Output For ComfyUI. On Windows, it will use the OBS Virtual Camera driver. So make sure you have OBS installed. Then in your other webcam capable applications, such as Google Meet, Teams, Zoom and even OBS itself, you can connect to the OBS Virtual Camera option and see what you are outputting from ComfyUI.", + "tags": ["virtual-camera", "obs", "webcam"] + }, + { + "author": "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": "Sean-Bradley", + "title": "ComfyUI Video Reverse", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse" + ], + "install_type": "git-clone", + "description": "A tool to reverse the frames of video type files (MP4, WebM, WebP, Animated GIF) using ComfyUI. It gets the image batch tensor and returns the same tensor, but flipped.", + "tags": ["video-reverse", "image-batch-reverse"] + }, + { + "author": "Sean-Bradley", + "title": "ComfyUI Voice Clone", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone" + ], + "install_type": "git-clone", + "description": "Custom TTS node that clones voice from a reference audio and speaks entered text." + }, + { + "author": "sbcode", + "title": "Remove Background", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Remove-Background", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background" + ], + "install_type": "git-clone", + "description": "Remove background scenery from an image of a person. The output image is saved as an RGBA PNG. The alpha channel is included." + }, + { + "author": "LukeCoulson1", + "title": "ComfyUI LoRA Combine Node", + "reference": "https://github.com/LukeCoulson1/Comfyui_LoraCombine", + "files": [ + "https://github.com/LukeCoulson1/Comfyui_LoraCombine" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that allows you to combine two LoRAs with adjustable strengths and multiple merging methods." + }, + { + "author": "ahkimkoo", + "title": "ComfyUI Audio Segment Plugin", + "reference": "https://github.com/ahkimkoo/Comfyui-AudioSegment", + "files": [ + "https://github.com/ahkimkoo/Comfyui-AudioSegment" + ], + "install_type": "git-clone", + "description": "Custom node suite for ComfyUI designed for advanced audio processing" + }, + { + "author": "ahkimkoo", + "title": "ComfyUI-GetKeyFrames", + "reference": "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames", + "files": [ + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames" + ], + "install_type": "git-clone", + "description": "Extract keyframes from video" + }, + { + "author": "joyboy123456", + "title": "ComfyUI Google AI Studio Integration", + "reference": "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio", + "files": [ + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio" + ], + "install_type": "git-clone", + "description": "A comprehensive ComfyUI plugin that integrates Google AI Studio's powerful AI models for content generation, image creation, video planning, and advanced prompt optimization." + }, + { + "author": "Noma-Machiko", + "title": "ComfyUI-ToDevice", + "reference": "https://github.com/Noma-Machiko/ComfyUI-ToDevice", + "files": [ + "https://github.com/Noma-Machiko/ComfyUI-ToDevice" + ], + "install_type": "git-clone", + "description": "A simple collection of device conversion nodes for ComfyUI. These nodes move an image node running on the GPU over to the CPU. They also support moving from CPU to GPU, but in that case, please remove the CPU option from the ComfyUI startup options." + }, + { + "author": "AdamShuo", + "title": "ComfyUI Switch Any Node", + "reference": "https://github.com/AdamShuo/ComfyUI_Switch", + "files": [ + "https://github.com/AdamShuo/ComfyUI_Switch" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI that provides a dynamic 'Switch' for routing purposes. It allows you to define a list of named labels and select one, outputting the corresponding index and label name. This is useful for controlling the flow of your workflow based on a selection." + }, + { + "author": "mcrataobrabo", + "title": "comfyui-smart-lora-downloader - Automatically Fetch Missing LoRAs", + "reference": "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader", + "files": [ + "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader" + ], + "install_type": "git-clone", + "description": "Automatically detect and download missing LoRAs for ComfyUI workflows" + }, + { + "author": "3dgopnik", + "title": "ComfyUI Arena Suite", + "reference": "https://github.com/3dgopnik/comfyui-arena-suite", + "files": [ + "https://github.com/3dgopnik/comfyui-arena-suite" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes in a single package: Arena legacy + AutoCache + Updater" + }, + { + "author": "3dgopnik", + "title": "ComfyUI YOLO Mask Process", + "reference": "https://github.com/gasdyueer/comfyui-yolo-mask-process", + "files": [ + "https://github.com/gasdyueer/comfyui-yolo-mask-process" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for YOLO detection and mask processing" + }, + { + "author": "sammykumar", + "title": "ComfyUI-SwissArmyKnife", + "reference": "https://github.com/sammykumar/ComfyUI-SwissArmyKnife", + "files": [ + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI featuring Gemini AI integration for video and image analysis, with a complete development environment using GPU-accelerated containers." + }, + { + "author": "sumitchatterjee13", + "title": "Luminance Stack Processor", + "reference": "https://github.com/sumitchatterjee13/Luminance-Stack-Processor", + "files": [ + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor" + ], + "install_type": "git-clone", + "description": "Custom nodes to process multi exposure images and stack them to produce 32bit exr file with dynamic range data" + }, + { + "author": "perckle", + "title": "ComfyUI-DPIR", + "reference": "https://github.com/perckle/comfyui_dpir", + "files": [ + "https://github.com/perckle/comfyui_dpir" + ], + "install_type": "git-clone", + "description": "A dpir/DRUnet inference node for ComfyUI" + }, + { + "author": "downlifted", + "title": "ComfyUI_ComfyGroq", + "reference": "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard", + "files": [ + "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard" + ], + "install_type": "git-clone", + "description": "A streamlined ComfyUI custom node package for interacting with GROQ's AI models, including both text and vision capabilities." + }, + { + "author": "red-polo", + "title": "ComfyUI-WanViTPoseRetargeter", + "reference": "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter", + "files": [ + "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI port of PoseRetarget, originally implemented in Wan2.2-Animation. Please use it together with WanVideoWrapper." + }, + { + "author": "ucloud", + "title": "ComfyUl-UCloud", + "reference": "https://github.com/ucloud/comfyui-plugin", + "files": [ + "https://github.com/ucloud/comfyui-plugin" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI that allows you to use the UCloud API directly in ComfyUI. UCloud is a high-performance AI computing platform providing powerful image generation models and industry-leading inference speeds. It offers a wide range of AI model options, including popular text-to-image and image editing models, ready to use without local GPU setup." + }, + { + "author": "fkxianzhou", + "title": "ComfyUI-Jimeng-API", + "reference": "https://github.com/fkxianzhou/ComfyUI-Jimeng-API", + "files": [ + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Volcano Ark (Jimeng) API" + }, + { + "author": "wallen", + "title": "ComfyUI-QI-QwenEditSafe", + "id": "comfyui-qi-qweneditsafe", + "reference": "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe", + "files": [ + "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe" + ], + "install_type": "git-clone", + "description": "Safe & consistent QwenImage edit encoders and HQ VAE decode for ComfyUI." + }, + { + "author": "wallen", + "title": "ComfyUI-SageAttention3", + "reference": "https://github.com/wallen0322/ComfyUI-SageAttention3", + "files": [ + "https://github.com/wallen0322/ComfyUI-SageAttention3" + ], + "install_type": "git-clone", + "description": "Strict Sage 3 (Blackwell) attention for ComfyUI official flows." + }, + { + "author": "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": "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": "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": "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": "geltz", + "title": "ComfyUI-geltz", + "reference": "https://github.com/geltz/ComfyUI-geltz", + "files": [ + "https://github.com/geltz/ComfyUI-geltz" + ], + "install_type": "git-clone", + "description": "Various custom nodes; guidance, latents, sampling, tokenization, etc." + }, + { + "author": "cmeka", + "title": "ComfyUI-WanMoEScheduler", + "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": "hvppycoding", + "title": "hvppyflow", + "reference": "https://github.com/hvppycoding/hvppyflow", + "files": [ + "https://github.com/hvppycoding/hvppyflow" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Automated Workflow" + }, + { + "author": "l33chking", + "title": "ComfyUI Channel Ops", + "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-TTM-WAN22", + "reference": "https://github.com/wallen0322/ComfyUI-TTM-WAN22", + "files": [ + "https://github.com/wallen0322/ComfyUI-TTM-WAN22" + ], + "install_type": "git-clone", + "description": "TTM (Time-to-Move) node for ComfyUI enabling motion-controlled video generation with Wan2.2 models using dual-clock denoising for independent background and object animation control." + }, + { + "author": "wallen0322", + "title": "ComfyUI-AE-Animation", + "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": "yemanou", + "title": "NABA Image (Gemini REST) Node", + "reference": "https://github.com/yemanou/ComfyUI-NABA", + "files": [ + "https://github.com/yemanou/ComfyUI-NABA" + ], + "install_type": "git-clone", + "description": "Simplified Gemini 2.5 Flash Image Preview node for ComfyUI. REST-only for stability, two optional reference images, padded aspect ratio resizing (no stretching), and basic sampling controls. All extra debug layers, SDK path, multi-seed, and legacy compatibility code removed to avoid crashes." + }, + { + "author": "Blacksnowskill", + "title": "BSS WD14 Batch Tagger", + "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": "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": "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": "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": "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": "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", + "title": "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": "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": "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": "Keybinding Extra", + "reference": "https://github.com/akawana/ComfyUI-Keybinding-extra", + "files": [ + "https://github.com/akawana/ComfyUI-Keybinding-extra" + ], + "install_type": "git-clone", + "description": "Adds shortcuts for commenting and deleting lines of text, with a configurable comment symbol. Includes a node that cleans comments from text and splits content using tags for Regional Prompting.", + "tags": ["frontend", "shortcut", "utility"] + }, + { + "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": "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)" + }, @@ -33099,16 +37436,6 @@ "install_type": "copy", "description": "Extremely inspired and forked from: [a/https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge)" }, - { - "author": "Kayarte", - "title": "GeoNodes", - "reference": "https://github.com/Kayarte/GeoNodes", - "files": [ - "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py" - ], - "install_type": "copy", - "description": "GIS Processing Nodes for ComfyUI" - }, { "author": "huimengshiguang", "title": "AspectAwareTiling", @@ -33165,6 +37492,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + } ] } diff --git a/comfyui_manager/extension-node-map.json b/comfyui_manager/extension-node-map.json index dec1caac..24183ecc 100644 --- a/comfyui_manager/extension-node-map.json +++ b/comfyui_manager/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", @@ -180,6 +198,7 @@ "FashionSegmentClothing", "RMBG", "SAM2Segment", + "SAM3Segment", "Segment", "SegmentV2" ], @@ -208,16 +227,28 @@ "title_aux": "Comfyui-Spark-TTS" } ], + "https://github.com/1038lab/ComfyUI-VoxCPMTTS": [ + [ + "AILab_VoxCPMTTS" + ], + { + "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 +378,83 @@ ], "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_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_ImageResizeQwenImage", + "1hew_ImageResizeUniversal", + "1hew_ImageRotateWithMask", + "1hew_ImageSolid", + "1hew_ImageStrokeByMask", + "1hew_ImageTileMerge", + "1hew_ImageTileSplit", + "1hew_ImageTileSplitPreset", + "1hew_IntImageSideLength", + "1hew_IntImageSize", + "1hew_IntMaskSideLength", + "1hew_IntSplit", + "1hew_IntWan", + "1hew_ListCustomFloat", + "1hew_ListCustomInt", + "1hew_ListCustomSeed", + "1hew_ListCustomString", + "1hew_MaskBatchMathOps", + "1hew_MaskBatchRange", + "1hew_MaskBatchSplit", + "1hew_MaskBatchToList", + "1hew_MaskCropByBBoxMask", + "1hew_MaskFillHole", + "1hew_MaskListToBatch", + "1hew_MaskMathOps", + "1hew_MaskPasteByBBoxMask", + "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" @@ -482,29 +539,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 +567,7 @@ [ "ColorPalette", "ColorTransferReinhard", + "ExtractPalette", "PaletteOptimalTransportTransfer", "PaletteRbfTransfer", "PaletteTransfer", @@ -564,6 +613,7 @@ ], "https://github.com/5agado/ComfyUI-Sagado-Nodes": [ [ + "Film Grain", "Get Num Frames", "Get Resolution", "Image Loader", @@ -617,6 +667,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", @@ -828,6 +888,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 +1028,43 @@ "title_aux": "ComfyUI-ShaderNoiseKSampler" } ], + "https://github.com/AHEKOT/ComfyUI_VNCCS": [ + [ + "CharacterAssetSelector", + "CharacterAssetSelectorQWEN", + "CharacterCreator", + "CharacterPreview", + "CharacterSheetCropper", + "DatasetGenerator", + "EmotionGenerator", + "SpriteGenerator", + "VNCCSChromaKey", + "VNCCSSamplerSchedulerPicker", + "VNCCSSheetExtractor", + "VNCCSSheetManager", + "VNCCS_Float", + "VNCCS_Integer", + "VNCCS_MultilineText", + "VNCCS_Pipe", + "VNCCS_PromptConcat", + "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/AIExplorer25/ComfyUI_AutoDownloadModels": [ [ "ALIMAMAFUNCONTROLWANModelsAutoDownload", @@ -1448,6 +1564,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", @@ -1521,7 +1647,10 @@ ], "https://github.com/AIWarper/ComfyUI-WarperNodes": [ [ + "AspectRatioMatchToBase_Warper", + "AspectRatioMatchToStandardResolution_Warper", "AspectRatioResolution_Warper", + "CombinePrompts_Warper", "CropAndRestore_Warper", "DWPoseScalerNode_Warper", "FacialPartMaskFromPose_Warper", @@ -1530,6 +1659,8 @@ "FlowVisualizerNode_Warper", "GetBatchByIndex_Warper", "GetRaftFlow_Warper", + "LoadPromptsFromDirectory_Warper", + "LoadSinglePromptByIndex_Warper", "MouthMaskFromPose_Warper", "PreprocessForTarget_Warper", "SmartOverlappingBatcher_Warper", @@ -1687,6 +1818,58 @@ "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/ARZUMATA/ComfyUI-ARZUMATA": [ [ "CachingCLIPTextEncodeFlux|ARZUMATA", @@ -1695,7 +1878,8 @@ "ImageLoaderWithPath|ARZUMATA", "JDC_ImageLoader", "Sampler Selector|ARZUMATA", - "Scheduler Selector|ARZUMATA" + "Scheduler Selector|ARZUMATA", + "UniversalDeviceOverride" ], { "title_aux": "ComfyUI-ARZUMATA" @@ -1719,6 +1903,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" @@ -1844,7 +2046,6 @@ "ETN_ApplyReferenceImages", "ETN_AttentionMask", "ETN_BackgroundRegion", - "ETN_CropImage", "ETN_DefineRegion", "ETN_ExtractImageTile", "ETN_ExtractMaskTile", @@ -1858,11 +2059,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 +2101,14 @@ "title_aux": "ComfyUI GOAT Nodes" } ], + "https://github.com/AdamShuo/ComfyUI_Switch": [ + [ + "SwitchAny" + ], + { + "title_aux": "ComfyUI Switch Any Node" + } + ], "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": [ [ "VisionLLMNode" @@ -1934,33 +2145,42 @@ ], "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", + "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": [ + [ + "Unfake_PixelateTools" + ], + { + "title_aux": "ComfyUI_UnfakePy_Warpper" + } + ], "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ [ "Add Tag", @@ -1975,6 +2195,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 +2235,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 +2250,11 @@ "PromptCleanup", "PromptContextMerge", "PromptGenerator", + "PromptGeneratorAdvanced", "PromptMixer", "PromptRepack", "PromptReplace", + "PromptSequencer", "PromptShuffle", "PromptShuffleAdvanced", "PromptSplitter", @@ -2034,6 +2272,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,16 +2316,6 @@ "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", @@ -2270,6 +2507,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 +2583,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 +2655,53 @@ "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", + "AGSoftTextConcatenateX2", + "AGSoftTextConcatenateX4", + "AGSoftTextConcatenateX8", + "AGSoftTextSplit", + "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" + ], + { + "title_aux": "comfyui-AGSoft" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -2494,14 +2797,19 @@ ], "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": [ [ + "ClearDirectoryNode", + "ElevenLabsTTSNode", "FluxKontextMaxNode", "FluxKontextProNode", "GPTImageEditNode", "GeminiChatNode", "GeminiSegmentationNode", + "GeminiTTSNode", "GoogleImagenEditNode", "GoogleImagenNode", - "Veo3VideoGenerator" + "NanoBananaNode", + "Veo3VideoGenerator", + "VeoGeminiVideoGenerator" ], { "title_aux": "ComfyUI-ExternalAPI-Helpers" @@ -2519,9 +2827,12 @@ ], "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", @@ -2582,6 +2893,100 @@ "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", + "CaesarProgressive", + "ChaCha20Poly1305", + "ChaCha20Poly1305Keygen", + "Chaocipher", + "ColTrans", + "ConcatKDFHMAC_Derive", + "ConcatKDFHMAC_Verify", + "ConcatKDFHash_Derive", + "ConcatKDFHash_Verify", + "ConstantTimeCompare", + "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", + "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 +3005,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", @@ -3067,6 +3484,16 @@ "title_aux": "DynamicPose-ComfyUI" } ], + "https://github.com/BizaNator/ComfyUI_PromptIterator": [ + [ + "PromptIterator", + "PromptIteratorAdvanced", + "PromptIteratorDynamic" + ], + { + "title_aux": "ComfyUI Prompt Iterator Extension" + } + ], "https://github.com/Black-Lioness/ComfyUI-PromptUtils": [ [ "FilenameGenerator", @@ -3076,6 +3503,15 @@ "title_aux": "ComfyUI-PromptUtils" } ], + "https://github.com/BlackSnowSkill/wd14_batch_tagger": [ + [ + "BSS_LoadImagesFolder", + "BSS_WD14BatchTagger" + ], + { + "title_aux": "BSS WD14 Batch Tagger" + } + ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ [ "BV Conditional ImagePipe Splitter", @@ -3087,6 +3523,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", @@ -3222,6 +3666,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", @@ -3254,6 +3706,7 @@ [ "BrekelAutoPromptGenerator", "BrekelEnhancePrompt", + "BrekelLoadImage", "BrekelPromptChooser", "BrekelResolutionSelector" ], @@ -3263,16 +3716,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 +3772,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3322,6 +3789,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3558,10 +4026,21 @@ "title_aux": "ComfyUI-Prompt-Preview" } ], + "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" ], @@ -4040,6 +4519,7 @@ "ImageToMultipleOf", "KikoFilmGrain", "KikoLocalImageLoader", + "KikoModelDownloader", "KikoPurgeVRAM", "KikoSaveImage", "LoRAFolderBatch", @@ -4052,6 +4532,7 @@ "SchedulerSelectHelper", "SeedHistory", "TextEncodeSamplerParams", + "TextInput", "WidthHeightSelector" ], { @@ -4091,6 +4572,76 @@ "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", + "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" + ], + {} + ], + "https://github.com/ComfyUI/RH_Qwen-Image": [ + [ + "QwenImageModelLoader", + "RH_QwenImageGenerator", + "RH_QwenImagePromptEnhancer" + ], + {} + ], + "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 +4731,7 @@ "PrimereMidjourneyStyles", "PrimereModelConceptSelector", "PrimereModelKeyword", + "PrimereMultiImage", "PrimereNetworkDataCollector", "PrimereNetworkTagLoader", "PrimerePreviewImage", @@ -4228,6 +4780,23 @@ "title_aux": "CFE_comfyui" } ], + "https://github.com/Creditas-labs/ComfyUI-Adforge": [ + [ + "LoadVideoGCS", + "PreviewVideo", + "VertexVeoExtendVideoNode", + "VertexVeoFirstLastFrameToVideoNode", + "VertexVeoImageToVideoNode", + "VertexVeoInsertContentNode", + "VertexVeoRemoveContentNode", + "VertexVeoTextToVideoNode", + "VertexVeoVideoToVideoNode", + "VertexVeoVideoWithReferenceNode" + ], + { + "title_aux": "Adforge" + } + ], "https://github.com/Creeper-MZ/comfyui_nai_api": [ [ "NovelAI", @@ -4243,12 +4812,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 +4831,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 +4888,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", @@ -4425,6 +5030,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 +5097,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 +5137,29 @@ "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/DareFail/ComfyUI-Roboflow": [ [ "CustomWorkflow_1image", @@ -4510,15 +5193,7 @@ ], "https://github.com/DavidPiazza/network_bending": [ [ - "AudioFeatureExtractor", - "AudioLatentBlend", - "AudioLatentGuidance", - "AudioLatentInterpolate", - "AudioLatentManipulator", - "AudioReferenceEncoder", - "AudioStyleTransfer", - "AudioVAEDecode", - "AudioVAEEncode", + "InvertedPruning", "LatentFormatConverter", "ModelMixer", "NetworkBending", @@ -4571,6 +5246,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", @@ -4602,14 +5323,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 +5363,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" @@ -4854,6 +5595,10 @@ "https://github.com/Dobidop/ComfyStereo": [ [ "DeoVRViewNode", + "NativeStereoImageViewer", + "NativeStereoVideoViewer", + "NativeVRStatus", + "StereoDiffusion", "StereoImageNode" ], { @@ -4924,6 +5669,7 @@ "DD-ModelSwitcher", "DD-QwenMTTranslator", "DD-SimpleLatent", + "DD-TxtFileMerger", "DD-VideoFrameExtractor" ], { @@ -4933,7 +5679,10 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": [ [ "AutostereogramGenerator", - "StereoscopicGenerator" + "StereoCrafterInpainter", + "StereoscopicGenerator", + "StereoscopicGeneratorMax", + "StereoscopicGeneratorPro" ], { "title_aux": "StereoVision Plugin for ComfyUI" @@ -5025,21 +5774,41 @@ [ "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 +5828,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,26 +5893,34 @@ "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" @@ -5251,23 +6063,35 @@ "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_LoRAMetadataExtractorTagDrop", + "EmAySee_LoraFilePicker", + "EmAySee_MathExpression", "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 +6100,10 @@ "EmAySee_SubmitToOobaboogaAPI", "EmAySee_SubmitToOobaboogaAPIWithKey", "EmAySee_ToggleIntNode", + "EmAySee_VAECompatibleAspectRatioCalculator", "EmAySee_VarTextReplacer", - "EmAySee_VeryUniqueStringSelectorNode" + "EmAySee_VeryUniqueStringSelectorNode", + "EmAySee_WD14TagFilter" ], { "title_aux": "ComfyUI_EmAySee_CustomNodes" @@ -5285,21 +6111,28 @@ ], "https://github.com/Enashka/ComfyUI-nhknodes": [ [ + "AddHeadroom", "CyclingSwitch", "DoubleSwitch", "DoubleSwitchOut", + "EditWithKrita", "ExecutionCounter", "ImageGridBatch", "ImageGridComposite", "ImageLoaderWithPreviews", "IntervalGate", "LLMChat", - "QwenVision", + "LoadImageSeries", + "OllamaChat", + "PlaySound", + "SaveVideoShort", "SimpleTextInput", "SizePicker", + "SoraVideoGen", "TextCombiner", "TextDisplay", - "TextTemplate" + "TextTemplate", + "VisualResizer" ], { "title_aux": "ComfyUI-nhknodes" @@ -5308,6 +6141,7 @@ "https://github.com/Enemyx-net/VibeVoice-ComfyUI": [ [ "VibeVoice Free Memory", + "VibeVoice LoRA", "VibeVoice Load Text From File", "VibeVoice Multiple Speakers", "VibeVoice Single Speaker" @@ -5324,14 +6158,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 +6168,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" @@ -5365,6 +6211,217 @@ "title_aux": "ComfyUI-EreNodes" } ], + "https://github.com/EricRollei/AAA_Metadata_System": [ + [ + "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 [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": [ + [ + "HunyuanImage3FullGPULoader", + "HunyuanImage3FullLoader", + "HunyuanImage3Generate", + "HunyuanImage3GenerateLarge", + "HunyuanImage3GenerateLowVRAM", + "HunyuanImage3Int8Loader", + "HunyuanImage3QuantizedLoader", + "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/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 +6458,9 @@ ], "https://github.com/ExoticArts/comfyui-ea-nodes": [ [ + "EAImageCompare", + "EAImageCompare3Way", + "EAImageCompare4Way", "EA_AutoTrimPingPong", "EA_FilenameCombine", "EA_LightningMotionBias", @@ -5411,7 +6471,9 @@ "EA_PowerLora_CLIP", "EA_PowerLora_WanVideo", "EA_TrimFrames", - "EA_VideoLoad" + "EA_TrimWindow", + "EA_VideoLoad", + "EA_VideoSaveIdempotent" ], { "title_aux": "comfyui-ea-nodes" @@ -5997,6 +7059,15 @@ "title_aux": "ComfyUI_Local_Lora_Gallery" } ], + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": [ + [ + "PixabayImageNode", + "PixabayVideoNode" + ], + { + "title_aux": "ComfyUI_Pixabay_Gallery" + } + ], "https://github.com/FizzleDorf/ComfyUI-AIT": [ [ "AIT_Unet_Loader", @@ -6058,6 +7129,7 @@ ], "https://github.com/FloyoAI/ComfyUI-Seed-API": [ [ + "ResolutionHelper", "SeedChat", "SeedEditImageToImage", "SeedanceLiteFirstLastFrame", @@ -6065,6 +7137,11 @@ "SeedanceLiteReferenceImages", "SeedanceLiteTextToVideo", "SeedanceProTextImageToVideo", + "Seedream4BatchGeneration", + "Seedream4ImageToImage", + "Seedream4MultiImageBlending", + "Seedream4TextToImage", + "Seedream4Unified", "SeedreamTextToImage", "VideoToFrames" ], @@ -6101,19 +7178,52 @@ ], "https://github.com/FortunaCournot/comfyui_stereoscopic": [ [ + "CalculateDimensions", + "ColorCorrectBatch", "DecryptWatermark", "EncryptWatermark", "GetResolutionForVR", "ImageVRConverter", + "IncrementDirectoryImageLoader", + "LinearFade", + "LoadImageAdvanced", + "LoadSingleImageByFilename", + "LoopWhileNotFinished", "RegexSubstitute", + "SaveAudioSimple", "SaveStrippedUTF8File", "ScaleByFactor", - "StripXML" + "ScaleToResolution", + "StartLoopTrigger", + "StripXML", + "VRwearePause", + "VRwearePauseLatent", + "VRweareResume", + "strftime" ], { "title_aux": "Stereoscopic" } ], + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [ + [ + "FossielCentralControlLite", + "FossielCentralControl_v2", + "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/Franck-Demongin/NX_HuggingFace_Flux": [ [ "HFFlux" @@ -6138,6 +7248,14 @@ "title_aux": "NX_Translator" } ], + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": [ + [ + "PromptManager" + ], + { + "title_aux": "ComfyUI-Prompt-Manager" + } + ], "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [ [ "LoraAdaLNPatcher" @@ -6255,6 +7373,25 @@ "title_aux": "FM_nodes" } ], + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [ + [ + "ECHOCheckpointLoaderSimple", + "KSampler_A1111", + "NombreDelNodoFaltante" + ], + { + "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,20 +7417,6 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], - "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": [ - [ - "LightX2VConfigCombiner", - "LightX2VInferenceConfig", - "LightX2VLoRALoader", - "LightX2VMemoryOptimization", - "LightX2VModularInference", - "LightX2VQuantization", - "LightX2VTeaCache" - ], - { - "title_aux": "ComfyUI-Lightx2vWrapper" - } - ], "https://github.com/GACLove/ComfyUI-VFI": [ [ "CalculateLoadedFPS", @@ -6303,6 +7426,15 @@ "title_aux": "ComfyUI-VFI" } ], + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": [ + [ + "PixelArtDownscaleNode", + "PixelArtNode" + ], + { + "title_aux": "PixelArt Processing Nodes" + } + ], "https://github.com/GHOSTLXH/ComfyUI-Counternodes": [ [ "AlternatingOutput", @@ -6320,16 +7452,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,6 +7534,30 @@ "title_aux": "ComfyUI-SD3LatentSelectRes" } ], + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [ + [ + "HttpTTSToAudio", + "TTSServerStatus" + ], + { + "title_aux": "ComfyUI-Text2Speech" + } + ], + "https://github.com/GeekatplayStudio/comfyui-hitem3d": [ + [ + "DynamicValueGenerator", + "HTMLPreviewer", + "HiTem3DConfigNode", + "HiTem3DDownloaderNode", + "HiTem3DHistoryNode", + "HiTem3DNode", + "HiTem3DPreviewNode", + "TextTemplate" + ], + { + "title_aux": "ComfyUI HiTem3D Integration" + } + ], "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": [ [ "GeekyKokoroAdvancedVoice", @@ -6431,6 +7602,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", @@ -6440,6 +7619,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", @@ -6473,6 +7661,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" @@ -6506,6 +7753,7 @@ "ReActorMaskHelper", "ReActorOptions", "ReActorRestoreFace", + "ReActorRestoreFaceAdvanced", "ReActorSaveFaceModel", "ReActorSetWeight", "ReActorUnload" @@ -6514,6 +7762,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", @@ -6565,7 +7829,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" @@ -6579,6 +7845,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", @@ -6588,6 +7862,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" @@ -6596,13 +7879,20 @@ "title_aux": "AuraSR-ComfyUI" } ], - "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [ + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [ [ - "PixelArtDownscaleNode", - "PixelArtNode" + "SILVER_FL_BooruBrowser" ], { - "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": [ @@ -6622,6 +7912,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", @@ -6739,6 +8038,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", @@ -6777,14 +8087,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": [ @@ -6821,6 +8131,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" @@ -6859,13 +8187,23 @@ "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 Paster", "Image Scale Bounding Box", "Make Inpaint Model", "Save Image w/o Metadata", - "Sympy Math Interpreter" + "Sympy Math Interpreter", + "Text Encode Wildcards" ], { "author": "AlexL", @@ -6885,9 +8223,8 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Normalization", - "Recenter", - "Recenter XL" + "Diffusion CG", + "Disable CG" ], { "title_aux": "Diffusion CG" @@ -6903,7 +8240,7 @@ ], "https://github.com/Haoming02/comfyui-resharpen": [ [ - "Resharpen" + "ReSharpen" ], { "title_aux": "ComfyUI ReSharpen" @@ -6990,6 +8327,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" @@ -7050,18 +8404,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": [ @@ -7120,19 +8468,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", @@ -7242,6 +9011,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", @@ -7254,6 +9048,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" @@ -7430,6 +9237,7 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": [ [ "CLIPTextEncodeStyles", + "ComputePadding", "JoinVideos", "MakeDrivingVideoForLivePortrait", "MakePortraitWalk", @@ -7540,7 +9348,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", @@ -7548,7 +9356,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": [ @@ -7561,15 +9369,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": [ @@ -7724,6 +9554,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", @@ -8048,6 +9887,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" @@ -8218,6 +10068,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", @@ -8250,9 +10114,11 @@ "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" @@ -8287,6 +10153,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", @@ -8296,6 +10171,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", @@ -8316,6 +10204,18 @@ "title_aux": "TIPO-extension" } ], + "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", @@ -8617,18 +10517,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" ], { @@ -8662,6 +10577,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" @@ -8729,26 +10679,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" @@ -8798,6 +10754,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", @@ -8822,15 +10788,6 @@ "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", @@ -8866,6 +10823,7 @@ "Texturaizer_GetIPAdapterData", "Texturaizer_GetImageData", "Texturaizer_GetJsonData", + "Texturaizer_GetKontextData", "Texturaizer_GetLoraData", "Texturaizer_GetMaterialTileData", "Texturaizer_GetModelName", @@ -8890,6 +10848,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", @@ -9138,6 +11153,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" @@ -9154,6 +11199,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", @@ -9163,21 +11217,27 @@ "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", + "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": [ @@ -9371,21 +11431,52 @@ ], "https://github.com/Ltamann/ComfyUI-TBG-ETUR": [ [ + "AddFluxFlow", + "ApplyFluxRaveAttention", + "ApplyRefFlux", + "ApplyRegionalConds", + "ConfigureModifiedFlux", + "CreateRegionalCond", "EdgePadNode", + "FlowEditForwardSampler", + "FlowEditGuider", + "FlowEditReverseSampler", + "FlowEditSampler", + "FluxAttnOverride", + "FluxDeGuidance", + "FluxForwardODESampler", + "FluxInverseSampler", + "FluxNoiseMixer", + "FluxReverseODESampler", + "InFluxFlipSigmas", + "InFluxModelSamplingPred", + "OutFluxModelSamplingPred", + "PAGAttention", + "PrepareAttnBank", + "RFDoubleBlocksOverride", + "RFSingleBlocksOverride", + "RegionalStyleModelApply", + "SEGAttention", "TBG_masked_attention" ], { "title_aux": "TBG_Enhanced Tiled Upscaler & Refiner FLUX PRO" } ], + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": [ + [ + "TBGLoadSAM3Model", + "TBGSAM3ModelLoaderAdvanced", + "TBGSAM3PromptCollector", + "TBGSam3Segmentation" + ], + { + "title_aux": "ComfyUI-TBG-SAM3" + } + ], "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": [ [ - "BasicSchedulerNormalized", - "LogSigmaSamplerNode", - "LogSigmaStepSamplerNode", - "ModelSamplingFluxGradual", - "PolyExponentialSigmaAdder", - "TBG_FluxKontextStabilizer" + "TBG_Preview_Sender_WebSocked" ], { "title_aux": "TBG\u2019s ComfyUI Development Takeaways" @@ -9428,6 +11519,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" @@ -9537,16 +11637,42 @@ [ "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_InitNoiseOptimizer", + "MD_Qwen_Image_Edit_Object_Replacer_Node", + "MD_SelfCrossGuider", "MasteringChainNode", "NoiseDecayScheduler_Custom", - "PingPongSampler_Custom_FBG", + "PingPongSamplerNodeFBG", "PingPongSampler_Custom_Lite", "SceneGeniusAutocreator", - "SeedSaver", - "UniversalGuardian" + "SigmaConcatenate", + "SigmaSmooth", + "SmartColorPaletteManager", + "SmartFilenameBuilder", + "TextFileLoader", + "UniversalRoutingHubAdvanced", + "VLM_Confirmation_Gate_Node_MD", + "WildcardPromptBuilder", + "WorkflowSectionOrganizer" ], { "title_aux": "MD Nodes" @@ -9556,6 +11682,8 @@ [ "AudioVisualizer", "ColorfulStartingImage", + "LoadImagesFromPath", + "LoadRandomCheckpoint", "LoraTagLoader", "ResolutionSelector", "StringCleaning", @@ -9571,10 +11699,12 @@ "\u2728\ud83d\udcdd Groq ALM API - Transcribe", "\u2728\ud83d\udcf7 Groq VLM API", "\ud83c\udfa8 Colorful Starting Image", + "\ud83c\udfb2 Load Random Checkpoint", "\ud83c\udfb5\ud83d\udcca Audio Visualizer", "\ud83c\udff7\ufe0f LoRA Loader Prompt Tags", "\ud83d\udcbe Save Text File With Path", "\ud83d\udcc1 Get File Path", + "\ud83d\udcc2 Load Images From Path", "\ud83d\udcc5 Format Date Time", "\ud83d\udcd0 Resolution Image Size Selector", "\ud83d\udcdd Wildcard Processor", @@ -9583,7 +11713,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" ], { @@ -9604,6 +11735,7 @@ "AnyImagetoConditioning_flux_kontext_makki", "AutoLoop_create_pseudo_loop_video_makki", "BatchLoraLoader_makki", + "BooleanSplitter_makki", "Environment_INFO_makki", "GetImageNthCount_makki", "ImageChannelSeparate_makki", @@ -9614,6 +11746,7 @@ "MergeImageChannels_makki", "Prism_Mirage_makki", "UniversalInstaller_makki", + "get_folder_info_makki", "int_calculate_statistics_makki", "random_any_makki", "show_type_makki", @@ -9706,10 +11839,14 @@ "BadmanDesaturate", "BadmanDilateErodeMask", "BadmanIO", + "BadmanInjectLatentNoiseMasked", "BadmanIntUtil", "BadmanMaskBlur", + "BadmanSelectFromList", "BadmanStringSelect", "BadmanStringToInteger", + "BadmanWanOutpaintFrameCalculator", + "BadmanWanThreeFrameToVideo", "BadmanWildCardProcessor", "Badman_Blend", "Badman_ColorTransferLab", @@ -9750,6 +11887,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", @@ -9761,6 +11906,14 @@ "title_aux": "ComfyUI-DeanLogic" } ], + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": [ + [ + "NumberToTextNode" + ], + { + "title_aux": "ComfyUI-NumberToText" + } + ], "https://github.com/MaruPelkar/comfyui-conditioning-resizer": [ [ "ConditioningResizer" @@ -9803,23 +11956,37 @@ ], "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", + "wan22EmptyHunyuanLatentVideoMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -9857,6 +12024,17 @@ "title_aux": "SimpleToolsNodes" } ], + "https://github.com/Me-gumin/MeComfyuiEncrypt": [ + [ + "ChaosDecrypt", + "ChaosEncrypt", + "PNGDecryptNode", + "PNGEncryptNode" + ], + { + "title_aux": "MeComfyuiEncrypt" + } + ], "https://github.com/MeeeyoAI/ComfyUI_StringOps": [ [ "AddPrefixSuffix", @@ -9933,6 +12111,12 @@ "title_aux": "ComfyUI-OneForOne" } ], + "https://github.com/MergeBlockWeighted/fo_ComfyUI": [ + [ + "MergeBlockWeighted" + ], + {} + ], "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ [ "VideoReportData", @@ -9943,6 +12127,19 @@ "title_aux": "ComfyUI ZhipuAI Platform" } ], + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": [ + [ + "MLFrameRateResampler", + "MLFrameRateResampler_GPU", + "MLVideoRateConverter", + "SaveImageCleanMetadata", + "SaveImageNoMetadata", + "SaveVideoNoMetadata" + ], + { + "title_aux": "ComfyUI ML Nodes" + } + ], "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": [ [ "Sam2ContextSegmentation", @@ -10007,12 +12204,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" ], { @@ -10047,6 +12248,16 @@ "title_aux": "ComfyUI-FBCNN" } ], + "https://github.com/Mister-Link/link-comfy-nodes": [ + [ + "Farthest Color", + "Hex or 24 Bit Color", + "WAN Frame Calculator" + ], + { + "title_aux": "Link Comfy Nodes" + } + ], "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": [ [ "PreviewSdlImage", @@ -10079,6 +12290,36 @@ "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/MohammadAboulEla/ComfyUI-iTools": [ [ "iToolsAddOverlay", @@ -10259,6 +12500,29 @@ "title_aux": "ComfyUI-StableAudioOpen" } ], + "https://github.com/MoonMoon82/ClipVision_Tools": [ + [ + "CalcEmbeds", + "CompareEmbeds", + "Cond2Embeds", + "EditDB", + "EditResults", + "EmbedsInfo", + "FolderScores", + "GenerateDB", + "ImageSearcher", + "LoadDB", + "ResultBrowser", + "ResultBrowserAdvanced", + "ResultCombiner", + "ResultSubtract", + "ScaleEmbeds", + "testnode1" + ], + { + "title_aux": "ClipVision_Tools" + } + ], "https://github.com/MovieLabs/comfyui-movielabs-util": [ [ "PublishAsset", @@ -10320,6 +12584,14 @@ "title_aux": "Zenkai-POML for ComfyUI" } ], + "https://github.com/MushroomFleet/DJZ-Pedalboard": [ + [ + "DJZ_Pedalboard" + ], + { + "title_aux": "DJZ-Pedalboard" + } + ], "https://github.com/MuziekMagie/ComfyUI-Matchering": [ [ "Matchering", @@ -10402,6 +12674,7 @@ "RTXRemixRemoveLayer", "RTXRemixRestAPIDetails", "RTXRemixSaveLayer", + "RTXRemixSaveTexture", "RTXRemixSetEditTarget", "RTXRemixSetTexture", "RTXRemixStartContext", @@ -10465,12 +12738,15 @@ "title_aux": "ComfyUI-NS-Util" } ], - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": [ + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": [ [ - "ImageLatentMixer" + "GreatConditioningModifier", + "GreatRandomOrganicGradientNode", + "ImageBlendNode", + "InteractiveOrganicGradientNode" ], { - "title_aux": "comfyui-image-mixer" + "title_aux": "NDDG_Great_Nodes" } ], "https://github.com/NeoGriever/ComfyUI-NeoGriever": [ @@ -10549,26 +12825,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" ], { @@ -10665,6 +12973,17 @@ "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", @@ -10675,6 +12994,15 @@ "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" @@ -10793,6 +13121,14 @@ "title_aux": "Allor Plugin" } ], + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": [ + [ + "Image2Prompt" + ], + { + "title_aux": "ComfyUI-NudeJS-Image2Prompt" + } + ], "https://github.com/Nuked88/ComfyUI-N-Nodes": [ [ "CLIPTextEncodeAdvancedNSuite [n-suite]", @@ -10859,6 +13195,15 @@ "title_aux": "Efficiency Nodes ExtendeD" } ], + "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", @@ -10894,7 +13239,13 @@ ], "https://github.com/OneThingAI/ComfyUI_Onething_Image": [ [ - "OneThingAILoader" + "OneThingAILoader", + "OnethingAIFlux", + "OnethingAIImageGemini", + "OnethingAIImageHunyuan", + "OnethingAIImageOpenAI", + "OnethingAIImageSeedream", + "OnethingAIImageWanxiang" ], { "title_aux": "ComfyUI OneThing AI Node" @@ -10918,6 +13269,15 @@ "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", @@ -10930,6 +13290,35 @@ "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": [ [ "Load Artists CSV", @@ -11039,6 +13428,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" @@ -11049,7 +13454,7 @@ ], "https://github.com/PenguinTeo/Comfyui-GeminiBanana": [ [ - "GeminiFlash25Node" + "Gemini3ImageNode" ], { "title_aux": "GeminiBanana for ComfyUI" @@ -11103,6 +13508,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", @@ -11133,22 +13550,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" ], @@ -11181,6 +13603,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", @@ -11228,12 +13661,23 @@ [ "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_Save_Text_File", "FRED_Simplified_Parameters_Panel", "FRED_Text_to_XMP", + "FRED_UNETLoaderWithName", "FRED_WildcardConcat_Dynamic" ], { @@ -11253,6 +13697,199 @@ "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": [ + [ + "GeomPackBooleanOp", + "GeomPackCheckNormals", + "GeomPackCombineMeshes", + "GeomPackComputeNormals", + "GeomPackCreatePrimitive", + "GeomPackDetectSelfIntersections", + "GeomPackExtractSkeleton", + "GeomPackFillHoles", + "GeomPackFixNormals", + "GeomPackFixSelfIntersectionsByPerturbation", + "GeomPackFixSelfIntersectionsByRemoval", + "GeomPackLoadMesh", + "GeomPackLoadMeshBatch", + "GeomPackLoadMeshBlend", + "GeomPackLoadMeshFBX", + "GeomPackMeshFromSkeleton", + "GeomPackMeshInfo", + "GeomPackMeshQuality", + "GeomPackMeshToMeshDistance", + "GeomPackMeshToPointCloud", + "GeomPackPointToMeshDistance", + "GeomPackPreviewMesh", + "GeomPackPreviewMeshDual", + "GeomPackPreviewMeshUV", + "GeomPackPreviewMeshVTK", + "GeomPackPreviewMeshVTKBatch", + "GeomPackReconstructSurface", + "GeomPackRefineMesh", + "GeomPackRemesh", + "GeomPackRemeshSelfIntersections", + "GeomPackRemeshWithTexture", + "GeomPackSaveMesh", + "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", + "SAM3InteractiveSegmentation", + "SAM3PointCollector", + "SAM3Propagate", + "SAM3Segmentation", + "SAM3VideoModelLoader", + "SAM3VideoOutput", + "SAM3VideoSegmentation" + ], + { + "title_aux": "ComfyUI-SAM3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": [ + [ + "LoadSAM3DBodyModel", + "SAM3DBodyAddMeshToSkeleton", + "SAM3DBodyExportFBX", + "SAM3DBodyExportMesh", + "SAM3DBodyGetVertices", + "SAM3DBodyLoadMesh", + "SAM3DBodyLoadSkeleton", + "SAM3DBodyPreviewRiggedMesh", + "SAM3DBodyPreviewSkeleton", + "SAM3DBodyProcess", + "SAM3DBodyProcessAdvanced", + "SAM3DBodySaveSkeleton", + "SAM3DBodySelectMesh", + "SAM3DBodyVisualize" + ], + { + "title_aux": "ComfyUI-SAM3DBody" + } + ], "https://github.com/PressWagon/ComfyUI-StringsAndThings": [ [ "DebugString", @@ -11310,6 +13947,15 @@ "title_aux": "ComfyUI_pytorch360convert" } ], + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": [ + [ + "Create360SweepVideoFramesNode", + "Create360SweepVideoFramesTensorNode" + ], + { + "title_aux": "ComfyUI_pytorch360convert_video" + } + ], "https://github.com/PrunaAI/ComfyUI_pruna": [ [ "CacheModelAdaptive", @@ -11413,6 +14059,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" @@ -11431,7 +14085,8 @@ "SaveAudioOpusExtended", "SaveImageExtended", "SaveVideoExtended", - "SaveWEBMExtended" + "SaveWEBMExtended", + "SaveWorkflowExtended" ], { "title_aux": "comfyui-save-file-extended" @@ -11546,6 +14201,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" @@ -11629,10 +14293,11 @@ ], "https://github.com/Rizzlord/ComfyUI-RizzNodes": [ [ - "RizzAnything", + "RizzAlphaMargin", "RizzBatchImageLoader", "RizzBlur", "RizzChannelPack", + "RizzChannelSplit", "RizzClean", "RizzCropAndScaleFromMask", "RizzDynamicPromptGenerator", @@ -11641,7 +14306,8 @@ "RizzLoadLatestMesh", "RizzModelBatchLoader", "RizzPasteAndUnscale", - "RizzUpscaleImageBatch" + "RizzUpscaleImageBatch", + "SimplifyMesh" ], { "title_aux": "ComfyUI-RizzNodes" @@ -11710,11 +14376,19 @@ "https://github.com/Runware/ComfyUI-Runware": [ [ "Runware API Manager", + "Runware Accelerator Options", + "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", @@ -11722,29 +14396,62 @@ "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", + "RunwareAudioInferenceInputs", + "RunwareBriaProviderSettings", + "RunwareBytedanceProviderSettings", "RunwareFrameImages", + "RunwareKlingProviderSettings", + "RunwareLightricksProviderSettings", + "RunwareLumaProviderSettings", + "RunwareMidjourneyProviderSettings", + "RunwareMiniMaxProviderSettings", "RunwareOpenAIProviderSettings", "RunwarePixverseProviderSettings", - "RunwareProviderSettings", + "RunwareRunwayProviderSettings", + "RunwareSafetyInputs", + "RunwareVectorize", + "RunwareVideoAdvancedFeatureInputs", + "RunwareVideoBgRemoval", + "RunwareVideoInputsFrameImages", + "RunwareVideoInputsReferences", + "RunwareVideoUpscaler", "txt2vid" ], { @@ -11806,18 +14513,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", @@ -11828,7 +14567,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" @@ -11836,25 +14580,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" @@ -12013,6 +14764,15 @@ "title_aux": "ComfyUI-Qwen-VL" } ], + "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": [ + [ + "Maya1TTS_Barebones", + "Maya1TTS_Combined" + ], + { + "title_aux": "Maya1 TTS" + } + ], "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [ [ "Seedream4_Replicate" @@ -12021,6 +14781,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" @@ -12062,6 +14831,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", @@ -12106,11 +14886,29 @@ "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", + "SaveWorkflowAndShutdown", + "SplitBatchWithPrefix", + "WildcardManager" ], { "title_aux": "Santodan Random LoRA Node" @@ -12130,7 +14928,9 @@ ], "https://github.com/SatadalAI/SATA_UtilityNode": [ [ + "ImageSaveWithMetadata", "Prompt_Machine", + "Resolution_Machine", "Upscale_Machine" ], { @@ -12220,6 +15020,26 @@ "title_aux": "ComfyUI-DiffusersLoader" } ], + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": [ + [ + "Brightness", + "Contrast", + "DepthDOF", + "DualEaseCosineScheduler", + "EmptyLatent", + "Exposure", + "ImageTransform", + "MaskProcessor", + "MaskTransform", + "RAMPreviewImage", + "Saturation", + "SigmaVisualizer", + "Temperature" + ], + { + "title_aux": "WtlNodes" + } + ], "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [ [ "OllamaCLIPTextEncode", @@ -12243,6 +15063,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", @@ -12368,6 +15230,14 @@ "title_aux": "SeargeSDXL" } ], + "https://github.com/Seb-Lis/comfyui-image-labeler": [ + [ + "AddTextLabel" + ], + { + "title_aux": "comfyui-image-labeler" + } + ], "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": [ [ "WebpToPngSequence" @@ -12376,6 +15246,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" @@ -12400,25 +15279,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", @@ -12430,6 +15290,45 @@ "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" + ], + { + "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", @@ -12487,8 +15386,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" ], { @@ -12946,6 +15857,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", @@ -13255,6 +16175,35 @@ "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/Stability-AI/ComfyUI-SAI_API": [ [ "Stability Conservative Upscale", @@ -13468,6 +16417,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", @@ -13479,6 +16429,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", @@ -13595,6 +16546,14 @@ "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", @@ -13610,14 +16569,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" @@ -13631,23 +16596,28 @@ "FluxStartSettings", "Fluxstarsampler", "OllamaModelChooser", + "QwenImageStartSettings", "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", "Star Face Loader", "Star3LoRAs", + "StarApplyOverlayDepth", "StarConditioningLoader", "StarConditioningSaver", "StarDeleteSamplerSettings", "StarDenoiseSlider", "StarDivisibleDimension", + "StarDuplicateModelFinder", "StarEasyTextStorage", "StarFiveWildcards", "StarFrameFromVideo", + "StarGeminiRefiner", "StarGridCaptionsBatcher", "StarGridComposer", "StarGridImageBatcher", "StarIconExporter", + "StarImageEditQwenKontext", "StarImageLoader1by1", "StarImageSwitch", "StarImageSwitch2", @@ -13659,13 +16629,26 @@ "StarInfiniteYouSaver", "StarLatentSwitch", "StarLoadSamplerSettings", + "StarNanoBanana", "StarNewsScraper", + "StarOllamaSysprompterJC", "StarPSDSaver", "StarPSDSaver2", "StarPaletteExtractor", + "StarQwenEditEncoder", + "StarQwenEditPlusConditioner", + "StarQwenImageEditInputs", + "StarQwenImageRatio", + "StarQwenRebalancePrompter", + "StarQwenRegionalPrompter", + "StarQwenWanRatio", "StarRandomImageLoader", + "StarSDUpscaleRefiner", + "StarSampler", + "StarSaveFolderString", "StarSavePanoramaJPEG", "StarSaveSamplerSettings", + "StarSimpleFilters", "StarTextFilter", "StarTextInput", "StarWildcardsAdvanced", @@ -13680,6 +16663,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" @@ -14144,6 +17135,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" @@ -14391,7 +17424,8 @@ "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": [ [ "FensTokenCounter", - "OptiEmptyLatent" + "OptiEmptyLatent", + "OptiEmptyLatentAdvanced" ], { "title_aux": "Fens-Simple-Nodes" @@ -14421,6 +17455,7 @@ "StringToolsBalancedChoice", "StringToolsConcat", "StringToolsRandomChoice", + "StringToolsSeed", "StringToolsString", "StringToolsText" ], @@ -14592,6 +17627,22 @@ "title_aux": "ComfyUI-Unprompted" } ], + "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", @@ -14603,21 +17654,57 @@ "title_aux": "RisuTools" } ], + "https://github.com/TianDongL/Blind_watermark_Comfyui": [ + [ + "WatermarkEmbedImage", + "WatermarkEmbedText", + "WatermarkExtractImage", + "WatermarkExtractText", + "WatermarkQRCodeDecoder", + "WatermarkQRCodeGenerator" + ], + { + "title_aux": "Blind_watermark_Comfyui" + } + ], "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" @@ -14715,6 +17802,38 @@ "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", + "PromptLoraMatcher" + ], + { + "title_aux": "LoRA Matcher Nodes for ComfyUI" + } + ], "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ [ "Object Mask" @@ -14819,6 +17938,14 @@ "title_aux": "ComfyUI Neural Network Latent Upscale" } ], + "https://github.com/TuriSc/comfyui-text-line-selector": [ + [ + "TextLineSelectorNode" + ], + { + "title_aux": "Text Line Selector" + } + ], "https://github.com/TylerZoro/SD3-Scaling": [ [ "SD3ImageScaleToTotalPixels" @@ -14843,6 +17970,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", @@ -14919,6 +18054,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" @@ -15010,13 +18153,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": [ @@ -15031,6 +18180,7 @@ "VrchAudioRecorderNode", "VrchAudioSaverNode", "VrchAudioVisualizerNode", + "VrchAudioWebSocketChannelLoaderNode", "VrchAudioWebViewerNode", "VrchBPMDetectorNode", "VrchBooleanKeyControlNode", @@ -15043,6 +18193,7 @@ "VrchFloatRemapNode", "VrchGamepadLoaderNode", "VrchImageChannelLoaderNode", + "VrchImageFallbackNode", "VrchImageFlipBookWebViewerNode", "VrchImagePreviewBackgroundNewNode", "VrchImagePreviewBackgroundNode", @@ -15121,6 +18272,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" @@ -15131,8 +18297,9 @@ ], "https://github.com/WASasquatch/FreeU_Advanced": [ [ - "FreeU (Advanced)", - "FreeU_V2 (Advanced)" + "WAS_FreeU", + "WAS_FreeU_V2", + "WAS_PostCFGShift" ], { "title_aux": "FreeU_Advanced" @@ -15178,7 +18345,15 @@ "KSamplerSeq2", "VAEEncodeForInpaint (WAS)", "VividSharpen", - "VividSharpenV2" + "VividSharpenV2", + "WASApplyLUT", + "WASChannelWaveform", + "WASCombineLUT", + "WASLoadLUT", + "WASMoEConditioningListAppend", + "WASSaveLUT", + "WASTiledImageUpscaleWithModel", + "WASWan22MoESamplerCtx" ], { "title_aux": "WAS_Extras" @@ -15189,6 +18364,7 @@ "FUSEGenericKSampler", "FUSEKSampler", "FUSESamplerMaskOptions", + "FUSEVideoKSampler", "FUSEYOLOSettings" ], { @@ -15214,15 +18390,18 @@ "WASLatentAffineCommonOptions", "WASLatentAffineOptions", "WASLatentAffineSimple", + "WASLatentUpscale", + "WASMultiBandNoiseApply", "WASPerlinOptions", "WASPoissonBlueOptions", "WASRingNoiseOptions", "WASSmoothRegionOptions", "WASTileLinesOptions", - "WASUltimateCustomAdvancedAffine", - "WASUltimateCustomAdvancedAffineCustom", "WASUltimateCustomAdvancedAffineNoUpscale", + "WASUltimateCustomAdvancedAffineNoUpscaleLatent", "WASVelvetOptions", + "WASWANVAEDecode", + "WASWANVAEEncode", "WASWorleyEdgesOptions" ], { @@ -15237,6 +18416,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" @@ -15257,6 +18447,7 @@ "InstaCSeed", "InstaCText", "InstaCTextML", + "InstaFileExist", "InstaLoadImageLocal", "InstaLoadImageWithMask", "InstaPromptMultipleStyleSelector", @@ -15290,6 +18481,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", @@ -15346,12 +18547,14 @@ "WarpedHunyuanLoraConvert", "WarpedHunyuanLoraConvertKeys", "WarpedHunyuanLoraConvertKeys2", + "WarpedHunyuanLoraConvertToMusubi", "WarpedHunyuanLoraMerge", "WarpedHunyuanMultiLoraAvgMerge", "WarpedHunyuanMultiLoraLoader", "WarpedHunyuanMultiLoraMerge", "WarpedHunyuanMultiLoraMixer", "WarpedHunyuanMultiLoraMixerExt", + "WarpedHunyuanMultiLoraMixerUlt", "WarpedHunyuanVideoLoraLoader", "WarpedImageNoiseAugmentation", "WarpedImageScaleToSide", @@ -15379,8 +18582,10 @@ "WarpedSamplerScripts8", "WarpedSaveAnimatedPng", "WarpedSaveImageCaption", + "WarpedSingleEncoder", "WarpedUpscaleWithModel", "WarpedVAELoader", + "WarpedWan22MergeLoaderGGUF", "WarpedWanImageToVideo", "WarpedWanLoadAndEditLoraBlocks", "WarpedWanLoraMerge" @@ -15432,6 +18637,7 @@ "WaveSpeedAI KwaivgiKlingV21I2vProNode", "WaveSpeedAI KwaivgiKlingV21I2vStandardNode", "WaveSpeedAI KwaivgiKlingV21T2vMasterNode", + "WaveSpeedAI Loras Config", "WaveSpeedAI LtxVideoV097I2V480pNode", "WaveSpeedAI LtxVideoV097I2V720pNode", "WaveSpeedAI MMAudioV2Node", @@ -15447,6 +18653,9 @@ "WaveSpeedAI SeedreamV3Node", "WaveSpeedAI SkyReelsV1Node", "WaveSpeedAI Step1xEditNode", + "WaveSpeedAI Task Create", + "WaveSpeedAI Task Status", + "WaveSpeedAI Task Submit", "WaveSpeedAI UnoNode", "WaveSpeedAI Upload Audio", "WaveSpeedAI Upload Image", @@ -15522,6 +18731,7 @@ "WF_FixupPixelArt", "WF_MultilineText", "WF_RandomStyle", + "WF_RefineToggle", "WF_ResolutionSDXL", "WF_TextFlow" ], @@ -15545,6 +18755,35 @@ "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": [ + [ + "Qwen25Caption", + "Qwen25CaptionBatch", + "Qwen3Caption", + "Qwen3CaptionBatch", + "StringToBbox", + "StringToSam3Box" + ], + { + "title_aux": "ComfyUI_QwenVL_PromptCaption" + } + ], "https://github.com/X-School-Academy/X-FluxAgent": [ [ "X-FluxAgent.AICodeGenNode", @@ -15786,12 +19025,14 @@ "ApplyStyleModelEnhanced", "ApplyStyleModelSimple", "BatchImagesNode", - "FrameCalculator", "FrameCalculatorAudio", + "FrameCalculatorVideo", + "GetResolutionImage", "InpaintConditioningNode", "InpaintFluxKontextConditioning", "Prepimg2Vid", "RemoveBackgroundNode", + "ShowAnyDataType", "StitchImages", "StitchImagesAndMask", "TextFieldNode", @@ -15810,7 +19051,16 @@ "ImageColorMatch", "ImageSizeBySide", "IterativeUpscaleWithModelsNode", - "LoraLoaderStack" + "LoraLoaderStack", + "NoiseInversion", + "SpotDiffusionParams", + "TiledDiffusion", + "TiledVAEDecode", + "TiledVAEEncode", + "UtilRepeatImages", + "WanVideoControlnet", + "WanVideoControlnetLoader", + "WanVideoNAG" ], { "title_aux": "Yaser-nodes for ComfyUI" @@ -15821,22 +19071,18 @@ "Base64ListToImages", "Base64VideoToImages", "CreateBlankFrames", + "ImageBatchAssembler", "ImageFrameSelector", + "ImagesToBase64List", "ImagesToBase64Video", - "MultiImageInserter" + "MultiImageInserter", + "WanVideoLatentInsertFrames", + "WanVideoLatentZeroFrames" ], { "title_aux": "ComfyUI Image to Video Inserter" } ], - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ - [ - "MergeBlockWeighted" - ], - { - "title_aux": "MergeBlockWeighted_fo_ComfyUI" - } - ], "https://github.com/Yo1up/Diffusion-Model-Detailer": [ [ "Detailer" @@ -16459,9 +19705,9 @@ "ImageBatchLoader", "ImageBatchSaver", "LoraBatchLoader", - "SimpleImageTagger", "TXTBatchLoader", - "TextModifyTool" + "TextModifyTool", + "VideoBatchSaver" ], { "title_aux": "ComfyUI-Batch-Process" @@ -16469,16 +19715,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" @@ -16632,6 +19876,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" @@ -16700,6 +19977,14 @@ "title_aux": "Prompt PostProcessor" } ], + "https://github.com/adambarbato/ComfyUI-Sa2VA": [ + [ + "Sa2VANodeTpl" + ], + { + "title_aux": "Sa2VA Segmentation" + } + ], "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ [ "DownloadLinkChecker", @@ -16837,6 +20122,14 @@ "title_aux": "ComfyUI Utilitools Nodes" } ], + "https://github.com/aesethtics/comfyui-3d-model-viewer": [ + [ + "ThreeDModelViewer" + ], + { + "title_aux": "ComfyUI 3D Model Viewer" + } + ], "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": [ [ "MotorwayFloat", @@ -16858,6 +20151,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", @@ -16995,14 +20310,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" @@ -17032,8 +20361,17 @@ "JsonLoads", "QwenLatentImage", "ReadFileToString", + "Seededit3", + "Seedream3Txt2Img", + "Seedream4Img2Img", + "Seedream4Txt2Img", "SplitString", - "Translate" + "Translate", + "VolcengineChat", + "VolcengineChatOption", + "VolcengineImageOption", + "VolcengineImg2Img", + "VolcengineTxt2Img" ], { "title_aux": "ComfyUI_NYJY" @@ -17071,10 +20409,12 @@ "CogVideoXFunInpaintSampler", "CogVideoXFunT2VSampler", "CogVideoXFunV2VSampler", + "CombineQwenImagePipeline", "CombineWan2_2Pipeline", "CombineWan2_2VaceFunPipeline", "CombineWanPipeline", "CreateTrajectoryBasedOnKJNodes", + "FunAttention", "FunCompile", "FunRiflex", "FunTextBox", @@ -17082,6 +20422,12 @@ "ImageMaximumNode", "LoadCogVideoXFunLora", "LoadCogVideoXFunModel", + "LoadQwenImageLora", + "LoadQwenImageModel", + "LoadQwenImageProcessor", + "LoadQwenImageTextEncoderModel", + "LoadQwenImageTransformerModel", + "LoadQwenImageVAEModel", "LoadVaceWanTransformer3DModel", "LoadWan2_2FunLora", "LoadWan2_2FunModel", @@ -17097,6 +20443,8 @@ "LoadWanTextEncoderModel", "LoadWanTransformerModel", "LoadWanVAEModel", + "QwenImageEditSampler", + "QwenImageT2VSampler", "VideoToCanny", "VideoToDepth", "VideoToOpenpose", @@ -17161,6 +20509,7 @@ "Comfly_Mj_swap_face", "Comfly_Mju", "Comfly_Mjv", + "Comfly_api_set", "Comfly_gpt_image_1", "Comfly_gpt_image_1_edit", "Comfly_kling_image2video", @@ -17171,10 +20520,21 @@ "Comfly_mj_video_extend", "Comfly_mjstyle", "Comfly_nano_banana", + "Comfly_nano_banana2_edit", "Comfly_nano_banana_edit", "Comfly_nano_banana_fal", "Comfly_qwen_image", "Comfly_qwen_image_edit", + "Comfly_sora2", + "Comfly_sora2_character", + "Comfly_sora2_chat", + "Comfly_sora2_openai", + "Comfly_suno_cover", + "Comfly_suno_custom", + "Comfly_suno_description", + "Comfly_suno_lyrics", + "Comfly_suno_upload", + "Comfly_suno_upload_extend", "Comfly_upload", "Comfly_video_extend" ], @@ -17192,6 +20552,16 @@ "title_aux": "comfyui-labs-google" } ], + "https://github.com/aining2022/ComfyUI_Swwan": [ + [ + "LayerUtility: CropByMask V2", + "LayerUtility: ImageScaleByAspectRatio V2", + "LayerUtility: RestoreCropBox" + ], + { + "title_aux": "ComfyUI_Swwan" + } + ], "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [ [ "ASVL" @@ -17344,6 +20714,14 @@ "title_aux": "ComfyUI-X-Portrait-Nodes" } ], + "https://github.com/akawana/ComfyUI-Keybinding-extra": [ + [ + "TextCleanerSplitter" + ], + { + "title_aux": "Keybinding Extra" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -17409,12 +20787,31 @@ "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": [ @@ -17427,6 +20824,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", @@ -17446,13 +20851,16 @@ "DanbooruPopularPostsTagsRetriever", "DanbooruPostTagsRetriever", "DanbooruRelatedTagsRetriever", + "DownloadImage", "FilterSubtags", "FilterTags", "FixBreakAfterTIPO", "GeminiInference", "OllamaInference", "ProcessTags", + "RemoveWeights", "ReplaceUnderscores", + "SaveImageWithText", "SignalSwitch", "TextEditingInference", "TokenAnalyzer", @@ -17473,11 +20881,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" @@ -17527,8 +20938,10 @@ ], "https://github.com/alexcong/ComfyUI_QwenVL": [ [ + "Qwen", "Qwen2.5", - "Qwen2.5VL" + "Qwen2.5VL", + "QwenVL" ], { "title_aux": "Qwen2-VL wrapper for ComfyUI" @@ -17570,12 +20983,15 @@ "BlenderInputLoadDiffusionModel", "BlenderInputLoadImage", "BlenderInputLoadLora", + "BlenderInputLoadMask", + "BlenderInputSampler", "BlenderInputSeed", "BlenderInputString", "BlenderInputStringMultiline", "BlenderOutputDownload3D", "BlenderOutputSaveGlb", - "BlenderOutputSaveImage" + "BlenderOutputSaveImage", + "BlenderOutputString" ], { "title_aux": "ComfyUI-Blender" @@ -17594,6 +21010,86 @@ "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": [ + [ + "XJFloatRangeList", + "XJImageGrid", + "XJImageListFilter", + "XJImageRandomTransform", + "XJImageScaleCalc", + "XJImageScaleMegapixel", + "XJImageTransform", + "XJIntOffset", + "XJIntegerDecrement", + "XJIntegerIncrement", + "XJJSONExtractor", + "XJLoadImageByPath", + "XJLoadImageWithMetadata", + "XJLoadImagesFromDirBatch", + "XJLoadImagesFromDirList", + "XJOneImageFromBatch", + "XJRandomImagesFromBatch", + "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", @@ -17609,6 +21105,16 @@ "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", @@ -17739,6 +21245,74 @@ "title_aux": "Dream Video Batches" } ], + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [ + [ + "ArchAi3D_Average_Color", + "ArchAi3D_Cinematography_Prompt_Builder", + "ArchAi3D_Clean_Room_Prompt", + "ArchAi3D_Color_Correction_Advanced", + "ArchAi3D_Color_Correction_BT709", + "ArchAi3D_Mask_Crop_Rotate", + "ArchAi3D_Mask_To_Position_Guide", + "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_Position_Guide_Prompt_Builder", + "ArchAi3D_Qwen_Camera_View_Selector", + "ArchAi3D_Qwen_Colorization", + "ArchAi3D_Qwen_DX8152_Camera_LoRA", + "ArchAi3D_Qwen_Encoder", + "ArchAi3D_Qwen_Encoder_Simple", + "ArchAi3D_Qwen_Encoder_V2", + "ArchAi3D_Qwen_Encoder_V3", + "ArchAi3D_Qwen_Environment_Navigator", + "ArchAi3D_Qwen_Exterior_Focus", + "ArchAi3D_Qwen_Exterior_Navigation", + "ArchAi3D_Qwen_Exterior_View_Control", + "ArchAi3D_Qwen_Image_Scale", + "ArchAi3D_Qwen_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_Simple_Position_Prompt", + "ArchAi3D_Solid_Color_Image", + "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/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", @@ -17811,6 +21385,14 @@ "title_aux": "Handy Node ComfyUI" } ], + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": [ + [ + "Placeholder Replacer By ID" + ], + { + "title_aux": "Placeholder-Replacer-By-ID" + } + ], "https://github.com/annewj023/Comfyui_google_nano": [ [ "GoogleNanoNode" @@ -17828,6 +21410,15 @@ "title_aux": "DaimalyadNodes" } ], + "https://github.com/apenguin24/ComfyUI-WanKeyframing": [ + [ + "LoadImagesFromDirectory", + "WanKeyframeToVideo" + ], + { + "title_aux": "ComfyUI-WanKeyframing" + } + ], "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "SageSetWildcardText", @@ -17884,11 +21475,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", @@ -17902,7 +21504,9 @@ "Sage_SchedulerSelector", "Sage_SetText", "Sage_SetTextWithInt", + "Sage_SingleCLIPTextEncode", "Sage_SixLoraStack", + "Sage_SystemPrompt", "Sage_TextRandomLine", "Sage_TextSelectLine", "Sage_TextSubstitution", @@ -17918,15 +21522,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", @@ -18027,6 +21649,14 @@ "title_aux": "Hunyuan-Multi-Lora-Loader" } ], + "https://github.com/ashtar1984/comfyui-find-perfect-resolution": [ + [ + "FindPerfectResolution" + ], + { + "title_aux": "comfyui-find-perfect-resolution" + } + ], "https://github.com/asutermo/ComfyUI-Flux-TryOff": [ [ "TryOffFluxFillModelNode", @@ -18215,6 +21845,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", @@ -18326,6 +21967,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", @@ -18560,6 +22212,7 @@ "VACEControlImageCombine", "VACEPromptCheckTotalFrame", "VACEPromptCombine", + "VaceFunLongVideo", "VaceLongVideo" ], { @@ -18586,6 +22239,8 @@ ], "https://github.com/bedovyy/ComfyUI_NAIDGenerator": [ [ + "AnlasTrackerNAID", + "CharacterReferenceOptionNAID", "ColorizeNAID", "DeclutterNAID", "EmotionNAID", @@ -18723,6 +22378,14 @@ "title_aux": "Comfy-Pack" } ], + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": [ + [ + "HunyuanImage3" + ], + { + "title_aux": "ComfyUI-Hunyuan-Image-3" + } + ], "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": [ [ "HierarchicalLoRAWeightEditor", @@ -19160,6 +22823,14 @@ "title_aux": "ComfyUI_sloppy-comic" } ], + "https://github.com/blob8/ComfyUI_video-image-motion-transfer": [ + [ + "VideoImageWarp" + ], + { + "title_aux": "ComfyUI_video-image-motion-transfer" + } + ], "https://github.com/blovett80/ComfyUI-PixelDojo": [ [ "PixelDojoAPI" @@ -19213,6 +22884,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", @@ -19259,9 +22982,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", + "LoadUpscaleModelFromUrlOrPath", + "LoadVideoFromUrlOrPath", "LoadVideoLoraFromUrlOrPath", "LoadVideoLoraFromUrlOrPathSelect" ], @@ -19379,6 +23112,26 @@ "title_aux": "ComfyUI-Bori-QwenImageResolutions" } ], + "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/bradsec/ComfyUI_ResolutionSelector": [ [ "ResolutionSelector" @@ -19430,6 +23183,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" @@ -19491,6 +23256,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", @@ -19566,6 +23339,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", @@ -19600,10 +23392,12 @@ "https://github.com/burnsbert/ComfyUI-EBU-Workflow": [ [ "EbuAppendToFile", + "EbuComputeImageUpscale", "EbuDecodeNewLines", "EbuEncodeNewLines", "EbuFileListCache", "EbuGetImageAspectRatio", + "EbuGetImageAspectRatioFromImage", "EbuImageWaitForImage", "EbuModelWaitForImage", "EbuReadFromFile", @@ -19786,36 +23580,32 @@ "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", "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", "Data_Highway", @@ -19826,36 +23616,51 @@ "Data_preset_save", "Data_sampleData", "Data_select", - "IO_adjust_image", + "Easy_QwenEdit2509", "IO_clear_cache", + "IO_getFilePath", + "IO_image_select", "IO_input_any", "IO_inputbasic", + "IO_inputfile", "IO_load_anyimage", + "IO_outputfile", "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_merge2image", + "Image_pad_adjust", + "Image_pad_adjust_restore", + "Image_pad_keep", + "Image_precision_Converter", + "Image_smooth_blur", "Image_solo_crop", "Image_solo_stitch", + "Image_target_adjust", "Image_transform_layer", - "Image_transform_solo", "Mask_Detect_label", "Mask_Remove_bg", "Mask_face_detect", "Mask_image2mask", "Mask_math", + "Mask_simple_adjust", "Mask_splitMask", "Mask_splitMask_by_color", "Mask_split_mulMask", @@ -19863,23 +23668,43 @@ "Model_Preset_Unpack", "Model_Preset_pack", "Stack_CN_union", + "Stack_CN_union3", "Stack_ControlNet", "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_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", @@ -19891,9 +23716,9 @@ "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", @@ -19909,38 +23734,35 @@ "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_adjust_HDR", "color_adjust_HSL", - "color_adjust_WB_balance", - "color_adjust_light", + "color_balance_adv", "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", @@ -19948,15 +23770,26 @@ "excel_column_diff", "excel_imgEditor_helper", "excel_insert_image", + "excel_insert_image_easy", + "excel_object", "excel_qwen_artistic", "excel_qwen_font", "excel_read", + "excel_read_easy", "excel_roles", "excel_row_diff", "excel_search_data", "excel_write_data", + "excel_write_data_easy", + "flow_QueueTrigger", + "flow_ValueReceiver", + "flow_ValueSender", "flow_auto_pixel", + "flow_case_tentor", "flow_judge", + "flow_low_gpu", + "flow_sch_control", + "flow_switch", "img_effect_CircleWarp", "img_effect_Liquify", "img_effect_Load", @@ -19964,33 +23797,23 @@ "img_effect_WaveWarp", "latent_Image2Noise", "latent_chx_noise", - "latent_ratio", "lay_ImageGrid", "lay_MaskGrid", - "lay_compare_img", "lay_edge_cut", - "lay_fill_inpaint", "lay_image_grid_note", - "lay_images_free_layout", "lay_imgCanvas", + "lay_mul_image", "lay_text_sum", - "lay_texture_Offset", - "list_ListGetByIndex", "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", @@ -19999,17 +23822,20 @@ "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", "pre_ic_light_sd15", + "pre_inpaint_sum", "pre_latent_light", "pre_mul_Mulcondi", "pre_qwen_controlnet", + "pre_ref_condition", "pre_sample_data", "sampler_DynamicTileMerge", "sampler_DynamicTileSplit", @@ -20022,25 +23848,35 @@ "sch_text", "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_Qwen_camera", "text_SuperPrompter", "text_free_wildcards", + "text_list_combine", "text_mul_Join", "text_mul_Split", "text_mul_remove", "text_mul_replace", "text_stack_wildcards", "text_sum", + "texture_Ksampler", + "texture_Offset", + "texture_apply", + "texture_create", "type_AnyCast", - "type_Anyswitch", + "type_AnyIndex", "type_BasiPIPE", "type_BatchToList", "type_Image_Batch2List", @@ -20048,7 +23884,6 @@ "type_ListToBatch", "type_Mask_Batch2List", "type_Mask_List2Batch", - "type_text_list2batch", "unpack_box2", "view_Data", "view_GetLength", @@ -20058,7 +23893,6 @@ "view_bridge_Text", "view_bridge_image", "view_combo", - "view_latent", "view_mask", "view_node_Script" ], @@ -20066,6 +23900,14 @@ "title_aux": "ComfyUI-Apt_Preset" } ], + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": [ + [ + "OverlayFrameNumber" + ], + { + "title_aux": "ComfyUI_OverlayFrameNumber" + } + ], "https://github.com/casterpollux/MiniMax-bmo": [ [ "MinimaxRemoverBMO" @@ -20120,32 +23962,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": [ @@ -20161,12 +23997,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" @@ -20221,13 +24065,16 @@ ], "https://github.com/cerspense/ComfyUI_cspnodes": [ [ + "CountTextLines", "DepthToNormalMap", + "GetLastFrameFromBatch", "GetMP4Prompt", "ImageDirIterator", "IncrementEveryN", "Modelscopet2v", "Modelscopev2v", "RemapRange", + "RemoveBlankLines", "ResizeByImage", "SplitImageChannels", "VidDirIterator" @@ -20765,6 +24612,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", @@ -20777,6 +24635,7 @@ "SetData", "TemplateFileLoader", "UploadImagesToWebDAV", + "UploadMP4ToWebDAV", "UploadWebMToWebDAV", "YAMLData", "YAMLFileLoader" @@ -20827,6 +24686,7 @@ [ "AudioCleanupNode", "IndexTTS2BaseNode", + "IndexTTS2CacheControlNode", "IndexTTS2EmotionAudioNode", "IndexTTS2EmotionTextNode", "IndexTTS2EmotionVectorNode", @@ -20966,6 +24826,7 @@ "LayerFilter: WaterColor", "LayerMask: BlendIf Mask", "LayerMask: CreateGradientMask", + "LayerMask: DrawRoundedRectangle", "LayerMask: ImageToMask", "LayerMask: LoadSegformerModel", "LayerMask: MaskBoxDetect", @@ -21048,6 +24909,7 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", + "LayerUtility: ImageCompositeHandleMask", "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAsV2", @@ -21382,7 +25244,15 @@ } ], "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)" @@ -21500,7 +25370,8 @@ "CYHTextFileLoaderNode", "PromptEnhancer", "PromptEnhancerEditable", - "PromptToolsSetup" + "PromptToolsSetup", + "PromptWildcardGenerator" ], { "title_aux": "Chye ComfyUI Toolset" @@ -21768,7 +25639,8 @@ "SomethingToString_clh", "String2FatLabels_clh", "String2Image_clh", - "StringConstant_clh" + "StringConstant_clh", + "duplicate_checker_clh" ], { "author": "Dr.Lt.Data", @@ -21834,6 +25706,14 @@ "title_aux": "Simple Image To Palette" } ], + "https://github.com/cmeka/ComfyUI-WanMoEScheduler": [ + [ + "WanMoEScheduler" + ], + { + "title_aux": "ComfyUI-WanMoEScheduler" + } + ], "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": [ [ "Xoxxox_CnvDat", @@ -21882,6 +25762,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", @@ -21898,6 +25786,7 @@ "ConfigGenerateImageOpenRouter", "ConfigGenerateImagePortrait", "ConfigGenerateImageSeedream", + "ConfigGenerateImageUnified", "ConfigGenerateMusic", "ConfigGenerateSpeech", "ConfigGenerateVideo", @@ -21956,13 +25845,28 @@ ], "https://github.com/comfyanonymous/ComfyUI": [ [ + "APG", "AddNoise", + "AlignYourStepsScheduler", + "AudioAdjustVolume", + "AudioConcat", "AudioEncoderEncode", "AudioEncoderLoader", + "AudioMerge", "BasicGuider", "BasicScheduler", "BetaSamplingScheduler", + "ByteDanceFirstLastFrameNode", + "ByteDanceImageEditNode", + "ByteDanceImageNode", + "ByteDanceImageReferenceNode", + "ByteDanceImageToVideoNode", + "ByteDanceSeedreamNode", + "ByteDanceTextToVideoNode", "CFGGuider", + "CFGNorm", + "CFGZeroStar", + "CLIPAttentionMultiply", "CLIPLoader", "CLIPMergeAdd", "CLIPMergeSimple", @@ -21970,6 +25874,7 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeFlux", "CLIPTextEncodeHiDream", "CLIPTextEncodeHunyuanDiT", @@ -21980,9 +25885,12 @@ "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", "CLIPVisionLoader", + "Canny", + "CaseConverter", "CheckpointLoader", "CheckpointLoaderSimple", "CheckpointSave", + "ChromaRadianceOptions", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -21994,11 +25902,15 @@ "ConditioningSetTimestepRange", "ConditioningStableAudio", "ConditioningZeroOut", + "ContextWindowsManual", "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "CosmosImageToVideoLatent", + "CosmosPredict2ImageToVideoLatent", + "CreateVideo", "CropMask", "DiffControlNetLoader", "DifferentialDiffusion", @@ -22006,6 +25918,12 @@ "DisableNoise", "DualCFGGuider", "DualCLIPLoader", + "EasyCache", + "EmptyAceStepLatentAudio", + "EmptyAudio", + "EmptyChromaRadianceLatentImage", + "EmptyCosmosLatentVideo", + "EmptyFlux2LatentImage", "EmptyHunyuanImageLatent", "EmptyHunyuanLatentVideo", "EmptyImage", @@ -22015,21 +25933,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", @@ -22037,17 +25953,25 @@ "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GeminiImage2Node", "GeminiImageNode", "GeminiInputFiles", "GeminiNode", "GetImageSize", + "GetVideoComponents", "GrowMask", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", "HunyuanImageToVideo", "HunyuanRefinerLatent", + "HunyuanVideo15ImageToVideo", + "HunyuanVideo15LatentUpscaleWithModel", + "HunyuanVideo15SuperResolution", "HyperTile", "HypernetworkLoader", + "IdeogramV1", + "IdeogramV2", + "IdeogramV3", "ImageAddNoise", "ImageBatch", "ImageBlend", @@ -22122,6 +26046,8 @@ "LatentSubtract", "LatentUpscale", "LatentUpscaleBy", + "LatentUpscaleModelLoader", + "LazyCache", "Load3D", "Load3DAnimation", "LoadAudio", @@ -22131,12 +26057,15 @@ "LoadImageSetFromFolderNode", "LoadImageTextSetFromFolderNode", "LoadLatent", + "LoadVideo", "LoraLoader", "LoraLoaderModelOnly", "LoraModelLoader", "LoraSave", "LossGraphNode", "LotusConditioning", + "LtxvApiImageToVideo", + "LtxvApiTextToVideo", "LumaConceptsNode", "LumaImageModifyNode", "LumaImageNode", @@ -22147,6 +26076,10 @@ "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", + "MinimaxImageToVideoNode", + "MinimaxSubjectToVideoNode", + "MinimaxTextToVideoNode", "ModelComputeDtype", "ModelMergeAdd", "ModelMergeAuraflow", @@ -22177,6 +26110,9 @@ "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", + "MoonvalleyImg2VideoNode", + "MoonvalleyTxt2VideoNode", + "MoonvalleyVideo2VideoNode", "Morphology", "OpenAIChatConfig", "OpenAIChatNode", @@ -22184,6 +26120,7 @@ "OpenAIDalle3", "OpenAIGPTImage1", "OpenAIInputFiles", + "OpenAIVideoSora2", "OptimalStepsScheduler", "PatchModelAddDownscale", "PerpNeg", @@ -22209,6 +26146,11 @@ "PreviewAny", "PreviewAudio", "PreviewImage", + "PrimitiveBoolean", + "PrimitiveFloat", + "PrimitiveInt", + "PrimitiveString", + "PrimitiveStringMultiline", "QuadrupleCLIPLoader", "QwenImageDiffsynthControlnet", "RandomNoise", @@ -22217,29 +26159,34 @@ "RecordAudio", "RecraftColorRGB", "RecraftControls", - "RecraftCreativeUpscaleNode", "RecraftCrispUpscaleNode", "RecraftImageInpaintingNode", "RecraftImageToImageNode", "RecraftRemoveBackgroundNode", "RecraftReplaceBackgroundNode", - "RecraftStyleV3DigitalIllustration", "RecraftStyleV3InfiniteStyleLibrary", - "RecraftStyleV3LogoRaster", "RecraftStyleV3RealisticImage", "RecraftTextToImageNode", "RecraftTextToVectorNode", "RecraftVectorizeImageNode", "ReferenceLatent", + "RegexExtract", + "RegexMatch", + "RegexReplace", "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", "RescaleCFG", "ResizeAndPadImage", "Rodin3D_Detail", + "Rodin3D_Gen2", "Rodin3D_Regular", "Rodin3D_Sketch", "Rodin3D_Smooth", + "RunwayFirstLastFrameNode", + "RunwayImageToVideoNodeGen3a", + "RunwayImageToVideoNodeGen4", + "RunwayTextToImageNode", "SDTurboScheduler", "SD_4XUpscale_Conditioning", "SV3D_Conditioning", @@ -22254,6 +26201,8 @@ "SamplerER_SDE", "SamplerEulerAncestral", "SamplerEulerAncestralCFGPP", + "SamplerEulerCFGpp", + "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", "SamplingPercentToSigma", @@ -22268,6 +26217,9 @@ "SaveLatent", "SaveLoRANode", "SaveSVGNode", + "SaveVideo", + "SaveWEBM", + "ScaleROPE", "SelfAttentionGuidance", "SetFirstSigma", "SetLatentNoiseMask", @@ -22276,11 +26228,31 @@ "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", @@ -22288,7 +26260,9 @@ "StubMask", "StyleModelApply", "StyleModelLoader", + "T5TokenizerOptions", "TCFG", + "TemporalScoreRescaling", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -22336,12 +26310,18 @@ "TestVariadicAverage", "TestWhileLoopClose", "TestWhileLoopOpen", + "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", "TextEncodeQwenImageEdit", + "TextEncodeQwenImageEditPlus", "ThresholdMask", "TomePatchModel", + "TopazImageEnhance", + "TopazVideoEnhance", "TorchCompileModel", "TrainLoraNode", + "TrimAudioDuration", + "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -22352,6 +26332,9 @@ "TripoTextToModelNode", "TripoTextureNode", "UNETLoader", + "UNetCrossAttentionMultiply", + "UNetSelfAttentionMultiply", + "UNetTemporalAttentionMultiply", "USOStyleReference", "UpscaleModelLoader", "VAEDecode", @@ -22365,13 +26348,38 @@ "VAELoader", "VAESave", "VPScheduler", + "VeoVideoGenerationNode", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "ViduImageToVideoNode", + "ViduReferenceVideoNode", + "ViduStartEndToVideoNode", + "ViduTextToVideoNode", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", + "Wan22ImageToVideoLatent", + "WanAnimateToVideo", + "WanCameraEmbedding", + "WanCameraImageToVideo", + "WanFirstLastFrameToVideo", + "WanFunControlToVideo", + "WanFunInpaintToVideo", + "WanHuMoImageToVideo", + "WanImageToImageApi", + "WanImageToVideo", + "WanImageToVideoApi", + "WanPhantomSubjectToVideo", + "WanSoundImageToVideo", + "WanSoundImageToVideoExtend", + "WanTextToImageApi", + "WanTextToVideoApi", + "WanTrackToVideo", + "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", - "unCLIPConditioning" + "unCLIPConditioning", + "wanBlockSwap" ], { "title_aux": "ComfyUI" @@ -22406,7 +26414,10 @@ [ "AspectRatioImageSize", "AspectRatioResizeImage", - "MarkdownModelNote" + "GitCloneManager", + "HuggingFaceDownloader", + "MarkdownModelNote", + "TransparentVideoSave" ], { "title_aux": "ComfyUI-Studio-nodes" @@ -22430,6 +26441,46 @@ "title_aux": "ComfyUI builmenlabo - Unified Package" } ], + "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer": [ + [ + "NanoBananaSizeCalculator" + ], + { + "title_aux": "ComfyUI-Nano-Banana-Resizer" + } + ], + "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/comrender/ComfyUI-edge-match-checker": [ + [ + "EdgeMatchChecker" + ], + { + "title_aux": "ComfyUI-edge-match-checker" + } + ], + "https://github.com/comrender/ComfyUI-gpt5_image_text": [ + [ + "GPT5ImageText" + ], + { + "title_aux": "ComfyUI-gpt5_image_text" + } + ], "https://github.com/concarne000/ComfyUI-Stacker": [ [ "StackPopFloat", @@ -22822,6 +26873,17 @@ "title_aux": "ComfyUI-MaskBatchPermutations" } ], + "https://github.com/cyan9977/ComfyUI_PromptQueue": [ + [ + "NegativePromptQueue", + "PromptQueue", + "SimplePromptQueue", + "StylePromptQueue" + ], + { + "title_aux": "ComfyUI_PromptQueue" + } + ], "https://github.com/cyberhirsch/seb_nodes": [ [ "AspectRatioSeb", @@ -22835,6 +26897,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" @@ -22974,16 +27048,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", + "DN_pyPinNode", "PinterestFetch", "inactivePinterestImageNode" ], @@ -23021,27 +27115,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" @@ -23144,6 +27236,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", @@ -23175,7 +27275,6 @@ [ "CircuitBreaker", "FormatString", - "ModelUnloader", "RandomChoice" ], { @@ -23186,6 +27285,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", @@ -23361,6 +27485,11 @@ "DavchaModelMergeSDXL", "DavchaModelMergeSimple", "DavchaPop", + "DavchaQwenImageEditLoraTagLoader", + "DavchaScheduledTextEncoderQwenImageEditPlus", + "DavchaTextEncodeQwenImageEditPlus", + "DavchaWan22LoraTagLoader", + "DavchaWan22LoraTagParser", "PadAndResize", "PercentPadding", "ResizeCropFit", @@ -23421,6 +27550,17 @@ "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", @@ -23514,6 +27654,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", @@ -23580,7 +27747,12 @@ "ChatterBoxOfficial23LangEngineNode", "F5TTSEngineNode", "HiggsAudioEngineNode", + "IndexTTS Engine", + "IndexTTSEmotionOptionsNode", "MouthMovementAnalyzer", + "PhonemeTextNormalizer", + "QwenEmotionNode", + "StringMultilineTagEditor", "UnifiedTTSSRTNode", "UnifiedTTSTextNode", "UnifiedVoiceChangerNode", @@ -23781,6 +27953,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", @@ -23791,6 +27971,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", @@ -23853,6 +28045,8 @@ ], "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": [ [ + "HuMoI2VPatch", + "StringToFloatListRanged", "VACEAdvDetailerHookProvider", "VaceAdvancedModelPatch", "VaceStrengthTester", @@ -23927,6 +28121,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" @@ -23992,6 +28203,14 @@ "title_aux": "ComfyUI-crop-alpha" } ], + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": [ + [ + "SeedreamImageGenerate" + ], + { + "title_aux": "Seedream Image Generate ComfyUI Node" + } + ], "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": [ [ "E_TierTextSaver" @@ -24010,6 +28229,40 @@ "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", + "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 Upload Image" + ], + { + "title_aux": "ERPK Collection" + } + ], "https://github.com/ealkanat/comfyui-easy-padding": [ [ "comfyui-easy-padding" @@ -24032,6 +28285,7 @@ [ "CLIPVisionLoaderSetDevice", "HDR Effects with LAB Adjust", + "ModelMergeHiDream", "QuadrupleCLIPLoaderSetDevice", "SaveImageWithPrompt", "TripleCLIPLoaderSetDevice" @@ -24058,6 +28312,60 @@ "title_aux": "ComfyUI-MusicGen-HF" } ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": [ + [ + "EddyIntSevenRandomV2", + "EddyLuckySeedNode" + ], + { + "title_aux": "ComfyUI-EddySevenResonance" + } + ], + "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" @@ -24131,11 +28439,13 @@ "MaskedRegionVideoExport", "OrganicFillNode", "ParallaxZoom", + "ProjectionPreview", "Random_Style_Mixture", "SDAnyConverter", "SDTypeConverter", "SaveImageAdvanced", "SavePosEmbeds", + "SurfaceRadiometricCompensation", "VAEDecode_to_folder", "VideoFrameSelector", "WidthHeightPicker" @@ -24152,6 +28462,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", @@ -24169,6 +28487,14 @@ "title_aux": "ComfyUI-gpt-oss-PromptDesigner" } ], + "https://github.com/efortin/ComfyUI-Ollama-Enhancer": [ + [ + "OllamaEnhancerNode" + ], + { + "title_aux": "ComfyUI-Manufnode" + } + ], "https://github.com/eg0pr0xy/comfyui_noisegen": [ [ "AudioAnalyzer", @@ -24209,6 +28535,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", @@ -24263,8 +28598,12 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [ [ "Compositor3", + "Compositor4", + "Compositor4MasksOutput", + "Compositor4TransformsOut", "CompositorColorPicker", "CompositorConfig3", + "CompositorConfig4", "CompositorMasksOutputV3", "CompositorTools3", "CompositorTransformsOutV3", @@ -24429,6 +28768,15 @@ "title_aux": "ComfyUI-EZ-AF-Nodes" } ], + "https://github.com/facefusion/facefusion-comfyui": [ + [ + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "FaceFusion ComfyUI" + } + ], "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [ [ "HunyuanVideoLoraLoader" @@ -24533,17 +28881,29 @@ ], "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ [ - "DenoiseCurveVisualizer", - "LatentStatisticsMonitor", - "MinimalKeyframeV2V", - "QwenContextProcessor", + "QwenDebugController", + "QwenDebugLatents", + "QwenEliGenEntityControl", + "QwenEliGenMaskPainter", + "QwenFlowMatchSamplerNode", + "QwenImageBatch", + "QwenImageDiTLoaderWrapper", + "QwenImageEncodeWrapper", + "QwenImageModelWithEdit", + "QwenImageModelWrapper", + "QwenImageModelWrapperNode", + "QwenImageSamplerNode", + "QwenImageSamplerWithEdit", + "QwenImageVAELoaderWrapper", "QwenInpaintSampler", + "QwenLatentPackerNode", "QwenLowresFixNode", "QwenMaskProcessor", - "QwenNativeEncoder", - "QwenNativeLoader", - "QwenOptimalResolution", - "QwenResolutionSelector", + "QwenModelManagerWrapper", + "QwenProcessedToEmbedding", + "QwenProcessorWrapper", + "QwenSchedulerInfoNode", + "QwenSmartCrop", "QwenSpatialTokenGenerator", "QwenTemplateBuilderV2", "QwenTemplateConnector", @@ -24553,9 +28913,8 @@ "QwenVLEmptyLatent", "QwenVLImageToLatent", "QwenVLTextEncoder", - "QwenValidationTools", - "QwenWANKeyframeEditor", - "QwenWANKeyframeExtractor" + "QwenVLTextEncoderAdvanced", + "QwenVLTextEncoderLoaderWrapper" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -24609,6 +28968,7 @@ "DualProviderConfig", "GlobalMemoryCleanup", "ImageToAny", + "LoadAudio", "LoopAwareResponseIterator", "LoopAwareVLMAccumulator", "LoopSafeAccumulator", @@ -24616,6 +28976,8 @@ "RemoteTextEncoder", "RobustImageRangeExtractor", "SeedPromptGenerator", + "ShrugASRNode", + "ShrugPromptBatchFromFile", "ShrugPrompter", "SmartImageRangeExtractor", "TextCleanup", @@ -24640,22 +29002,21 @@ "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", + "MeuxMultiSaveImage", + "MeuxSimpleLLMNode" ], { - "title_aux": "comfyui-camera-tools" + "title_aux": "BaiduMeux_Comfy Tools" } ], "https://github.com/fchangjun/Comfyui_MultiSaveImage": [ [ - "MultiSaveImage", - "SimpleLLMNode" + "MeuxAdvancedImageCrop", + "MeuxMultiSaveImage", + "MeuxSimpleLLMNode" ], { "title_aux": "MultiSaveImage Node" @@ -24803,6 +29164,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", @@ -24835,13 +29204,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", @@ -24850,13 +29236,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", @@ -24895,6 +29287,7 @@ "FL_ImageDimensionDisplay", "FL_ImageListToImageBatch", "FL_ImageNotes", + "FL_ImageOverlay", "FL_ImagePixelator", "FL_ImageRandomizer", "FL_ImageSelector", @@ -24903,12 +29296,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", @@ -24930,6 +29325,7 @@ "FL_PaperDrawn", "FL_PasteByMask", "FL_PasteOnCanvas", + "FL_PathAnimator", "FL_PathTypeChecker", "FL_PixVerseAPI", "FL_PixelArtShader", @@ -24938,7 +29334,11 @@ "FL_PromptBasic", "FL_PromptMulti", "FL_PromptSelector", + "FL_PromptSelectorBasic", + "FL_QwenImageEditStrength", + "FL_RIFE", "FL_RandomNumber", + "FL_ReplaceColor", "FL_RetroEffect", "FL_Ripple", "FL_RunwayAct2", @@ -24948,6 +29348,7 @@ "FL_SaveAndDisplayImage", "FL_SaveCSV", "FL_SaveImages", + "FL_SaveRGBAAnimatedWebP", "FL_SaveWebM", "FL_SaveWebPImage(SaveImage)", "FL_SchedulerStrings", @@ -24965,6 +29366,8 @@ "FL_UnloadAllModels", "FL_UnloadModel", "FL_UpscaleModel", + "FL_Veo3VideoGen", + "FL_VertexGemini25FlashImage", "FL_VideoBatchSplitter", "FL_VideoCadence", "FL_VideoCadenceCompile", @@ -24976,6 +29379,11 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WanVaceToVideoMultiRef", + "FL_WanVideoBlender", + "FL_WanVideoBlender3Way", + "FL_WanVideoContinuationBlender", + "FL_WanVideoContinue", "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", @@ -24986,6 +29394,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", @@ -25042,6 +29463,7 @@ [ "PortraitMaster", "PortraitMasterBaseCharacter", + "PortraitMasterFaceGenerator", "PortraitMasterMakeup", "PortraitMasterPromptStyler", "PortraitMasterSkinDetails", @@ -25108,6 +29530,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" @@ -25116,6 +29547,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" @@ -25270,6 +29711,43 @@ "title_aux": "lama_with_refiner" } ], + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": [ + [ + "FaceComparator" + ], + { + "title_aux": "ComfyUI-Face-Comparator" + } + ], + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": [ + [ + "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", + "OnDemandUNETLoader", + "OnDemandVAELoader" + ], + { + "title_aux": "ComfyUI-OnDemand-Lora-Loader" + } + ], "https://github.com/frankchieng/ComfyUI_Aniportrait": [ [ "AniPortrait_Audio2Video", @@ -25300,42 +29778,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", @@ -25423,6 +29865,16 @@ "title_aux": "ComfyUI_pose_inter" } ], + "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" @@ -25431,6 +29883,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", @@ -25491,6 +29954,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" @@ -25529,6 +30001,44 @@ "title_aux": "ComfyUI-FLUX-BFL-API" } ], + "https://github.com/geltz/ComfyUI-geltz": [ + [ + "ApplyLUT", + "ChromaticAberrationFilter", + "ColorBorderNode", + "ColorPaletteExtractor", + "DanbooruTagsTransformerMoeV2", + "DiffusionDenoiser", + "DiffusionDenoiserBatch", + "FidelityFX_Upscaler", + "KohyaLoraConfig", + "KuwaharaFilter", + "L0SmoothingFilter", + "LoRAExtract", + "LocalLaplacianFilter", + "PaletteFilterLUT", + "PerturbedAttentionDelta", + "PixelSortingFilter", + "PromptShuffler", + "QuantileMatchScaling", + "ReflectionPadding", + "SADAInfo", + "SADAModelPatch", + "SDXL_LoRA_BlockSlider_Loader", + "SemanticNoise", + "SimpleInpaint", + "StructuredLatent", + "Temperature Adjust", + "TokenSculptor", + "TokenShuffler", + "TokenVisualizer", + "UNetHeatmap", + "VoronoiTessellationFilter" + ], + { + "title_aux": "ComfyUI-geltz" + } + ], "https://github.com/gemell1/ComfyUI_GMIC": [ [ "GmicCliWrapper", @@ -25634,6 +30144,15 @@ "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" @@ -25859,12 +30378,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", @@ -25875,10 +30399,14 @@ "HunyuanVideoLoraTrainer_fal", "Ideogramv3_fal", "Imagen4Preview_fal", + "InfinityStarTextToVideo_fal", + "Kling21Pro_fal", + "Kling25TurboPro_fal", "KlingMaster_fal", "KlingPro10_fal", "KlingPro16_fal", "Kling_fal", + "Krea_Wan14b_VideoToVideo_fal", "LLM_fal", "LoadVideoURL", "LtxVideoTrainer_fal", @@ -25887,20 +30415,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" @@ -25965,7 +30513,10 @@ "Image5Switcher_node", "MonoClip_node", "PixelArt_node", + "RandomImageFromDirectory_node", "RandomOrgTrueRandomNumber_node", + "RandomOrgV2TrueRandomNumber", + "RandomOrgV2TrueRandomNumber_node", "VAEDecodePreview_node", "image2contrastMask_node", "image2imbgg_node", @@ -26004,6 +30555,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", @@ -26014,6 +30584,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" @@ -26270,9 +30853,14 @@ ], "https://github.com/gsusgg/ComfyUI_CozyGen": [ [ + "CozyGenChoiceInput", "CozyGenDynamicInput", + "CozyGenFloatInput", "CozyGenImageInput", - "CozyGenOutput" + "CozyGenIntInput", + "CozyGenOutput", + "CozyGenStringInput", + "CozyGenVideoOutput" ], { "title_aux": "ComfyUI-CozyGen" @@ -26304,6 +30892,14 @@ "title_aux": "abracadabra-comfyui" } ], + "https://github.com/guill/comfyui-stegaflow": [ + [ + "SaveImageStegaflow" + ], + { + "title_aux": "Stegaflow" + } + ], "https://github.com/guyaton/guy-nodes-comfyui": [ [ "GuyRecommendedLatentResCalc" @@ -26312,6 +30908,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", @@ -26335,6 +30940,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", @@ -26365,7 +30978,7 @@ "VideoGenerator" ], { - "title_aux": "ComfyUI-FastVideo" + "title_aux": "FastVideo" } ], "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": [ @@ -26376,6 +30989,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", @@ -26475,6 +31097,8 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": [ [ "ConvertAny", + "PowerLoraLoader", + "PowerLoraStacker", "SamplerSetup", "SamplerSetupUnpack" ], @@ -26532,17 +31156,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" @@ -26783,6 +31406,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": [ [ "Double_Prompt_Encode", + "FiveRandomLines", "Multi_Wildcard_Loader", "Prompt_Extender", "Prompt_Library", @@ -26792,22 +31416,79 @@ "title_aux": "ComfyUI-Prompt_Library" } ], + "https://github.com/heyburns/PortraitUtils": [ + [ + "AutoAdjustNode", + "AutoColorConfigNode", + "AutoCropBorders", + "AutoWBColorMatch", + "ComparisonGate", + "CropImageByMargins", + "CropMaskByMargins", + "FilenameAppendSuffix", + "FitAspectHeadSafe", + "FluxResolutionPrepare", + "GpuSyncCacheClear", + "ImageMegapixelSelector", + "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_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" @@ -26892,6 +31573,15 @@ "title_aux": "ComfyUI-SaveMem" } ], + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": [ + [ + "DWposeKeypointConverter", + "DWposeWeightOptions" + ], + { + "title_aux": "ComfyUI_DWposeDeluxe" + } + ], "https://github.com/hodanajan/optimal-crop-resolution": [ [ "AspectRatioCalculator", @@ -26910,6 +31600,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", @@ -27041,7 +31739,10 @@ ], "https://github.com/hugobb/FastGAN-ComfyUI-Node": [ [ + "BlendLatents", + "GANImg2Img", "GenerateImages", + "InvertToLatent", "LoadFastGAN", "LoadLatent", "SampleLatent", @@ -27059,16 +31760,9 @@ "title_aux": "ComfyUI-HX-Captioner" } ], - "https://github.com/huixingyun/ComfyUI-HX-Pimg": [ - [ - "SaveImageWithPromptsWebsocket" - ], - { - "title_aux": "ComfyUI-HX-Pimg" - } - ], "https://github.com/hujuying/ComfyUI-ModelScope-API": [ [ + "ModelScopeImageCaptionNode", "ModelScopeImageEditNode", "ModelScopeImageNode", "ModelScopeTextNode", @@ -27078,6 +31772,15 @@ "title_aux": "ComfyUI ModelScope API Node" } ], + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": [ + [ + "DecoderNoise", + "LTTiledVAEDecode" + ], + { + "title_aux": "ComfyUI-TiledVaeLite" + } + ], "https://github.com/hunzmusic/ComfyUI-IG2MV": [ [ "DiffusersIGMVModelMakeup", @@ -27116,6 +31819,22 @@ "title_aux": "ComfyUI Text Remove Node" } ], + "https://github.com/huyl3-cpu/comfyui-sortlist": [ + [ + "image_to_sha256", + "sort_list_string", + "steg_alpha_embed", + "steg_alpha_extract", + "steg_rgb_embed", + "steg_rgb_extract", + "string_clear_if_contains", + "video_dir_combiner_ultra", + "video_scene_splitter" + ], + { + "title_aux": "comfyui-huyl2-nodes" + } + ], "https://github.com/hvppycoding/comfyui-json-prompt-renderer": [ [ "ExtractJSON", @@ -27133,6 +31852,27 @@ "title_aux": "RandomSamplerSchedulerSteps for ComfyUI" } ], + "https://github.com/hvppycoding/hvppyflow": [ + [ + "HFDebug", + "HFShowMarkdownNode", + "HFShowTextNode", + "HFSleep", + "HFSplitText" + ], + { + "title_aux": "hvppyflow" + } + ], + "https://github.com/hw5511/comfyui_hf_upscaler_loader": [ + [ + "GGUFModelLoaderFromHF", + "UpscaleModelLoaderFromHF" + ], + { + "title_aux": "Woohee HF Upscaler Loader" + } + ], "https://github.com/hwhaocool/ComfyUI-Select-Any": [ [ "SelectAnyValues" @@ -27143,9 +31883,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" @@ -27179,6 +31920,32 @@ "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", + "ROCMSamplerPerformanceMonitor", + "ROCMVAEPerformanceMonitor", + "ROCmDiffusionLoader" + ], + { + "title_aux": "RocM Ninodes" + } + ], "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": [ [ "AlignYourStepsScheduler", @@ -27337,6 +32104,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", @@ -27354,6 +32129,16 @@ "title_aux": "NSFW Check for ComfyUI" } ], + "https://github.com/icekiub-ai/ComfyUI-IcyHider": [ + [ + "IcyLoadImage", + "IcyPreviewImage", + "IcySaveImage" + ], + { + "title_aux": "ComfyUI-IcyHider" + } + ], "https://github.com/icesun963/ComfyUI_HFDownLoad": [ [ "Apply EasyOCR V2", @@ -27373,6 +32158,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" ], { @@ -27445,26 +32234,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", @@ -27570,12 +32339,14 @@ ], "https://github.com/ifmylove2011/comfyui-missed-tool": [ [ + "ColorImageFillRm", "ImageQueueLoader", "LoadImageA", "LoraLoad", "LoraMerge", "LoraSaver", "ScaleMultilplePixels", + "TextSplitToList", "TrimBG", "TrimBGAdvanced", "TxtSave" @@ -27584,9 +32355,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" @@ -27603,6 +32381,7 @@ "Light-Tool: DeserializeJsonString", "Light-Tool: GetImageSize", "Light-Tool: GetImagesCount", + "Light-Tool: GetSideLength", "Light-Tool: Hex2RGB", "Light-Tool: ImageConcat", "Light-Tool: ImageMaskApply", @@ -27630,6 +32409,7 @@ "Light-Tool: RGBA2RGB", "Light-Tool: ResizeImage", "Light-Tool: ResizeImageByMaxSize", + "Light-Tool: ResizeImageByMinSize", "Light-Tool: ResizeImageByRatio", "Light-Tool: ResizeImageV2", "Light-Tool: SaveMetadata", @@ -27652,6 +32432,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", @@ -27776,15 +32572,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", @@ -27954,267 +32741,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" @@ -28314,6 +32840,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", @@ -28341,6 +32890,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", @@ -28353,6 +32910,14 @@ "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/jax-explorer/ComfyUI-InstantCharacter": [ [ "InstantCharacterGenerate", @@ -28490,15 +33055,20 @@ "title_aux": "ComfyUI_StreamDiffusion" } ], + "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" @@ -28573,8 +33143,10 @@ ], "https://github.com/jinchanz/ComfyUI-ADIC": [ [ + "ADICOpenAIGPTImage1", "ADIC_COMMON_API", "AliCloudOSSUpload", + "IdeaLabImageGenerate", "ImageTranslateAPI", "ImageTranslateParamsBuilder", "ImageTranslateResultExtractor", @@ -28828,6 +33400,29 @@ "title_aux": "ComfyUI-sampler-lcm-alternative" } ], + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": [ + [ + "ColorMNetImage", + "ColorMNetVideo", + "DeepExColorImageNode", + "DeepExColorVideoNode" + ], + { + "title_aux": "Reference-Based Video Colorization" + } + ], + "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", @@ -28866,6 +33461,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" @@ -29003,6 +33614,9 @@ ], "https://github.com/juddisjudd/ComfyUI-BawkNodes": [ [ + "BawkBatchProcessor", + "BawkControlNet", + "BawkImageLoader", "BawkSampler", "DiffusionModelLoader", "FluxImageSaver", @@ -29029,6 +33643,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", @@ -29065,6 +33694,7 @@ "FK_3dpose", "FK_Node", "FK_ShowBaseNode", + "FK_gjttNode2", "FK_imgedit" ], { @@ -29620,6 +34250,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" @@ -30081,6 +34719,7 @@ "BatchUncropAdvanced", "BboxToInt", "BboxVisualize", + "BlockifyMask", "CFGZeroStarAndInit", "CameraPoseVisualizer", "CheckpointLoaderKJ", @@ -30093,6 +34732,7 @@ "ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine4", "ConditioningSetMaskAndCombine5", + "ConsolidateMasksKJ", "CreateAudioMask", "CreateFadeMask", "CreateFadeMaskAdvanced", @@ -30118,6 +34758,7 @@ "DiffusionModelSelector", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", + "DrawMaskOnImage", "DummyOut", "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", @@ -30128,6 +34769,7 @@ "FloatToMask", "FloatToSigmas", "FluxBlockLoraSelect", + "GGUFLoaderKJ", "GLIGENTextBoxApplyBatchCoords", "GenerateNoise", "GetImageRangeFromBatch", @@ -30144,6 +34786,7 @@ "INTConstant", "ImageAddMulti", "ImageAndMaskPreview", + "ImageBatchExtendWithOverlap", "ImageBatchFilter", "ImageBatchJoinWithTransition", "ImageBatchMulti", @@ -30180,6 +34823,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LatentInpaintTTM", "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", @@ -30462,52 +35106,74 @@ "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", "WanVideoATITracks", "WanVideoATITracksVisualize", "WanVideoATI_comfy", + "WanVideoAddBindweaveEmbeds", "WanVideoAddControlEmbeds", "WanVideoAddExtraLatent", "WanVideoAddFantasyPortrait", + "WanVideoAddFlashVSRInput", + "WanVideoAddLucyEditLatents", + "WanVideoAddLynxEmbeds", "WanVideoAddMTVMotion", + "WanVideoAddOviAudioToLatents", "WanVideoAddPusaNoise", "WanVideoAddS2VEmbeds", "WanVideoAddStandInLatent", + "WanVideoAddTTMLatents", + "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", @@ -30524,6 +35190,7 @@ "WanVideoMagCache", "WanVideoMiniMaxRemoverEmbeds", "WanVideoModelLoader", + "WanVideoOviCFG", "WanVideoPassImagesFromSamples", "WanVideoPhantomEmbeds", "WanVideoPromptExtender", @@ -30535,7 +35202,10 @@ "WanVideoRoPEFunction", "WanVideoSLG", "WanVideoSampler", + "WanVideoSamplerFromSettings", + "WanVideoSamplerSettings", "WanVideoScheduler", + "WanVideoSchedulerSA_ODE", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -30551,12 +35221,14 @@ "WanVideoUni3C_embeds", "WanVideoUniAnimateDWPoseDetector", "WanVideoUniAnimatePoseInput", + "WanVideoUniLumosEmbeds", "WanVideoVACEEncode", "WanVideoVACEModelSelect", "WanVideoVACEStartToEndFrame", "WanVideoVAELoader", "WanVideoVRAMManagement", - "Wav2VecModelLoader" + "Wav2VecModelLoader", + "WhisperModelLoader" ], { "title_aux": "ComfyUI-WanVideoWrapper" @@ -30646,6 +35318,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", @@ -30684,15 +35411,19 @@ [ "AspectSelector", "BBoxCropper", + "FlexibleBatchImage", "FolderLoader", "Json Extractor - klinter", "LoadImagePlus", "LoadVideoForExtendingKlinter", + "NanoBananaMultiInput", "OutpaintPadding", + "OutputTester", "PrepVideoForExtendKlinter", "SaveAudioPlus", "SizeSelector", "SpeedRamp", + "VideoFromFolder", "YellowBus", "ZoomOutComposer", "concat", @@ -30743,7 +35474,8 @@ ], "https://github.com/kohs100/comfyui-ppwc": [ [ - "PPWCReplace" + "PPWCReplace", + "PPWCTerminate" ], { "author": "Phospholipids", @@ -30761,6 +35493,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", @@ -31007,6 +35751,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", @@ -31148,6 +35902,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", @@ -31323,6 +36086,17 @@ "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", @@ -31364,6 +36138,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", @@ -31381,6 +36163,39 @@ "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" + ], + { + "title_aux": "comfyui_qwen_image_edit_adv" + } + ], "https://github.com/lenskikh/ComfyUI-Prompt-Worker": [ [ "Clip and Text -> Encode", @@ -31436,6 +36251,7 @@ ], "https://github.com/lerignoux/ComfyUI-PechaKucha": [ [ + "DownloadPechaKucha", "GeneratePowerpoint", "SplitPrompt" ], @@ -31453,18 +36269,22 @@ "title_aux": "ComfyUI Stable3DGen" } ], - "https://github.com/leylahkrell/ComfyUI-Violet-Tools": [ + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": [ [ "AestheticAlchemist", "BodyBard", + "CharacterCurator", "EncodingEnchantress", "GlamourGoddess", "NegativityNullifier", + "OracleOverride", "PosePriestess", - "QualityQueen" + "QualityQueen", + "SaveSiren", + "SceneSeductress" ], { - "title_aux": "ComfyUI Violet Tools" + "title_aux": "iolet Tools \ud83d\udc85" } ], "https://github.com/lgldlk/ComfyUI-PC-ding-dong": [ @@ -31530,28 +36350,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" @@ -31852,6 +36698,7 @@ "FixPulidFluxPatch", "PulidFluxEvaClipLoader", "PulidFluxFaceDetector", + "PulidFluxFaceNetLoader", "PulidFluxInsightFaceLoader", "PulidFluxModelLoader", "PulidFluxOptions" @@ -32182,6 +37029,21 @@ "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", @@ -32272,6 +37134,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", @@ -32301,6 +37171,14 @@ "title_aux": "comfyui_wildcards" } ], + "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", @@ -32373,6 +37251,42 @@ "title_aux": "Comfyui Kolors Utils" } ], + "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" @@ -32989,24 +37903,44 @@ "title_aux": "ComfyUI CrewAI" } ], - "https://github.com/lucak5s/comfyui_gfpgan": [ - [ - "GFPGANRestorer" - ], - { - "title_aux": "ComfyUI GFPGAN" - } - ], "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": [ [ + "ABX Judge", + "ABX Prepare", + "Audio Align (XCorr)", + "Audio Gain Match", + "Audio Gain Match (1770)", + "Audio Null Test", + "Audio Plotter", "EgregoraAudioUpscaler", "EgregoraFatLlamaCPU", - "EgregoraFatLlamaGPU" + "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 \u00b7 Egregora Audio Super\u2011Resolution" } ], + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": [ + [ + "AdvancedBatchLoader", + "BatchAnimationProcessor", + "BatchMultiFolderProcessor", + "MultiFormatAnimationEncoder", + "VideoFrameExtractor" + ], + { + "title_aux": "Egregora Frames Animation Nodes for ComfyUI" + } + ], "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": [ [ "Egregora Algorithm", @@ -33041,8 +37975,10 @@ ], "https://github.com/lum3on/ComfyUI-FrameUtilitys": [ [ + "FrameClipper", "FrameExtender", "FrameExtenderAdvanced", + "FrameRepeater", "FrameReplacer", "GitInstaller" ], @@ -33093,6 +38029,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", @@ -33161,8 +38105,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", @@ -33178,6 +38123,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", @@ -33210,6 +38170,26 @@ "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", + "easy_ImageBatch" + ], + { + "title_aux": "ComfyUI-Koolook" + } + ], "https://github.com/mamorett/ComfyUI_minicpmv4": [ [ "GenCheckerImage", @@ -33461,6 +38441,7 @@ ], "https://github.com/martijnat/comfyui-previewlatent": [ [ + "LatentToRGB", "PreviewLatent", "PreviewLatentAdvanced", "PreviewLatentFlux", @@ -33552,6 +38533,20 @@ "title_aux": "OllamaTools for ComfyUI" } ], + "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/mbrostami/ComfyUI-HF": [ [ "GPT2Node" @@ -33569,6 +38564,22 @@ "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", @@ -33578,6 +38589,15 @@ "title_aux": "Dynamic Thresholding" } ], + "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader": [ + [ + "LoRAAutoDownloader", + "WorkflowLoRAScanner" + ], + { + "title_aux": "comfyui-smart-lora-downloader - Automatically Fetch Missing LoRAs" + } + ], "https://github.com/meanin2/comfyui-MGnodes": [ [ "FluxKontextDiffMerge", @@ -33785,6 +38805,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", @@ -33942,6 +38982,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", @@ -34080,6 +39129,8 @@ "TwoBooleanTrigger", "TwoFloats", "UpscaleImageByModelThenResize", + "camie_tagger_mira", + "cl_tagger_mira", "illustrious_character_select", "illustrious_character_select_en", "llm_prompt_gen_node", @@ -34233,6 +39284,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" @@ -34250,10 +39315,13 @@ "JsonExtractString", "KSamplerFromJsonInfo", "LatentSelector", + "LoadLoraFromLoraList", "MultipartCLIPTextEncode", "MultipleLoraTagLoader", + "PromptDecode", "PromptLoader", "SeedGenerator", + "SplitLoraList", "StringConcat", "StringConcatInt", "StringPicker", @@ -34526,6 +39594,17 @@ "title_aux": "ComfyUI_KSamplerTimer" } ], + "https://github.com/myonmu0/ComfyUI-Jumper": [ + [ + "Receive Images", + "Receive String", + "Send Images", + "Send String" + ], + { + "title_aux": "ComfyUI-Jumper" + } + ], "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": [ [ "ShellAgentPluginInputAudio", @@ -34577,6 +39656,15 @@ "title_aux": "comfyui_openai_node" } ], + "https://github.com/nakagawadev/comfyui_nakagawa": [ + [ + "SaveVideoWebsocket", + "SaveWEBMWebsocket" + ], + { + "title_aux": "comfyui_nakagawa" + } + ], "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": [ [ "AddFileNameonly", @@ -34666,6 +39754,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", @@ -34677,6 +39777,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" @@ -34685,14 +39793,6 @@ "title_aux": "comfyui-smooth-step-lora-loader" } ], - "https://github.com/netroxin/comfyui_netro": [ - [ - "CamPromptNode" - ], - { - "title_aux": "comfyui_netro" - } - ], "https://github.com/neverbiasu/ComfyUI-BAGEL": [ [ "BagelImageEdit", @@ -34740,6 +39840,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", @@ -34846,6 +39956,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", @@ -34908,6 +40037,7 @@ [ "CLIPTextEncodeWithTokens", "DAAMAnalyzer", + "DAAMPreviewImage", "KSamplerDAAM" ], { @@ -34922,6 +40052,14 @@ "title_aux": "ComfyUI OpenAI Prompter" } ], + "https://github.com/njlent/ComfyUI_performance-report": [ + [ + "ExecutionTimeReporter" + ], + { + "title_aux": "ComfyUI Execution Time Reporter" + } + ], "https://github.com/njlent/ComfyUI_wavelet-colorfix": [ [ "WaveletColorFix" @@ -35054,24 +40192,38 @@ "https://github.com/nofunstudio/Node_Fun_ComfyUI": [ [ "DynamicQueueCounter", + "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", @@ -35213,8 +40365,10 @@ ], "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": [ [ - "SeedVR2", - "SeedVR2BlockSwap" + "SeedVR2LoadDiTModel", + "SeedVR2LoadVAEModel", + "SeedVR2TorchCompileSettings", + "SeedVR2VideoUpscaler" ], { "title_aux": "ComfyUI-SeedVR2_VideoUpscaler" @@ -35362,6 +40516,19 @@ "title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)" } ], + "https://github.com/okdalto/ComfyUI-WithAnyone": [ + [ + "WithAnyoneArcFaceExtractorNode", + "WithAnyoneBBoxNode", + "WithAnyoneModelLoaderNode", + "WithAnyoneSamplerNode", + "WithAnyoneSigLIPExtractorNode", + "WithAnyoneSinglePersonConditioningNode" + ], + { + "title_aux": "ComfyUI-WithAnyone" + } + ], "https://github.com/okgo4/ComfyUI-Mosaic-Mask": [ [ "MosaicMask" @@ -35402,7 +40569,8 @@ [ "LoRAVisualizer", "PromptComposer", - "PromptSplitter" + "PromptSplitter", + "WANLoRAHighLowSplitter" ], { "title_aux": "LoRA Visualizer" @@ -35480,9 +40648,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" @@ -35523,6 +40702,7 @@ [ "IoNetVision", "KontextPresetsOrex", + "OreX Image Load Batch", "OreX Image Save", "PollinationsTextGenOrex", "flux-kontext-orexnodes", @@ -35740,6 +40920,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" @@ -35753,9 +40941,6 @@ "EasyAspectRatioNode", "GPTImage1", "LLMAIONode", - "LoRASwitcherNode", - "LoRASwitcherNode20", - "LoRASwitcherNode40", "LoraSwitcherDynamic", "StringSplitterNode" ], @@ -35802,27 +40987,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" ], { @@ -35891,6 +41117,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" @@ -35904,6 +41138,7 @@ "AttentionCouplePPM", "CFGLimiterGuider", "CFGPPSamplerSelect", + "CLIPAttentionSelector", "CLIPMicroConditioning", "CLIPNegPip", "CLIPTextEncodeBREAK", @@ -35921,10 +41156,14 @@ "LatentToMaskBB", "LatentToWidthHeight", "MaskCompositePPM", + "ModelAttentionSelector", "PPMSamplerSelect", "RenormCFGPost", "RescaleCFGPost", - "SamplerGradientEstimation" + "SamplerGradientEstimation", + "SkipFirstStepCFG", + "TCFGAdvanced", + "VAEPadding" ], { "title_aux": "ComfyUI-ppm" @@ -35943,8 +41182,8 @@ "https://github.com/pamparamm/sd-perturbed-attention": [ [ "NormalizedAttentionGuidance", + "PLADIS", "PerturbedAttention", - "Pladis", "SlidingWindowGuidanceAdvanced", "SmoothedEnergyGuidanceAdvanced", "TRTAttachPag", @@ -36066,22 +41305,20 @@ "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": [ [ "Gemini File Processing", "Gemini File Upload", - "Gemini Pro", - "Gemini-Pro-Chat", - "Gemini-Pro-Editimage" + "Gemini Pro" ], { "title_aux": "ComfyUI Gemini Pro Node" @@ -36098,6 +41335,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", @@ -36150,7 +41413,10 @@ [ "FluxBlockSwap", "HidreamBlockSwap", - "TaylorSeer" + "QwenimageBlockSwap", + "TaylorSeer", + "TaylorSeerLite", + "WanvideoBlockSwap" ], { "title_aux": "ComfyUI-TaylorSeer" @@ -36176,8 +41442,11 @@ ], "https://github.com/phyblas/nsfw-shorier_comfyui": [ [ + "CensorNsfwPart", "FilterNsfw", "FilterNsfwWithText", + "FindNsfwPart", + "FindNudenetPart", "GetNsfwScore", "IsNsfw", "ReplaceIfNsfw", @@ -36248,6 +41517,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", @@ -36263,6 +41553,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" @@ -36271,6 +41570,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" @@ -36343,6 +41660,8 @@ "CRT_DynamicPromptScheduler", "CRT_FileBatchPromptScheduler", "CRT_QuantizeAndCropImage", + "CRT_StringBatcher", + "CRT_StringSplitter", "CRT_UpscaleModelAdv", "CRT_WAN_BatchSampler", "ClarityFX", @@ -36350,7 +41669,6 @@ "ColorIsolationFX", "ColourfulnessFX", "ContourFX", - "EmptyContext", "EnableLatent", "FaceEnhancementPipeline", "FaceEnhancementPipelineWithInjection", @@ -36400,7 +41718,8 @@ "Toggle Lora Unet Blocks L2", "Video Duration Calculator", "VideoLoaderCrawl", - "WAN2.2 LoRA Compare Sampler" + "WAN2.2 LoRA Compare Sampler", + "WanVideoLoraSelectMultiImproved" ], { "author": "chflame", @@ -36412,7 +41731,8 @@ ], "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": [ [ - "SpeakerDiarizer" + "SpeakerDiarizer", + "SpeakerDiarizerChronoNode" ], { "title_aux": "ComfyUI-Speaker-Isolation" @@ -36430,13 +41750,21 @@ [ "CheckpointLoaderAdvancedDisTorch2MultiGPU", "CheckpointLoaderAdvancedMultiGPU", - "DeviceSelectorMultiGPU", - "HunyuanVideoEmbeddingsAdapter" + "UNetLoaderLP" ], { "title_aux": "ComfyUI-MultiGPU" } ], + "https://github.com/polym/ComfyUI-musubi": [ + [ + "MusubiUNETJitLoader", + "MusubiUNETLoader" + ], + { + "title_aux": "ComfyUI-musubi" + } + ], "https://github.com/popoimm/comfyui-popo-utility": [ [ "PopoImageAspectRatioNode", @@ -36524,6 +41852,58 @@ "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-PainterSampler": [ + [ + "PainterSampler" + ], + { + "title_aux": "Comfyui-PainterSampler" + } + ], "https://github.com/prodogape/ComfyUI-EasyOCR": [ [ "Apply EasyOCR" @@ -36572,6 +41952,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" @@ -36654,23 +42048,50 @@ [ "PVL Call OpenAI Assistant", "PVL ComfyDeploy API Caller", - "PVL KONTEXT MAX", + "PVL Compare", "PVLCheckIfConnected", + "PVL_Any2String", + "PVL_BatchAny", + "PVL_BooleanLogic", + "PVL_ComfyDeploy_LoraPrep", + "PVL_ComfyDeploy_Universal", + "PVL_Comfydeploy_Avatar_PulID_API", "PVL_Crop2AR", + "PVL_EdgeExtend", + "PVL_Gemini_API", + "PVL_Gemini_API_Multi", + "PVL_Gemini_API_avatar_special", "PVL_Google_NanoBanana_API", + "PVL_Google_NanoBanana_API_mandatory_IMG", + "PVL_Google_NanoBanana_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_SplitString", "PVL_Stitch2Size", + "PVL_StringConcatX3", + "PVL_StringConcatX8", + "PVL_StringToNumber", "PVL_StylePicker", + "PVL_Switch", "PVL_Switch_Huge", + "PVL_Txt", + "PVL_fal_DepthAnythingV2_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", @@ -36681,7 +42102,9 @@ "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" ], { "title_aux": "ComfyUI Assistant Node" @@ -36871,6 +42294,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" @@ -36903,6 +42338,7 @@ ], "https://github.com/rainlizard/ComfyUI-Raffle": [ [ + "CurvedRescaleCFG", "PreviewHistory", "Raffle", "TagCategoryStrength" @@ -37014,19 +42450,57 @@ ], "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 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", @@ -37067,6 +42541,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" @@ -37122,6 +42622,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", @@ -37164,6 +42674,7 @@ ], "https://github.com/regiellis/ComfyUI-EasyIllustrious": [ [ + "IllustriousAppendRegion", "IllustriousArtists", "IllustriousAttentionCouple", "IllustriousAutoOutpaint", @@ -37175,18 +42686,22 @@ "IllustriousE621Characters", "IllustriousEmotions", "IllustriousEmptyLatentImage", + "IllustriousEmptyRegions", "IllustriousHairstyles", "IllustriousKSamplerPresets", "IllustriousKSamplerPro", "IllustriousLatentUpscale", + "IllustriousMakeRegion", "IllustriousMasterModel", "IllustriousMultiPassSampler", "IllustriousNegativeCLIPEncoder", "IllustriousPonyTokens", "IllustriousPoses", "IllustriousPrompt", + "IllustriousRegionalConditioning", "IllustriousScenesPlus", "IllustriousScheduler", + "IllustriousSmartSceneGenerator", "IllustriousTriplePassSampler", "IllustriousVAEDecode", "IllustriousVAEEncode", @@ -37400,7 +42915,8 @@ "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [ [ "VTONAPINode", - "VTONAPIPaidNode" + "VTONAPIPaidNode", + "VTONLookbookNode" ], { "title_aux": "ComfyUI_sm4ll-Wrapper" @@ -37443,6 +42959,7 @@ "https://github.com/robertvoy/ComfyUI-Distributed": [ [ "DistributedCollector", + "DistributedEmptyImage", "DistributedSeed", "ImageBatchDivider", "UltimateSDUpscaleDistributed" @@ -37583,6 +43100,32 @@ "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", + "TextInput", + "TextScraper", + "TextStorageReader", + "TextStorageWriter", + "WildcardsNode" + ], + { + "title_aux": "ComfyUI Text Processor" + } + ], "https://github.com/roundyyy/ComfyUI-mesh-simplifier": [ [ "MeshSimplifierNode" @@ -37663,16 +43206,81 @@ "title_aux": "ComfyUI-EZ_Prompts" } ], + "https://github.com/rslosch/comfyui-nodesweet": [ + [ + "BboxDetectorBatch", + "BboxDetectorBatchChunked", + "BboxDetectorBatchForEach", + "LoadImageSetFromFolderSortedNode", + "MultilineStringRepeater" + ], + { + "title_aux": "ComfyUI Batch BBox Detector" + } + ], + "https://github.com/rsxdalv/ComfyUI-TTS-Webui": [ + [ + "TTSWebUI_OpenAI_TTS", + "TTS_ChatterboxNode", + "TTS_F5TTSNode", + "TTS_FireRedTTS2Node", + "TTS_GlobalPresetNode", + "TTS_HiggsV2Node", + "TTS_KittenTTSNode", + "TTS_KokoroNode", + "TTS_MMSNode", + "TTS_MegaTTS3Node", + "TTS_ParlerTTSNode", + "TTS_PiperTTSNode", + "TTS_StyleTTS2Node", + "TTS_VallEXNode" + ], + { + "title_aux": "TTS WebUI API nodes for ComfyUI" + } + ], + "https://github.com/ru4ls/ComfyUI_Google-Fonts": [ + [ + "GoogleFontTextNode" + ], + { + "title_aux": "Google Font Text Image Node for ComfyUI" + } + ], + "https://github.com/ru4ls/ComfyUI_Imagen": [ + [ + "ImagenNode" + ], + { + "title_aux": "ComfyUI_Imagen" + } + ], "https://github.com/ru4ls/ComfyUI_Nano_Banana": [ [ - "NanoBanana" + "NanoBanana", + "NanoBananaAIO", + "NanoBananaGrounding" ], { "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", "WanT2IGenerator", @@ -37687,6 +43295,15 @@ "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", @@ -37798,6 +43415,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" @@ -38191,6 +43817,35 @@ "title_aux": "ComfyUI_FlipStreamViewer" } ], + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": [ + [ + "AzureStorageUpload", + "CivitMetadataHelper", + "ControlPanelOverview", + "ControlPanelPromptBreakdown", + "FilenameGenerator", + "FrameExtractor", + "GeminiUtilOptions", + "LLMStudioOptions", + "LLMStudioPictureDescribe", + "LLMStudioVideoDescribe", + "LoRAInfoExtractor", + "MediaDescribe", + "MediaDescribeOverrides", + "MediaSelection", + "MultiCaptionCombiner", + "ShowText", + "VACEDepthAnnotator", + "VACEFlowAnnotator", + "VACEScribbleAnnotator", + "VideoMetadataNode", + "VideoPreview", + "VideoPreviewNative" + ], + { + "title_aux": "ComfyUI-SwissArmyKnife" + } + ], "https://github.com/sanbuphy/ComfyUI-AudioLDM": [ [ "AudioLDM", @@ -38213,6 +43868,47 @@ "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", + "CameraShakeNode", + "MergeVideoAudioNode", + "VideoImageOverlay", + "VideoOverlay", + "VideoOverlayBatch", + "ZoomSequenceBatchNode", + "ZoomSequenceNode" + ], + { + "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", @@ -38305,6 +44001,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", @@ -38641,9 +44349,9 @@ "GetComboFromImage", "GetFloatFromImage", "GetIntFromImage", - "GetNodesFromImage", "GetPromptFromImage", "GetStringFromImage", + "GetValuesFromImage", "GetWorkflowFromImage" ], { @@ -38703,15 +44411,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", @@ -38734,6 +44471,7 @@ ], "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ [ + "GetKeyAPI", "SSL_GeminiAPIKeyConfig", "SSL_GeminiTextPrompt" ], @@ -38741,6 +44479,15 @@ "title_aux": "ComfyUI Gemini Expanded API" } ], + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": [ + [ + "ScaledFP8HybridCheckpointLoader", + "ScaledFP8HybridUNetLoader" + ], + { + "title_aux": "ComfyUI_Hybrid-Scaled_fp8-Loader" + } + ], "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": [ [ "PowerShiftScheduler" @@ -38771,6 +44518,7 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_GeminiApi", "AV_LLMApiConfig", "AV_LLMChat", "AV_LLMCompletion", @@ -38778,7 +44526,9 @@ "AV_LoraListLoader", "AV_LoraListStacker", "AV_LoraLoader", + "AV_NanoBananaApiConfig", "AV_OpenAIApi", + "AV_OpenRouterApi", "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", "AV_PromptsToParametersPipe", @@ -38853,6 +44603,34 @@ "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/sittere/ComfyUI-YK_Line-loading": [ [ "MultiTextLoader" @@ -38902,16 +44680,26 @@ "title_aux": "Skycoder Tools" } ], + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ + [ + "SID_AIPromptGenerator" + ], + { + "title_aux": "ComfyUI-AI-Photography-Toolkit" + } + ], "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": [ [ "SmartFormatString", "SmartFormatString10", "SmartHVLoraSelect", "SmartHVLoraStack", + "SmartHWMonitor", "SmartLoadLoRA", "SmartModelOrLoraToString", "SmartPrompt", "SmartRemoveComments", + "SmartSaveAnimatedGIF", "SmartSaveText", "SmartShowAnything" ], @@ -38921,23 +44709,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" @@ -38958,15 +44758,6 @@ "title_aux": "comfyui-ollama-nodes" } ], - "https://github.com/sm079/ComfyUI-Face-Detection": [ - [ - "FaceCombine", - "FaceDetection" - ], - { - "title_aux": "ComfyUI-Face-Detection" - } - ], "https://github.com/smagnetize/kb-comfyui-nodes": [ [ "SingleImageDataUrlLoader" @@ -38975,6 +44766,14 @@ "title_aux": "kb-comfyui-nodes" } ], + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": [ + [ + "PKLoadImagePaste" + ], + { + "title_aux": "ComfyUI PK Load Image Paste" + } + ], "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": [ [ "SML_FluxProUltra_Replicate_Standalone", @@ -39045,6 +44844,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", @@ -39100,6 +44914,17 @@ "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", @@ -39120,6 +44945,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", @@ -39192,6 +45027,7 @@ "https://github.com/smthemex/ComfyUI_KV_Edit": [ [ "KV_Edit_Load", + "KV_Edit_Load_LoRA", "KV_Edit_PreData", "KV_Edit_Sampler" ], @@ -39219,6 +45055,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", @@ -39268,6 +45117,19 @@ "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", @@ -39370,6 +45232,7 @@ ], "https://github.com/smthemex/ComfyUI_SongGeneration": [ [ + "SongGeneration_Loader", "SongGeneration_Sampler", "SongGeneration_Stage1", "SongGeneration_Stage2" @@ -39417,6 +45280,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", @@ -39501,6 +45373,7 @@ "Load AI Toolkit Latent Flux", "Save_Image_And_Caption", "Send_to_Eagle", + "Snek SQLite Prompt Logger", "\ud83d\udc0d Random Prompt From JSON" ], { @@ -39509,14 +45382,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" @@ -39525,6 +45412,16 @@ "title_aux": "ComfyUI Video Crop" } ], + "https://github.com/sonnybox/ComfyUI-SuperNodes": [ + [ + "SuperCalculateTiles", + "SuperCreateTiles", + "SuperStitchTiles" + ], + { + "title_aux": "ComfyUI-SuperNodes" + } + ], "https://github.com/souki202/ComfyUI-LoadImage-Advanced": [ [ "ColorAdjustment", @@ -39680,6 +45577,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" @@ -39790,6 +45710,7 @@ ], "https://github.com/stavsap/comfyui-ollama": [ [ + "OllamaChat", "OllamaConnectivityV2", "OllamaGenerate", "OllamaGenerateAdvance", @@ -39957,6 +45878,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", @@ -39999,6 +45931,9 @@ "TagMerger", "TagMerger4", "TagMerger6", + "TagPipeIn", + "TagPipeOut", + "TagPipeUpdate", "TagRandomCategory", "TagRemover", "TagReplace", @@ -40010,6 +45945,25 @@ "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", @@ -40019,6 +45973,8 @@ "NukeCornerPin", "NukeCrop", "NukeDefocus", + "NukeExposure", + "NukeExposureAdvanced", "NukeGrade", "NukeLevels", "NukeMerge", @@ -40067,6 +46023,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" @@ -40099,6 +46067,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", @@ -40202,6 +46183,17 @@ "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": [ [ "ElevenlabsTextToEffect", @@ -40348,15 +46340,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", @@ -40377,6 +46387,23 @@ "title_aux": "ComfyUI-Omini-Kontext" } ], + "https://github.com/terefang/ComfyUI-Terefang-Nodes": [ + [ + "Terefang Simple Latent Image", + "Terefang Wildcards" + ], + { + "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", @@ -40586,6 +46613,7 @@ "MLXClipTextEncoder", "MLXDecoder", "MLXLoadFlux", + "MLXLoadFluxLocal", "MLXSampler" ], { @@ -40678,6 +46706,24 @@ "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" + ], + { + "title_aux": "TA-ComfyUI-Nodes-Pack" + } + ], "https://github.com/tocubed/ComfyUI-AudioReactor": [ [ "AudioFrameTransformBeats", @@ -40740,13 +46786,22 @@ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ [ "CaptureWebcam", + "ComfyCoupleMask", + "ComfyCoupleRegion", + "ComfyCoupleRegionExtractor", + "ComfyCoupleRegionVisualizer", "Depth to normal", "Direct Screen Capture", "Export glb", "ImageResize_Padding", + "JoinPose", "LatentDelay", "Load Random Text From File", "LoadWebcamImage", + "OpenposeEditorNode", + "PoseKeypointToCoordStr", + "PoseToMaskNode", + "Pose_Inter", "Remove noise", "SaveImagetoPath", "VisualAreaMask" @@ -40845,8 +46900,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" ], { @@ -40867,6 +46953,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" @@ -40907,6 +47005,14 @@ "title_aux": "Remove Banding Artifacts" } ], + "https://github.com/tritant/ComfyUI_SuperScaler": [ + [ + "SuperScaler_Pipeline" + ], + { + "title_aux": "SuperScaler" + } + ], "https://github.com/trojblue/trNodes": [ [ "trColorCorrection", @@ -40934,6 +47040,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" @@ -40942,6 +47063,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", @@ -40968,6 +47131,25 @@ "title_aux": "ComfyUI-Tensor-Operations" } ], + "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/tungdop2/Comfyui_face_restorer": [ [ "FaceRestorer", @@ -40993,6 +47175,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", @@ -41045,6 +47259,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", @@ -41056,6 +47282,31 @@ "title_aux": "ComfyUI-Fans" } ], + "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", + "OpenAICaptionImage", + "UCloud ModelVerse Client" + ], + { + "title_aux": "ComfyUl-UCloud" + } + ], "https://github.com/uetuluk/comfyui-webcam-node": [ [ "webcam_capture_node" @@ -41160,6 +47411,7 @@ "ApplyInstantID", "ColorAdjustNew(FaceParsing)", "CropFaces", + "DetectFaceByIndex", "DetectFaces", "Example", "InstantIDFaceAnalysis", @@ -41184,6 +47436,33 @@ "title_aux": "comfyui-holdup" } ], + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [ + [ + "DisTorchPurgeVRAMV2", + "MemoryCleaner", + "MemoryManager", + "SafeMemoryManager" + ], + { + "title_aux": "ComfyUI-DistorchMemoryManager" + } + ], + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ + [ + "FluxLoraMultiLoader" + ], + { + "title_aux": "ComfyUI-NunchakuFluxLoraStacker" + } + ], + "https://github.com/ussoewwin/image_resize_comfyui": [ + [ + "ImageResizeAdvanced" + ], + { + "title_aux": "image-resize-comfyui" + } + ], "https://github.com/vadimcro/VKRiez-Edge": [ [ "VKriezEnhancedEdgePreprocessor", @@ -41226,17 +47505,29 @@ "title_aux": "OpenRouter Node" } ], + "https://github.com/vanche1212/ComfyUI-InspireMusic": [ + [ + "InspireMusicTextToMusic" + ], + { + "title_aux": "ComfyUI InspireMusic Plugin" + } + ], "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [ [ - "VC_Load_Video_Path_Unified_Output", - "VC_Load_Video_Upload_Unified_Output", - "VC_Video_Combine_Unified_Output", - "Waveform2Audio", - "\ud83d\ude0bAPI Request Node", - "\ud83d\ude0bJSON Parser Node", - "\ud83d\ude0bOld Photo Colorization Node", - "\ud83d\ude0bOllama Request Node", - "\ud83d\ude0bSave Image Unified Output" + "API Request Node", + "CombineImageAudioToVideoNode", + "Empty Image Node", + "JSON Builder Node", + "JSON Parser Node", + "JsonBuilderNode", + "LoadAudioFromUrlNode", + "LoadImageFromUrlNode", + "MultilinePromptNode", + "OSSUploadNode", + "RemoveEmptyLinesNode", + "SaveVideoRGBA", + "TextToImageNode" ], { "title_aux": "ZMG PLUGIN" @@ -41255,6 +47546,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", @@ -41266,6 +47574,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", @@ -41481,24 +47799,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": [ @@ -41523,8 +47898,15 @@ ], "https://github.com/vslinx/ComfyUI-vslinx-nodes": [ [ + "vsLinx_AppendLorasFromNodeToString", + "vsLinx_BooleanAndOperator", + "vsLinx_BooleanFlip", + "vsLinx_BooleanOrOperator", + "vsLinx_BypassOnBool", + "vsLinx_FitImageIntoBBoxMask", "vsLinx_LoadSelectedImagesBatch", - "vsLinx_LoadSelectedImagesList" + "vsLinx_LoadSelectedImagesList", + "vsLinx_MuteOnBool" ], { "title_aux": "ComfyUI vsLinx Nodes" @@ -41584,6 +47966,87 @@ "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": [ + [ + "AEAnimationCore", + "AERender" + ], + { + "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-TTM-WAN22": [ + [ + "WanTTMConditioning", + "WanTTMSamplerComplete" + ], + { + "title_aux": "ComfyUI-TTM-WAN22" + } + ], + "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)", @@ -41661,18 +48124,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" @@ -41710,8 +48184,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" ], @@ -41777,6 +48276,23 @@ "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_SceneBeat", + "fot_SceneBeatData", + "fot_SceneData" + ], + { + "title_aux": "comfyui_play_traversal" + } + ], "https://github.com/whatbirdisthat/cyberdolphin": [ [ "\ud83d\udc2c Gradio ChatInterface", @@ -41809,16 +48325,25 @@ ], "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", "FillMaskedArea_UTK", + "GetImageRangeFromBatch_UTK", "ImageAndMaskPreview_UTK", + "ImageBlendAdvance_UTK", "ImageCombineAlpha_UTK", "ImageConcatenateMulti_UTK", "ImageConcatenate_UTK", + "ImageCropByMaskAndResize_UTK", "ImageMaskScaleAs_UTK", "ImagePadForOutpaintMasked_UTK", "ImageRatioDetector_UTK", @@ -41826,6 +48351,7 @@ "ImageScaleByAspectRatio_UTK", "ImageScaleRestore_UTK", "ImitationHueNode_UTK", + "LazySwitchKJ_UTK", "LoadAudioPlusFromPath_UTK", "LoadKontextPresets_UTK", "LoraInfo_UTK", @@ -41834,9 +48360,12 @@ "MaskSub_UTK", "MathExpression_UTK", "PurgeVRAM_UTK", + "ResizeImageVerKJ_UTK", "RestoreCropBox_UTK", + "SeparateMasks_UTK", "TextBoxNode_UTK", "TextConcatenate_UTK", + "TextTranslatorAPI_UTK", "ThinkRemover_UTK", "Video_Prompt_Helper" ], @@ -41853,6 +48382,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", @@ -41863,6 +48400,14 @@ "title_aux": "ComfyUI-KEEP" } ], + "https://github.com/wildminder/ComfyUI-KaniTTS": [ + [ + "KaniTTS" + ], + { + "title_aux": "ComfyUI-KaniTTS" + } + ], "https://github.com/wildminder/ComfyUI-VibeVoice": [ [ "VibeVoiceTTS" @@ -41871,6 +48416,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", @@ -41895,25 +48448,39 @@ "BatchPromptSelector", "ConnectionString", "DoubleCLIPEncode", + "FaceRestoreCFWithModel", "FloatMathOperation", "ImageAddText", + "ImageColorAdapter", "ImageEmpty", "IndexString", "IntMathOperation", "JoinImageBatch", "LLMImage", "LLMText", + "LoadImagesFromFolder", + "MaskToImage", "OptionString", + "PersonMaskUltraV2", "PortraitStyler", + "ReActorBuildFaceModel", + "ReActorMakeFaceModelBatch", + "ReActorSaveFaceModel", "SaveJpgImage", "StringInput", "ZSQPixelLatent", "ZSQRatioLatent", "ZSQShowINT", "ZSQShowText", + "ZsqLatent", "checkpoint_sampler", + "checkpoint_sampler_dualclip", + "checkpoint_sampler_tripleclip", + "checkpoint_sampler_unet", "controlnetStack", "controlnetStack_2", + "face_reactor", + "face_reactor_plus", "imageConcat", "imageCount", "imageCrop", @@ -41921,7 +48488,6 @@ "imageFilter", "imageFlip", "imageGaussianBlur", - "imageHug", "imageRGB", "imageRatio", "imageResize", @@ -41936,6 +48502,7 @@ "loraStack", "loraStack_2", "stylesSelector", + "zsq_rmbg", "zsqcheckpoint", "zsqcontrolnet", "zsqsampler" @@ -41991,22 +48558,25 @@ "title_aux": "mpx-comfyui-nodes" } ], - "https://github.com/wizdroid/wizdroid-fashionista": [ + "https://github.com/wizdroid/wizdroid-character": [ [ - "CharacterSheetGeneratorNode", - "ImageValidatorNode", - "OllamaLLMNode", - "PhotoStyleHelperNode", - "PresetPatchApplierNode", - "SimpleOllamaNode" + "CharacterPromptBuilder", + "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", @@ -42165,6 +48735,25 @@ "title_aux": "ComfyUI-RK-Sampler" } ], + "https://github.com/wouterverweirder/comfyui-penplotter": [ + [ + "DisengagePlotter", + "ImageToCenterline", + "OptimizeSVG", + "PlotSVG" + ], + { + "title_aux": "ComfyUI PenPlotter" + } + ], + "https://github.com/wouterverweirder/comfyui_sam3": [ + [ + "SAM3Segmentation" + ], + { + "title_aux": "ComfyUI SAM3" + } + ], "https://github.com/wqjuser/ComfyUI-Chat-Image": [ [ "LLMImageDescription" @@ -42226,6 +48815,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" @@ -42234,6 +48831,37 @@ "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/xXAdonesXx/NodeGPT": [ [ "AppendAgent", @@ -42296,6 +48924,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", @@ -42500,7 +49137,6 @@ "ForInnerEnd", "ForInnerStart", "ForStart", - "GLM3Prompt", "IdentifyingQR", "IfInnerExecute", "Image2Video", @@ -42541,6 +49177,12 @@ "LamGetPngInfo", "LamHeyGemNode", "LamHeyGemQueryNode", + "LamIndexTTS2AdvancedParams", + "LamIndexTTS2Node0", + "LamIndexTTS2Node1", + "LamIndexTTS2Node2", + "LamIndexTTS2Node3", + "LamIndexTTS2UnloadModel", "LamLoadImageBase64", "LamLoadPathImage", "LamLoadVideo", @@ -42571,6 +49213,7 @@ "MultiTextSetArea", "MultiTextSetGligen", "MultiTextSetMask", + "OpenAiPrompt", "OutDoWhileEnd", "OutDoWhileStart", "PreviewImageLam", @@ -42594,6 +49237,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", @@ -42614,6 +49273,18 @@ "title_aux": "ComfyUI Preview Magnifier" } ], + "https://github.com/ycyy/ComfyUI-YCYY-API": [ + [ + "YCYY_Gemini_Image_API", + "YCYY_Gemini_Image_Preset", + "YCYY_Ollama_LLM_API", + "YCYY_Ollama_LLM_Advanced_Options", + "YCYY_Ollama_VLM_API" + ], + { + "title_aux": "ComfyUI-YCYY-API" + } + ], "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [ [ "LoraInfo" @@ -42622,6 +49293,24 @@ "title_aux": "ComfyUI-YCYY-LoraInfo" } ], + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": [ + [ + "OpenAICompatibleLLM" + ], + { + "title_aux": "ComfyUI OpenAI Compatible API Node" + } + ], + "https://github.com/yemanou/ComfyUI-NABA": [ + [ + "NABAImageNode", + "NABAImageNodeREST", + "NABAImportErrorStub" + ], + { + "title_aux": "NABA Image (Gemini REST) Node" + } + ], "https://github.com/yffyhk/comfyui_auto_danbooru": [ [ "GetDanbooru", @@ -42696,6 +49385,27 @@ "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", @@ -42708,6 +49418,7 @@ "ImageMirror", "ImageMosaic", "ImageRotate", + "ImageScaleRestoreV2_YC", "ImageSelector", "ImageUpscaleTiled", "IrregularToEllipseMask", @@ -42721,6 +49432,7 @@ "MaskFromBatch", "MaskPreviewNode", "MaskRepeatBatch", + "MaskResizeToRatio", "MaskSmartValleySplit", "MaskSplitFilter", "MaskTopNFilter", @@ -42732,15 +49444,18 @@ "YC Text Condition Switch", "YC Text Index Switch", "YC Universal Gate", + "YCImageAccumulator", "YCImageSmartCrop", "YCImageSmartPad", "YCImageTile", "YCImageUntile", "YCMaskComposite", + "YCMaskRatioPadCrop", "YCRemapMaskRange", "YCTextImageGenerator", "YC_FiveTextCombineNode", "YC_Image_Save", + "YC_MaskColorOverlay", "YC_SingleTextNode", "YC_textReplaceNode" ], @@ -42748,6 +49463,16 @@ "title_aux": "ComfyUI-YCNodes" } ], + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": [ + [ + "ycBBoxBridge", + "ycCanvasBBox", + "ycimagebrushmask" + ], + { + "title_aux": "ComfyUI-YCNodes_Toolkit" + } + ], "https://github.com/yichengup/ComfyUI_SwiftCut": [ [ "SelectImages", @@ -42860,6 +49585,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", @@ -43067,6 +49801,14 @@ "title_aux": "ComfyUI Easy Use" } ], + "https://github.com/yolain/SaveVideoRGBA": [ + [ + "SaveVideoRGBA" + ], + { + "title_aux": "SaveVideoRGBA" + } + ], "https://github.com/yolanother/ComfyUI-Save16bitPng": [ [ "SaveImageARGB16PNG" @@ -43177,9 +49919,17 @@ "KY_BBoxesToSAM2", "KY_CreateMask", "KY_CreateVideoObjectFromPath", + "KY_CropImageByXYWH", + "KY_Eval_Python", + "KY_FFmpegAddAudio", + "KY_FFmpegCustomCmd", + "KY_FFmpegImagesToVideo", + "KY_FFmpegTrimVideo", + "KY_FFmpegVideoToImages", "KY_FilePathAnalyzer-", "KY_FileSequenceAnalyzer", "KY_First_NOT_EMPTY", + "KY_GetFromPath", "KY_ImageCropByBBox", "KY_JSONToBBox", "KY_JoinToString", @@ -43194,8 +49944,11 @@ "KY_ReadImage", "KY_RegexExtractor", "KY_RegexReplace", + "KY_SaveImageSequence", "KY_SaveImageToPath", + "KY_SaveVideo", "KY_ToVideoUrl", + "KY_Uploads", "KY_VideoCompare", "KY_isNone", "KY_restoreBBox", @@ -43254,6 +50007,44 @@ "title_aux": "chinese_clip_encode" } ], + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": [ + [ + "HyVidelSrTransformerUpsamplerLoader", + "HyVidelSrVaeDecoder", + "HyVideo15Byt5Loader", + "HyVideo15CFG", + "HyVideo15GlyphByT5", + "HyVideo15I2VSampler", + "HyVideo15LatentsPrepare", + "HyVideo15ModelLoader", + "HyVideo15SR", + "HyVideo15SRModelLoader", + "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", @@ -43626,6 +50417,10 @@ "DeepfaceAnalyzeFaceAttributes", "DetectorForNSFW", "EmptyConditioning", + "FalFunControlVideoRequestNode", + "FalImage2VideoRequestNode", + "FalNanoBananaNode", + "FalVideo2VideoRequestNode", "FloatMultipleAddLiteral", "FrameAdjuster", "GeminiPromptEnhance", @@ -43656,15 +50451,20 @@ "MaskFromFaceModel", "MaskofCenter", "MatchImageRatioToPreset", + "ModelsDownloaderOfUtils", "ModifyTextGender", "NeedImageSizeAndCount", + "NovitaVideoRequestNode", + "QwenEditPlusLoraNode", "ReplicateRequstNode", "ReplicateVideoRequestNode", + "SegmindVideoRequestNode", "SplitMask", "TextInputAutoSelector", "TextPreview", "TorchCompileModelAdvanced", "UpscaleImageWithModelIfNeed", + "VolcanoArkImageEditNode", "VolcanoImageEditNode", "VolcanoOutpaintingNode" ], @@ -43733,15 +50533,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" @@ -43799,6 +50590,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" @@ -44042,9 +50841,6 @@ "SDXLAspectRatio" ], { - "preemptions": [ - "SAMLoader" - ], "title_aux": "SDXLCustomAspectRatio" } ], diff --git a/comfyui_manager/github-stats.json b/comfyui_manager/github-stats.json index f391431b..74a99fca 100644 --- a/comfyui_manager/github-stats.json +++ b/comfyui_manager/github-stats.json @@ -1,15602 +1,17802 @@ { - "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": 682 + }, + "https://github.com/0x-jerry/comfyui-rembg": { + "stars": 1, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3654 + "author_account_age_days": 3728 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1825 + "author_account_age_days": 1899 }, "https://github.com/0xbitches/ComfyUI-LCM": { - "stars": 258, + "stars": 259, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 977 + "author_account_age_days": 1051 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { - "stars": 53, + "stars": 58, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 897 + "author_account_age_days": 971 + }, + "https://github.com/1038lab/ComfyUI-FireRedTTS": { + "stars": 41, + "last_update": "2025-09-16 17:02:31", + "author_account_age_days": 971 + }, + "https://github.com/1038lab/ComfyUI-FlashVSR": { + "stars": 62, + "last_update": "2025-11-17 23:19:10", + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 81, - "last_update": "2025-08-29 05:50:29", - "author_account_age_days": 897 + "stars": 167, + "last_update": "2025-11-07 06:57:18", + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-LBM": { - "stars": 73, + "stars": 86, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { - "stars": 49, + "stars": 48, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-MiniCPM": { - "stars": 87, + "stars": 131, "last_update": "2025-08-28 19:52:08", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { - "stars": 61, + "stars": 72, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 288, + "stars": 296, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-Pollinations": { - "stars": 42, + "stars": 46, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1329, - "last_update": "2025-09-12 21:58:10", - "author_account_age_days": 897 + "stars": 1512, + "last_update": "2025-11-25 22:01:46", + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { - "stars": 63, + "stars": 65, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { - "stars": 115, + "stars": 119, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 897 + "author_account_age_days": 971 + }, + "https://github.com/1038lab/ComfyUI-VoxCPMTTS": { + "stars": 11, + "last_update": "2025-09-25 00:50:46", + "author_account_age_days": 971 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { - "stars": 46, - "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 897 + "stars": 59, + "last_update": "2025-11-06 00:14:44", + "author_account_age_days": 971 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-08-26 04:55:51", - "author_account_age_days": 2328 + "author_account_age_days": 2402 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1355, + "stars": 1390, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 650 + "author_account_age_days": 724 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { - "stars": 101, + "stars": 110, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { - "stars": 39, + "stars": 40, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 90, + "stars": 113, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 86, + "stars": 94, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 71, + "stars": 75, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/1hew/ComfyUI-1hewNodes": { - "stars": 6, - "last_update": "2025-09-03 08:00:57", - "author_account_age_days": 892 + "stars": 9, + "last_update": "2025-11-20 12:55:19", + "author_account_age_days": 967 }, "https://github.com/1mckw/Comfyui-Gelbooru": { - "stars": 4, + "stars": 8, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1135 + "author_account_age_days": 1209 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 904 + "author_account_age_days": 978 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 434 + "author_account_age_days": 509 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 232, + "stars": 235, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1364 + "author_account_age_days": 1438 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { - "stars": 226, + "stars": 229, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1364 + "author_account_age_days": 1438 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3217 + "author_account_age_days": 3291 }, "https://github.com/31702160136/ComfyUI-GrsAI": { - "stars": 14, - "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2448 + "stars": 25, + "last_update": "2025-10-11 06:37:49", + "author_account_age_days": 2523 }, - "https://github.com/42lux/ComfyUI-42lux": { - "stars": 23, - "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4144 + "https://github.com/3dgopnik/comfyui-arena-suite": { + "stars": 1, + "last_update": "2025-10-10 12:24:13", + "author_account_age_days": 2545 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 859 + "author_account_age_days": 933 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { - "stars": 29, - "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2748 + "stars": 35, + "last_update": "2025-11-22 20:30:01", + "author_account_age_days": 2822 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4496 + "author_account_age_days": 4570 }, "https://github.com/5agado/ComfyUI-Sagado-Nodes": { "stars": 0, - "last_update": "2025-09-10 12:39:03", - "author_account_age_days": 4913 + "last_update": "2025-11-20 17:01:52", + "author_account_age_days": 4988 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1417 + "author_account_age_days": 1491 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1417 + "author_account_age_days": 1491 }, "https://github.com/6174/comflowy-nodes": { - "stars": 14, + "stars": 15, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4564 + "author_account_age_days": 4638 + }, + "https://github.com/7BEII/comfyui-PD_comfy-api-node": { + "stars": 0, + "last_update": "2025-11-19 08:16:25", + "author_account_age_days": 332 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2458 + "author_account_age_days": 2532 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 13, "last_update": "2025-09-03 02:31:35", - "author_account_age_days": 2458 + "author_account_age_days": 2532 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2458 + "author_account_age_days": 2532 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1916 + "author_account_age_days": 1990 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { - "stars": 2, + "stars": 5, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 642 + "author_account_age_days": 717 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 808 + "author_account_age_days": 882 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { - "stars": 51, + "stars": 52, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 808 + "author_account_age_days": 882 + }, + "https://github.com/9nate-drake/ComfyUI-MaskCenter": { + "stars": 6, + "last_update": "2025-10-02 01:35:08", + "author_account_age_days": 2170 + }, + "https://github.com/9nate-drake/Comfyui-SecNodes": { + "stars": 332, + "last_update": "2025-10-18 04:07:12", + "author_account_age_days": 2170 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1093 + "author_account_age_days": 1168 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 1, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1093 + "author_account_age_days": 1168 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 1, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1093 + "author_account_age_days": 1168 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1093 + "author_account_age_days": 1168 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1093 + "author_account_age_days": 1168 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { - "stars": 5, + "stars": 6, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1093 + "author_account_age_days": 1168 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 918 + "author_account_age_days": 992 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 918 + "author_account_age_days": 992 }, "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": 944 + "author_account_age_days": 1018 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { - "stars": 39, + "stars": 43, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 548 + "author_account_age_days": 622 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { - "stars": 9, + "stars": 10, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 548 + "author_account_age_days": 622 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { - "stars": 41, + "stars": 48, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 548 + "author_account_age_days": 622 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { - "stars": 21, + "stars": 22, "last_update": "2025-09-01 21:40:26", - "author_account_age_days": 548 + "author_account_age_days": 622 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { - "stars": 54, + "stars": 57, "last_update": "2025-09-02 08:09:40", - "author_account_age_days": 548 + "author_account_age_days": 622 + }, + "https://github.com/AHEKOT/ComfyUI_VNCCS": { + "stars": 243, + "last_update": "2025-11-06 16:57:50", + "author_account_age_days": 1095 + }, + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit": { + "stars": 0, + "last_update": "2025-10-13 14:14:55", + "author_account_age_days": 906 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 637 + "author_account_age_days": 711 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2831, - "last_update": "2025-09-09 11:36:21", - "author_account_age_days": 456 + "stars": 3742, + "last_update": "2025-11-25 12:24:20", + "author_account_age_days": 530 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { - "stars": 17, + "stars": 18, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3912 + "author_account_age_days": 3986 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3912 + "author_account_age_days": 3986 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, - "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3912 + "last_update": "2025-11-17 10:19:20", + "author_account_age_days": 3986 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 91, + "stars": 95, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { - "stars": 40, + "stars": 43, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 247, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 305, + "stars": 308, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { - "stars": 9, + "stars": 10, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 28, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 116, + "stars": 118, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 378, + "stars": 380, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 26, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-UVR5": { - "stars": 102, + "stars": 104, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { - "stars": 39, + "stars": 40, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { - "stars": 53, + "stars": 57, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 60, + "stars": 64, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI_V-Express": { - "stars": 87, + "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 271, + "stars": 275, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 13, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 42, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 166, + "stars": 176, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 51, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 15, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { - "stars": 20, + "stars": 21, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 676 + "author_account_age_days": 750 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 655 + "author_account_age_days": 729 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2335, + "stars": 2388, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 946 + "author_account_age_days": 1020 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 355, - "last_update": "2025-09-12 08:10:14", - "author_account_age_days": 946 + "stars": 375, + "last_update": "2025-10-27 09:36:36", + "author_account_age_days": 1020 + }, + "https://github.com/AIGODLIKE/Blender-IO": { + "stars": 1, + "last_update": "2025-10-15 08:52:06", + "author_account_age_days": 1020 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 52, - "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 946 + "stars": 53, + "last_update": "2025-10-15 09:39:30", + "author_account_age_days": 1020 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 370, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 946 + "author_account_age_days": 1020 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 107, + "stars": 108, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 328 + "author_account_age_days": 402 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { - "stars": 10, + "stars": 13, "last_update": "2025-09-10 11:03:49", - "author_account_age_days": 274 + "author_account_age_days": 349 }, "https://github.com/AIWarper/ComfyUI-DAViD": { - "stars": 3, + "stars": 5, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 322 + "author_account_age_days": 397 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { - "stars": 65, - "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 322 + "stars": 72, + "last_update": "2025-11-05 16:18:45", + "author_account_age_days": 397 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { - "stars": 11, - "last_update": "2025-09-01 18:35:12", - "author_account_age_days": 322 + "stars": 13, + "last_update": "2025-10-31 19:14:31", + "author_account_age_days": 397 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 224, + "stars": 226, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2128 + "author_account_age_days": 2202 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 1021, + "stars": 1030, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 888 + "author_account_age_days": 962 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 294 + "author_account_age_days": 369 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { - "stars": 0, + "stars": 1, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3327 + "author_account_age_days": 3402 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 66, + "stars": 72, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1905 + "author_account_age_days": 1979 }, "https://github.com/ALatentPlace/YANC_LMStudio": { - "stars": 14, + "stars": 19, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1905 + "author_account_age_days": 1979 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2922 + "author_account_age_days": 2996 }, "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": 2922 + "author_account_age_days": 2996 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2922 + "author_account_age_days": 2996 + }, + "https://github.com/APZmedia/ComfyUI-Dreamlight": { + "stars": 0, + "last_update": "2025-11-04 16:52:57", + "author_account_age_days": 2996 + }, + "https://github.com/APZmedia/ComfyUI-color-tools": { + "stars": 0, + "last_update": "2025-09-24 12:52:50", + "author_account_age_days": 2996 + }, + "https://github.com/APZmedia/Comfyui-LightDirection-estimation": { + "stars": 0, + "last_update": "2025-10-20 12:32:41", + "author_account_age_days": 2996 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, - "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2212 + "last_update": "2025-10-02 04:10:23", + "author_account_age_days": 2286 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, - "last_update": "2025-09-01 15:25:55", - "author_account_age_days": 2212 + "last_update": "2025-10-19 10:10:12", + "author_account_age_days": 2286 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2212 + "author_account_age_days": 2286 + }, + "https://github.com/Aaalice233/ComfyUI-Danbooru-Gallery": { + "stars": 71, + "last_update": "2025-11-25 10:43:22", + "author_account_age_days": 2013 }, "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": 1971 + "author_account_age_days": 2045 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 296, + "stars": 299, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4113 + "author_account_age_days": 4187 }, "https://github.com/AbstractEyes/comfyui-lycoris": { - "stars": 8, + "stars": 10, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1823 + "author_account_age_days": 1898 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { - "stars": 8, + "stars": 7, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 934 + "author_account_age_days": 1008 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 934 + "author_account_age_days": 1008 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { - "stars": 14, - "last_update": "2025-09-09 11:23:24", - "author_account_age_days": 478 + "stars": 21, + "last_update": "2025-11-19 10:57:55", + "author_account_age_days": 552 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1032, - "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4250 + "stars": 1073, + "last_update": "2025-10-03 16:47:12", + "author_account_age_days": 4324 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 547, - "last_update": "2025-08-20 22:21:45", - "author_account_age_days": 4250 + "stars": 589, + "last_update": "2025-11-03 09:57:06", + "author_account_age_days": 4324 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, "last_update": "2025-08-19 18:40:24", - "author_account_age_days": 1926 + "author_account_age_days": 2000 + }, + "https://github.com/AdamShuo/ComfyUI_Switch": { + "stars": 5, + "last_update": "2025-09-23 16:59:46", + "author_account_age_days": 801 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1195 + "author_account_age_days": 1270 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3823 + "author_account_age_days": 3897 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 304 + "author_account_age_days": 379 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 1, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 304 + "author_account_age_days": 379 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, - "last_update": "2025-08-26 10:49:29", - "author_account_age_days": 1254 + "last_update": "2025-11-11 13:13:19", + "author_account_age_days": 1328 + }, + "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": { + "stars": 0, + "last_update": "2025-10-31 03:12:00", + "author_account_age_days": 1328 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1721 + "author_account_age_days": 1795 + }, + "https://github.com/Aishor/comfyui-meta-sampler-guiado": { + "stars": 0, + "last_update": "2025-10-28 14:04:44", + "author_account_age_days": 5836 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-08-24 07:19:00", - "author_account_age_days": 2198 + "author_account_age_days": 2272 }, "https://github.com/Aksaz/comfyui-seamless-clone": { - "stars": 12, - "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 328 + "stars": 17, + "last_update": "2025-09-23 13:10:16", + "author_account_age_days": 402 + }, + "https://github.com/AlcAI-AnimeHaven/AlcAI-nodes": { + "stars": 0, + "last_update": "2025-10-19 20:26:42", + "author_account_age_days": 37 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { - "stars": 29, - "last_update": "2025-09-09 18:25:30", - "author_account_age_days": 4910 + "stars": 45, + "last_update": "2025-11-05 22:43:44", + "author_account_age_days": 4985 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1349, - "last_update": "2025-09-11 09:24:47", - "author_account_age_days": 3145 + "stars": 1403, + "last_update": "2025-09-21 11:02:10", + "author_account_age_days": 3219 + }, + "https://github.com/AlexXia007/AIYang_TripleAPI": { + "stars": 1, + "last_update": "2025-11-10 17:53:55", + "author_account_age_days": 544 }, "https://github.com/Alexankharin/camera-comfyUI": { - "stars": 16, + "stars": 20, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2565 - }, - "https://github.com/AlfredClark/ComfyUI-ModelSpec": { - "stars": 0, - "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2329 + "author_account_age_days": 2640 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 3, "last_update": "2025-09-10 11:31:33", - "author_account_age_days": 3847 + "author_account_age_days": 3922 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3155 + "author_account_age_days": 3229 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4147 + "author_account_age_days": 4221 }, "https://github.com/Amorano/Jovi_Capture": { - "stars": 7, + "stars": 9, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5657 + "author_account_age_days": 5731 }, "https://github.com/Amorano/Jovi_Colorizer": { - "stars": 6, + "stars": 12, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5657 + "author_account_age_days": 5731 }, "https://github.com/Amorano/Jovi_GLSL": { - "stars": 17, + "stars": 18, "last_update": "2025-08-25 04:34:38", - "author_account_age_days": 5657 + "author_account_age_days": 5731 }, "https://github.com/Amorano/Jovi_MIDI": { - "stars": 6, + "stars": 5, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5657 + "author_account_age_days": 5731 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-08-29 02:31:26", - "author_account_age_days": 5657 + "author_account_age_days": 5731 }, "https://github.com/Amorano/Jovi_Spout": { - "stars": 7, + "stars": 9, "last_update": "2025-08-29 02:29:14", - "author_account_age_days": 5657 + "author_account_age_days": 5731 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 373, + "stars": 381, "last_update": "2025-09-05 03:15:03", - "author_account_age_days": 5657 + "author_account_age_days": 5731 + }, + "https://github.com/Analaser/ComfyUI-RandomTagWeights": { + "stars": 1, + "last_update": "2025-11-19 23:10:52", + "author_account_age_days": 2912 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { - "stars": 5, + "stars": 4, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 717 + "author_account_age_days": 791 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1266 + "author_account_age_days": 1340 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3822 + "author_account_age_days": 3896 + }, + "https://github.com/Antique3e/ComfyUI-ModalCredits": { + "stars": 0, + "last_update": "2025-10-29 12:39:09", + "author_account_age_days": 42 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { - "stars": 10, + "stars": 11, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4537 + "author_account_age_days": 4611 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4537 + "author_account_age_days": 4611 }, "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": { "stars": 0, - "last_update": "2025-09-09 00:58:51", - "author_account_age_days": 322 + "last_update": "2025-09-12 02:37:33", + "author_account_age_days": 397 }, "https://github.com/ApexArtist/comfyui-apex-artist": { - "stars": 0, - "last_update": "2025-09-08 15:37:47", - "author_account_age_days": 2774 + "stars": 1, + "last_update": "2025-10-23 16:54:57", + "author_account_age_days": 2849 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { - "stars": 44, + "stars": 45, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3834 + "author_account_age_days": 3908 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 572 + "author_account_age_days": 646 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3394 + "author_account_age_days": 3468 + }, + "https://github.com/Art-xmaster/comfyui-AGSoft": { + "stars": 3, + "last_update": "2025-11-22 15:02:31", + "author_account_age_days": 454 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 91, + "stars": 95, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 738 + "author_account_age_days": 812 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 978 + "author_account_age_days": 1052 }, "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit": { - "stars": 22, - "last_update": "2025-09-06 07:30:23", - "author_account_age_days": 272 + "stars": 36, + "last_update": "2025-11-17 01:55:11", + "author_account_age_days": 347 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { - "stars": 18, - "last_update": "2025-08-15 12:02:26", - "author_account_age_days": 533 + "stars": 24, + "last_update": "2025-09-21 18:10:47", + "author_account_age_days": 608 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { - "stars": 3, - "last_update": "2025-08-29 06:35:06", - "author_account_age_days": 1616 + "stars": 4, + "last_update": "2025-11-21 08:39:53", + "author_account_age_days": 1691 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 27, + "stars": 28, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5031 + "author_account_age_days": 5105 }, "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": { - "stars": 0, - "last_update": "2025-09-11 12:43:49", - "author_account_age_days": 1858 + "stars": 1, + "last_update": "2025-09-15 07:41:44", + "author_account_age_days": 1933 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, - "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3286 + "last_update": "2025-11-17 10:10:03", + "author_account_age_days": 3360 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 835 + "author_account_age_days": 909 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 467, + "stars": 469, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 835 + "author_account_age_days": 909 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4519 + "author_account_age_days": 4593 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { - "stars": 2, + "stars": 3, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4519 + "author_account_age_days": 4593 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4519 + "author_account_age_days": 4593 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4519 + "author_account_age_days": 4593 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3094 + "author_account_age_days": 3168 + }, + "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": { + "stars": 0, + "last_update": "2025-10-08 01:12:48", + "author_account_age_days": 1891 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 187, - "last_update": "2025-09-11 17:08:52", - "author_account_age_days": 3335 + "stars": 244, + "last_update": "2025-11-13 16:10:34", + "author_account_age_days": 3410 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { - "stars": 101, - "last_update": "2025-08-27 13:20:27", - "author_account_age_days": 3335 + "stars": 174, + "last_update": "2025-11-14 20:24:57", + "author_account_age_days": 3410 }, "https://github.com/BAIKEMARK/ComfyUI-Civitai-Recipe": { - "stars": 18, - "last_update": "2025-09-11 15:25:14", - "author_account_age_days": 749 + "stars": 91, + "last_update": "2025-11-25 03:54:19", + "author_account_age_days": 824 + }, + "https://github.com/BAIKEMARK/ComfyUI-Civitai-Toolkit": { + "stars": 91, + "last_update": "2025-11-25 03:54:19", + "author_account_age_days": 824 }, "https://github.com/BAIKEMARK/ComfyUI_Civitai_Prompt_Stats": { - "stars": 2, + "stars": 3, "last_update": "2025-08-29 11:15:29", - "author_account_age_days": 749 + "author_account_age_days": 824 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 934 + "author_account_age_days": 1008 }, "https://github.com/BEIBEI-star661/SJ_sweepEffect_Comfyui": { "stars": 0, "last_update": "2025-08-22 06:10:44", - "author_account_age_days": 20 + "author_account_age_days": 95 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { - "stars": 7, + "stars": 8, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1677 + "author_account_age_days": 1751 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1677 + "author_account_age_days": 1751 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 941 + "author_account_age_days": 1015 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2888 + "author_account_age_days": 2962 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3682 + "author_account_age_days": 3756 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 440, + "stars": 456, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 875 + "author_account_age_days": 949 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { - "stars": 20, + "stars": 21, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1751 + "author_account_age_days": 1825 }, "https://github.com/Baverne/comfyUI-TiledWan": { - "stars": 2, + "stars": 3, "last_update": "2025-08-21 10:14:11", - "author_account_age_days": 915 + "author_account_age_days": 990 }, "https://github.com/Beinsezii/bsz-cui-extras": { - "stars": 24, + "stars": 25, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2671 + "author_account_age_days": 2745 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3452 + "author_account_age_days": 3526 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3517 + "author_account_age_days": 3591 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3517 + "author_account_age_days": 3591 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1417, - "last_update": "2025-09-12 17:38:01", - "author_account_age_days": 3441 + "stars": 1459, + "last_update": "2025-11-13 10:40:04", + "author_account_age_days": 3515 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1243 + "author_account_age_days": 1317 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { - "stars": 9, + "stars": 10, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1243 + "author_account_age_days": 1317 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1243 + "author_account_age_days": 1317 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1243 + "author_account_age_days": 1317 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1243 + "author_account_age_days": 1317 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { - "stars": 5, + "stars": 6, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1243 + "author_account_age_days": 1317 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { - "stars": 30, + "stars": 32, "last_update": "2025-08-29 08:44:14", - "author_account_age_days": 1317 + "author_account_age_days": 1391 }, "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": 1317 + "author_account_age_days": 1391 }, "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": 130 + "author_account_age_days": 205 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { - "stars": 26, + "stars": 30, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 130 + "author_account_age_days": 205 }, "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": { - "stars": 5, + "stars": 21, "last_update": "2025-08-21 07:42:18", - "author_account_age_days": 130 + "author_account_age_days": 205 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { - "stars": 0, + "stars": 1, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2784 + "author_account_age_days": 2859 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { - "stars": 19, + "stars": 21, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 580 + "author_account_age_days": 654 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 379 + "author_account_age_days": 453 + }, + "https://github.com/Bio2hazard/ComfyUI-Prompt-Snippets": { + "stars": 9, + "last_update": "2025-11-08 08:42:06", + "author_account_age_days": 4803 + }, + "https://github.com/BizaNator/ComfyUI_PromptIterator": { + "stars": 0, + "last_update": "2025-09-24 16:47:04", + "author_account_age_days": 3576 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1300 + "author_account_age_days": 1374 + }, + "https://github.com/BlackSnowSkill/wd14_batch_tagger": { + "stars": 1, + "last_update": "2025-10-23 14:29:51", + "author_account_age_days": 427 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, - "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 401 + "last_update": "2025-10-01 17:23:19", + "author_account_age_days": 475 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2978 + "author_account_age_days": 3052 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2978 + "author_account_age_days": 3052 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2978 + "author_account_age_days": 3052 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2978 + "author_account_age_days": 3052 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 408, + "stars": 421, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 923 + "author_account_age_days": 997 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 393, + "stars": 396, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 923 + "author_account_age_days": 997 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 308, + "stars": 313, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 923 + "author_account_age_days": 997 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { - "stars": 41, + "stars": 42, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 923 + "author_account_age_days": 997 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 391, + "stars": 401, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 923 + "author_account_age_days": 997 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1168 + "author_account_age_days": 1242 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 890 + "author_account_age_days": 964 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { - "stars": 8, + "stars": 7, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 288 + "author_account_age_days": 363 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { - "stars": 6, + "stars": 4, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 288 + "author_account_age_days": 363 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 12, + "stars": 18, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 288 + "author_account_age_days": 363 + }, + "https://github.com/Boba-svg/ComfyUI-PromptSwitch": { + "stars": 0, + "last_update": "2025-11-25 17:18:32", + "author_account_age_days": 70 + }, + "https://github.com/Boba-svg/ComfyUI_AutoBatchRunner": { + "stars": 0, + "last_update": "2025-11-14 23:12:48", + "author_account_age_days": 70 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { - "stars": 5, + "stars": 9, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2658 + "author_account_age_days": 2733 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { - "stars": 44, + "stars": 51, "last_update": "2025-09-07 18:29:50", - "author_account_age_days": 2658 + "author_account_age_days": 2733 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { - "stars": 103, + "stars": 106, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3526 + "author_account_age_days": 3600 }, "https://github.com/Brekel/ComfyUI-Brekel": { - "stars": 16, - "last_update": "2025-09-08 15:27:40", - "author_account_age_days": 5269 + "stars": 18, + "last_update": "2025-11-17 19:08:10", + "author_account_age_days": 5344 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { - "stars": 57, - "last_update": "2025-09-10 12:06:35", - "author_account_age_days": 1923 + "stars": 67, + "last_update": "2025-11-23 20:22:29", + "author_account_age_days": 1997 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { - "stars": 3, + "stars": 4, "last_update": "2025-08-27 04:12:24", - "author_account_age_days": 3358 + "author_account_age_days": 3432 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { - "stars": 74, + "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3358 + "author_account_age_days": 3432 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 8, - "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 236 + "last_update": "2025-11-11 18:57:09", + "author_account_age_days": 310 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 8, - "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 236 + "last_update": "2025-11-11 18:57:09", + "author_account_age_days": 310 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 236 + "author_account_age_days": 310 }, "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": 236 + "author_account_age_days": 310 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { - "stars": 23, + "stars": 24, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 930 + "author_account_age_days": 1004 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 814 + "author_account_age_days": 888 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { - "stars": 14, + "stars": 16, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 411 + "author_account_age_days": 485 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 20, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { - "stars": 14, + "stars": 15, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { - "stars": 72, + "stars": 73, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { - "stars": 224, + "stars": 235, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { - "stars": 4, + "stars": 5, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 84, + "stars": 86, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 627, + "stars": 639, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 25, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { - "stars": 36, + "stars": 35, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 137, + "stars": 139, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { - "stars": 98, + "stars": 100, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 643 + "author_account_age_days": 717 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 10, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 694 + "author_account_age_days": 768 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, - "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 184 + "last_update": "2025-11-02 04:46:30", + "author_account_age_days": 259 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 253, + "stars": 265, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3171 + "author_account_age_days": 3245 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2311 + "author_account_age_days": 2385 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 74, + "stars": 75, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2311 + "author_account_age_days": 2385 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { - "stars": 34, + "stars": 36, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2311 + "author_account_age_days": 2385 + }, + "https://github.com/ChaosHL/Marvelous-Box-Comfyui": { + "stars": 0, + "last_update": "2025-09-23 14:22:09", + "author_account_age_days": 882 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 41, - "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2324 + "stars": 44, + "last_update": "2025-10-28 16:09:40", + "author_account_age_days": 2398 }, "https://github.com/Charlweed/image_transceiver": { - "stars": 2, + "stars": 3, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5542 + "author_account_age_days": 5616 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 438 + "author_account_age_days": 513 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { - "stars": 2, + "stars": 3, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 438 + "author_account_age_days": 513 }, "https://github.com/Charonartist/comfyui-lmstudio-conversation": { "stars": 0, "last_update": "2025-09-07 07:57:09", - "author_account_age_days": 438 + "author_account_age_days": 513 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 438 + "author_account_age_days": 513 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 438 + "author_account_age_days": 513 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 5, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2890 + "author_account_age_days": 2965 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 257, - "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2346 + "stars": 285, + "last_update": "2025-11-03 20:44:25", + "author_account_age_days": 2420 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2346 + "author_account_age_days": 2420 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 845 + "author_account_age_days": 919 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { - "stars": 16, + "stars": 17, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2857 + "author_account_age_days": 2931 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2857 + "author_account_age_days": 2931 + }, + "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools": { + "stars": 0, + "last_update": "2025-10-21 02:34:23", + "author_account_age_days": 1373 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 1, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2173 + "author_account_age_days": 2248 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 606, - "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 475 + "stars": 807, + "last_update": "2025-10-27 02:13:49", + "author_account_age_days": 549 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { - "stars": 12, + "stars": 13, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2179 + "author_account_age_days": 2253 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 91, + "stars": 95, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2179 + "author_account_age_days": 2253 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 83, + "stars": 85, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2179 + "author_account_age_days": 2253 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { - "stars": 4, + "stars": 5, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2342 + "author_account_age_days": 2417 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { - "stars": 1, + "stars": 2, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2342 + "author_account_age_days": 2417 }, "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": 2342 + "author_account_age_days": 2417 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 47, + "stars": 56, "last_update": "2025-08-20 15:31:03", - "author_account_age_days": 520 + "author_account_age_days": 594 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, - "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 110 + "last_update": "2025-10-08 01:25:29", + "author_account_age_days": 185 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { - "stars": 3, - "last_update": "2025-09-08 16:33:11", - "author_account_age_days": 110 + "stars": 7, + "last_update": "2025-11-24 16:55:51", + "author_account_age_days": 185 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { - "stars": 54, - "last_update": "2025-09-09 16:32:19", - "author_account_age_days": 110 + "stars": 80, + "last_update": "2025-10-28 23:38:00", + "author_account_age_days": 185 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { - "stars": 1, + "stars": 4, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 110 + "author_account_age_days": 185 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 268 + "author_account_age_days": 342 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 268 + "author_account_age_days": 342 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4869 + "author_account_age_days": 4943 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { - "stars": 65, - "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 619 + "stars": 75, + "last_update": "2025-09-30 21:05:37", + "author_account_age_days": 693 }, "https://github.com/CoreyCorza/ComfyUI-CRZnodes": { - "stars": 23, + "stars": 34, "last_update": "2025-09-09 05:29:25", - "author_account_age_days": 2627 + "author_account_age_days": 2702 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { - "stars": 128, - "last_update": "2025-09-12 14:51:06", - "author_account_age_days": 4100 + "stars": 133, + "last_update": "2025-11-11 16:00:21", + "author_account_age_days": 4174 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 398 + "author_account_age_days": 472 + }, + "https://github.com/Creditas-labs/ComfyUI-Adforge": { + "stars": 1, + "last_update": "2025-11-12 21:16:17", + "author_account_age_days": 21 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1448 + "author_account_age_days": 1522 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { - "stars": 15, - "last_update": "2025-09-11 14:47:23", - "author_account_age_days": 2052 + "stars": 21, + "last_update": "2025-11-21 05:03:49", + "author_account_age_days": 2126 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { - "stars": 5, + "stars": 7, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2051 + "author_account_age_days": 2127 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2052 + "author_account_age_days": 2126 + }, + "https://github.com/Creepybits/World_weaver": { + "stars": 12, + "last_update": "2025-11-14 03:28:22", + "author_account_age_days": 2127 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { - "stars": 7, - "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1373 + "stars": 8, + "last_update": "2025-11-20 01:25:21", + "author_account_age_days": 1447 }, "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": 3631 + "author_account_age_days": 3705 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2025-09-05 13:21:04", - "author_account_age_days": 1547 + "author_account_age_days": 1621 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { - "stars": 2, + "stars": 4, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 860 + "author_account_age_days": 934 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, - "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 860 + "last_update": "2025-10-24 07:46:08", + "author_account_age_days": 934 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { - "stars": 15, - "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 860 + "stars": 16, + "last_update": "2025-10-24 07:49:28", + "author_account_age_days": 934 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5603 + "author_account_age_days": 5677 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-30 15:54:04", - "author_account_age_days": 3155 + "author_account_age_days": 3230 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-25 06:32:51", - "author_account_age_days": 3155 + "author_account_age_days": 3230 + }, + "https://github.com/Cyrostar/ComfyUI-Artha-Nodes": { + "stars": 0, + "last_update": "2025-11-14 17:02:45", + "author_account_age_days": 3230 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { - "stars": 2, + "stars": 3, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1049 + "author_account_age_days": 1124 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { - "stars": 5, + "stars": 6, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 234 + "author_account_age_days": 308 + }, + "https://github.com/DaLongZhuaZi/ComfyUI-Gemini-Prompt-Studio": { + "stars": 0, + "last_update": "2025-09-24 11:01:50", + "author_account_age_days": 2551 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { - "stars": 69, + "stars": 82, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4734 + "author_account_age_days": 4808 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4029 + "author_account_age_days": 4103 + }, + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator": { + "stars": 1, + "last_update": "2025-11-22 01:25:11", + "author_account_age_days": 1386 + }, + "https://github.com/DaniilVdovin/ComfyUI-prompt-templating": { + "stars": 1, + "last_update": "2025-10-15 09:40:29", + "author_account_age_days": 2555 }, "https://github.com/Danteday/ComfyUI-NoteManager": { - "stars": 12, + "stars": 13, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2762 + "author_account_age_days": 2836 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5032 + "author_account_age_days": 5106 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { - "stars": 5, + "stars": 6, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3922 + "author_account_age_days": 3996 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 92, + "stars": 96, "last_update": "2025-08-18 13:18:24", - "author_account_age_days": 1223 + "author_account_age_days": 1297 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, - "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2323 + "last_update": "2025-10-02 15:39:55", + "author_account_age_days": 2398 }, "https://github.com/Daxamur/DaxNodes": { "stars": 0, "last_update": "2025-08-30 19:54:44", - "author_account_age_days": 2539 + "author_account_age_days": 2614 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4661 + "author_account_age_days": 4735 + }, + "https://github.com/DazzleNodes/ComfyUI-Smart-Resolution-Calc": { + "stars": 4, + "last_update": "2025-11-12 21:11:23", + "author_account_age_days": 24 + }, + "https://github.com/DazzleNodes/DazzleNodes": { + "stars": 0, + "last_update": "2025-11-24 22:23:02", + "author_account_age_days": 24 + }, + "https://github.com/DazzleNodes/fit-mask-to-image": { + "stars": 1, + "last_update": "2025-11-16 01:32:44", + "author_account_age_days": 24 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { - "stars": 26, + "stars": 28, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1299 + "author_account_age_days": 1374 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { - "stars": 3, + "stars": 4, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3436 + "author_account_age_days": 3510 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { - "stars": 0, + "stars": 1, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 245 + "author_account_age_days": 320 + }, + "https://github.com/DecartAI/Lucy-Edit-ComfyUI": { + "stars": 686, + "last_update": "2025-11-07 18:58:33", + "author_account_age_days": 829 }, "https://github.com/DeemosTech/ComfyUI-Rodin": { - "stars": 30, - "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 1211 + "stars": 44, + "last_update": "2025-10-15 03:36:50", + "author_account_age_days": 1285 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { - "stars": 2, + "stars": 3, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 200 + "author_account_age_days": 274 }, "https://github.com/Dehypnotic/comfyui-aspect-ratio-advanced": { + "stars": 1, + "last_update": "2025-10-02 14:57:02", + "author_account_age_days": 1611 + }, + "https://github.com/Dehypnotic/comfyui-dehypnotic-save-nodes": { "stars": 0, - "last_update": "2025-09-01 21:29:14", - "author_account_age_days": 1536 + "last_update": "2025-10-26 15:41:28", + "author_account_age_days": 1611 }, "https://github.com/Dehypnotic/comfyui-numbered-text": { "stars": 0, - "last_update": "2025-08-29 19:51:41", - "author_account_age_days": 1536 + "last_update": "2025-10-08 15:13:36", + "author_account_age_days": 1611 }, "https://github.com/Dehypnotic/comfyui-range-to-string": { "stars": 0, - "last_update": "2025-08-22 20:22:44", - "author_account_age_days": 1536 + "last_update": "2025-10-02 09:30:29", + "author_account_age_days": 1611 + }, + "https://github.com/Dehypnotic/comfyui-save-mp3": { + "stars": 1, + "last_update": "2025-10-24 09:40:52", + "author_account_age_days": 1611 }, "https://github.com/DenRakEiw/Latent_Nodes": { - "stars": 1, + "stars": 4, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1475 + "author_account_age_days": 1550 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 9, + "stars": 15, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1475 + "author_account_age_days": 1550 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 425, + "stars": 440, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2220 + "author_account_age_days": 2294 }, "https://github.com/DesertPixelAi/ComfyUI-DP-Ideogram-Character": { - "stars": 0, + "stars": 2, "last_update": "2025-08-26 22:21:45", - "author_account_age_days": 591 + "author_account_age_days": 665 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { - "stars": 20, + "stars": 23, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 591 + "author_account_age_days": 665 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 591 + "author_account_age_days": 665 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { - "stars": 4, - "last_update": "2025-08-17 04:34:40", - "author_account_age_days": 930 + "stars": 6, + "last_update": "2025-10-19 04:29:10", + "author_account_age_days": 1004 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { - "stars": 10, + "stars": 13, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 645 + "author_account_age_days": 720 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 167 + "author_account_age_days": 241 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { - "stars": 29, - "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4484 + "stars": 32, + "last_update": "2025-09-15 20:38:26", + "author_account_age_days": 4558 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3518 + "author_account_age_days": 3592 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { - "stars": 2, + "stars": 5, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 225 + "author_account_age_days": 299 }, "https://github.com/Dobidop/ComfyStereo": { - "stars": 28, - "last_update": "2025-08-31 11:30:27", - "author_account_age_days": 1905 + "stars": 31, + "last_update": "2025-11-25 21:26:47", + "author_account_age_days": 1979 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { - "stars": 42, + "stars": 44, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 787 + "author_account_age_days": 861 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { - "stars": 23, + "stars": 31, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 787 + "author_account_age_days": 861 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 787 + "author_account_age_days": 861 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 6, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 787 + "author_account_age_days": 861 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 787 + "author_account_age_days": 861 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { - "stars": 83, - "last_update": "2025-09-09 02:49:11", - "author_account_age_days": 3348 + "stars": 104, + "last_update": "2025-09-21 06:52:45", + "author_account_age_days": 3423 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 394, - "last_update": "2025-09-11 00:55:02", - "author_account_age_days": 3348 + "stars": 537, + "last_update": "2025-11-22 01:41:34", + "author_account_age_days": 3423 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5440 + "author_account_age_days": 5514 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, - "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1477 + "last_update": "2025-09-18 05:45:51", + "author_account_age_days": 1551 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { - "stars": 3, + "stars": 4, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1477 + "author_account_age_days": 1551 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { - "stars": 0, + "stars": 1, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 390 + "author_account_age_days": 465 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { - "stars": 4, + "stars": 7, "last_update": "2025-08-22 18:51:34", - "author_account_age_days": 1819 + "author_account_age_days": 1893 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1819 + "author_account_age_days": 1893 }, "https://github.com/Draek2077/comfyui-draekz-nodez": { "stars": 1, - "last_update": "2025-09-09 00:25:46", - "author_account_age_days": 46 + "last_update": "2025-09-12 02:32:20", + "author_account_age_days": 121 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, - "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 257 + "last_update": "2025-09-21 11:58:58", + "author_account_age_days": 331 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { - "stars": 2, - "last_update": "2025-09-11 18:45:49", - "author_account_age_days": 257 + "stars": 4, + "last_update": "2025-11-23 19:12:35", + "author_account_age_days": 331 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2300 + "author_account_age_days": 2375 + }, + "https://github.com/Duanyll/comfyui_functional": { + "stars": 0, + "last_update": "2025-11-25 13:15:18", + "author_account_age_days": 3252 }, "https://github.com/Duanyll/duanyll_nodepack": { - "stars": 0, - "last_update": "2025-08-18 12:20:10", - "author_account_age_days": 3178 + "stars": 1, + "last_update": "2025-11-12 11:43:08", + "author_account_age_days": 3252 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 55, + "stars": 65, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3072 + "author_account_age_days": 3146 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { - "stars": 10, + "stars": 12, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1718 + "author_account_age_days": 1792 }, "https://github.com/Easymode-ai/ComfyUI-FlexPainter": { "stars": 2, "last_update": "2025-09-10 20:45:19", - "author_account_age_days": 1717 + "author_account_age_days": 1792 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { - "stars": 12, + "stars": 14, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1718 + "author_account_age_days": 1792 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 73, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5162 + "author_account_age_days": 5236 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1588 + "author_account_age_days": 1662 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3065 + "author_account_age_days": 3139 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 231, + "stars": 240, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3223 + "author_account_age_days": 3297 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { - "stars": 1, - "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2034 + "stars": 2, + "last_update": "2025-10-14 21:19:43", + "author_account_age_days": 2108 }, "https://github.com/Enashka/ComfyUI-nhknodes": { - "stars": 10, - "last_update": "2025-09-11 21:02:27", - "author_account_age_days": 3415 + "stars": 13, + "last_update": "2025-11-13 11:55:01", + "author_account_age_days": 3490 }, "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { - "stars": 711, - "last_update": "2025-09-11 06:16:03", - "author_account_age_days": 15 + "stars": 1170, + "last_update": "2025-10-02 18:51:41", + "author_account_age_days": 90 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { - "stars": 6, - "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 414 - }, - "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { - "stars": 11, - "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 414 + "stars": 8, + "last_update": "2025-11-09 01:25:14", + "author_account_age_days": 488 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 7, - "last_update": "2025-08-25 17:58:28", - "author_account_age_days": 414 + "last_update": "2025-11-09 02:04:45", + "author_account_age_days": 488 + }, + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": { + "stars": 0, + "last_update": "2025-11-23 15:21:21", + "author_account_age_days": 488 + }, + "https://github.com/EnragedAntelope/comfy-modelopt": { + "stars": 0, + "last_update": "2025-11-10 21:11:04", + "author_account_age_days": 488 }, "https://github.com/EnragedAntelope/comfyui-relight": { - "stars": 78, - "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 414 + "stars": 83, + "last_update": "2025-11-09 02:16:20", + "author_account_age_days": 488 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { - "stars": 4, + "stars": 5, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3715 + "author_account_age_days": 3790 }, "https://github.com/Erehr/ComfyUI-EreNodes": { - "stars": 44, + "stars": 52, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3715 + "author_account_age_days": 3790 + }, + "https://github.com/EricRollei/AAA_Metadata_System": { + "stars": 1, + "last_update": "2025-11-20 18:49:37", + "author_account_age_days": 1413 + }, + "https://github.com/EricRollei/Comfy_HunyuanImage3": { + "stars": 6, + "last_update": "2025-11-24 22:15:12", + "author_account_age_days": 1413 + }, + "https://github.com/EricRollei/Download_Tools": { + "stars": 2, + "last_update": "2025-11-24 04:50:41", + "author_account_age_days": 1413 + }, + "https://github.com/EricRollei/Eric_Image_Processing_Nodes": { + "stars": 2, + "last_update": "2025-11-20 05:31:51", + "author_account_age_days": 1413 + }, + "https://github.com/EricRollei/HYPIR-ComfyUI": { + "stars": 1, + "last_update": "2025-11-18 18:34:15", + "author_account_age_days": 1413 + }, + "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer": { + "stars": 4, + "last_update": "2025-11-14 01:14:34", + "author_account_age_days": 1413 + }, + "https://github.com/EricRollei/PDF-Tools": { + "stars": 1, + "last_update": "2025-11-20 06:17:18", + "author_account_age_days": 1413 + }, + "https://github.com/EuphoricPenguin/resemble-enhance-comfyui": { + "stars": 0, + "last_update": "2025-11-01 08:28:38", + "author_account_age_days": 3435 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 623, + "stars": 676, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4044 + "author_account_age_days": 4118 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 55, + "stars": 56, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 452 + "author_account_age_days": 526 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 452 + "author_account_age_days": 526 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, - "last_update": "2025-08-19 08:09:42", - "author_account_age_days": 32 + "last_update": "2025-11-10 03:24:25", + "author_account_age_days": 107 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2069 + "author_account_age_days": 2143 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { - "stars": 112, + "stars": 115, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2069 + "author_account_age_days": 2143 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 301, + "stars": 305, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2069 + "author_account_age_days": 2143 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3653 + "author_account_age_days": 3727 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 422, + "stars": 426, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "https://github.com/Extraltodeus/DistanceSampler": { - "stars": 39, + "stars": 41, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { - "stars": 81, + "stars": 85, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 210, + "stars": 219, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 50, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 122, + "stars": 126, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3595 + "author_account_age_days": 3669 }, "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": 3595 + "author_account_age_days": 3669 }, "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": 3595 + "author_account_age_days": 3669 }, "https://github.com/FaberVS/MultiModel": { - "stars": 1, + "stars": 3, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2215 + "author_account_age_days": 2290 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 805, + "stars": 893, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3577 + "author_account_age_days": 3651 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 118, - "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3577 + "stars": 128, + "last_update": "2025-11-09 02:34:01", + "author_account_age_days": 3651 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 207, + "stars": 211, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3577 + "author_account_age_days": 3651 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 214, + "stars": 220, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3577 + "author_account_age_days": 3651 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3364, - "last_update": "2025-09-10 08:39:12", - "author_account_age_days": 3577 + "stars": 3578, + "last_update": "2025-10-24 04:18:35", + "author_account_age_days": 3651 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { - "stars": 4, + "stars": 5, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 981 + "author_account_age_days": 1055 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1284 + "author_account_age_days": 1359 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3328 + "author_account_age_days": 3403 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3200 + "author_account_age_days": 3274 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4610 + "author_account_age_days": 4685 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3060 + "author_account_age_days": 3134 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 17, + "stars": 19, "last_update": "2025-08-31 17:04:24", - "author_account_age_days": 1117 + "author_account_age_days": 1191 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { - "stars": 8, + "stars": 9, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3192 + "author_account_age_days": 3266 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 466 + "author_account_age_days": 540 }, "https://github.com/Firetheft/ComfyUI-Animate-Progress": { - "stars": 1, + "stars": 3, "last_update": "2025-09-09 13:21:52", - "author_account_age_days": 1345 + "author_account_age_days": 1420 }, "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": { - "stars": 56, - "last_update": "2025-09-11 14:33:24", - "author_account_age_days": 1345 + "stars": 82, + "last_update": "2025-11-11 14:45:30", + "author_account_age_days": 1420 }, "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery": { - "stars": 32, - "last_update": "2025-09-08 01:30:48", - "author_account_age_days": 1345 + "stars": 42, + "last_update": "2025-10-20 16:34:18", + "author_account_age_days": 1420 + }, + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": { + "stars": 4, + "last_update": "2025-09-17 04:50:32", + "author_account_age_days": 1420 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2425 + "author_account_age_days": 2499 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 457, + "stars": 464, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2425 + "author_account_age_days": 2499 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { - "stars": 78, + "stars": 79, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1953 + "author_account_age_days": 2027 }, "https://github.com/FloyoAI/ComfyUI-Seed-API": { "stars": 0, - "last_update": "2025-09-07 14:03:29", - "author_account_age_days": 340 + "last_update": "2025-10-29 14:29:56", + "author_account_age_days": 415 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 90, + "stars": 96, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1078 + "author_account_age_days": 1152 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 239, + "stars": 243, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1689 + "author_account_age_days": 1763 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { - "stars": 10, - "last_update": "2025-09-11 23:13:16", - "author_account_age_days": 1947 + "stars": 19, + "last_update": "2025-11-25 17:39:10", + "author_account_age_days": 2022 + }, + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": { + "stars": 1, + "last_update": "2025-11-17 08:50:23", + "author_account_age_days": 3293 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2216 + "author_account_age_days": 2290 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2216 + "author_account_age_days": 2290 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2216 + "author_account_age_days": 2290 + }, + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": { + "stars": 5, + "last_update": "2025-10-29 02:07:37", + "author_account_age_days": 4006 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { - "stars": 6, - "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1121 + "stars": 7, + "last_update": "2025-09-19 03:22:12", + "author_account_age_days": 1196 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2762 + "author_account_age_days": 2836 }, "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": { "stars": 0, "last_update": "2025-09-02 09:22:34", - "author_account_age_days": 3870 + "author_account_age_days": 3945 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 1021 + "author_account_age_days": 1095 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { - "stars": 3, + "stars": 4, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 1021 + "author_account_age_days": 1095 }, "https://github.com/FuouM/ComfyUI-EbSynth": { - "stars": 97, + "stars": 104, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2126 + "author_account_age_days": 2200 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { - "stars": 5, + "stars": 7, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2126 + "author_account_age_days": 2200 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { - "stars": 11, + "stars": 17, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2126 + "author_account_age_days": 2200 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { - "stars": 11, + "stars": 13, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2126 + "author_account_age_days": 2200 }, "https://github.com/FuouM/FM_nodes": { - "stars": 6, + "stars": 7, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2126 + "author_account_age_days": 2200 + }, + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": { + "stars": 0, + "last_update": "2025-11-20 22:20:08", + "author_account_age_days": 3123 + }, + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury": { + "stars": 0, + "last_update": "2025-11-23 22:26:15", + "author_account_age_days": 3123 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 75, + "stars": 76, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1608 + "author_account_age_days": 1682 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1964 + "author_account_age_days": 2038 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 38, - "last_update": "2025-09-08 09:06:52", - "author_account_age_days": 1854 + "stars": 53, + "last_update": "2025-11-25 06:51:55", + "author_account_age_days": 1929 }, "https://github.com/GACLove/ComfyUI-VFI": { - "stars": 5, - "last_update": "2025-09-08 10:16:34", - "author_account_age_days": 4061 + "stars": 11, + "last_update": "2025-09-30 09:55:40", + "author_account_age_days": 4136 + }, + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": { + "stars": 9, + "last_update": "2024-09-06 11:37:05", + "author_account_age_days": 2929 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2614 + "author_account_age_days": 2688 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { - "stars": 12, - "last_update": "2025-08-24 20:09:43", - "author_account_age_days": 3001 + "stars": 13, + "last_update": "2025-11-09 20:11:28", + "author_account_age_days": 3075 + }, + "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": { + "stars": 2, + "last_update": "2025-10-28 02:32:13", + "author_account_age_days": 1241 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 601 + "author_account_age_days": 675 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 601 + "author_account_age_days": 675 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 877 + "author_account_age_days": 951 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 931 + "author_account_age_days": 1006 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 931 + "author_account_age_days": 1006 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { - "stars": 14, - "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 5013 + "stars": 15, + "last_update": "2025-09-16 20:38:14", + "author_account_age_days": 5087 + }, + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": { + "stars": 0, + "last_update": "2025-11-16 22:35:53", + "author_account_age_days": 4110 + }, + "https://github.com/GeekatplayStudio/comfyui-hitem3d": { + "stars": 3, + "last_update": "2025-11-16 15:47:02", + "author_account_age_days": 4110 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { - "stars": 37, - "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1115 + "stars": 41, + "last_update": "2025-11-25 19:55:19", + "author_account_age_days": 1189 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 8, - "last_update": "2025-09-06 01:59:34", - "author_account_age_days": 1115 + "last_update": "2025-09-13 11:00:11", + "author_account_age_days": 1189 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { - "stars": 48, + "stars": 49, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1115 + "author_account_age_days": 1189 }, "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { "stars": 1, "last_update": "2025-08-21 13:06:03", - "author_account_age_days": 1115 + "author_account_age_days": 1189 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { - "stars": 1, + "stars": 2, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1115 + "author_account_age_days": 1189 + }, + "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": { + "stars": 12, + "last_update": "2025-09-16 19:56:49", + "author_account_age_days": 391 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { - "stars": 19, + "stars": 20, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2828 + "author_account_age_days": 2902 + }, + "https://github.com/Geo1230/ComfyUI-DeepseekOCR": { + "stars": 1, + "last_update": "2025-11-18 03:42:53", + "author_account_age_days": 18 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 141 + "author_account_age_days": 216 }, "https://github.com/Gipphe/comfyui-metadata-statistics": { "stars": 0, "last_update": "2025-08-28 20:43:50", - "author_account_age_days": 4757 + "author_account_age_days": 4832 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 89, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1111 + "author_account_age_days": 1185 + }, + "https://github.com/GizmoR13/PG-Nodes": { + "stars": 15, + "last_update": "2025-10-10 12:52:07", + "author_account_age_days": 5344 + }, + "https://github.com/Glidias/mask2sam": { + "stars": 0, + "last_update": "2025-10-07 04:07:01", + "author_account_age_days": 5782 }, "https://github.com/Goktug/comfyui-saveimage-plus": { - "stars": 12, + "stars": 14, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5377 + "author_account_age_days": 5451 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { - "stars": 17, - "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 181 + "stars": 25, + "last_update": "2025-10-17 08:20:56", + "author_account_age_days": 256 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { - "stars": 3, + "stars": 6, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1105 + "author_account_age_days": 1180 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 787, - "last_update": "2025-09-05 08:25:27", - "author_account_age_days": 1565 + "stars": 934, + "last_update": "2025-10-07 16:36:49", + "author_account_age_days": 1639 + }, + "https://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 682 + }, + "https://github.com/GraftingRayman/ComfyUI-Dimension-Selector": { + "stars": 0, + "last_update": "2025-11-17 16:27:54", + "author_account_age_days": 682 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 608 + "author_account_age_days": 682 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 61, - "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 608 + "stars": 65, + "last_update": "2025-11-22 16:53:45", + "author_account_age_days": 682 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 608 + "author_account_age_days": 682 + }, + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { + "stars": 1, + "last_update": "2025-11-20 17:47:15", + "author_account_age_days": 682 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 191 + "author_account_age_days": 265 + }, + "https://github.com/Granddyser/wan-video-extender": { + "stars": 6, + "last_update": "2025-11-24 17:01:40", + "author_account_age_days": 1902 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 194, - "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1642 + "stars": 198, + "last_update": "2025-09-25 21:20:31", + "author_account_age_days": 1716 + }, + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": { + "stars": 1, + "last_update": "2025-10-17 19:50:12", + "author_account_age_days": 1717 + }, + "https://github.com/GreenLandisaLie/ComfyUI-RichText_BasicDynamicPrompts": { + "stars": 6, + "last_update": "2025-11-12 22:28:51", + "author_account_age_days": 1717 }, "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": 2855 + "author_account_age_days": 2929 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3389 + "author_account_age_days": 3464 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 318 + "author_account_age_days": 392 + }, + "https://github.com/GuardSkill/ComfyUI-VoiceSep": { + "stars": 0, + "last_update": "2025-11-05 06:11:30", + "author_account_age_days": 3552 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { - "stars": 14, + "stars": 16, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2529 + "author_account_age_days": 2603 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1925 + "author_account_age_days": 1999 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3291 + "author_account_age_days": 3365 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { - "stars": 12, + "stars": 14, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3425 + "author_account_age_days": 3499 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 214 + "author_account_age_days": 288 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { - "stars": 7, + "stars": 10, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 214 + "author_account_age_days": 288 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 214 + "author_account_age_days": 288 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { - "stars": 116, - "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 274 + "stars": 156, + "last_update": "2025-10-18 20:06:12", + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 12, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 274 + "author_account_age_days": 348 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_DreamOmni2": { + "stars": 76, + "last_update": "2025-10-11 18:24:55", + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { - "stars": 188, + "stars": 189, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 274 + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom": { - "stars": 34, + "stars": 35, "last_update": "2025-09-03 17:40:53", - "author_account_age_days": 274 + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { - "stars": 140, + "stars": 141, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 274 + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward": { - "stars": 2, + "stars": 12, "last_update": "2025-09-11 17:17:22", - "author_account_age_days": 273 + "author_account_age_days": 348 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_Ovi": { + "stars": 45, + "last_update": "2025-10-06 18:35:59", + "author_account_age_days": 348 }, "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": 274 + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { - "stars": 60, + "stars": 63, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 274 + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 24, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 274 + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { - "stars": 53, + "stars": 54, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 274 + "author_account_age_days": 348 }, "https://github.com/HM-RunningHub/ComfyUI_RH_USO": { - "stars": 47, + "stars": 53, "last_update": "2025-09-01 19:32:02", - "author_account_age_days": 274 + "author_account_age_days": 348 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_VideoAsPrompt": { + "stars": 19, + "last_update": "2025-10-30 10:25:36", + "author_account_age_days": 348 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_mammothmoda": { + "stars": 6, + "last_update": "2025-10-15 16:19:44", + "author_account_age_days": 348 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 171 + "author_account_age_days": 246 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { - "stars": 11, - "last_update": "2025-08-19 06:30:10", - "author_account_age_days": 219 + "stars": 15, + "last_update": "2025-09-26 04:19:03", + "author_account_age_days": 294 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { - "stars": 0, + "stars": 1, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 66 + "author_account_age_days": 141 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1445 + "author_account_age_days": 1519 + }, + "https://github.com/HallettVisual/ComfyUI-Qwen-Camera-Selector": { + "stars": 5, + "last_update": "2025-11-10 02:39:24", + "author_account_age_days": 420 }, "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": { - "stars": 0, - "last_update": "2025-08-20 11:05:30", - "author_account_age_days": 1054 + "stars": 1, + "last_update": "2025-11-15 18:59:51", + "author_account_age_days": 1129 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3050 + "author_account_age_days": 3124 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, - "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1776 + "last_update": "2025-11-19 07:54:55", + "author_account_age_days": 1850 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 101, - "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1776 + "stars": 103, + "last_update": "2025-11-19 08:58:40", + "author_account_age_days": 1850 }, "https://github.com/Haoming02/comfyui-floodgate": { - "stars": 33, + "stars": 34, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1776 + "author_account_age_days": 1850 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, - "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1776 + "last_update": "2025-11-25 08:41:38", + "author_account_age_days": 1850 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, - "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1776 + "last_update": "2025-11-19 07:30:34", + "author_account_age_days": 1850 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 53, + "stars": 56, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1776 + "author_account_age_days": 1850 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, - "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1776 + "last_update": "2025-11-19 07:31:58", + "author_account_age_days": 1850 }, "https://github.com/Haoming02/comfyui-resharpen": { - "stars": 51, - "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1776 + "stars": 54, + "last_update": "2025-11-19 09:22:44", + "author_account_age_days": 1850 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, - "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1776 + "last_update": "2025-11-19 07:46:47", + "author_account_age_days": 1850 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2682 + "author_account_age_days": 2757 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, - "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2359 + "last_update": "2025-09-22 01:18:37", + "author_account_age_days": 2433 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2687 + "author_account_age_days": 2761 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { - "stars": 2, + "stars": 5, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4419 + "author_account_age_days": 4494 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 799 + "author_account_age_days": 873 + }, + "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": { + "stars": 21, + "last_update": "2025-11-19 18:08:34", + "author_account_age_days": 1320 + }, + "https://github.com/Hearmeman24/ComfyUI-Pinecone": { + "stars": 0, + "last_update": "2025-10-05 15:52:58", + "author_account_age_days": 1320 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2769 + "author_account_age_days": 2843 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 2, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4773 + "author_account_age_days": 4847 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2180 + "author_account_age_days": 2254 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 370, + "stars": 372, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 358 + "author_account_age_days": 432 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3530 + "author_account_age_days": 3604 }, - "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { - "stars": 6, - "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2143 + "https://github.com/HenkDz/nd-super-nodes": { + "stars": 20, + "last_update": "2025-11-03 12:44:11", + "author_account_age_days": 3569 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2614 + "author_account_age_days": 2689 }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, "last_update": "2025-08-21 13:34:55", - "author_account_age_days": 4187 + "author_account_age_days": 4262 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1080 + "author_account_age_days": 1154 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { - "stars": 6, - "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 634 + "stars": 7, + "last_update": "2025-09-30 20:29:12", + "author_account_age_days": 708 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 620 + "author_account_age_days": 694 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 620 + "author_account_age_days": 694 }, "https://github.com/Hullabalo/ComfyUI-Loop": { - "stars": 9, - "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1056 + "stars": 11, + "last_update": "2025-10-24 22:39:11", + "author_account_age_days": 1130 + }, + "https://github.com/IAMCCS/IAMCCS-nodes": { + "stars": 28, + "last_update": "2025-11-19 11:59:50", + "author_account_age_days": 2074 + }, + "https://github.com/IAMCCS/IAMCCS_annotate": { + "stars": 4, + "last_update": "2025-11-15 08:50:13", + "author_account_age_days": 2074 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 39, + "stars": 40, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5926 + "author_account_age_days": 6000 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5926 + "author_account_age_days": 6000 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5926 + "author_account_age_days": 6000 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2173 + "author_account_age_days": 2248 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 768 + "author_account_age_days": 843 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { - "stars": 0, + "stars": 1, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 326 + "author_account_age_days": 401 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4154 + "author_account_age_days": 4228 + }, + "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": { + "stars": 0, + "last_update": "2025-11-05 05:35:43", + "author_account_age_days": 2842 + }, + "https://github.com/IamCreateAI/ComfyUI-Animon": { + "stars": 0, + "last_update": "2025-11-20 11:43:41", + "author_account_age_days": 351 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 522, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 277 + "author_account_age_days": 351 + }, + "https://github.com/Ian2073/ComfyUI-MyLLMnode": { + "stars": 0, + "last_update": "2025-09-15 12:47:01", + "author_account_age_days": 1760 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { - "stars": 7, - "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 473 + "stars": 8, + "last_update": "2025-10-28 14:17:15", + "author_account_age_days": 548 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { - "stars": 2, + "stars": 4, "last_update": "2025-09-10 17:27:59", - "author_account_age_days": 87 + "author_account_age_days": 162 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1943 + "author_account_age_days": 2017 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1943 + "author_account_age_days": 2017 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2675 + "author_account_age_days": 2749 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { - "stars": 2, + "stars": 4, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1998 + "author_account_age_days": 2072 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { - "stars": 16, + "stars": 19, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1998 + "author_account_age_days": 2072 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4624 + "author_account_age_days": 4698 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4268 + "author_account_age_days": 4342 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, - "last_update": "2025-09-11 08:36:04", - "author_account_age_days": 975 + "last_update": "2025-09-15 08:09:34", + "author_account_age_days": 1049 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 275 + "author_account_age_days": 349 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3075 + "author_account_age_days": 3149 }, "https://github.com/Inzaniak/comfyui-ranbooru": { - "stars": 19, + "stars": 22, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4355 + "author_account_age_days": 4429 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 764 + "author_account_age_days": 839 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 557 + "author_account_age_days": 631 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { - "stars": 6, + "stars": 7, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 556 + "author_account_age_days": 631 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 29, - "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1537 + "stars": 33, + "last_update": "2025-10-21 17:29:45", + "author_account_age_days": 1611 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { - "stars": 20, - "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1537 + "stars": 19, + "last_update": "2025-10-02 08:11:32", + "author_account_age_days": 1611 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { - "stars": 12, - "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1537 + "stars": 13, + "last_update": "2025-10-02 08:08:42", + "author_account_age_days": 1611 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 180, - "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1537 + "stars": 185, + "last_update": "2025-10-02 08:17:02", + "author_account_age_days": 1611 }, "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": { "stars": 3, "last_update": "2025-09-05 19:11:07", - "author_account_age_days": 1537 + "author_account_age_days": 1611 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 802 + "author_account_age_days": 876 }, - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 212, + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { + "stars": 238, "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 856 + "author_account_age_days": 930 }, "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": 856 + "author_account_age_days": 930 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 121, - "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 856 + "stars": 349, + "last_update": "2025-10-23 04:10:00", + "author_account_age_days": 930 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": { + "stars": 349, + "last_update": "2025-10-23 04:10:00", + "author_account_age_days": 930 + }, + "https://github.com/J-ChenX/ComfyUI-NIX": { + "stars": 2, + "last_update": "2025-09-29 03:08:12", + "author_account_age_days": 1848 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 3012 + "author_account_age_days": 3086 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 84, + "stars": 90, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 761 + "author_account_age_days": 835 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 1004 + "author_account_age_days": 1078 }, "https://github.com/JTriggerFish/ComfyLatentTools": { - "stars": 2, + "stars": 4, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4444 + "author_account_age_days": 4518 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 1016 + "author_account_age_days": 1090 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 788 + "author_account_age_days": 862 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 788 + "author_account_age_days": 862 + }, + "https://github.com/Jairodaniel-17/ComfyUI-translate-offline": { + "stars": 1, + "last_update": "2025-10-08 18:50:53", + "author_account_age_days": 1720 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 2007 + "author_account_age_days": 2081 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2998 + "author_account_age_days": 3072 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4123 + "author_account_age_days": 4198 }, "https://github.com/Jarcis-cy/ComfyUI-HunyuanVideoFoley": { - "stars": 4, + "stars": 5, "last_update": "2025-08-29 16:44:45", - "author_account_age_days": 2670 + "author_account_age_days": 2745 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 75, + "stars": 78, "last_update": "2025-09-09 00:16:03", - "author_account_age_days": 4017 + "author_account_age_days": 4091 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 856 + "author_account_age_days": 930 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3712 + "author_account_age_days": 3787 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1135 + "author_account_age_days": 1209 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 177, + "stars": 178, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5331 + "author_account_age_days": 5405 }, "https://github.com/Jelosus2/comfyui-vae-reflection": { - "stars": 5, - "last_update": "2025-08-25 20:21:08", - "author_account_age_days": 1748 + "stars": 9, + "last_update": "2025-11-11 18:27:58", + "author_account_age_days": 1823 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { - "stars": 5, + "stars": 6, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 601 + "author_account_age_days": 675 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 137, + "stars": 138, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2803 + "author_account_age_days": 2877 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 97, + "stars": 98, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2803 + "author_account_age_days": 2877 }, "https://github.com/JiSenHua/ComfyUI-TD": { - "stars": 79, - "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1189 + "stars": 102, + "last_update": "2025-11-16 17:13:30", + "author_account_age_days": 1263 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 496 + "author_account_age_days": 570 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { - "stars": 16, + "stars": 20, "last_update": "2025-08-22 22:31:12", - "author_account_age_days": 1293 + "author_account_age_days": 1368 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 196 + "author_account_age_days": 270 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 229 + "author_account_age_days": 303 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 18, - "last_update": "2025-09-05 04:09:50", - "author_account_age_days": 4826 + "stars": 22, + "last_update": "2025-11-02 14:37:40", + "author_account_age_days": 4900 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 794, + "stars": 828, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2625 + "author_account_age_days": 2699 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4958 + "author_account_age_days": 5032 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3800 + "author_account_age_days": 3874 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 37, + "stars": 41, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3615 + "author_account_age_days": 3689 }, "https://github.com/Julian-adv/WildDivide": { "stars": 18, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 783 + "author_account_age_days": 857 + }, + "https://github.com/Junst/ComfyUI-Concept-Diffusion": { + "stars": 3, + "last_update": "2025-09-24 10:23:07", + "author_account_age_days": 3057 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 326 + "author_account_age_days": 400 }, "https://github.com/Juste-Leo2/Canary-ComfyUI": { - "stars": 0, - "last_update": "2025-09-02 11:49:19", - "author_account_age_days": 315 + "stars": 13, + "last_update": "2025-10-29 15:53:49", + "author_account_age_days": 390 }, "https://github.com/Juste-Leo2/USO_ComfyUI": { - "stars": 5, + "stars": 6, "last_update": "2025-08-30 20:21:25", - "author_account_age_days": 315 + "author_account_age_days": 390 }, "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps": { "stars": 5, "last_update": "2025-09-05 01:35:40", - "author_account_age_days": 3892 + "author_account_age_days": 3967 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3216 + "author_account_age_days": 3290 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, - "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4576 + "last_update": "2025-09-27 17:38:05", + "author_account_age_days": 4650 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { - "stars": 2, + "stars": 3, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4576 + "author_account_age_days": 4650 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1699 + "author_account_age_days": 1773 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1699 + "author_account_age_days": 1773 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { - "stars": 2, + "stars": 3, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1699 + "author_account_age_days": 1773 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { - "stars": 21, - "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 295 + "stars": 24, + "last_update": "2025-10-31 15:07:58", + "author_account_age_days": 369 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { - "stars": 8, + "stars": 9, "last_update": "2025-08-23 23:14:41", - "author_account_age_days": 295 + "author_account_age_days": 369 }, "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": 2177 + "author_account_age_days": 2252 }, "https://github.com/KY-2000/RES4LYF-tester-loop": { - "stars": 7, + "stars": 9, "last_update": "2025-08-26 02:18:02", - "author_account_age_days": 2177 + "author_account_age_days": 2252 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { - "stars": 6, + "stars": 7, "last_update": "2025-08-26 02:18:37", - "author_account_age_days": 2177 + "author_account_age_days": 2252 }, "https://github.com/KY-2000/comfyui-save-image-enhanced": { "stars": 0, "last_update": "2025-08-31 07:47:45", - "author_account_age_days": 2177 + "author_account_age_days": 2252 + }, + "https://github.com/Kaleidia/KaleidiaNodes": { + "stars": 0, + "last_update": "2025-09-23 14:56:53", + "author_account_age_days": 2191 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1359 + "author_account_age_days": 1433 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { - "stars": 0, + "stars": 1, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 392 + "author_account_age_days": 467 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 499 + "author_account_age_days": 573 + }, + "https://github.com/Kayarte/GeoNodes": { + "stars": 0, + "last_update": "2025-10-08 03:49:26", + "author_account_age_days": 573 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4992 + "author_account_age_days": 5066 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2132 + "author_account_age_days": 2206 + }, + "https://github.com/Kidev/ComfyUI-FaceFilter": { + "stars": 1, + "last_update": "2025-10-04 18:43:44", + "author_account_age_days": 5121 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { - "stars": 19, + "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5047 + "author_account_age_days": 5121 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 88, + "stars": 92, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5336 + "author_account_age_days": 5410 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { - "stars": 62, + "stars": 66, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5336 + "author_account_age_days": 5410 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 41, + "stars": 42, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5336 + "author_account_age_days": 5410 + }, + "https://github.com/Kishor900/comfyui-wanv2v-video-stitcher": { + "stars": 2, + "last_update": "2025-10-28 14:46:07", + "author_account_age_days": 3791 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 25, + "stars": 37, "last_update": "2025-08-21 04:47:05", - "author_account_age_days": 2073 + "author_account_age_days": 2147 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 510, - "last_update": "2025-09-12 01:08:56", - "author_account_age_days": 2073 + "stars": 537, + "last_update": "2025-11-06 12:32:42", + "author_account_age_days": 2147 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 214, + "stars": 220, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1931 + "author_account_age_days": 2005 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1931 + "author_account_age_days": 2005 + }, + "https://github.com/Koratahiu/ComfyUI-Diff2Flow": { + "stars": 1, + "last_update": "2025-11-23 11:41:18", + "author_account_age_days": 344 + }, + "https://github.com/Koratahiu/ComfyUI-OFTv2": { + "stars": 3, + "last_update": "2025-11-17 19:18:33", + "author_account_age_days": 344 }, "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": 3635 + "author_account_age_days": 3709 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 64, + "stars": 65, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3635 + "author_account_age_days": 3709 }, "https://github.com/Koren-cy/FlowCV": { - "stars": 2, + "stars": 3, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 448 + "author_account_age_days": 523 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 869, + "stars": 911, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4162 + "author_account_age_days": 4236 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3260, + "stars": 3321, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4162 + "author_account_age_days": 4236 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1210, - "last_update": "2025-09-08 03:11:47", - "author_account_age_days": 4162 + "stars": 1342, + "last_update": "2025-11-25 22:06:09", + "author_account_age_days": 4236 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1566 + "author_account_age_days": 1640 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 6013 + "author_account_age_days": 6087 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 956 + "author_account_age_days": 1030 + }, + "https://github.com/KursatAs/KrsNodes": { + "stars": 0, + "last_update": "2025-11-01 02:54:07", + "author_account_age_days": 1092 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { - "stars": 142, - "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 503 + "stars": 149, + "last_update": "2025-10-24 02:07:14", + "author_account_age_days": 577 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 924 + "author_account_age_days": 998 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2225 + "author_account_age_days": 2299 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { - "stars": 137, + "stars": 144, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2225 + "author_account_age_days": 2299 + }, + "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO": { + "stars": 2, + "last_update": "2025-10-21 17:53:33", + "author_account_age_days": 2927 + }, + "https://github.com/L33chKing/ComfyUI-danbooru-FAISS-search": { + "stars": 2, + "last_update": "2025-09-16 17:54:17", + "author_account_age_days": 2770 + }, + "https://github.com/L33chKing/ComfyUI_Channel_Ops": { + "stars": 1, + "last_update": "2025-10-23 05:44:23", + "author_account_age_days": 2770 }, "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, "last_update": "2025-08-17 22:37:50", - "author_account_age_days": 2694 + "author_account_age_days": 2770 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { - "stars": 213, - "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 540 + "stars": 247, + "last_update": "2025-11-16 16:45:24", + "author_account_age_days": 614 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 162, - "last_update": "2025-09-12 13:11:58", - "author_account_age_days": 540 + "stars": 197, + "last_update": "2025-11-19 05:01:54", + "author_account_age_days": 614 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { - "stars": 200, + "stars": 207, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 177, - "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 540 + "stars": 216, + "last_update": "2025-11-03 18:34:35", + "author_account_age_days": 614 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 251, - "last_update": "2025-09-12 13:13:52", - "author_account_age_days": 540 + "stars": 283, + "last_update": "2025-11-14 17:18:06", + "author_account_age_days": 614 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 190, + "stars": 199, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2653 + "author_account_age_days": 2727 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 74 + "author_account_age_days": 149 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { - "stars": 26, + "stars": 27, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2933 + "author_account_age_days": 3008 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { - "stars": 8, - "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 2002 + "stars": 9, + "last_update": "2025-10-24 17:59:49", + "author_account_age_days": 2076 + }, + "https://github.com/Lakonik/ComfyUI-piFlow": { + "stars": 107, + "last_update": "2025-11-12 05:08:29", + "author_account_age_days": 2301 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 345 + "author_account_age_days": 420 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, - "last_update": "2025-09-09 09:44:50", - "author_account_age_days": 176 + "last_update": "2025-10-31 06:21:02", + "author_account_age_days": 251 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { - "stars": 3, - "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1576 + "stars": 4, + "last_update": "2025-09-16 20:28:45", + "author_account_age_days": 1651 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { - "stars": 70, + "stars": 71, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 609 + "author_account_age_days": 683 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 508, + "stars": 519, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 609 + "author_account_age_days": 683 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 9, - "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1189 + "last_update": "2025-10-12 21:24:39", + "author_account_age_days": 1263 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { - "stars": 15, - "last_update": "2025-09-02 11:39:38", - "author_account_age_days": 304 + "stars": 17, + "last_update": "2025-10-14 04:42:26", + "author_account_age_days": 378 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3313 + "author_account_age_days": 3387 + }, + "https://github.com/Lavah000/ComfyUI-AdvGenPack": { + "stars": 0, + "last_update": "2025-11-05 03:36:00", + "author_account_age_days": 698 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 136, + "stars": 142, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 777 + "author_account_age_days": 851 }, "https://github.com/LeanModels/ComfyUI-DFloat11": { - "stars": 3, + "stars": 10, "last_update": "2025-08-26 08:55:44", - "author_account_age_days": 199 + "author_account_age_days": 274 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3815 + "author_account_age_days": 3889 }, "https://github.com/Lerc/canvas_tab": { - "stars": 199, + "stars": 201, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5813 + "author_account_age_days": 5887 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 17, + "stars": 19, "last_update": "2025-09-01 07:46:45", - "author_account_age_days": 428 + "author_account_age_days": 502 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { - "stars": 11, - "last_update": "2025-09-02 01:55:24", - "author_account_age_days": 428 + "stars": 14, + "last_update": "2025-09-24 19:23:21", + "author_account_age_days": 502 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { - "stars": 10, - "last_update": "2025-08-23 21:33:52", - "author_account_age_days": 4560 + "stars": 12, + "last_update": "2025-10-03 07:10:43", + "author_account_age_days": 4635 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { - "stars": 1, - "last_update": "2025-08-31 01:34:48", - "author_account_age_days": 4560 + "stars": 3, + "last_update": "2025-09-18 16:04:48", + "author_account_age_days": 4635 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3047 + "author_account_age_days": 3121 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-08-25 16:58:37", - "author_account_age_days": 3847 + "author_account_age_days": 3921 + }, + "https://github.com/Light-x02/ComfyUI-Civitai-Discovery-Hub": { + "stars": 16, + "last_update": "2025-10-05 02:37:53", + "author_account_age_days": 1297 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { - "stars": 7, + "stars": 8, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1223 + "author_account_age_days": 1297 }, "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": 1223 + "author_account_age_days": 1297 + }, + "https://github.com/Light-x02/ComfyUI-Lightx02-Nodes": { + "stars": 4, + "last_update": "2025-10-17 17:23:22", + "author_account_age_days": 1297 + }, + "https://github.com/Light-x02/ComfyUI-checkpoint-Discovery-Hub": { + "stars": 3, + "last_update": "2025-10-11 12:43:37", + "author_account_age_days": 1297 }, "https://github.com/Light-x02/ComfyUI_Crop_Image_By_Lightx02": { "stars": 1, "last_update": "2025-08-24 15:15:23", - "author_account_age_days": 1223 + "author_account_age_days": 1297 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 429 + "author_account_age_days": 503 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2344, - "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4636 + "stars": 2434, + "last_update": "2025-10-20 18:05:22", + "author_account_age_days": 4710 }, "https://github.com/Limbicnation/ComfyUI-RandomSeedGenerator": { - "stars": 1, + "stars": 4, "last_update": "2025-08-28 05:17:39", - "author_account_age_days": 4273 + "author_account_age_days": 4348 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { - "stars": 7, - "last_update": "2025-09-04 04:21:33", - "author_account_age_days": 4273 + "stars": 11, + "last_update": "2025-11-14 04:36:40", + "author_account_age_days": 4348 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { - "stars": 13, - "last_update": "2025-08-28 05:22:54", - "author_account_age_days": 4273 + "stars": 15, + "last_update": "2025-11-25 01:50:35", + "author_account_age_days": 4348 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4273 + "author_account_age_days": 4348 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1720 + "author_account_age_days": 1794 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 174, - "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1720 + "stars": 178, + "last_update": "2025-11-23 17:43:20", + "author_account_age_days": 1794 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 832 + "author_account_age_days": 906 }, "https://github.com/LingSss9/comfyui-merge": { - "stars": 12, + "stars": 14, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 706 + "author_account_age_days": 781 }, "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": 916 + "author_account_age_days": 990 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1421 + "author_account_age_days": 1495 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1421 + "author_account_age_days": 1495 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2886 + "author_account_age_days": 2960 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 228 + "author_account_age_days": 303 }, "https://github.com/Ltamann/ComfyUI-FastVLM-7B": { "stars": 3, "last_update": "2025-08-30 10:49:54", - "author_account_age_days": 4663 + "author_account_age_days": 4738 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 58, - "last_update": "2025-09-08 14:22:55", - "author_account_age_days": 4663 + "stars": 86, + "last_update": "2025-11-25 22:27:40", + "author_account_age_days": 4738 + }, + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": { + "stars": 121, + "last_update": "2025-11-25 06:46:52", + "author_account_age_days": 4738 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { - "stars": 5, - "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4663 + "stars": 10, + "last_update": "2025-10-30 09:52:35", + "author_account_age_days": 4738 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { - "stars": 55, + "stars": 56, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1942 + "author_account_age_days": 2016 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1942 + "author_account_age_days": 2016 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 98, + "stars": 102, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1942 + "author_account_age_days": 2016 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1478 + "author_account_age_days": 1552 + }, + "https://github.com/LukeCoulson1/Comfyui_LoraCombine": { + "stars": 2, + "last_update": "2025-09-18 20:12:57", + "author_account_age_days": 852 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3302 + "author_account_age_days": 3376 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3302 + "author_account_age_days": 3376 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 63, + "stars": 73, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4703 + "author_account_age_days": 4777 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4703 + "author_account_age_days": 4777 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4703 + "author_account_age_days": 4777 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4703 + "author_account_age_days": 4777 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 47, + "stars": 48, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4703 + "author_account_age_days": 4777 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4703 + "author_account_age_days": 4777 }, "https://github.com/M1kep/KepPromptLang": { "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4703 + "author_account_age_days": 4777 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, - "last_update": "2025-08-29 03:27:07", - "author_account_age_days": 2094 + "last_update": "2025-11-24 05:50:36", + "author_account_age_days": 2169 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { - "stars": 69, - "last_update": "2025-09-12 20:52:23", - "author_account_age_days": 2050 + "stars": 79, + "last_update": "2025-11-02 10:29:09", + "author_account_age_days": 2124 + }, + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect": { + "stars": 4, + "last_update": "2025-11-19 20:54:13", + "author_account_age_days": 48 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2227 + "author_account_age_days": 2301 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { - "stars": 5, - "last_update": "2025-09-11 09:42:02", - "author_account_age_days": 758 + "stars": 6, + "last_update": "2025-10-09 07:24:42", + "author_account_age_days": 832 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { - "stars": 11, + "stars": 14, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 758 + "author_account_age_days": 832 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { - "stars": 12, - "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 758 + "stars": 17, + "last_update": "2025-09-22 12:41:25", + "author_account_age_days": 832 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 758 + "author_account_age_days": 832 }, "https://github.com/Malte0621/hordeai-comfy": { "stars": 0, "last_update": "2025-09-08 16:55:53", - "author_account_age_days": 2323 + "author_account_age_days": 2398 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 28, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 827 + "author_account_age_days": 901 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 174, + "stars": 176, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1101 + "author_account_age_days": 1175 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 160, - "last_update": "2025-08-26 15:30:46", - "author_account_age_days": 5415 + "stars": 168, + "last_update": "2025-11-12 21:46:59", + "author_account_age_days": 5489 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1868 + "author_account_age_days": 1942 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, - "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2676 + "last_update": "2025-11-12 22:57:40", + "author_account_age_days": 2750 }, "https://github.com/MarkoCa1/ComfyUI-Text": { - "stars": 8, + "stars": 9, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2078 + "author_account_age_days": 2152 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { - "stars": 23, + "stars": 24, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2078 + "author_account_age_days": 2152 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1153 + "author_account_age_days": 1227 + }, + "https://github.com/Markus-Pasanen/batch_whisper_extension": { + "stars": 0, + "last_update": "2025-11-18 16:28:55", + "author_account_age_days": 2615 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3838 + "author_account_age_days": 3913 + }, + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": { + "stars": 0, + "last_update": "2025-11-01 13:35:28", + "author_account_age_days": 3913 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 4026 + "author_account_age_days": 4100 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3650 + "author_account_age_days": 3724 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { - "stars": 1, + "stars": 4, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 2014 + "author_account_age_days": 2089 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2052 + "author_account_age_days": 2126 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 6, - "last_update": "2025-09-06 00:19:49", - "author_account_age_days": 124 + "last_update": "2025-11-10 03:53:04", + "author_account_age_days": 200 }, "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { "stars": 0, - "last_update": "2025-08-21 05:34:02", - "author_account_age_days": 124 + "last_update": "2025-11-20 02:34:32", + "author_account_age_days": 200 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { - "stars": 2, + "stars": 4, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1223 + "author_account_age_days": 1298 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3341 + "author_account_age_days": 3415 + }, + "https://github.com/Me-gumin/MeComfyuiEncrypt": { + "stars": 4, + "last_update": "2025-09-18 02:34:03", + "author_account_age_days": 1372 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 98, + "stars": 140, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 202 + "author_account_age_days": 276 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5777 + "author_account_age_days": 5851 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { - "stars": 7, + "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 724 + "author_account_age_days": 798 + }, + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": { + "stars": 0, + "last_update": "2025-10-14 08:30:47", + "author_account_age_days": 579 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { - "stars": 6, + "stars": 7, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1693 + "author_account_age_days": 1768 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 975 + "author_account_age_days": 1049 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 975 + "author_account_age_days": 1049 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 975 + "author_account_age_days": 1049 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 95, - "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 2002 + "stars": 102, + "last_update": "2025-10-09 02:40:02", + "author_account_age_days": 2076 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 110, - "last_update": "2025-08-31 08:26:14", - "author_account_age_days": 2002 + "stars": 135, + "last_update": "2025-11-25 13:07:05", + "author_account_age_days": 2076 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 2002 + "author_account_age_days": 2076 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 993 + "author_account_age_days": 1068 }, "https://github.com/MijnSpam/UploadToPushOver": { - "stars": 1, + "stars": 2, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 993 + "author_account_age_days": 1068 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, - "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 505 + "last_update": "2025-10-09 02:55:31", + "author_account_age_days": 579 }, "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": { "stars": 0, "last_update": "2025-09-09 14:09:43", - "author_account_age_days": 7 + "author_account_age_days": 82 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 4, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3622 + "author_account_age_days": 3696 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { - "stars": 106, + "stars": 109, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 511 + "author_account_age_days": 585 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 511 + "author_account_age_days": 585 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 339, + "stars": 346, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 511 + "author_account_age_days": 585 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 589, + "stars": 588, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 511 + "author_account_age_days": 585 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 120, + "stars": 125, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 511 + "author_account_age_days": 585 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 511 + "author_account_age_days": 585 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 511 + "author_account_age_days": 585 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 32, + "stars": 34, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2961 + "author_account_age_days": 3035 + }, + "https://github.com/Mister-Link/link-comfy-nodes": { + "stars": 0, + "last_update": "2025-11-25 19:55:09", + "author_account_age_days": 1202 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4428 + "author_account_age_days": 4503 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4413 + "author_account_age_days": 4487 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4413 + "author_account_age_days": 4487 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3370 + "author_account_age_days": 3444 + }, + "https://github.com/ModelTC/ComfyUI-LightVAE": { + "stars": 33, + "last_update": "2025-11-03 08:47:45", + "author_account_age_days": 1929 + }, + "https://github.com/ModelTC/ComfyUI-Lightx2vWrapper": { + "stars": 53, + "last_update": "2025-11-25 06:51:55", + "author_account_age_days": 1929 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 182, - "last_update": "2025-08-29 13:04:55", - "author_account_age_days": 1472 + "stars": 200, + "last_update": "2025-10-10 14:25:09", + "author_account_age_days": 1546 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, - "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 824 + "last_update": "2025-10-25 14:38:09", + "author_account_age_days": 898 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { - "stars": 22, + "stars": 26, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 275 + "author_account_age_days": 349 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 56, + "stars": 67, "last_update": "2025-09-12 05:21:24", - "author_account_age_days": 3248 + "author_account_age_days": 3322 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 374 + "author_account_age_days": 448 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 332, + "stars": 349, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 374 + "author_account_age_days": 448 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 103, + "stars": 123, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 374 + "author_account_age_days": 448 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { - "stars": 27, + "stars": 28, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 374 + "author_account_age_days": 448 + }, + "https://github.com/MoonMoon82/ClipVision_Tools": { + "stars": 6, + "last_update": "2025-10-29 10:14:16", + "author_account_age_days": 2686 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 168, - "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 432 + "stars": 208, + "last_update": "2025-11-19 06:23:25", + "author_account_age_days": 506 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4839 + "author_account_age_days": 4914 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3363, - "last_update": "2025-09-03 07:01:01", - "author_account_age_days": 2006 + "stars": 3500, + "last_update": "2025-11-21 05:43:15", + "author_account_age_days": 2080 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 553, + "stars": 555, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 2006 + "author_account_age_days": 2080 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4036 + "author_account_age_days": 4110 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { - "stars": 33, + "stars": 36, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4036 + "author_account_age_days": 4110 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 44, + "stars": 51, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3490 + "author_account_age_days": 3564 }, "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": { "stars": 0, "last_update": "2025-08-31 19:23:11", - "author_account_age_days": 4166 + "author_account_age_days": 4241 + }, + "https://github.com/MushroomFleet/DJZ-Pedalboard": { + "stars": 2, + "last_update": "2025-11-15 04:19:19", + "author_account_age_days": 4241 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { - "stars": 52, + "stars": 56, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 417 + "author_account_age_days": 491 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { - "stars": 13, + "stars": 14, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2184 + "author_account_age_days": 2258 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { - "stars": 70, + "stars": 72, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 522 + "author_account_age_days": 596 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, "last_update": "2025-08-18 11:07:43", - "author_account_age_days": 2698 + "author_account_age_days": 2773 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 4, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 1024 + "author_account_age_days": 1098 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 46, - "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4126 + "stars": 51, + "last_update": "2025-11-18 20:04:03", + "author_account_age_days": 4200 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 807 + "author_account_age_days": 881 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 9, - "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 807 + "last_update": "2025-11-05 14:27:15", + "author_account_age_days": 881 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, - "last_update": "2025-08-16 12:10:47", - "author_account_age_days": 807 + "last_update": "2025-11-05 21:49:30", + "author_account_age_days": 881 }, - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { - "stars": 0, - "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 568 + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": { + "stars": 4, + "last_update": "2025-11-25 11:09:44", + "author_account_age_days": 643 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4734 + "author_account_age_days": 4808 }, "https://github.com/NeonLightning/neonllama": { - "stars": 1, + "stars": 2, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4660 + "author_account_age_days": 4735 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { - "stars": 2, + "stars": 3, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1770 + "author_account_age_days": 1844 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 539 + "author_account_age_days": 613 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 8, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 539 + "author_account_age_days": 613 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 4, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 539 + "author_account_age_days": 613 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 539 + "author_account_age_days": 613 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { - "stars": 26, - "last_update": "2025-08-16 20:42:00", - "author_account_age_days": 1051 + "stars": 36, + "last_update": "2025-11-10 22:28:10", + "author_account_age_days": 1126 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 972 + "author_account_age_days": 1046 + }, + "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": { + "stars": 0, + "last_update": "2025-10-19 14:03:25", + "author_account_age_days": 2820 + }, + "https://github.com/NewNoviceChen/ComfyUI-Simple-IndexTTs": { + "stars": 4, + "last_update": "2025-11-25 08:21:00", + "author_account_age_days": 1464 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { - "stars": 2, - "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1389 + "stars": 3, + "last_update": "2025-10-24 09:33:20", + "author_account_age_days": 1464 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { - "stars": 8, + "stars": 9, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1103 + "author_account_age_days": 1177 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { - "stars": 15, + "stars": 16, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5595 + "author_account_age_days": 5669 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2721 + "author_account_age_days": 2795 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2721 + "author_account_age_days": 2795 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1231, + "stars": 1344, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 690 + "author_account_age_days": 764 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 690 + "author_account_age_days": 764 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { - "stars": 31, + "stars": 30, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1487 + "author_account_age_days": 1561 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1648 + "author_account_age_days": 1723 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4276 + "author_account_age_days": 4350 + }, + "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": { + "stars": 0, + "last_update": "2025-09-26 13:42:27", + "author_account_age_days": 939 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3265 + "author_account_age_days": 3339 + }, + "https://github.com/Noma-Machiko/ComfyUI-ToDevice": { + "stars": 1, + "last_update": "2025-09-18 16:11:53", + "author_account_age_days": 1048 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2429 + "author_account_age_days": 2503 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 271, + "stars": 285, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3291 + "author_account_age_days": 3365 + }, + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": { + "stars": 0, + "last_update": "2025-11-11 06:18:56", + "author_account_age_days": 536 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 228, + "stars": 236, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4925 + "author_account_age_days": 4999 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 563, + "stars": 574, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4925 + "author_account_age_days": 4999 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { - "stars": 1, + "stars": 2, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1757 + "author_account_age_days": 1832 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { - "stars": 7, + "stars": 11, "last_update": "2025-09-05 04:20:22", - "author_account_age_days": 2562 + "author_account_age_days": 2636 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { - "stars": 33, - "last_update": "2025-09-05 04:20:08", - "author_account_age_days": 2562 + "stars": 37, + "last_update": "2025-11-19 06:12:14", + "author_account_age_days": 2636 + }, + "https://github.com/OKIE5/ComfyUI-CN-Pre": { + "stars": 0, + "last_update": "2025-10-18 23:45:21", + "author_account_age_days": 163 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1617 + "author_account_age_days": 1691 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { - "stars": 99, + "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2571 + "author_account_age_days": 2645 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 399 + "author_account_age_days": 474 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, - "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 399 + "last_update": "2025-11-24 14:03:19", + "author_account_age_days": 474 }, "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { "stars": 3, "last_update": "2025-08-21 02:43:15", - "author_account_age_days": 473 + "author_account_age_days": 548 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2181 + "author_account_age_days": 2255 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1220 + "author_account_age_days": 1294 + }, + "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": { + "stars": 1, + "last_update": "2025-09-30 09:49:18", + "author_account_age_days": 1288 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2978 + "author_account_age_days": 3052 + }, + "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "author_account_age_days": 42 + }, + "https://github.com/OwlvChirotha/ComfyUI-Owlv_Nodes": { + "stars": 1, + "last_update": "2025-11-19 03:25:46", + "author_account_age_days": 42 + }, + "https://github.com/OwlvChirotha/ComfyUI-Translator": { + "stars": 0, + "last_update": "2025-11-11 09:09:25", + "author_account_age_days": 42 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2110 + "author_account_age_days": 2184 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2332 + "author_account_age_days": 2407 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { - "stars": 3, + "stars": 4, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3246 + "author_account_age_days": 3320 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3246 + "author_account_age_days": 3320 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { - "stars": 1, + "stars": 2, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3246 + "author_account_age_days": 3320 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3246 + "author_account_age_days": 3320 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { - "stars": 11, + "stars": 13, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1931 + "author_account_age_days": 2005 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { - "stars": 64, - "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1931 + "stars": 76, + "last_update": "2025-11-24 16:09:48", + "author_account_age_days": 2005 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3273 + "author_account_age_days": 3347 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5215 + "author_account_age_days": 5289 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4088 + "author_account_age_days": 4162 + }, + "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": { + "stars": 0, + "last_update": "2025-10-12 01:48:13", + "author_account_age_days": 4048 + }, + "https://github.com/PauldeLavallaz/ComfyUI-CartesiaTTS": { + "stars": 0, + "last_update": "2025-11-05 02:56:11", + "author_account_age_days": 2363 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2288 + "author_account_age_days": 2362 }, "https://github.com/PenguinTeo/Comfyui-GeminiBanana": { - "stars": 7, - "last_update": "2025-09-04 03:31:16", - "author_account_age_days": 419 + "stars": 23, + "last_update": "2025-11-21 05:49:58", + "author_account_age_days": 494 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { - "stars": 1, + "stars": 2, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 419 + "author_account_age_days": 494 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3653 + "author_account_age_days": 3727 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5671 + "author_account_age_days": 5745 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 5, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 479 + "author_account_age_days": 553 + }, + "https://github.com/PiePieDesign/PiePieTweaks": { + "stars": 1, + "last_update": "2025-10-24 15:27:53", + "author_account_age_days": 183 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { - "stars": 0, + "stars": 1, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2832 + "author_account_age_days": 2906 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 333 + "author_account_age_days": 408 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 333 + "author_account_age_days": 408 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, - "last_update": "2025-09-07 14:37:10", - "author_account_age_days": 4656 + "last_update": "2025-11-17 00:34:32", + "author_account_age_days": 4731 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 235 + "author_account_age_days": 309 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 556 + "author_account_age_days": 630 + }, + "https://github.com/Pixelailabs/Joy_Caption_Two_PixelaiLabs": { + "stars": 3, + "last_update": "2025-11-06 16:43:31", + "author_account_age_days": 448 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, - "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2997 + "last_update": "2025-10-13 07:45:11", + "author_account_age_days": 3071 }, "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": { - "stars": 0, + "stars": 1, "last_update": "2025-09-03 18:37:13", - "author_account_age_days": 559 + "author_account_age_days": 634 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1027 + "author_account_age_days": 1101 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3837 + "author_account_age_days": 3911 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2": { "stars": 1, - "last_update": "2025-09-09 03:18:52", - "author_account_age_days": 766 + "last_update": "2025-11-14 01:25:18", + "author_account_age_days": 841 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2493, + "stars": 2551, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 408 + "author_account_age_days": 482 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { + "stars": 2, + "last_update": "2025-11-23 16:10:11", + "author_account_age_days": 2212 + }, + "https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": { + "stars": 148, + "last_update": "2025-11-21 10:55:34", + "author_account_age_days": 2212 + }, + "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack": { + "stars": 24, + "last_update": "2025-11-23 13:59:17", + "author_account_age_days": 2212 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Grounding": { + "stars": 29, + "last_update": "2025-11-24 03:55:34", + "author_account_age_days": 2212 + }, + "https://github.com/PozzettiAndrea/ComfyUI-HunyuanX": { + "stars": 5, + "last_update": "2025-11-15 22:29:56", + "author_account_age_days": 2212 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MeshCraft": { + "stars": 5, + "last_update": "2025-11-15 22:29:56", + "author_account_age_days": 2212 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3": { + "stars": 169, + "last_update": "2025-11-25 22:39:29", + "author_account_age_days": 2212 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": { + "stars": 132, + "last_update": "2025-11-23 08:41:06", + "author_account_age_days": 2212 + }, + "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { + "stars": 197, + "last_update": "2025-11-25 17:00:10", + "author_account_age_days": 2212 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 270 + "author_account_age_days": 344 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { - "stars": 68, + "stars": 75, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3887 + "author_account_age_days": 3961 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { - "stars": 17, - "last_update": "2025-08-29 23:29:57", - "author_account_age_days": 3887 + "stars": 18, + "last_update": "2025-09-22 18:50:33", + "author_account_age_days": 3961 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": { + "stars": 1, + "last_update": "2025-10-29 15:59:02", + "author_account_age_days": 3961 }, "https://github.com/PrunaAI/ComfyUI_pruna": { - "stars": 64, + "stars": 65, "last_update": "2025-09-08 12:53:11", - "author_account_age_days": 1094 + "author_account_age_days": 1168 }, "https://github.com/Pseudotools/Pseudocomfy": { - "stars": 1, - "last_update": "2025-08-22 20:49:41", - "author_account_age_days": 715 + "stars": 2, + "last_update": "2025-10-07 04:01:07", + "author_account_age_days": 789 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, - "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1487 + "last_update": "2025-11-08 14:43:59", + "author_account_age_days": 1562 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 4, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2379 + "author_account_age_days": 2453 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 7, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2379 + "author_account_age_days": 2453 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2379 + "author_account_age_days": 2453 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1696 + "author_account_age_days": 1770 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 25, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 909 + "author_account_age_days": 983 + }, + "https://github.com/QuietNoise/comfyui_queue_manager": { + "stars": 32, + "last_update": "2025-11-25 23:01:30", + "author_account_age_days": 4725 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 242 + "author_account_age_days": 317 }, "https://github.com/RUiNtheExtinct/comfyui-save-file-extended": { - "stars": 1, - "last_update": "2025-09-11 14:58:59", - "author_account_age_days": 536 + "stars": 4, + "last_update": "2025-11-14 10:39:14", + "author_account_age_days": 611 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4377 + "author_account_age_days": 4451 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { - "stars": 9, + "stars": 10, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 234 + "author_account_age_days": 309 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { - "stars": 20, - "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 605 + "stars": 27, + "last_update": "2025-11-17 15:39:11", + "author_account_age_days": 680 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1825 + "author_account_age_days": 1899 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { - "stars": 9, + "stars": 11, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1825 + "author_account_age_days": 1899 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3371 + "author_account_age_days": 3445 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1823 + "author_account_age_days": 1897 }, "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { - "stars": 0, - "last_update": "2025-08-24 22:06:16", - "author_account_age_days": 3299 + "stars": 1, + "last_update": "2025-10-27 18:44:13", + "author_account_age_days": 3374 }, "https://github.com/ReinerBforartists/comfyui_auto_prompt_schedule": { "stars": 0, "last_update": "2025-08-24 09:00:45", - "author_account_age_days": 3673 + "author_account_age_days": 3748 }, "https://github.com/ReinerBforartists/comfyui_text_line_combine": { "stars": 0, "last_update": "2025-08-23 10:59:19", - "author_account_age_days": 3673 + "author_account_age_days": 3748 }, "https://github.com/Reithan/negative_rejection_steering": { - "stars": 12, + "stars": 15, "last_update": "2025-09-12 03:27:25", - "author_account_age_days": 4150 + "author_account_age_days": 4224 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 632 + "author_account_age_days": 706 + }, + "https://github.com/Revmagi/DDM_bundle": { + "stars": 0, + "last_update": "2025-10-30 21:03:27", + "author_account_age_days": 3743 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1612 + "author_account_age_days": 1686 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1612 + "author_account_age_days": 1686 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1612 + "author_account_age_days": 1686 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { - "stars": 93, + "stars": 98, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 349 + "author_account_age_days": 423 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 349 + "author_account_age_days": 423 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 596 + "author_account_age_days": 670 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, - "last_update": "2025-09-08 16:59:23", - "author_account_age_days": 1873 + "last_update": "2025-11-16 16:58:05", + "author_account_age_days": 1948 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 8, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1193 + "author_account_age_days": 1267 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { - "stars": 11, + "stars": 13, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1193 + "author_account_age_days": 1267 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { - "stars": 22, + "stars": 23, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1193 + "author_account_age_days": 1267 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { - "stars": 22, + "stars": 23, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1827 + "author_account_age_days": 1901 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1374 + "author_account_age_days": 1448 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 114, - "last_update": "2025-09-08 17:21:21", - "author_account_age_days": 645 + "stars": 124, + "last_update": "2025-11-25 02:10:04", + "author_account_age_days": 719 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { - "stars": 39, + "stars": 40, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2858 + "author_account_age_days": 2932 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 177, + "stars": 185, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2858 + "author_account_age_days": 2932 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2858 + "author_account_age_days": 2932 }, "https://github.com/S4MUEL-404/ComfyUI-Prepack": { - "stars": 0, - "last_update": "2025-09-02 12:41:30", - "author_account_age_days": 3531 + "stars": 1, + "last_update": "2025-11-11 08:19:11", + "author_account_age_days": 3606 + }, + "https://github.com/S4MUEL-404/ComfyUI-PromptsO": { + "stars": 1, + "last_update": "2025-11-19 09:20:58", + "author_account_age_days": 3606 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { - "stars": 1, - "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3531 + "stars": 3, + "last_update": "2025-10-14 06:06:33", + "author_account_age_days": 3606 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 2, - "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3531 + "last_update": "2025-11-18 03:18:39", + "author_account_age_days": 3606 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 2, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3531 + "author_account_age_days": 3606 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1102 + "author_account_age_days": 1176 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { - "stars": 83, + "stars": 96, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 2001 + "author_account_age_days": 2075 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 101, + "stars": 103, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4143 + "author_account_age_days": 4217 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4143 + "author_account_age_days": 4217 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4529 + "author_account_age_days": 4603 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4529 + "author_account_age_days": 4603 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 745 + "author_account_age_days": 819 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 5, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 745 + "author_account_age_days": 819 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 745 + "author_account_age_days": 819 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 35, + "stars": 47, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 745 + "author_account_age_days": 819 }, "https://github.com/SXQBW/ComfyUI-Qwen": { - "stars": 9, + "stars": 17, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3237 + "author_account_age_days": 3311 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { - "stars": 28, + "stars": 37, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3237 + "author_account_age_days": 3311 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { - "stars": 11, - "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3237 + "stars": 24, + "last_update": "2025-10-25 02:52:24", + "author_account_age_days": 3311 + }, + "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": { + "stars": 49, + "last_update": "2025-11-11 23:36:14", + "author_account_age_days": 1656 }, "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": { - "stars": 1, - "last_update": "2025-09-11 02:08:17", - "author_account_age_days": 1581 + "stars": 6, + "last_update": "2025-09-14 00:53:14", + "author_account_age_days": 1656 + }, + "https://github.com/Saganaki22/ComfyUI-Step_Audio_EditX_TTS": { + "stars": 32, + "last_update": "2025-11-19 16:26:09", + "author_account_age_days": 1656 }, "https://github.com/Saganaki22/ComfyUI-dotWaveform": { - "stars": 12, - "last_update": "2025-09-04 18:37:26", - "author_account_age_days": 1581 + "stars": 26, + "last_update": "2025-11-12 10:35:07", + "author_account_age_days": 1656 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 431, + "stars": 448, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1888 + "author_account_age_days": 1962 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3406 + "author_account_age_days": 3481 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3406 + "author_account_age_days": 3481 + }, + "https://github.com/Sampkao/ComfyUI-Amage": { + "stars": 1, + "last_update": "2025-09-24 22:14:30", + "author_account_age_days": 879 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { - "stars": 1, + "stars": 2, "last_update": "2025-09-06 09:31:44", - "author_account_age_days": 2025 + "author_account_age_days": 2100 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1076 + "author_account_age_days": 1151 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1076 + "author_account_age_days": 1151 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 4, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1076 + "author_account_age_days": 1151 + }, + "https://github.com/Santat2023/ComfyUiRagNodes": { + "stars": 0, + "last_update": "2025-09-29 16:14:02", + "author_account_age_days": 807 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { - "stars": 2, - "last_update": "2025-09-09 11:35:39", - "author_account_age_days": 3139 + "stars": 18, + "last_update": "2025-11-06 15:41:07", + "author_account_age_days": 3214 }, "https://github.com/Saquib764/omini-kontext": { - "stars": 387, + "stars": 422, "last_update": "2025-09-01 16:42:36", - "author_account_age_days": 4920 + "author_account_age_days": 4995 }, "https://github.com/SatadalAI/SATA_UtilityNode": { "stars": 1, - "last_update": "2025-08-31 16:00:10", - "author_account_age_days": 608 + "last_update": "2025-11-14 18:06:34", + "author_account_age_days": 683 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 582 + "author_account_age_days": 657 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 23, + "stars": 28, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 582 + "author_account_age_days": 657 }, "https://github.com/SayanoAI/Comfy-RVC": { - "stars": 23, - "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3049 + "stars": 26, + "last_update": "2025-10-15 18:30:03", + "author_account_age_days": 3123 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4125 + "author_account_age_days": 4200 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3641 + "author_account_age_days": 3715 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 19, + "stars": 20, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1555 + "author_account_age_days": 1629 + }, + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { + "stars": 2, + "last_update": "2025-11-24 20:50:58", + "author_account_age_days": 1201 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 14, + "stars": 15, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4951 + "author_account_age_days": 5025 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 160, + "stars": 163, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 522 + "author_account_age_days": 596 + }, + "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": { + "stars": 0, + "last_update": "2025-11-14 13:36:36", + "author_account_age_days": 4345 + }, + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background": { + "stars": 0, + "last_update": "2025-11-25 16:57:53", + "author_account_age_days": 4345 + }, + "https://github.com/Sean-Bradley/ComfyUI-Video-Reverse": { + "stars": 0, + "last_update": "2025-10-27 20:54:15", + "author_account_age_days": 4345 + }, + "https://github.com/Sean-Bradley/ComfyUI-Virtual-Webcam": { + "stars": 1, + "last_update": "2025-10-27 20:55:50", + "author_account_age_days": 4345 + }, + "https://github.com/Sean-Bradley/ComfyUI-Voice-Clone": { + "stars": 1, + "last_update": "2025-11-22 15:36:30", + "author_account_age_days": 4345 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 77, + "stars": 78, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1965 + "author_account_age_days": 2039 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 59, + "stars": 74, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1965 + "author_account_age_days": 2039 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 117, + "stars": 137, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4617 + "author_account_age_days": 4691 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 854, + "stars": 864, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4617 + "author_account_age_days": 4691 + }, + "https://github.com/Seb-Lis/comfyui-image-labeler": { + "stars": 0, + "last_update": "2025-11-02 09:33:21", + "author_account_age_days": 53 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1917 + "author_account_age_days": 1991 + }, + "https://github.com/Semonxue/Comfyui-flexai": { + "stars": 3, + "last_update": "2025-11-21 04:36:31", + "author_account_age_days": 5574 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 235 + "author_account_age_days": 309 }, "https://github.com/ServiceStack/comfy-asset-downloader": { - "stars": 8, + "stars": 13, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5330 + "author_account_age_days": 5405 }, "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint": { - "stars": 4, - "last_update": "2025-09-06 05:16:52", - "author_account_age_days": 5480 - }, - "https://github.com/Shadetail/ComfyUI_Eagleshadow": { - "stars": 5, - "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3842 + "stars": 12, + "last_update": "2025-11-11 01:47:54", + "author_account_age_days": 5555 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 435, + "stars": 446, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 294 + "author_account_age_days": 368 + }, + "https://github.com/ShammiG/ComfyUI-Image_Properties_SG": { + "stars": 9, + "last_update": "2025-11-18 17:36:20", + "author_account_age_days": 55 + }, + "https://github.com/ShammiG/ComfyUI-Show-Clock-in-CMD-Console-SG": { + "stars": 9, + "last_update": "2025-11-11 15:25:48", + "author_account_age_days": 55 + }, + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG": { + "stars": 23, + "last_update": "2025-11-19 04:41:44", + "author_account_age_days": 55 + }, + "https://github.com/ShammiG/ComfyUI-VAE-Timestamp-Clock-SG": { + "stars": 0, + "last_update": "2025-11-11 15:41:53", + "author_account_age_days": 55 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { - "stars": 4, + "stars": 5, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1742 + "author_account_age_days": 1816 }, "https://github.com/Shellishack/comfyui_remote_media_io": { - "stars": 0, + "stars": 1, "last_update": "2025-09-04 10:42:26", - "author_account_age_days": 2629 + "author_account_age_days": 2704 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 560 + "author_account_age_days": 634 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 7, - "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 831 + "last_update": "2025-10-05 18:19:27", + "author_account_age_days": 905 }, "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": 831 + "author_account_age_days": 905 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_advanced": { + "stars": 1, + "last_update": "2025-11-09 14:06:53", + "author_account_age_days": 906 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { - "stars": 0, - "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 831 + "stars": 1, + "last_update": "2025-11-09 14:06:53", + "author_account_age_days": 905 }, "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": 831 + "stars": 5, + "last_update": "2025-10-06 02:49:47", + "author_account_age_days": 905 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 11, "last_update": "2025-09-09 13:20:15", - "author_account_age_days": 847 + "author_account_age_days": 921 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4615 + "author_account_age_days": 4689 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { - "stars": 14, + "stars": 23, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { - "stars": 21, + "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { - "stars": 104, + "stars": 106, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 114, + "stars": 127, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { - "stars": 65, + "stars": 66, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { - "stars": 320, + "stars": 328, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { - "stars": 16, + "stars": 18, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { - "stars": 26, + "stars": 27, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { - "stars": 45, + "stars": 46, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { - "stars": 31, + "stars": 29, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 902, + "stars": 919, "last_update": "2025-09-04 08:19:07", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": { - "stars": 32, + "stars": 58, "last_update": "2025-08-27 12:38:13", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { - "stars": 7, + "stars": 10, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 3, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { - "stars": 15, + "stars": 17, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { - "stars": 28, + "stars": 30, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { - "stars": 91, - "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1650 + "stars": 110, + "last_update": "2025-09-18 04:06:05", + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 37, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { - "stars": 19, + "stars": 21, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { - "stars": 3, + "stars": 4, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { - "stars": 18, + "stars": 20, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { - "stars": 17, + "stars": 18, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 141, + "stars": 145, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { - "stars": 76, + "stars": 81, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/flux_pro_integrative": { "stars": 0, "last_update": "2025-09-05 18:08:58", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/google_moogle": { - "stars": 5, - "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1650 + "stars": 4, + "last_update": "2025-10-16 05:00:58", + "author_account_age_days": 1724 }, "https://github.com/ShmuelRonen/multi-lora-stack": { - "stars": 3, + "stars": 7, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2762 + "author_account_age_days": 2836 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 2, - "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2983 + "last_update": "2025-11-25 13:51:36", + "author_account_age_days": 3057 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 44, + "stars": 47, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 898 + "author_account_age_days": 972 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1101 + "author_account_age_days": 1175 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2128 + "author_account_age_days": 2202 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 4, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 155 + "author_account_age_days": 229 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2357 + "author_account_age_days": 2431 + }, + "https://github.com/SilentZhang/comfyui-encrypt": { + "stars": 0, + "last_update": "2025-11-15 22:03:32", + "author_account_age_days": 3962 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, "last_update": "2025-09-05 20:06:53", - "author_account_age_days": 3996 + "author_account_age_days": 4071 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2626 + "author_account_age_days": 2701 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2723 + "author_account_age_days": 2798 }, "https://github.com/SipherAGI/comfyui-animatediff": { - "stars": 742, + "stars": 744, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 850 + "author_account_age_days": 924 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { - "stars": 2, + "stars": 3, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 223 + "author_account_age_days": 297 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 7, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1643 + "author_account_age_days": 1717 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 65, - "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 4007 + "last_update": "2025-09-25 09:47:49", + "author_account_age_days": 4081 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { - "stars": 21, - "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 4007 + "stars": 22, + "last_update": "2025-09-23 11:46:41", + "author_account_age_days": 4081 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 258, + "stars": 282, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1957 + "author_account_age_days": 2031 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1137 + "author_account_age_days": 1211 }, "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner": { - "stars": 2, - "last_update": "2025-09-09 04:30:51", - "author_account_age_days": 1923 + "stars": 3, + "last_update": "2025-10-25 11:08:02", + "author_account_age_days": 1998 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3969 + "author_account_age_days": 4043 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3969 + "author_account_age_days": 4043 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3969 + "author_account_age_days": 4043 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3969 + "author_account_age_days": 4043 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3969 + "author_account_age_days": 4043 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 282 + "author_account_age_days": 356 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 31, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4692 + "author_account_age_days": 4766 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 525 + "author_account_age_days": 599 }, "https://github.com/SozeInc/ComfyUI_Soze": { - "stars": 7, + "stars": 8, "last_update": "2025-09-06 19:16:37", - "author_account_age_days": 525 + "author_account_age_days": 599 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 397 + "author_account_age_days": 471 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { - "stars": 68, + "stars": 67, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 397 + "author_account_age_days": 471 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 397 + "author_account_age_days": 471 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { - "stars": 17, + "stars": 20, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 397 + "author_account_age_days": 471 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 397 + "author_account_age_days": 471 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, - "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 397 + "last_update": "2025-09-28 18:50:05", + "author_account_age_days": 471 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 397 + "author_account_age_days": 471 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { - "stars": 86, + "stars": 88, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3160 + "author_account_age_days": 3234 + }, + "https://github.com/Spin256/spin256-comfyui": { + "stars": 0, + "last_update": "2025-10-24 12:41:13", + "author_account_age_days": 33 + }, + "https://github.com/SquirrelRat/MultiString-Prompts": { + "stars": 0, + "last_update": "2025-10-23 19:44:28", + "author_account_age_days": 2816 + }, + "https://github.com/SquirrelRat/WanVideoLooper": { + "stars": 2, + "last_update": "2025-11-13 15:18:00", + "author_account_age_days": 2816 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { - "stars": 15, + "stars": 17, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2387 + "author_account_age_days": 2461 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { - "stars": 62, + "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1288 + "author_account_age_days": 1362 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 231, + "stars": 236, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1288 + "author_account_age_days": 1362 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { - "stars": 17, - "last_update": "2025-08-31 19:27:10", - "author_account_age_days": 623 + "stars": 28, + "last_update": "2025-11-16 17:51:02", + "author_account_age_days": 698 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { - "stars": 0, + "stars": 1, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3454 + "author_account_age_days": 3528 + }, + "https://github.com/StarIICraft/ComfyUI-Simple-Selector": { + "stars": 0, + "last_update": "2025-11-19 19:20:30", + "author_account_age_days": 492 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3991 + "author_account_age_days": 4065 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { - "stars": 5, - "last_update": "2025-09-08 19:59:48", - "author_account_age_days": 448 + "stars": 14, + "last_update": "2025-11-20 11:52:45", + "author_account_age_days": 522 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 45, - "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 448 + "stars": 48, + "last_update": "2025-11-24 18:53:35", + "author_account_age_days": 522 + }, + "https://github.com/Starnodes2024/comfyui_Starnodes_DyPE": { + "stars": 8, + "last_update": "2025-10-31 09:55:07", + "author_account_age_days": 522 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { - "stars": 125, + "stars": 126, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 220, + "stars": 225, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_joytag": { - "stars": 60, + "stars": 61, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { - "stars": 91, + "stars": 103, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/Steudio/ComfyUI_Steudio": { - "stars": 92, - "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 581 + "stars": 110, + "last_update": "2025-11-17 17:59:12", + "author_account_age_days": 655 }, "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": 313 + "author_account_age_days": 387 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 201, + "stars": 205, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 534 + "author_account_age_days": 608 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 4023 + "author_account_age_days": 4097 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 991, + "stars": 1078, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2595 + "author_account_age_days": 2669 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { - "stars": 1, - "last_update": "2025-08-22 15:28:40", - "author_account_age_days": 2483 + "stars": 3, + "last_update": "2025-11-21 13:12:02", + "author_account_age_days": 2558 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 49, + "stars": 48, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3817 + "author_account_age_days": 3891 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { - "stars": 13, - "last_update": "2025-08-28 14:36:18", - "author_account_age_days": 841 + "stars": 14, + "last_update": "2025-11-16 12:12:45", + "author_account_age_days": 915 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1380 + "author_account_age_days": 1455 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 95, + "stars": 106, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1986 + "author_account_age_days": 2061 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 140, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4136 + "author_account_age_days": 4210 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { - "stars": 198, + "stars": 203, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4136 + "author_account_age_days": 4210 + }, + "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": { + "stars": 2, + "last_update": "2025-11-03 12:39:44", + "author_account_age_days": 3054 + }, + "https://github.com/TJ16th/TJ_ComfyUI_ColorUtility": { + "stars": 0, + "last_update": "2025-11-09 17:51:36", + "author_account_age_days": 3054 + }, + "https://github.com/TJ16th/TJ_ComfyUI_Lineart2Vector": { + "stars": 1, + "last_update": "2025-11-09 02:41:19", + "author_account_age_days": 3054 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2980 + "author_account_age_days": 3054 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { - "stars": 2, + "stars": 3, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 565 + "author_account_age_days": 639 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 416, + "stars": 418, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 542 + "author_account_age_days": 616 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 884 + "author_account_age_days": 958 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 884 + "author_account_age_days": 958 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { - "stars": 29, + "stars": 30, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 648 + "author_account_age_days": 722 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 213, + "stars": 215, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 648 + "author_account_age_days": 722 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 125, + "stars": 141, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 648 + "author_account_age_days": 722 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 776, + "stars": 787, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 648 + "author_account_age_days": 722 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 648 + "author_account_age_days": 722 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 760, + "stars": 805, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 648 + "author_account_age_days": 722 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 648 + "author_account_age_days": 722 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 476 + "author_account_age_days": 550 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { - "stars": 3, + "stars": 4, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3494 + "author_account_age_days": 3568 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 4012 + "author_account_age_days": 4086 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { - "stars": 2, - "last_update": "2025-09-02 17:04:15", - "author_account_age_days": 4951 + "stars": 3, + "last_update": "2025-10-01 21:48:29", + "author_account_age_days": 5025 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { - "stars": 6, + "stars": 7, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2660 + "author_account_age_days": 2734 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2660 + "author_account_age_days": 2734 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2660 + "author_account_age_days": 2734 }, "https://github.com/Taremin/comfyui-string-tools": { - "stars": 1, - "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2660 + "stars": 2, + "last_update": "2025-10-19 20:12:29", + "author_account_age_days": 2734 }, "https://github.com/Taremin/webui-monaco-prompt": { - "stars": 28, - "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2660 + "stars": 29, + "last_update": "2025-11-09 10:41:22", + "author_account_age_days": 2734 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3610 + "author_account_age_days": 3684 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, - "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3663 + "last_update": "2025-11-11 16:22:44", + "author_account_age_days": 3737 }, "https://github.com/TemryL/ComfyS3": { - "stars": 51, + "stars": 55, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1314 + "author_account_age_days": 1388 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 543, + "stars": 555, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1314 + "author_account_age_days": 1388 }, "https://github.com/Temult/TWanSigmaGraph": { - "stars": 9, + "stars": 10, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 711 + "author_account_age_days": 785 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 384, + "stars": 385, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 543 + "author_account_age_days": 617 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 142, + "stars": 148, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 371 + "author_account_age_days": 445 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { - "stars": 11, + "stars": 15, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 845 + "author_account_age_days": 919 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 181 + "author_account_age_days": 256 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3158 + "author_account_age_days": 3232 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { - "stars": 10, + "stars": 11, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1887 + "author_account_age_days": 1961 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { - "stars": 2, - "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1524 + "stars": 5, + "last_update": "2025-10-22 19:08:07", + "author_account_age_days": 1599 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 481, + "stars": 487, "last_update": "2025-09-05 11:18:56", - "author_account_age_days": 610 + "author_account_age_days": 684 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3762 + "author_account_age_days": 3836 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 2006 + "author_account_age_days": 2080 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { - "stars": 10, + "stars": 11, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1380 + "author_account_age_days": 1454 + }, + "https://github.com/ThunderBolt4931/comfyui_pixel_forge": { + "stars": 1, + "last_update": "2025-10-04 10:47:38", + "author_account_age_days": 582 }, "https://github.com/TiamaTiramisu/risutools": { - "stars": 1, + "stars": 3, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 446 + "author_account_age_days": 520 + }, + "https://github.com/TianDongL/Blind_watermark_Comfyui": { + "stars": 12, + "last_update": "2025-10-25 02:21:54", + "author_account_age_days": 275 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, - "last_update": "2025-08-24 02:26:21", - "author_account_age_days": 2226 + "last_update": "2025-11-22 03:39:03", + "author_account_age_days": 2301 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 550, + "stars": 562, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1066 + "author_account_age_days": 1140 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3115 + "author_account_age_days": 3189 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 174, + "stars": 177, "last_update": "2025-08-22 11:48:28", - "author_account_age_days": 3833 + "author_account_age_days": 3908 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { - "stars": 1, + "stars": 3, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 984 + "author_account_age_days": 1058 + }, + "https://github.com/Tr1dae/ComfyUI-EasyFilePaths": { + "stars": 0, + "last_update": "2025-11-08 23:31:36", + "author_account_age_days": 1058 + }, + "https://github.com/Tr1dae/ComfyUI-LoraPromptMatcher": { + "stars": 0, + "last_update": "2025-09-14 02:36:11", + "author_account_age_days": 1058 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 1017 + "author_account_age_days": 1091 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { - "stars": 60, + "stars": 64, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1306 + "author_account_age_days": 1380 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { - "stars": 44, + "stars": 47, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4299 + "author_account_age_days": 4373 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 14, + "stars": 15, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4299 + "author_account_age_days": 4373 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1163 + "author_account_age_days": 1238 }, "https://github.com/Trung0246/ComfyUI-0246": { - "stars": 128, + "stars": 135, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3825 + "author_account_age_days": 3899 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 249, + "stars": 254, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5367 + "author_account_age_days": 5441 + }, + "https://github.com/TuriSc/comfyui-text-line-selector": { + "stars": 0, + "last_update": "2025-11-22 12:22:59", + "author_account_age_days": 4256 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1731 + "author_account_age_days": 1805 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 664 + "author_account_age_days": 738 }, "https://github.com/Urabewe/ComfyUI-CountS2VExtend": { "stars": 0, "last_update": "2025-08-31 04:06:50", - "author_account_age_days": 5042 + "author_account_age_days": 5117 + }, + "https://github.com/Usonaki/ComfyUI-DyPE-Nunchaku": { + "stars": 5, + "last_update": "2025-11-08 18:33:14", + "author_account_age_days": 3948 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 300, - "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 687 + "stars": 314, + "last_update": "2025-11-06 05:26:51", + "author_account_age_days": 761 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5791 + "author_account_age_days": 5865 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3426 + "author_account_age_days": 3500 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 724 + "author_account_age_days": 798 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { - "stars": 22, + "stars": 23, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 724 + "author_account_age_days": 798 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5283 + "author_account_age_days": 5358 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { - "stars": 1, + "stars": 3, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1066 + "author_account_age_days": 1141 + }, + "https://github.com/Verolelb/ComfyUI-VideoCompressor": { + "stars": 4, + "last_update": "2025-09-26 13:06:13", + "author_account_age_days": 1141 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { - "stars": 3, + "stars": 4, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1101 + "author_account_age_days": 1175 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3424 + "author_account_age_days": 3498 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1801 + "author_account_age_days": 1875 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { - "stars": 18, - "last_update": "2025-09-08 20:17:35", - "author_account_age_days": 562 + "stars": 25, + "last_update": "2025-11-24 20:45:23", + "author_account_age_days": 636 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 562 + "author_account_age_days": 636 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 562 + "author_account_age_days": 636 }, - "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { - "stars": 1, - "last_update": "2025-08-28 02:32:49", - "author_account_age_days": 862 + "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler": { + "stars": 73, + "last_update": "2025-11-15 23:22:39", + "author_account_age_days": 937 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 297, - "last_update": "2025-09-02 16:36:18", - "author_account_age_days": 1365 + "stars": 314, + "last_update": "2025-11-05 20:41:38", + "author_account_age_days": 1439 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 127, + "stars": 133, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2355 + "author_account_age_days": 2429 + }, + "https://github.com/WASasquatch/ComfyUI_LMStudio_EasyQuery": { + "stars": 1, + "last_update": "2025-11-17 22:13:31", + "author_account_age_days": 5145 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 34, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5071 + "author_account_age_days": 5145 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 120, - "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5071 + "last_update": "2025-09-29 15:46:06", + "author_account_age_days": 5145 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 25, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5071 + "author_account_age_days": 5145 }, "https://github.com/WASasquatch/PowerNoiseSuite": { - "stars": 77, + "stars": 80, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5071 + "author_account_age_days": 5145 }, "https://github.com/WASasquatch/WAS_Extras": { - "stars": 37, - "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5071 + "stars": 39, + "last_update": "2025-11-04 17:59:47", + "author_account_age_days": 5145 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { - "stars": 8, - "last_update": "2025-08-15 03:17:39", - "author_account_age_days": 5071 + "stars": 9, + "last_update": "2025-11-08 18:44:40", + "author_account_age_days": 5145 }, "https://github.com/WASasquatch/was_affine": { - "stars": 3, - "last_update": "2025-09-11 00:45:41", - "author_account_age_days": 5070 + "stars": 4, + "last_update": "2025-11-09 22:43:51", + "author_account_age_days": 5145 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2657 + "author_account_age_days": 2731 + }, + "https://github.com/WWWEN8/ComfyUI-CCXManager": { + "stars": 4, + "last_update": "2025-11-21 03:36:02", + "author_account_age_days": 827 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 421 + "author_account_age_days": 495 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, - "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1068 + "last_update": "2025-11-03 22:46:57", + "author_account_age_days": 1142 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 36, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3068 + "author_account_age_days": 3142 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3405 + "author_account_age_days": 3479 + }, + "https://github.com/WangDianhui/ComfyUI-SA-ODE_Sampler": { + "stars": 1, + "last_update": "2025-10-04 02:48:04", + "author_account_age_days": 1021 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 772 + "author_account_age_days": 846 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { - "stars": 7, - "last_update": "2025-09-04 00:41:19", - "author_account_age_days": 186 + "stars": 9, + "last_update": "2025-09-25 01:07:02", + "author_account_age_days": 260 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 25, - "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 234 + "stars": 34, + "last_update": "2025-09-22 08:31:08", + "author_account_age_days": 308 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 137, + "stars": 148, "last_update": "2025-08-21 13:52:03", - "author_account_age_days": 1737 + "author_account_age_days": 1812 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4197 + "author_account_age_days": 4271 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 24, + "stars": 25, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 983 + "author_account_age_days": 1057 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2736 + "author_account_age_days": 2811 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, - "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4089 + "last_update": "2025-10-06 11:03:44", + "author_account_age_days": 4163 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { - "stars": 44, - "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 469 + "stars": 152, + "last_update": "2025-11-20 03:09:15", + "author_account_age_days": 544 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { - "stars": 4, - "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 469 + "stars": 7, + "last_update": "2025-11-20 07:48:43", + "author_account_age_days": 544 + }, + "https://github.com/Windecay/ComfyUI_CheckVprediction": { + "stars": 0, + "last_update": "2025-10-27 01:37:16", + "author_account_age_days": 544 + }, + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache": { + "stars": 13, + "last_update": "2025-11-21 05:50:21", + "author_account_age_days": 544 + }, + "https://github.com/WingeD123/ComfyUI_QwenVL_PromptCaption": { + "stars": 6, + "last_update": "2025-11-24 14:17:13", + "author_account_age_days": 1091 }, "https://github.com/X-School-Academy/X-FluxAgent": { - "stars": 28, + "stars": 29, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 162 + "author_account_age_days": 237 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1608 + "author_account_age_days": 1682 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1630, + "stars": 1670, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 403 + "author_account_age_days": 477 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 680 + "author_account_age_days": 756 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 126 + "author_account_age_days": 201 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { - "stars": 30, + "stars": 31, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 382 + "author_account_age_days": 456 }, "https://github.com/Xiangyu-CAS/HandFixer": { - "stars": 200, + "stars": 202, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3833 + "author_account_age_days": 3907 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2218 + "author_account_age_days": 2293 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3924 + "author_account_age_days": 3998 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { - "stars": 4, + "stars": 5, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3051 + "author_account_age_days": 3125 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 194, + "stars": 197, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3051 + "author_account_age_days": 3125 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4770 + "author_account_age_days": 4844 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3140 + "author_account_age_days": 3214 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3140 + "author_account_age_days": 3214 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3140 + "author_account_age_days": 3214 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3140 + "author_account_age_days": 3214 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4201 + "author_account_age_days": 4275 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { - "stars": 22, + "stars": 23, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 444 + "author_account_age_days": 518 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3094 + "author_account_age_days": 3169 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 228, + "stars": 247, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1259 + "author_account_age_days": 1333 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 2022 + "author_account_age_days": 2096 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, - "last_update": "2025-08-29 11:16:31", - "author_account_age_days": 652 + "last_update": "2025-11-24 14:18:09", + "author_account_age_days": 726 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { - "stars": 0, - "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3969 + "stars": 3, + "last_update": "2025-10-17 12:29:43", + "author_account_age_days": 4044 }, "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter": { - "stars": 1, - "last_update": "2025-09-03 13:23:28", - "author_account_age_days": 2092 - }, - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { - "stars": 16, - "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1231 + "stars": 7, + "last_update": "2025-10-28 08:51:30", + "author_account_age_days": 2167 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { - "stars": 3, + "stars": 4, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 984 + "author_account_age_days": 1059 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { - "stars": 44, + "stars": 48, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 11, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { - "stars": 5, + "stars": 7, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 6, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { - "stars": 10, + "stars": 16, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 19, + "stars": 21, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "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": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 7, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { - "stars": 122, + "stars": 123, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { - "stars": 6, + "stars": 7, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { - "stars": 17, + "stars": 18, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { - "stars": 30, + "stars": 31, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 12, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { - "stars": 2, + "stars": 3, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { - "stars": 20, + "stars": 22, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1885 + "author_account_age_days": 1959 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, - "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1850 + "last_update": "2025-10-04 06:11:49", + "author_account_age_days": 1925 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 379, + "stars": 381, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 524, + "stars": 536, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 816, + "stars": 821, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "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": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 74, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1429, + "stars": 1437, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { - "stars": 205, + "stars": 206, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "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": 785 + "author_account_age_days": 859 }, "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": 785 + "author_account_age_days": 859 }, "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": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 113, + "stars": 115, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "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": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 768, + "stars": 791, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1772, + "stars": 1784, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 785 + "author_account_age_days": 859 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { - "stars": 2, + "stars": 3, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1727 + "author_account_age_days": 1802 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1718 + "author_account_age_days": 1792 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1805 + "author_account_age_days": 1880 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5985 + "author_account_age_days": 6059 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { - "stars": 3, - "last_update": "2025-09-12 07:58:46", - "author_account_age_days": 876 + "stars": 5, + "last_update": "2025-11-13 09:47:22", + "author_account_age_days": 950 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { - "stars": 1, - "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 876 + "stars": 3, + "last_update": "2025-11-14 03:15:38", + "author_account_age_days": 950 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 517 + "author_account_age_days": 592 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1639 + "author_account_age_days": 1713 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 227, - "last_update": "2025-09-05 12:40:46", - "author_account_age_days": 1647 + "stars": 246, + "last_update": "2025-11-25 16:37:07", + "author_account_age_days": 1722 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, - "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5066 + "last_update": "2025-11-21 08:39:28", + "author_account_age_days": 5140 }, "https://github.com/ZeroSpaceStudios/ComfyUI-ZSNodes": { "stars": 0, "last_update": "2025-08-26 00:26:08", - "author_account_age_days": 168 + "author_account_age_days": 243 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 968 + "author_account_age_days": 1042 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 968 + "author_account_age_days": 1042 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { - "stars": 38, + "stars": 39, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 968 + "author_account_age_days": 1042 }, "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": 4245 + "author_account_age_days": 4320 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 885 + "author_account_age_days": 959 }, "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": 885 + "author_account_age_days": 959 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 885 + "author_account_age_days": 959 }, "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": 885 + "author_account_age_days": 959 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 4, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 885 + "author_account_age_days": 959 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { - "stars": 103, + "stars": 104, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5247 + "author_account_age_days": 5321 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { - "stars": 40, + "stars": 44, "last_update": "2025-08-26 02:43:39", - "author_account_age_days": 598 + "author_account_age_days": 672 + }, + "https://github.com/abdozmantar/ComfyUI-DeepExtractV2": { + "stars": 33, + "last_update": "2025-10-12 18:20:58", + "author_account_age_days": 672 + }, + "https://github.com/abdullahceylan/ac-comfyui-image-optimizer": { + "stars": 0, + "last_update": "2025-11-05 13:57:38", + "author_account_age_days": 2825 + }, + "https://github.com/abdullahceylan/ac-comfyui-queue-manager": { + "stars": 4, + "last_update": "2025-09-27 18:12:15", + "author_account_age_days": 2825 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 518 + "author_account_age_days": 592 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 518 + "author_account_age_days": 592 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 608 + "author_account_age_days": 682 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 40, - "last_update": "2025-09-06 16:14:46", - "author_account_age_days": 4273 + "stars": 43, + "last_update": "2025-09-27 11:42:45", + "author_account_age_days": 4347 + }, + "https://github.com/adambarbato/ComfyUI-Sa2VA": { + "stars": 86, + "last_update": "2025-11-08 02:53:34", + "author_account_age_days": 4451 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1149 + "author_account_age_days": 1223 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 344, + "stars": 362, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5462 + "author_account_age_days": 5536 }, "https://github.com/adigayung/ComfyUI-Translator": { - "stars": 14, + "stars": 15, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 658 + "author_account_age_days": 732 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3407 + "author_account_age_days": 3482 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2667 + "author_account_age_days": 2741 }, "https://github.com/aegis72/aegisflow_utility_nodes": { - "stars": 36, + "stars": 37, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1029 + "author_account_age_days": 1103 }, "https://github.com/aegis72/comfyui-styles-all": { - "stars": 52, + "stars": 53, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1029 + "author_account_age_days": 1103 }, "https://github.com/aesethtics/ComfyUI-Utilitools": { - "stars": 0, + "stars": 1, "last_update": "2025-08-27 21:58:17", - "author_account_age_days": 3291 + "author_account_age_days": 3366 + }, + "https://github.com/aesethtics/comfyui-3d-model-viewer": { + "stars": 1, + "last_update": "2025-09-24 17:27:58", + "author_account_age_days": 3366 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2329 + "author_account_age_days": 2404 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { - "stars": 2, + "stars": 3, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4441 + "author_account_age_days": 4515 + }, + "https://github.com/ahkimkoo/ComfyUI-GetKeyFrames": { + "stars": 0, + "last_update": "2025-11-14 11:02:04", + "author_account_age_days": 5757 + }, + "https://github.com/ahkimkoo/Comfyui-AudioSegment": { + "stars": 3, + "last_update": "2025-09-19 03:20:14", + "author_account_age_days": 5757 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1966 + "author_account_age_days": 2040 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1966 + "author_account_age_days": 2040 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { - "stars": 16, + "stars": 18, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 457 + "author_account_age_days": 531 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 137, - "last_update": "2025-08-26 08:58:12", - "author_account_age_days": 348 + "stars": 152, + "last_update": "2025-10-27 02:13:49", + "author_account_age_days": 423 }, "https://github.com/aiaiaikkk/comfyui-api-image-edit": { - "stars": 8, + "stars": 9, "last_update": "2025-09-03 17:05:31", - "author_account_age_days": 348 + "author_account_age_days": 423 }, "https://github.com/aiaiaikkk/super-prompt-canvas": { - "stars": 133, + "stars": 147, "last_update": "2025-08-30 06:42:21", - "author_account_age_days": 348 + "author_account_age_days": 423 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 719 + "author_account_age_days": 793 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 230 + "author_account_age_days": 304 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 114 + "author_account_age_days": 189 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 788 + "author_account_age_days": 862 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { - "stars": 10, - "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4348 + "stars": 14, + "last_update": "2025-11-12 02:50:17", + "author_account_age_days": 4422 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 129, - "last_update": "2025-09-05 15:40:09", - "author_account_age_days": 4993 + "stars": 135, + "last_update": "2025-11-25 13:59:55", + "author_account_age_days": 5067 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2202, + "stars": 2236, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 763 + "author_account_age_days": 837 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1391, - "last_update": "2025-09-12 06:44:25", - "author_account_age_days": 763 + "stars": 1556, + "last_update": "2025-11-25 12:49:27", + "author_account_age_days": 837 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3116 + "author_account_age_days": 3190 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { - "stars": 53, + "stars": 54, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1099 + "author_account_age_days": 1173 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { - "stars": 5, + "stars": 4, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1099 + "author_account_age_days": 1173 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { - "stars": 84, - "last_update": "2025-09-12 02:12:13", - "author_account_age_days": 1099 + "stars": 109, + "last_update": "2025-11-23 02:24:06", + "author_account_age_days": 1173 }, "https://github.com/ainewsto/comfyui-labs-google": { - "stars": 83, + "stars": 87, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1099 + "author_account_age_days": 1173 + }, + "https://github.com/aining2022/ComfyUI_Swwan": { + "stars": 0, + "last_update": "2025-11-24 08:02:00", + "author_account_age_days": 551 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 434 + "author_account_age_days": 508 }, "https://github.com/aistudynow/Comfyui-HunyuanFoley": { - "stars": 39, - "last_update": "2025-09-01 01:42:40", - "author_account_age_days": 13 + "stars": 56, + "last_update": "2025-09-13 10:17:31", + "author_account_age_days": 88 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2228 + "author_account_age_days": 2302 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { - "stars": 29, + "stars": 31, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 480 + "author_account_age_days": 554 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { - "stars": 5, - "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 480 + "stars": 9, + "last_update": "2025-09-30 03:58:34", + "author_account_age_days": 554 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 233, + "stars": 247, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 480 + "author_account_age_days": 554 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 314, - "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 480 + "stars": 325, + "last_update": "2025-09-16 18:25:42", + "author_account_age_days": 554 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 480 + "author_account_age_days": 554 + }, + "https://github.com/akawana/ComfyUI-Keybinding-extra": { + "stars": 0, + "last_update": "2025-11-25 13:28:08", + "author_account_age_days": 994 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2779 + "author_account_age_days": 2853 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2779 + "author_account_age_days": 2853 }, "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": 1375 + "author_account_age_days": 1449 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1375 + "author_account_age_days": 1449 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 124, + "stars": 138, "last_update": "2025-09-05 15:47:59", - "author_account_age_days": 1375 + "author_account_age_days": 1449 }, "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": { "stars": 0, - "last_update": "2025-09-11 11:14:15", - "author_account_age_days": 3071 + "last_update": "2025-11-05 16:43:30", + "author_account_age_days": 3146 + }, + "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note": { + "stars": 1, + "last_update": "2025-11-10 14:12:45", + "author_account_age_days": 3146 + }, + "https://github.com/alFrame/ComfyUI-AF-Find-Nodes": { + "stars": 2, + "last_update": "2025-11-10 18:46:11", + "author_account_age_days": 3146 + }, + "https://github.com/alFrame/ComfyUI-AF-Pack-Prompt-Nodes": { + "stars": 2, + "last_update": "2025-11-12 17:23:45", + "author_account_age_days": 3146 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3935 + "author_account_age_days": 4009 + }, + "https://github.com/alankent/ComfyUI-OA-360-Clip": { + "stars": 0, + "last_update": "2025-11-16 05:39:08", + "author_account_age_days": 4423 }, "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": 4494 + "author_account_age_days": 4569 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, - "last_update": "2025-08-27 07:50:08", - "author_account_age_days": 2269 + "last_update": "2025-09-27 03:57:59", + "author_account_age_days": 2344 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 3022 + "author_account_age_days": 3097 }, "https://github.com/alessandroperilli/OCS_Nodes": { - "stars": 1, - "last_update": "2025-09-01 15:29:19", - "author_account_age_days": 3953 + "stars": 3, + "last_update": "2025-11-18 13:01:14", + "author_account_age_days": 4027 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1642 + "author_account_age_days": 1716 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 56, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1642 + "author_account_age_days": 1716 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 27, + "stars": 32, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1642 + "author_account_age_days": 1716 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 2, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1642 + "author_account_age_days": 1716 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1642 + "author_account_age_days": 1716 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 85, - "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4032 + "stars": 102, + "last_update": "2025-11-13 03:17:22", + "author_account_age_days": 4106 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 1, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5460 + "author_account_age_days": 5534 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5460 + "author_account_age_days": 5534 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 48, - "last_update": "2025-09-12 05:39:47", - "author_account_age_days": 3731 + "stars": 91, + "last_update": "2025-11-17 12:00:43", + "author_account_age_days": 3805 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, - "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3731 + "last_update": "2025-09-22 14:35:07", + "author_account_age_days": 3805 + }, + "https://github.com/alexjx/ComfyUI-Sa2VA-XJ": { + "stars": 8, + "last_update": "2025-11-25 06:34:18", + "author_account_age_days": 4859 + }, + "https://github.com/alexjx/ComfyUI-XJNodes": { + "stars": 0, + "last_update": "2025-11-21 15:15:08", + "author_account_age_days": 4859 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 123, - "last_update": "2025-08-27 16:36:09", - "author_account_age_days": 3125 + "stars": 130, + "last_update": "2025-10-19 13:03:33", + "author_account_age_days": 3199 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3125 + "author_account_age_days": 3199 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1291, + "stars": 1328, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 934 + "author_account_age_days": 1008 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 117, + "stars": 122, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5305 + "author_account_age_days": 5379 + }, + "https://github.com/alibof96/ComfyUI-DownscaleIRN": { + "stars": 0, + "last_update": "2025-10-30 22:04:34", + "author_account_age_days": 468 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 85, + "stars": 96, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1046 + "author_account_age_days": 1120 + }, + "https://github.com/alludus/ComfyUI-multiGPU-upscaler": { + "stars": 0, + "last_update": "2025-11-14 18:32:26", + "author_account_age_days": 3854 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1718 + "author_account_age_days": 1792 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 106, + "stars": 107, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1718 + "author_account_age_days": 1792 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2439 + "author_account_age_days": 2513 }, "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": 1105 + "author_account_age_days": 1179 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 77, + "stars": 81, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1105 + "author_account_age_days": 1179 + }, + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": { + "stars": 26, + "last_update": "2025-11-24 15:45:13", + "author_account_age_days": 963 + }, + "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D": { + "stars": 11, + "last_update": "2025-11-06 22:21:00", + "author_account_age_days": 963 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 634 + "author_account_age_days": 708 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3398 + "author_account_age_days": 3472 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6238 + "author_account_age_days": 6312 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2274 + "author_account_age_days": 2348 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3166 + "author_account_age_days": 3241 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3166 + "author_account_age_days": 3241 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2195 + "author_account_age_days": 2269 + }, + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": { + "stars": 0, + "last_update": "2025-11-12 23:04:25", + "author_account_age_days": 2234 }, "https://github.com/annewj023/Comfyui_google_nano": { - "stars": 10, + "stars": 11, "last_update": "2025-09-03 21:17:57", - "author_account_age_days": 441 + "author_account_age_days": 516 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { - "stars": 24, + "stars": 25, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3308 + "author_account_age_days": 3382 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2185 + "author_account_age_days": 2260 + }, + "https://github.com/apenguin24/ComfyUI-WanKeyframing": { + "stars": 0, + "last_update": "2025-10-24 17:43:26", + "author_account_age_days": 37 }, "https://github.com/arcum42/ComfyUI_SageUtils": { - "stars": 15, - "last_update": "2025-09-10 07:35:59", - "author_account_age_days": 6193 + "stars": 20, + "last_update": "2025-11-22 21:41:01", + "author_account_age_days": 6267 + }, + "https://github.com/ardadmrknn/comfyui-history-clip-text-encode-node": { + "stars": 1, + "last_update": "2025-11-25 10:57:50", + "author_account_age_days": 442 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 82, - "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2790 + "stars": 96, + "last_update": "2025-10-19 07:50:46", + "author_account_age_days": 2864 + }, + "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": { + "stars": 0, + "last_update": "2025-11-21 04:35:57", + "author_account_age_days": 2960 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 4, - "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3979 + "last_update": "2025-09-25 05:37:51", + "author_account_age_days": 4053 }, "https://github.com/asaddi/YALLM-LlamaVision": { - "stars": 5, + "stars": 6, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3979 + "author_account_age_days": 4053 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { - "stars": 61, + "stars": 63, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 886 + "author_account_age_days": 960 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 886 + "author_account_age_days": 960 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 886 + "author_account_age_days": 960 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 322, - "last_update": "2025-08-27 17:28:25", - "author_account_age_days": 886 + "stars": 341, + "last_update": "2025-11-20 18:21:19", + "author_account_age_days": 960 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 886 + "author_account_age_days": 960 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 459 + "author_account_age_days": 533 + }, + "https://github.com/ashtar1984/comfyui-find-perfect-resolution": { + "stars": 5, + "last_update": "2025-11-17 20:23:07", + "author_account_age_days": 37 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 45, + "stars": 48, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5357 + "author_account_age_days": 5431 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 170, + "stars": 173, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3172 + "author_account_age_days": 3246 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3472 + "author_account_age_days": 3546 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 148, - "last_update": "2025-09-11 10:59:11", - "author_account_age_days": 2794 + "stars": 155, + "last_update": "2025-09-13 07:08:57", + "author_account_age_days": 2868 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { - "stars": 136, + "stars": 139, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4069 + "author_account_age_days": 4143 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { - "stars": 34, + "stars": 37, "last_update": "2025-09-02 02:49:43", - "author_account_age_days": 4566 + "author_account_age_days": 4640 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 113, + "stars": 124, "last_update": "2025-09-02 01:48:10", - "author_account_age_days": 4566 + "author_account_age_days": 4640 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4543 + "author_account_age_days": 4617 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1299 + "author_account_age_days": 1373 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { - "stars": 14, + "stars": 15, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 149 + "author_account_age_days": 223 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 149 + "author_account_age_days": 223 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 149 + "author_account_age_days": 223 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 517 + "author_account_age_days": 592 }, "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": 4004 + "author_account_age_days": 4078 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 862 + "author_account_age_days": 937 + }, + "https://github.com/azazeal04/ComfyUI-HybridSamplers": { + "stars": 6, + "last_update": "2025-11-09 17:17:00", + "author_account_age_days": 937 + }, + "https://github.com/azazeal04/comfyui-switch-samplers": { + "stars": 3, + "last_update": "2025-10-07 17:17:03", + "author_account_age_days": 937 }, "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": 746 + "author_account_age_days": 820 }, "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": 746 + "author_account_age_days": 820 }, "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": 122 + "author_account_age_days": 197 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { - "stars": 0, + "stars": 1, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2190 + "author_account_age_days": 2264 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 850 + "author_account_age_days": 925 }, "https://github.com/babydjac/comfyui-smart-scaler": { - "stars": 0, + "stars": 1, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 850 + "author_account_age_days": 925 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 44, + "stars": 50, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2216 + "author_account_age_days": 2290 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 89, + "stars": 92, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5808 + "author_account_age_days": 5882 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 717 + "author_account_age_days": 791 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { - "stars": 12, + "stars": 14, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1276 + "author_account_age_days": 1350 + }, + "https://github.com/balu112121/comfyui-LoadImageFromURL": { + "stars": 1, + "last_update": "2025-10-23 05:44:35", + "author_account_age_days": 332 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-08-29 18:40:07", - "author_account_age_days": 2979 + "author_account_age_days": 3053 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2979 + "author_account_age_days": 3053 }, "https://github.com/banodoco/steerable-motion": { - "stars": 928, - "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 847 + "stars": 955, + "last_update": "2025-10-03 19:34:07", + "author_account_age_days": 921 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2744 + "author_account_age_days": 2818 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4572 + "author_account_age_days": 4646 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 160, - "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4632 + "stars": 172, + "last_update": "2025-10-03 08:03:29", + "author_account_age_days": 4706 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 115, - "last_update": "2025-08-27 05:05:55", - "author_account_age_days": 69 + "stars": 126, + "last_update": "2025-10-31 14:19:35", + "author_account_age_days": 144 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 899 + "author_account_age_days": 973 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3410 + "author_account_age_days": 3484 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 75, - "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 808 + "stars": 84, + "last_update": "2025-10-11 21:48:05", + "author_account_age_days": 882 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3405 + "author_account_age_days": 3479 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { - "stars": 24, + "stars": 25, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2558 + "author_account_age_days": 2632 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2558 + "author_account_age_days": 2632 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { - "stars": 0, + "stars": 1, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2211 + "author_account_age_days": 2286 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 558 + "author_account_age_days": 632 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 65, + "stars": 64, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 558 + "author_account_age_days": 632 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4912 + "author_account_age_days": 4987 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4912 + "author_account_age_days": 4987 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4912 + "author_account_age_days": 4987 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { - "stars": 31, + "stars": 32, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4912 + "author_account_age_days": 4987 }, "https://github.com/benstaniford/comfy-prompt-db": { - "stars": 3, + "stars": 5, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4912 + "author_account_age_days": 4987 }, "https://github.com/bentoml/comfy-pack": { - "stars": 179, - "last_update": "2025-08-29 01:35:47", - "author_account_age_days": 2355 + "stars": 193, + "last_update": "2025-11-10 02:12:51", + "author_account_age_days": 2429 + }, + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": { + "stars": 26, + "last_update": "2025-10-15 01:11:05", + "author_account_age_days": 4669 }, "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": { - "stars": 0, + "stars": 2, "last_update": "2025-08-21 16:54:53", - "author_account_age_days": 3122 + "author_account_age_days": 3197 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { - "stars": 1, + "stars": 2, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3121 + "author_account_age_days": 3195 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { - "stars": 1, + "stars": 2, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 594 + "author_account_age_days": 669 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3953 + "author_account_age_days": 4027 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { - "stars": 172, + "stars": 190, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { - "stars": 59, + "stars": 74, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { - "stars": 128, + "stars": 140, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 14, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 252, - "last_update": "2025-09-09 07:04:32", - "author_account_age_days": 2381 + "stars": 407, + "last_update": "2025-11-07 09:48:46", + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { - "stars": 26, + "stars": 29, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { - "stars": 192, + "stars": 204, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { - "stars": 50, + "stars": 52, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { - "stars": 22, + "stars": 23, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 19, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_SOME": { - "stars": 6, + "stars": 7, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { - "stars": 47, + "stars": 48, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 144, + "stars": 154, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_gemmax": { - "stars": 26, + "stars": 27, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 132, + "stars": 160, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2381 + "author_account_age_days": 2455 }, "https://github.com/birdneststream/ComfyUI-Mircify": { "stars": 0, "last_update": "2025-08-31 02:51:11", - "author_account_age_days": 1811 + "author_account_age_days": 1886 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 502 + "author_account_age_days": 576 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 86, + "stars": 88, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 542 + "author_account_age_days": 616 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { - "stars": 6, + "stars": 8, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3319 + "author_account_age_days": 3393 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 599 + "author_account_age_days": 673 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 119, - "last_update": "2025-09-11 08:59:46", - "author_account_age_days": 599 + "stars": 130, + "last_update": "2025-09-17 19:18:14", + "author_account_age_days": 673 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 47, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 599 + "author_account_age_days": 673 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 599 + "author_account_age_days": 673 }, "https://github.com/blepping/comfyui_jankhidiffusion": { - "stars": 123, + "stars": 125, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 599 + "author_account_age_days": 673 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 599 + "author_account_age_days": 673 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 173, + "stars": 175, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 719 + "author_account_age_days": 793 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2781 + "author_account_age_days": 2856 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { - "stars": 10, + "stars": 11, "last_update": "2025-09-09 15:26:36", - "author_account_age_days": 513 + "author_account_age_days": 587 + }, + "https://github.com/blob8/ComfyUI_video-image-motion-transfer": { + "stars": 1, + "last_update": "2025-09-14 15:59:02", + "author_account_age_days": 587 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 648 + "author_account_age_days": 722 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 758 + "author_account_age_days": 832 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 5012 + "author_account_age_days": 5086 }, "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": 2505 + "author_account_age_days": 2580 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3982 + "author_account_age_days": 4056 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { - "stars": 9, + "stars": 11, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3982 + "author_account_age_days": 4056 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, - "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3982 + "last_update": "2025-11-18 23:47:59", + "author_account_age_days": 4056 + }, + "https://github.com/bmad4ever/comfyui_panels": { + "stars": 2, + "last_update": "2025-11-04 12:52:32", + "author_account_age_days": 4056 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3982 + "author_account_age_days": 4056 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3982 + "author_account_age_days": 4056 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5190 + "author_account_age_days": 5264 + }, + "https://github.com/bobosola/ComfyUI-reboot": { + "stars": 1, + "last_update": "2025-10-12 15:56:09", + "author_account_age_days": 3935 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, - "last_update": "2025-09-03 14:06:00", - "author_account_age_days": 3858 + "last_update": "2025-11-15 14:17:58", + "author_account_age_days": 3933 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 353 + "author_account_age_days": 427 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 353 + "author_account_age_days": 427 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 353 + "author_account_age_days": 427 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 353 + "author_account_age_days": 427 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 353 + "author_account_age_days": 427 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 5004 + "author_account_age_days": 5078 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4048 + "author_account_age_days": 4122 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4543 + "author_account_age_days": 4617 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-08-17 21:49:36", - "author_account_age_days": 2013 + "author_account_age_days": 2088 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { - "stars": 2, + "stars": 4, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 2013 + "author_account_age_days": 2088 + }, + "https://github.com/bowtiedbluefin/ComfyUI-AI-CustomURL": { + "stars": 0, + "last_update": "2025-11-10 02:13:14", + "author_account_age_days": 1453 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4101 + "author_account_age_days": 4175 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { - "stars": 21, + "stars": 23, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4101 + "author_account_age_days": 4175 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 876 + "author_account_age_days": 950 }, "https://github.com/brantje/ComfyUI-api-tools": { - "stars": 5, + "stars": 8, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4690 + "author_account_age_days": 4764 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4690 + "author_account_age_days": 4764 + }, + "https://github.com/brayevalerien/ComfyUI-GroqNodes": { + "stars": 1, + "last_update": "2025-11-08 15:46:01", + "author_account_age_days": 2113 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2039 + "author_account_age_days": 2113 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { - "stars": 28, + "stars": 29, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2039 + "author_account_age_days": 2113 }, "https://github.com/brenzel/comfyui-prompt-beautify": { - "stars": 12, + "stars": 16, "last_update": "2025-09-10 15:43:18", - "author_account_age_days": 3431 + "author_account_age_days": 3506 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 306, + "stars": 308, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4685 + "author_account_age_days": 4759 }, "https://github.com/bronkula/comfyui-fitsize": { - "stars": 48, + "stars": 49, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5600 + "author_account_age_days": 5674 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 828 + "author_account_age_days": 903 + }, + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect": { + "stars": 0, + "last_update": "2025-11-19 23:38:20", + "author_account_age_days": 903 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 45, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2811 + "author_account_age_days": 2885 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 3, "last_update": "2025-08-26 06:14:34", - "author_account_age_days": 5131 + "author_account_age_days": 5205 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5131 + "author_account_age_days": 5205 }, "https://github.com/bugltd/ComfyLab-Pack": { - "stars": 8, + "stars": 9, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 245 + "author_account_age_days": 319 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_LLM": { + "stars": 2, + "last_update": "2025-11-22 11:15:10", + "author_account_age_days": 623 + }, + "https://github.com/bulldog68/ComfyUI_FMJ_SP": { + "stars": 1, + "last_update": "2025-11-25 10:07:02", + "author_account_age_days": 623 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { - "stars": 19, + "stars": 23, "last_update": "2025-08-30 18:11:35", - "author_account_age_days": 5090 + "author_account_age_days": 5164 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5090 + "author_account_age_days": 5164 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, - "last_update": "2025-08-30 18:20:37", - "author_account_age_days": 5090 + "last_update": "2025-09-13 23:22:31", + "author_account_age_days": 5164 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1620 + "author_account_age_days": 1694 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1620 + "author_account_age_days": 1694 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1620 + "author_account_age_days": 1694 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1620 + "author_account_age_days": 1694 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 14, + "stars": 16, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1620 + "author_account_age_days": 1694 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 425, + "stars": 460, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4533 + "author_account_age_days": 4607 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 266, + "stars": 281, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4533 + "author_account_age_days": 4607 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 417, - "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4533 + "stars": 478, + "last_update": "2025-11-04 08:01:43", + "author_account_age_days": 4607 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { - "stars": 8, + "stars": 10, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4960 + "author_account_age_days": 5034 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { - "stars": 16, + "stars": 18, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4960 + "author_account_age_days": 5034 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 327 + "author_account_age_days": 401 }, "https://github.com/calcuis/gguf": { - "stars": 119, - "last_update": "2025-09-10 21:35:26", - "author_account_age_days": 1092 + "stars": 159, + "last_update": "2025-11-25 21:39:51", + "author_account_age_days": 1166 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { - "stars": 47, + "stars": 49, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3748 + "author_account_age_days": 3822 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3748 + "author_account_age_days": 3822 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2214 + "author_account_age_days": 2288 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 175, - "last_update": "2025-09-08 14:20:52", - "author_account_age_days": 849 + "stars": 218, + "last_update": "2025-11-24 16:30:30", + "author_account_age_days": 923 + }, + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": { + "stars": 0, + "last_update": "2025-10-07 22:48:23", + "author_account_age_days": 1174 }, "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 49, + "stars": 55, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 118 + "author_account_age_days": 193 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 976 + "author_account_age_days": 1050 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 913 + "author_account_age_days": 988 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 479, + "stars": 493, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1650 + "author_account_age_days": 1724 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 1, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3741 + "author_account_age_days": 3815 }, - "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { - "stars": 6, - "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4740 + "https://github.com/cedarconnor/ComfyUI-DreamCube": { + "stars": 0, + "last_update": "2025-11-24 05:06:34", + "author_account_age_days": 4815 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4740 + "author_account_age_days": 4815 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, - "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4740 + "last_update": "2025-11-08 04:44:36", + "author_account_age_days": 4815 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, - "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4740 + "last_update": "2025-11-05 19:39:45", + "author_account_age_days": 4815 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5457 + "author_account_age_days": 5531 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3844 + "author_account_age_days": 3918 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 4, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3844 + "author_account_age_days": 3918 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1910 + "author_account_age_days": 1984 }, "https://github.com/cerspense/ComfyUI_cspnodes": { - "stars": 34, - "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3127 + "stars": 36, + "last_update": "2025-10-09 11:28:43", + "author_account_age_days": 3201 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 139, + "stars": 140, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1598 + "author_account_age_days": 1672 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 45, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 1021 + "author_account_age_days": 1095 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4281 + "author_account_age_days": 4355 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4281 + "author_account_age_days": 4355 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 801 + "author_account_age_days": 875 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 801 + "author_account_age_days": 875 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1638 + "author_account_age_days": 1712 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { - "stars": 25, + "stars": 26, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-DragAnything": { - "stars": 70, + "stars": 71, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 411, + "stars": 412, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-LightGlue": { - "stars": 48, + "stars": 49, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { - "stars": 212, + "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { - "stars": 86, + "stars": 85, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 273, + "stars": 278, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 158, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { - "stars": 37, + "stars": 36, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5279 + "author_account_age_days": 5353 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 109, + "stars": 112, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 779 + "author_account_age_days": 853 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3060 + "author_account_age_days": 3135 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-08-18 21:40:21", - "author_account_age_days": 3060 + "author_account_age_days": 3135 + }, + "https://github.com/charlyad142/comfyUI_charly_replicate_api": { + "stars": 0, + "last_update": "2025-10-21 19:57:07", + "author_account_age_days": 3135 }, "https://github.com/chaserhkj/ComfyUI-Chaser-nodes": { "stars": 0, - "last_update": "2025-09-03 12:18:11", - "author_account_age_days": 4859 + "last_update": "2025-09-21 02:52:56", + "author_account_age_days": 4934 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 329 + "author_account_age_days": 403 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { - "stars": 7, + "stars": 6, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2180 + "author_account_age_days": 2254 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3623 + "author_account_age_days": 3697 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 376, - "last_update": "2025-09-11 02:41:13", - "author_account_age_days": 732 + "stars": 527, + "last_update": "2025-10-23 09:36:33", + "author_account_age_days": 806 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { - "stars": 2, + "stars": 3, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 732 + "author_account_age_days": 806 }, "https://github.com/chenpipi0807/Comfyui-CustomizeTextEncoder-Qwen-image": { - "stars": 24, + "stars": 34, "last_update": "2025-09-04 10:51:53", - "author_account_age_days": 732 + "author_account_age_days": 806 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { - "stars": 28, + "stars": 30, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 732 + "author_account_age_days": 806 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3860 + "author_account_age_days": 3934 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 542 + "author_account_age_days": 616 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1975 + "author_account_age_days": 2049 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 359, + "stars": 365, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 889 + "author_account_age_days": 963 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { - "stars": 53, + "stars": 54, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 889 + "author_account_age_days": 963 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { - "stars": 33, + "stars": 36, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 889 + "author_account_age_days": 963 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 18, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 889 + "author_account_age_days": 963 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2565, - "last_update": "2025-09-10 16:06:29", - "author_account_age_days": 889 + "stars": 2730, + "last_update": "2025-11-21 10:27:43", + "author_account_age_days": 963 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 475, - "last_update": "2025-09-10 09:27:35", - "author_account_age_days": 889 + "stars": 537, + "last_update": "2025-11-07 09:44:04", + "author_account_age_days": 963 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { - "stars": 30, + "stars": 29, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 889 + "author_account_age_days": 963 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 146, + "stars": 147, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 889 + "author_account_age_days": 963 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 111, + "stars": 114, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 889 + "author_account_age_days": 963 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 77, - "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3294 + "stars": 80, + "last_update": "2025-11-03 21:11:57", + "author_account_age_days": 3368 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 201, + "stars": 205, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5968 + "author_account_age_days": 6042 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 671 + "author_account_age_days": 745 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 671 + "author_account_age_days": 745 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { - "stars": 11, + "stars": 12, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2165 + "author_account_age_days": 2239 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4418 + "author_account_age_days": 4492 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2242 + "author_account_age_days": 2316 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 90, + "stars": 92, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1177 + "author_account_age_days": 1251 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 75, + "stars": 77, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4510 + "author_account_age_days": 4584 }, "https://github.com/chrisgoringe/cg-image-filter": { - "stars": 86, - "last_update": "2025-09-03 06:27:53", - "author_account_age_days": 4510 + "stars": 99, + "last_update": "2025-11-24 00:00:26", + "author_account_age_days": 4584 }, "https://github.com/chrisgoringe/cg-noisetools": { - "stars": 17, + "stars": 20, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4510 + "author_account_age_days": 4584 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 32, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4510 + "author_account_age_days": 4584 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 784, - "last_update": "2025-09-11 23:38:58", - "author_account_age_days": 4510 + "stars": 852, + "last_update": "2025-11-25 01:38:17", + "author_account_age_days": 4584 }, "https://github.com/chrish-slingshot/CrasHUtils": { - "stars": 13, - "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1046 + "stars": 14, + "last_update": "2025-10-09 23:23:49", + "author_account_age_days": 1120 }, "https://github.com/chrissy0/chris-comfyui-nodes": { - "stars": 1, + "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2500 + "author_account_age_days": 2574 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 316, + "stars": 377, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1794 + "author_account_age_days": 1868 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { - "stars": 7, + "stars": 13, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1794 + "author_account_age_days": 1868 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1794 + "author_account_age_days": 1868 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1794 + "author_account_age_days": 1868 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 13, + "stars": 14, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1794 + "author_account_age_days": 1868 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { - "stars": 94, + "stars": 95, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1794 + "author_account_age_days": 1868 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1794 + "author_account_age_days": 1868 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1794 + "author_account_age_days": 1868 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 804 + "author_account_age_days": 879 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { - "stars": 2, + "stars": 3, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 804 + "author_account_age_days": 879 }, "https://github.com/chyer/Chye-ComfyUI-Toolset": { "stars": 0, - "last_update": "2025-08-31 12:00:23", - "author_account_age_days": 4476 + "last_update": "2025-11-20 09:04:13", + "author_account_age_days": 4551 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4644 + "author_account_age_days": 4718 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { - "stars": 4, + "stars": 5, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4644 + "author_account_age_days": 4718 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4644 + "author_account_age_days": 4718 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 85, - "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5816 + "stars": 97, + "last_update": "2025-10-28 15:03:10", + "author_account_age_days": 5890 }, "https://github.com/citronlegacy/ComfyUI-CitronNodes": { "stars": 0, "last_update": "2025-08-26 00:14:42", - "author_account_age_days": 4382 + "author_account_age_days": 4457 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2512, - "last_update": "2025-09-09 05:07:45", - "author_account_age_days": 943 + "stars": 2790, + "last_update": "2025-11-08 18:35:19", + "author_account_age_days": 1017 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 98, + "stars": 101, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 943 + "author_account_age_days": 1017 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 943 + "author_account_age_days": 1017 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 521, + "stars": 526, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 943 + "author_account_age_days": 1017 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 482, + "stars": 486, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 943 + "author_account_age_days": 1017 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 303, + "stars": 312, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 943 + "author_account_age_days": 1017 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 164, + "stars": 165, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 943 + "author_account_age_days": 1017 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 8, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2950 + "author_account_age_days": 3024 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2950 + "author_account_age_days": 3024 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 154, + "stars": 163, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1044 + "author_account_age_days": 1118 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 801 + "author_account_age_days": 876 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, - "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 60 + "last_update": "2025-11-03 08:37:18", + "author_account_age_days": 135 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3146 + "author_account_age_days": 3220 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2548 + "author_account_age_days": 2622 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 7, - "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3274 + "last_update": "2025-09-27 11:32:52", + "author_account_age_days": 3348 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 3, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2038 + "author_account_age_days": 2112 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 358 + "author_account_age_days": 433 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { - "stars": 0, + "stars": 1, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4990 + "author_account_age_days": 5065 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5928 + "author_account_age_days": 6003 + }, + "https://github.com/cmeka/ComfyUI-WanMoEScheduler": { + "stars": 5, + "last_update": "2025-11-05 01:59:12", + "author_account_age_days": 4285 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 619 + "author_account_age_days": 693 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-09-09 09:10:08", - "author_account_age_days": 52 + "author_account_age_days": 127 + }, + "https://github.com/co5dt/ComfyUI-Persistent-Queue": { + "stars": 3, + "last_update": "2025-09-28 11:49:26", + "author_account_age_days": 3366 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3243 + "author_account_age_days": 3317 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6294 + "author_account_age_days": 6368 + }, + "https://github.com/colorAi/comfyui-ImageSelectorbyPrompt": { + "stars": 22, + "last_update": "2025-11-09 02:46:25", + "author_account_age_days": 933 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { - "stars": 54, - "last_update": "2025-09-11 01:41:38", - "author_account_age_days": 612 + "stars": 71, + "last_update": "2025-10-01 10:55:39", + "author_account_age_days": 686 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 88172, - "last_update": "2025-09-11 23:33:06", - "author_account_age_days": 993 + "stars": 94512, + "last_update": "2025-11-25 23:55:51", + "author_account_age_days": 1068 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 656, + "stars": 673, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 994 + "author_account_age_days": 1068 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 192, + "stars": 194, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 994 + "author_account_age_days": 1068 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { - "stars": 7, - "last_update": "2025-08-26 14:55:48", - "author_account_age_days": 263 + "stars": 14, + "last_update": "2025-09-13 15:37:23", + "author_account_age_days": 338 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { - "stars": 0, - "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 293 + "stars": 1, + "last_update": "2025-10-06 23:13:51", + "author_account_age_days": 368 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 217 + "author_account_age_days": 292 + }, + "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer": { + "stars": 0, + "last_update": "2025-11-21 13:47:41", + "author_account_age_days": 870 + }, + "https://github.com/comrender/ComfyUI-NanoSeed": { + "stars": 3, + "last_update": "2025-11-21 13:52:56", + "author_account_age_days": 870 + }, + "https://github.com/comrender/ComfyUI-Topaz-Upscaler": { + "stars": 0, + "last_update": "2025-11-17 15:34:03", + "author_account_age_days": 870 + }, + "https://github.com/comrender/ComfyUI-edge-match-checker": { + "stars": 0, + "last_update": "2025-11-21 10:53:27", + "author_account_age_days": 870 + }, + "https://github.com/comrender/ComfyUI-gpt5_image_text": { + "stars": 0, + "last_update": "2025-11-15 09:40:14", + "author_account_age_days": 870 }, "https://github.com/concarne000/ComfyUI-Stacker": { - "stars": 6, + "stars": 8, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2346 + "author_account_age_days": 2420 }, "https://github.com/concarne000/ConCarneNode": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2346 + "author_account_age_days": 2420 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { - "stars": 5, + "stars": 6, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5054 + "author_account_age_days": 5128 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { - "stars": 89, + "stars": 90, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5108 + "author_account_age_days": 5182 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 164, + "stars": 181, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5108 + "author_account_age_days": 5182 }, "https://github.com/coreyryanhanson/ComfyQR": { - "stars": 80, + "stars": 81, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3501 + "author_account_age_days": 3575 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3501 + "author_account_age_days": 3575 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 1, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3386 + "author_account_age_days": 3461 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 511 + "author_account_age_days": 585 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 554 + "author_account_age_days": 628 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 113, + "stars": 121, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 554 + "author_account_age_days": 628 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 85, + "stars": 88, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 554 + "author_account_age_days": 628 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1570 + "author_account_age_days": 1644 }, "https://github.com/craig-tanaka/comfyui_animeseg": { - "stars": 1, + "stars": 2, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3054 + "author_account_age_days": 3129 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 212 + "author_account_age_days": 286 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1425, - "last_update": "2025-08-17 11:39:44", - "author_account_age_days": 4562 + "stars": 1584, + "last_update": "2025-10-26 19:10:29", + "author_account_age_days": 4636 }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 48, + "stars": 50, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4562 + "author_account_age_days": 4636 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { - "stars": 1, + "stars": 2, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 911 + "author_account_age_days": 986 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 83, + "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5456 + "author_account_age_days": 5530 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 489, + "stars": 503, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5456 + "author_account_age_days": 5530 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5453, + "stars": 5603, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5456 + "author_account_age_days": 5530 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1716, + "stars": 1751, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5456 + "author_account_age_days": 5530 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 942, + "stars": 991, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5456 + "author_account_age_days": 5530 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 889, + "stars": 901, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5456 + "author_account_age_days": 5530 }, "https://github.com/cuongloveit/comfy_http_request": { - "stars": 5, + "stars": 6, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3697 + "author_account_age_days": 3771 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2375 + "author_account_age_days": 2449 + }, + "https://github.com/cyan9977/ComfyUI_PromptQueue": { + "stars": 0, + "last_update": "2025-11-07 01:51:10", + "author_account_age_days": 446 }, "https://github.com/cyberhirsch/seb_nodes": { + "stars": 2, + "last_update": "2025-11-25 14:50:54", + "author_account_age_days": 2386 + }, + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": { "stars": 1, - "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2311 + "last_update": "2025-10-21 13:13:22", + "author_account_age_days": 1960 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4679 + "author_account_age_days": 4753 }, "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": 835 + "author_account_age_days": 909 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 835 + "author_account_age_days": 909 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 835 + "author_account_age_days": 909 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 835 + "author_account_age_days": 909 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 835 + "author_account_age_days": 909 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 4, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 835 + "author_account_age_days": 909 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 39, - "last_update": "2025-08-22 14:06:19", - "author_account_age_days": 835 + "stars": 45, + "last_update": "2025-10-25 07:55:31", + "author_account_age_days": 909 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { - "stars": 3, - "last_update": "2025-09-12 11:11:30", - "author_account_age_days": 2035 + "stars": 6, + "last_update": "2025-11-12 21:16:28", + "author_account_age_days": 2109 }, "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": { "stars": 2, "last_update": "2025-09-03 08:41:00", - "author_account_age_days": 1999 + "author_account_age_days": 2074 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1121 + "author_account_age_days": 1195 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 264, - "last_update": "2025-09-07 20:01:51", - "author_account_age_days": 4517 + "stars": 273, + "last_update": "2025-11-14 20:22:57", + "author_account_age_days": 4591 }, "https://github.com/danTheMonk/comfyui-int-and-float": { - "stars": 0, + "stars": 3, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3831 + "author_account_age_days": 3906 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { - "stars": 0, + "stars": 1, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 835 + "author_account_age_days": 909 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 328, + "stars": 346, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2850 + "author_account_age_days": 2924 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 61, + "stars": 62, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3797 + "author_account_age_days": 3871 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { - "stars": 31, + "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3797 + "author_account_age_days": 3871 + }, + "https://github.com/darkamenosa/comfy_inpaint_blend": { + "stars": 2, + "last_update": "2025-09-15 16:26:29", + "author_account_age_days": 4303 }, "https://github.com/darkamenosa/comfy_nanobanana": { - "stars": 27, + "stars": 36, "last_update": "2025-09-09 00:56:14", - "author_account_age_days": 4228 + "author_account_age_days": 4303 }, "https://github.com/darkpixel/darkprompts": { - "stars": 9, + "stars": 10, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5769 + "author_account_age_days": 5843 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, - "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4874 + "last_update": "2025-11-05 15:49:02", + "author_account_age_days": 4948 + }, + "https://github.com/darth-veitcher/comfyui-ollama-model-manager": { + "stars": 0, + "last_update": "2025-11-05 17:05:44", + "author_account_age_days": 4948 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 3, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4910 + "author_account_age_days": 4984 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5158 + "author_account_age_days": 5232 }, "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley": { "stars": 7, "last_update": "2025-09-02 14:44:32", - "author_account_age_days": 5158 + "author_account_age_days": 5232 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5158 + "author_account_age_days": 5232 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 603 + "author_account_age_days": 677 }, "https://github.com/davidgressett/comfyui-systemlevel": { - "stars": 0, + "stars": 1, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3076 + "author_account_age_days": 3150 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 125, + "stars": 134, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/daxcay/ComfyUI-NODEJS": { - "stars": 14, + "stars": 16, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/daxcay/ComfyUI-Nexus": { - "stars": 87, + "stars": 91, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/daxcay/ComfyUI-TG": { - "stars": 21, + "stars": 23, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/daxcay/ComfyUI-WA": { - "stars": 49, + "stars": 50, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 540 + "author_account_age_days": 614 }, "https://github.com/dchatel/comfyui_davcha": { - "stars": 1, - "last_update": "2025-09-09 19:29:02", - "author_account_age_days": 4981 + "stars": 2, + "last_update": "2025-11-11 12:48:12", + "author_account_age_days": 5055 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 148, - "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4981 + "stars": 160, + "last_update": "2025-10-08 11:49:00", + "author_account_age_days": 5055 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3942 + "author_account_age_days": 4016 + }, + "https://github.com/deng-wei/ComfyUI-MiVolo-V2": { + "stars": 19, + "last_update": "2025-11-20 09:00:07", + "author_account_age_days": 4156 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 176, + "stars": 181, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5741 + "author_account_age_days": 5815 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5741 + "author_account_age_days": 5815 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { - "stars": 14, + "stars": 17, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 355 + "author_account_age_days": 429 }, "https://github.com/dfl/comfyui-clip-with-break": { - "stars": 15, + "stars": 16, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6420 + "author_account_age_days": 6494 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 84, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6420 + "author_account_age_days": 6494 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 558, + "stars": 574, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4649 + "author_account_age_days": 4723 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4649 + "author_account_age_days": 4723 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1079 + "author_account_age_days": 1154 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { - "stars": 10, + "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4436 + "author_account_age_days": 4510 + }, + "https://github.com/diffussy69/comfyui-curved_weight_schedule": { + "stars": 2, + "last_update": "2025-11-23 04:21:13", + "author_account_age_days": 531 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 184, + "stars": 194, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4963 + "author_account_age_days": 5037 }, "https://github.com/dimtion/comfyui-raw-image": { - "stars": 2, + "stars": 4, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4810 + "author_account_age_days": 4884 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 318, - "last_update": "2025-08-30 16:22:48", - "author_account_age_days": 3860 + "stars": 347, + "last_update": "2025-10-31 00:44:32", + "author_account_age_days": 3934 }, "https://github.com/dimtoneff/ComfyUI-VL-Nodes": { - "stars": 7, + "stars": 9, "last_update": "2025-08-29 01:10:55", - "author_account_age_days": 3859 + "author_account_age_days": 3934 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 141, - "last_update": "2025-09-11 00:24:14", - "author_account_age_days": 572 + "stars": 413, + "last_update": "2025-11-20 04:28:33", + "author_account_age_days": 647 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 80, + "stars": 81, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5216 + "author_account_age_days": 5290 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 791 + "author_account_age_days": 865 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { - "stars": 14, + "stars": 15, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1915 + "author_account_age_days": 1989 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1915 + "author_account_age_days": 1989 }, "https://github.com/discus0434/comfyui-flux-accelerator": { - "stars": 139, + "stars": 141, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1915 + "author_account_age_days": 1989 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 371, - "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4729 + "stars": 385, + "last_update": "2025-09-22 11:58:35", + "author_account_age_days": 4803 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2295 + "author_account_age_days": 2369 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4950 + "author_account_age_days": 5024 }, "https://github.com/dmarx/ComfyUI-Keyframed": { - "stars": 89, + "stars": 90, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4950 + "author_account_age_days": 5024 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 705 + "author_account_age_days": 779 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { - "stars": 17, + "stars": 18, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 705 + "author_account_age_days": 779 + }, + "https://github.com/dothings/comfyui_placeholder_prompting": { + "stars": 0, + "last_update": "2025-10-03 12:06:27", + "author_account_age_days": 1596 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { - "stars": 13, - "last_update": "2025-09-08 22:57:35", - "author_account_age_days": 1035 + "stars": 23, + "last_update": "2025-09-15 18:43:37", + "author_account_age_days": 1110 + }, + "https://github.com/downlifted/ComfyUI_GROQ-PromptWizard": { + "stars": 0, + "last_update": "2025-09-22 00:10:40", + "author_account_age_days": 2766 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4215 + "author_account_age_days": 4289 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 929 + "author_account_age_days": 1003 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { - "stars": 4, + "stars": 5, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4223 + "author_account_age_days": 4297 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 28, - "last_update": "2025-09-10 17:07:26", - "author_account_age_days": 3495 + "stars": 62, + "last_update": "2025-10-30 18:01:01", + "author_account_age_days": 3571 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3656 + "author_account_age_days": 3731 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 734 + "author_account_age_days": 808 }, "https://github.com/dseditor/ComfyUI-ListHelper": { - "stars": 24, + "stars": 31, "last_update": "2025-09-04 07:32:18", - "author_account_age_days": 1448 + "author_account_age_days": 1523 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1448 + "author_account_age_days": 1523 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 4, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1448 + "author_account_age_days": 1523 + }, + "https://github.com/dskjal/comfyui-yolov8-dsuksampler": { + "stars": 0, + "last_update": "2025-11-09 15:23:16", + "author_account_age_days": 3598 + }, + "https://github.com/dskjal/comfyui-yolov8-simple": { + "stars": 0, + "last_update": "2025-11-07 04:54:26", + "author_account_age_days": 3598 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1067 + "author_account_age_days": 1141 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 974 + "author_account_age_days": 1048 }, "https://github.com/duldduld/ComfyUI_md5": { "stars": 1, "last_update": "2025-09-06 16:58:52", - "author_account_age_days": 3171 + "author_account_age_days": 3246 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 1017 + "author_account_age_days": 1091 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3460 + "author_account_age_days": 3534 + }, + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": { + "stars": 2, + "last_update": "2025-11-04 08:45:39", + "author_account_age_days": 1689 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 126 + "author_account_age_days": 201 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5249 + "author_account_age_days": 5323 + }, + "https://github.com/eRepublik-Labs/comfyui-nodes-erpk": { + "stars": 0, + "last_update": "2025-10-29 14:49:21", + "author_account_age_days": 1825 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2908 + "author_account_age_days": 2982 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3163 + "author_account_age_days": 3237 }, "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": { - "stars": 2, - "last_update": "2025-09-10 16:05:21", - "author_account_age_days": 289 + "stars": 4, + "last_update": "2025-10-28 07:34:15", + "author_account_age_days": 364 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { - "stars": 3, - "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2502 + "stars": 4, + "last_update": "2025-11-18 00:58:02", + "author_account_age_days": 2577 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": { + "stars": 9, + "last_update": "2025-11-02 17:17:30", + "author_account_age_days": 267 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-MemoryCleaner": { + "stars": 15, + "last_update": "2025-11-10 15:36:42", + "author_account_age_days": 267 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-PreviewImageNode": { + "stars": 9, + "last_update": "2025-11-11 07:39:18", + "author_account_age_days": 267 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenFrameSelector": { + "stars": 10, + "last_update": "2025-11-11 07:40:58", + "author_account_age_days": 267 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenVideo": { + "stars": 14, + "last_update": "2025-11-10 09:59:51", + "author_account_age_days": 267 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-TorchCompileSpeed": { + "stars": 24, + "last_update": "2025-10-11 15:26:20", + "author_account_age_days": 267 + }, + "https://github.com/eddyhhlure1Eddy/ode-ComfyUI-WanVideoWrapper": { + "stars": 228, + "last_update": "2025-10-28 02:46:54", + "author_account_age_days": 267 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2578 + "author_account_age_days": 2652 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { - "stars": 60, - "last_update": "2025-09-06 10:40:34", - "author_account_age_days": 2578 + "stars": 64, + "last_update": "2025-11-05 10:03:15", + "author_account_age_days": 2652 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 98, - "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 718 + "stars": 105, + "last_update": "2025-10-23 12:26:53", + "author_account_age_days": 792 }, "https://github.com/edenartlab/sd-lora-trainer": { - "stars": 59, + "stars": 63, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 718 + "author_account_age_days": 792 }, "https://github.com/edoardocarmignani/extralinks": { + "stars": 6, + "last_update": "2025-11-25 17:31:51", + "author_account_age_days": 2972 + }, + "https://github.com/edoardocompagnucci/ComfyUI-HSyn9DHPE": { "stars": 1, - "last_update": "2025-09-03 15:48:27", - "author_account_age_days": 2897 + "last_update": "2025-11-04 08:08:46", + "author_account_age_days": 2368 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { - "stars": 3, + "stars": 4, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 647 + "author_account_age_days": 721 }, "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": 647 + "author_account_age_days": 721 + }, + "https://github.com/efortin/ComfyUI-Ollama-Enhancer": { + "stars": 2, + "last_update": "2025-09-22 07:06:44", + "author_account_age_days": 4655 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { - "stars": 0, + "stars": 1, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2518 + "author_account_age_days": 2593 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { - "stars": 0, + "stars": 1, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3276 + "author_account_age_days": 3351 + }, + "https://github.com/elyetis/Comfyui-ColorMatchNodes": { + "stars": 0, + "last_update": "2025-11-23 11:23:09", + "author_account_age_days": 3524 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2968 + "author_account_age_days": 3042 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { - "stars": 206, + "stars": 207, "last_update": "2025-09-03 00:40:23", - "author_account_age_days": 401 + "author_account_age_days": 475 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 56, + "stars": 68, "last_update": "2025-08-23 07:48:17", - "author_account_age_days": 3877 + "author_account_age_days": 3952 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 524, - "last_update": "2025-09-02 11:32:28", - "author_account_age_days": 442 + "stars": 556, + "last_update": "2025-11-18 23:55:24", + "author_account_age_days": 516 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 133, + "stars": 140, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4684 + "author_account_age_days": 4758 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { - "stars": 0, + "stars": 1, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3811 + "author_account_age_days": 3885 }, "https://github.com/exdysa/comfyui-selector": { - "stars": 4, + "stars": 5, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1441 + "author_account_age_days": 1515 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 5, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4363 + "author_account_age_days": 4437 }, "https://github.com/exectails/comfyui-et_infoutils": { - "stars": 2, + "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4363 + "author_account_age_days": 4437 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4363 + "author_account_age_days": 4437 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { - "stars": 21, - "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 379 + "stars": 22, + "last_update": "2025-09-23 05:43:28", + "author_account_age_days": 453 }, "https://github.com/facefusion/facefusion-comfyui": { - "stars": 6, - "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 756 + "stars": 13, + "last_update": "2025-11-02 20:00:17", + "author_account_age_days": 831 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { - "stars": 117, + "stars": 119, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 903 + "author_account_age_days": 977 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 92, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 903 + "author_account_age_days": 977 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2379 + "author_account_age_days": 2453 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { - "stars": 33, + "stars": 32, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2379 + "author_account_age_days": 2453 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { - "stars": 15, + "stars": 21, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2379 + "author_account_age_days": 2453 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 224, - "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2379 + "stars": 234, + "last_update": "2025-11-22 01:14:46", + "author_account_age_days": 2453 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 17, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2379 + "author_account_age_days": 2453 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, - "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1534 + "last_update": "2025-11-07 09:24:25", + "author_account_age_days": 1608 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { - "stars": 27, + "stars": 29, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 801 + "author_account_age_days": 875 }, "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": 5382 + "author_account_age_days": 5456 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3810 + "author_account_age_days": 3884 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3810 + "author_account_age_days": 3884 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { - "stars": 22, - "last_update": "2025-09-11 20:47:41", - "author_account_age_days": 3810 + "stars": 106, + "last_update": "2025-11-05 19:33:27", + "author_account_age_days": 3884 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { - "stars": 5, + "stars": 7, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3810 + "author_account_age_days": 3884 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3810 + "author_account_age_days": 3884 }, "https://github.com/fblissjr/shrug-prompter": { - "stars": 18, - "last_update": "2025-08-24 17:45:42", - "author_account_age_days": 3810 + "stars": 21, + "last_update": "2025-09-30 21:58:22", + "author_account_age_days": 3884 }, - "https://github.com/fcanfora/comfyui-camera-tools": { - "stars": 1, - "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 891 + "https://github.com/fchangjun/Baidu_Meux_ComfyTools": { + "stars": 2, + "last_update": "2025-11-13 08:05:15", + "author_account_age_days": 4043 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { - "stars": 1, - "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3968 + "stars": 2, + "last_update": "2025-11-13 08:05:15", + "author_account_age_days": 4043 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 1007 + "author_account_age_days": 1081 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 10, + "stars": 15, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1074 + "author_account_age_days": 1149 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4408 + "author_account_age_days": 4482 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { - "stars": 94, + "stars": 101, "last_update": "2025-08-25 05:11:01", - "author_account_age_days": 1494 + "author_account_age_days": 1568 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 2004 + "author_account_age_days": 2078 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { - "stars": 7, + "stars": 9, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5489 + "author_account_age_days": 5563 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { - "stars": 4, + "stars": 6, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5489 + "author_account_age_days": 5563 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5489 + "author_account_age_days": 5563 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 2, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3438 + "author_account_age_days": 3513 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 73, + "stars": 76, "last_update": "2025-08-19 21:29:55", - "author_account_age_days": 3922 + "author_account_age_days": 3996 + }, + "https://github.com/filliptm/ComfyUI_FL-Path-Animator": { + "stars": 3, + "last_update": "2025-11-05 04:44:02", + "author_account_age_days": 2256 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 170, + "stars": 172, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2181 + "author_account_age_days": 2255 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { - "stars": 161, + "stars": 172, "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2181 + "author_account_age_days": 2255 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 445, - "last_update": "2025-09-12 08:49:14", - "author_account_age_days": 2181 + "stars": 502, + "last_update": "2025-11-25 08:54:55", + "author_account_age_days": 2255 }, "https://github.com/finegrain-ai/comfyui-finegrain": { - "stars": 12, - "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 948 + "stars": 13, + "last_update": "2025-09-17 16:39:03", + "author_account_age_days": 1022 + }, + "https://github.com/fkxianzhou/ComfyUI-Jimeng-API": { + "stars": 4, + "last_update": "2025-11-25 10:20:04", + "author_account_age_days": 2238 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { - "stars": 3, + "stars": 5, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3753 + "author_account_age_days": 3828 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { - "stars": 1, + "stars": 2, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 639 + "author_account_age_days": 713 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { - "stars": 15, + "stars": 16, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 639 + "author_account_age_days": 713 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { - "stars": 141, + "stars": 140, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 639 + "author_account_age_days": 713 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 639 + "author_account_age_days": 713 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1118, - "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 639 + "stars": 1158, + "last_update": "2025-09-14 10:54:52", + "author_account_age_days": 713 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 289, + "stars": 298, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 639 + "author_account_age_days": 713 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 719 + "author_account_age_days": 793 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 250, + "stars": 259, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 719 + "author_account_age_days": 793 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 513, + "stars": 524, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 719 + "author_account_age_days": 793 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 278 + "author_account_age_days": 352 + }, + "https://github.com/flybirdxx/ComfyUI-RexOmni": { + "stars": 9, + "last_update": "2025-10-23 07:12:56", + "author_account_age_days": 3166 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 138, - "last_update": "2025-09-11 11:29:04", - "author_account_age_days": 3091 + "stars": 155, + "last_update": "2025-10-31 09:44:50", + "author_account_age_days": 3166 + }, + "https://github.com/flybirdxx/ComfyUI-SoulX-Podcast": { + "stars": 70, + "last_update": "2025-10-31 13:16:53", + "author_account_age_days": 3166 }, "https://github.com/flycarl/ComfyUI-Pixelate": { - "stars": 2, + "stars": 3, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5305 + "author_account_age_days": 5379 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { - "stars": 7, + "stars": 8, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3940 + "author_account_age_days": 4014 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4067 + "author_account_age_days": 4141 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { - "stars": 10, + "stars": 11, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5553 + "author_account_age_days": 5627 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { - "stars": 76, + "stars": 79, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5553 + "author_account_age_days": 5627 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5553 + "author_account_age_days": 5627 }, "https://github.com/fofr/comfyui-fofr-toolkit": { - "stars": 4, + "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5553 + "author_account_age_days": 5627 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 770 + "author_account_age_days": 844 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 300 + "author_account_age_days": 375 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2766 + "author_account_age_days": 2840 }, "https://github.com/fpgaminer/joycaption_comfyui": { - "stars": 95, + "stars": 108, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4914 + "author_account_age_days": 4989 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2528 + "author_account_age_days": 2603 + }, + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": { + "stars": 16, + "last_update": "2025-09-15 13:41:36", + "author_account_age_days": 3787 + }, + "https://github.com/fr0nky0ng/ComfyUI-JSON-Prompt": { + "stars": 2, + "last_update": "2025-11-19 12:07:10", + "author_account_age_days": 3787 + }, + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": { + "stars": 2, + "last_update": "2025-09-18 09:11:07", + "author_account_age_days": 3787 + }, + "https://github.com/francarl/ComfyUI-OnDemand-Loaders": { + "stars": 1, + "last_update": "2025-11-25 14:01:14", + "author_account_age_days": 5068 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 886 + "author_account_age_days": 960 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 585, + "stars": 592, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 886 + "author_account_age_days": 960 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 886 - }, - "https://github.com/fredconex/ComfyUI-SongBloom": { - "stars": 62, - "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1146 - }, - "https://github.com/fredconex/ComfyUI-SoundFlow": { - "stars": 59, - "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1146 - }, - "https://github.com/fredconex/ComfyUI-SyncEdit": { - "stars": 0, - "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1146 + "author_account_age_days": 960 }, "https://github.com/fredhopp/comfyui-flipflopnodes": { "stars": 0, "last_update": "2025-09-02 04:42:06", - "author_account_age_days": 1879 + "author_account_age_days": 1954 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2603 + "author_account_age_days": 2677 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2651 + "author_account_age_days": 2725 }, "https://github.com/fssorc/ComfyUI_FFT": { - "stars": 13, + "stars": 14, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5032 + "author_account_age_days": 5106 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 175, + "stars": 185, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5032 + "author_account_age_days": 5106 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { - "stars": 18, + "stars": 20, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5032 + "author_account_age_days": 5106 }, "https://github.com/fssorc/ComfyUI_pose_inter": { - "stars": 84, + "stars": 87, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5032 + "author_account_age_days": 5106 + }, + "https://github.com/fuselayer/comfyui-lite-tracker": { + "stars": 0, + "last_update": "2025-11-17 09:53:32", + "author_account_age_days": 797 + }, + "https://github.com/fuselayer/comfyui-minimal-workflow-image": { + "stars": 2, + "last_update": "2025-11-09 06:16:48", + "author_account_age_days": 797 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 723 + "author_account_age_days": 797 + }, + "https://github.com/fuselayer/comfyui-noise-match": { + "stars": 0, + "last_update": "2025-11-10 06:37:09", + "author_account_age_days": 797 + }, + "https://github.com/fuyouawa/comfyui-easytoolkit": { + "stars": 0, + "last_update": "2025-11-25 09:32:24", + "author_account_age_days": 1087 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 1, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 813 + "author_account_age_days": 888 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 109 + "author_account_age_days": 184 }, "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": 109 + "author_account_age_days": 184 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { - "stars": 16, + "stars": 21, "last_update": "2025-09-06 18:35:08", - "author_account_age_days": 109 + "author_account_age_days": 184 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { - "stars": 0, + "stars": 1, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 109 + "author_account_age_days": 184 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4149 + "author_account_age_days": 4223 }, "https://github.com/garg-aayush/ComfyUI-Svg2Raster": { "stars": 0, "last_update": "2025-09-10 10:09:14", - "author_account_age_days": 3492 + "author_account_age_days": 3567 + }, + "https://github.com/gasdyueer/comfyui-yolo-mask-process": { + "stars": 0, + "last_update": "2025-09-27 02:57:46", + "author_account_age_days": 572 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4438 + "author_account_age_days": 4513 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-08-28 19:48:17", - "author_account_age_days": 2426 + "author_account_age_days": 2500 + }, + "https://github.com/geltz/ComfyUI-geltz": { + "stars": 2, + "last_update": "2025-11-25 17:15:55", + "author_account_age_days": 175 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 9, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2402 + "author_account_age_days": 2476 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5397 + "author_account_age_days": 5471 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3992 + "author_account_age_days": 4067 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 5, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4304 + "author_account_age_days": 4378 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 300, + "stars": 315, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4683 + "author_account_age_days": 4757 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5444 + "author_account_age_days": 5518 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 21, - "last_update": "2025-08-23 01:06:12", - "author_account_age_days": 3486 + "stars": 66, + "last_update": "2025-09-21 12:59:07", + "author_account_age_days": 3561 + }, + "https://github.com/gitcapoom/comfyui_fovestimator": { + "stars": 0, + "last_update": "2025-11-06 17:12:20", + "author_account_age_days": 238 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4348 + "author_account_age_days": 4422 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4348 + "author_account_age_days": 4422 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4348 + "author_account_age_days": 4422 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4348 + "author_account_age_days": 4422 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4348 + "author_account_age_days": 4422 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { - "stars": 9, + "stars": 11, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2753 + "author_account_age_days": 2827 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 182, + "stars": 186, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2943 + "author_account_age_days": 3017 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { - "stars": 59, + "stars": 62, "last_update": "2025-08-18 08:00:38", - "author_account_age_days": 1019 + "author_account_age_days": 1093 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 415 + "author_account_age_days": 490 }, "https://github.com/glowcone/comfyui-base64-to-image": { - "stars": 16, + "stars": 18, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4191 + "author_account_age_days": 4265 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4191 + "author_account_age_days": 4265 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { - "stars": 14, + "stars": 15, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2740 + "author_account_age_days": 2814 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2740 + "author_account_age_days": 2814 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 399 + "author_account_age_days": 473 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2175 + "author_account_age_days": 2249 }, "https://github.com/godmt/ComfyUI-List-Utils": { - "stars": 10, + "stars": 11, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2175 + "author_account_age_days": 2249 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3558 + "author_account_age_days": 3632 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { - "stars": 65, + "stars": 67, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1503 + "author_account_age_days": 1577 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1503 + "author_account_age_days": 1577 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { - "stars": 50, + "stars": 53, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1503 + "author_account_age_days": 1577 }, "https://github.com/gokayfem/ComfyUI-fal-API": { - "stars": 151, - "last_update": "2025-09-11 13:13:03", - "author_account_age_days": 1503 + "stars": 163, + "last_update": "2025-11-22 10:38:55", + "author_account_age_days": 1577 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 526, + "stars": 539, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1503 + "author_account_age_days": 1577 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 2021 + "author_account_age_days": 2095 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, - "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2906 + "last_update": "2025-10-04 03:55:06", + "author_account_age_days": 2980 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3234 + "author_account_age_days": 3308 }, "https://github.com/gorillaframeai/GF_nodes": { - "stars": 34, + "stars": 33, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 679 + "author_account_age_days": 753 }, "https://github.com/gorillaframeai/GF_translate": { - "stars": 6, + "stars": 7, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 679 + "author_account_age_days": 753 + }, + "https://github.com/gpdev-Pilcothink/comfyui_pilcothink_VisionSLM": { + "stars": 1, + "last_update": "2025-11-23 04:50:39", + "author_account_age_days": 1027 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4714 + "author_account_age_days": 4788 + }, + "https://github.com/gregory-richard/ComfyUI-WarpPipe": { + "stars": 0, + "last_update": "2025-11-19 10:17:51", + "author_account_age_days": 2622 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 268 + "author_account_age_days": 342 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 268 + "author_account_age_days": 342 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 268 + "author_account_age_days": 342 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 268 + "author_account_age_days": 342 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 268 + "author_account_age_days": 342 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 209, + "stars": 218, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 966 + "author_account_age_days": 1040 }, "https://github.com/grmchn/ComfyUI-ProportionChanger": { - "stars": 8, + "stars": 11, "last_update": "2025-09-04 03:05:44", - "author_account_age_days": 103 + "author_account_age_days": 178 }, "https://github.com/grovergol/comfyui-grover-nodes": { "stars": 0, "last_update": "2025-09-02 11:18:16", - "author_account_age_days": 2544 + "author_account_age_days": 2619 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 155, + "stars": 173, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4292 + "author_account_age_days": 4366 }, "https://github.com/gsusgg/ComfyUI_CozyGen": { - "stars": 9, - "last_update": "2025-09-11 22:05:23", - "author_account_age_days": 1063 + "stars": 21, + "last_update": "2025-10-17 22:36:41", + "author_account_age_days": 1138 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { - "stars": 2, + "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1601 + "author_account_age_days": 1675 }, "https://github.com/guerreiro/comfyg-switch": { - "stars": 4, + "stars": 5, "last_update": "2025-08-28 22:13:10", - "author_account_age_days": 5486 + "author_account_age_days": 5560 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4638 + "author_account_age_days": 4712 }, "https://github.com/guill/comfyui-droopy-noodles": { - "stars": 6, + "stars": 8, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4638 + "author_account_age_days": 4712 + }, + "https://github.com/guill/comfyui-stegaflow": { + "stars": 0, + "last_update": "2025-09-30 06:39:36", + "author_account_age_days": 4712 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 347 + "author_account_age_days": 421 + }, + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": { + "stars": 0, + "last_update": "2025-10-20 16:08:40", + "author_account_age_days": 961 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4551 + "author_account_age_days": 4626 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2296 + "author_account_age_days": 2370 + }, + "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": { + "stars": 10, + "last_update": "2025-11-04 08:57:24", + "author_account_age_days": 993 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5282 + "author_account_age_days": 5356 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 2210, - "last_update": "2025-09-11 23:31:23", - "author_account_age_days": 686 + "stars": 2661, + "last_update": "2025-11-25 09:34:40", + "author_account_age_days": 761 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 551 + "author_account_age_days": 625 + }, + "https://github.com/hardik-uppal/ComfyUI-QwenVL-MultiImage": { + "stars": 2, + "last_update": "2025-10-30 23:34:18", + "author_account_age_days": 3773 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { - "stars": 3, + "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 1014 + "author_account_age_days": 1089 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 9, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4082 + "author_account_age_days": 4157 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5112 + "author_account_age_days": 5186 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5112 + "author_account_age_days": 5186 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5112 + "author_account_age_days": 5186 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5112 + "author_account_age_days": 5186 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 41, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5112 + "author_account_age_days": 5186 }, "https://github.com/hay86/ComfyUI_OpenVoice": { - "stars": 18, + "stars": 19, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5112 + "author_account_age_days": 5186 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { - "stars": 200, + "stars": 202, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2361 + "author_account_age_days": 2436 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, - "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3172 + "last_update": "2025-11-18 12:13:59", + "author_account_age_days": 3246 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 151, - "last_update": "2025-09-05 08:54:17", - "author_account_age_days": 2382 + "stars": 164, + "last_update": "2025-09-24 07:18:26", + "author_account_age_days": 2456 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { - "stars": 5, + "stars": 6, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 793 + "author_account_age_days": 867 }, "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": 4375 + "author_account_age_days": 4450 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4609 + "author_account_age_days": 4683 }, "https://github.com/hekmon/comfyui-openai-api": { - "stars": 7, - "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4609 + "stars": 18, + "last_update": "2025-11-11 11:53:30", + "author_account_age_days": 4683 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1901, + "stars": 2008, "last_update": "2025-09-08 02:51:40", - "author_account_age_days": 3340 + "author_account_age_days": 3414 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3340 + "author_account_age_days": 3414 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, - "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 112 + "last_update": "2025-10-12 02:28:44", + "author_account_age_days": 187 + }, + "https://github.com/heyburns/PortraitUtils": { + "stars": 1, + "last_update": "2025-10-27 02:00:26", + "author_account_age_days": 2743 + }, + "https://github.com/heyburns/image-chooser-classic": { + "stars": 3, + "last_update": "2025-11-10 23:06:08", + "author_account_age_days": 2743 }, "https://github.com/hgabha/WWAA-CustomNodes": { - "stars": 23, - "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 600 + "stars": 25, + "last_update": "2025-11-23 01:17:28", + "author_account_age_days": 674 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 952 + "author_account_age_days": 1026 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 960 + "author_account_age_days": 1035 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { - "stars": 4, + "stars": 5, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2970 + "author_account_age_days": 3044 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { - "stars": 10, + "stars": 11, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2247 + "author_account_age_days": 2321 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 209, + "stars": 219, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5557 + "author_account_age_days": 5631 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { - "stars": 6, + "stars": 8, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3059 + "author_account_age_days": 3133 }, "https://github.com/hmwl/ComfyUI_zip": { - "stars": 2, + "stars": 4, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3059 + "author_account_age_days": 3133 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 1000 + "author_account_age_days": 1074 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 1, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 1000 + "author_account_age_days": 1074 + }, + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": { + "stars": 1, + "last_update": "2025-11-20 14:51:36", + "author_account_age_days": 1475 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2774 + "author_account_age_days": 2848 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5088 + "author_account_age_days": 5162 + }, + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm": { + "stars": 0, + "last_update": "2025-11-20 10:20:50", + "author_account_age_days": 3870 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5077 + "author_account_age_days": 5151 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5077 + "author_account_age_days": 5151 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 443, + "stars": 449, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1683 + "author_account_age_days": 1757 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-09-04 17:15:58", - "author_account_age_days": 3949 + "author_account_age_days": 4023 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 630, + "stars": 637, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3321 + "author_account_age_days": 3395 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1724, + "stars": 1741, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3321 + "author_account_age_days": 3395 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 112, + "stars": 131, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3321 + "author_account_age_days": 3395 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { - "stars": 72, + "stars": 76, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3321 + "author_account_age_days": 3395 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 143, + "stars": 151, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3321 + "author_account_age_days": 3395 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 451, + "stars": 448, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3321 + "author_account_age_days": 3395 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { - "stars": 35, + "stars": 36, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6086 + "author_account_age_days": 6160 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, - "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3281 + "last_update": "2025-11-17 22:24:25", + "author_account_age_days": 3355 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 280 - }, - "https://github.com/huixingyun/ComfyUI-HX-Pimg": { - "stars": 0, - "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 280 + "author_account_age_days": 354 }, "https://github.com/hujuying/ComfyUI-ModelScope-API": { - "stars": 3, - "last_update": "2025-09-08 13:13:49", - "author_account_age_days": 1221 + "stars": 16, + "last_update": "2025-10-23 13:08:35", + "author_account_age_days": 1296 + }, + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": { + "stars": 0, + "last_update": "2025-11-24 19:36:21", + "author_account_age_days": 301 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1811 + "author_account_age_days": 1886 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { - "stars": 36, + "stars": 37, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 173 + "author_account_age_days": 247 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { - "stars": 64, + "stars": 66, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 885 + "author_account_age_days": 959 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 885 + "author_account_age_days": 959 }, "https://github.com/huwenkai26/comfyui-remove-text": { "stars": 0, "last_update": "2025-08-28 07:03:52", - "author_account_age_days": 3471 + "author_account_age_days": 3546 + }, + "https://github.com/huyl3-cpu/comfyui-sortlist": { + "stars": 0, + "last_update": "2025-11-24 15:16:47", + "author_account_age_days": 2152 }, "https://github.com/hvppycoding/comfyui-json-prompt-renderer": { "stars": 0, "last_update": "2025-08-26 15:49:55", - "author_account_age_days": 1050 + "author_account_age_days": 1125 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1050 + "author_account_age_days": 1125 + }, + "https://github.com/hvppycoding/hvppyflow": { + "stars": 0, + "last_update": "2025-11-25 07:10:12", + "author_account_age_days": 1125 + }, + "https://github.com/hw5511/comfyui_hf_upscaler_loader": { + "stars": 1, + "last_update": "2025-11-18 23:03:59", + "author_account_age_days": 1608 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3333 + "author_account_age_days": 3407 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { - "stars": 1, - "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1371 + "stars": 3, + "last_update": "2025-10-05 09:31:10", + "author_account_age_days": 1446 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 4, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3556 + "author_account_age_days": 3630 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { - "stars": 3, + "stars": 5, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 185 + "author_account_age_days": 259 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 2002 + "author_account_age_days": 2076 + }, + "https://github.com/iGavroche/ComfyUI-Ninode-Utils": { + "stars": 0, + "last_update": "2025-10-06 15:37:39", + "author_account_age_days": 1456 + }, + "https://github.com/iGavroche/rocm-ninodes": { + "stars": 11, + "last_update": "2025-11-01 19:02:13", + "author_account_age_days": 1456 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { - "stars": 1, - "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4617 + "stars": 2, + "last_update": "2025-11-24 21:59:47", + "author_account_age_days": 4691 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4598 + "author_account_age_days": 4673 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4598 + "author_account_age_days": 4673 + }, + "https://github.com/ialhabbal/ComfyUI-Prompt-Verify": { + "stars": 5, + "last_update": "2025-09-17 18:53:24", + "author_account_age_days": 3539 }, "https://github.com/ialhabbal/OcclusionMask": { - "stars": 21, + "stars": 26, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3464 + "author_account_age_days": 3539 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2651 + "author_account_age_days": 2725 + }, + "https://github.com/icekiub-ai/ComfyUI-IcyHider": { + "stars": 20, + "last_update": "2025-11-23 16:25:16", + "author_account_age_days": 59 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4551 + "author_account_age_days": 4625 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, - "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4841 + "last_update": "2025-09-21 06:08:00", + "author_account_age_days": 4915 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 228, + "stars": 241, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3495 + "author_account_age_days": 3569 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5737 + "author_account_age_days": 5811 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { - "stars": 26, + "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3307 - }, - "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 679, - "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { - "stars": 51, + "stars": 64, "last_update": "2025-09-03 12:31:44", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { - "stars": 139, + "stars": 145, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 171, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { - "stars": 431, + "stars": 439, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 52, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { - "stars": 5, + "stars": 9, "last_update": "2025-08-25 14:42:19", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": { - "stars": 90, + "stars": 133, "last_update": "2025-09-08 20:24:15", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { - "stars": 9, + "stars": 12, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3307 + "author_account_age_days": 3381 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, - "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3616 + "last_update": "2025-11-01 09:00:24", + "author_account_age_days": 3690 }, "https://github.com/iguanesolutions/comfyui-flux-resolution": { - "stars": 2, - "last_update": "2025-09-04 09:53:43", - "author_account_age_days": 2955 + "stars": 4, + "last_update": "2025-11-18 15:16:39", + "author_account_age_days": 3030 + }, + "https://github.com/iguanesolutions/comfyui-ig1-tools": { + "stars": 4, + "last_update": "2025-11-18 15:16:39", + "author_account_age_days": 3030 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { - "stars": 12, - "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1074 + "stars": 15, + "last_update": "2025-10-11 08:31:53", + "author_account_age_days": 1148 + }, + "https://github.com/ihmily/comfy-deploy": { + "stars": 1, + "last_update": "2025-11-22 08:35:14", + "author_account_age_days": 1148 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 189 + "author_account_age_days": 263 }, "https://github.com/imb101/ComfyUI-FaceSwap": { - "stars": 35, + "stars": 36, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1334 + "author_account_age_days": 1408 }, "https://github.com/infinigence/ComfyUI-Infinigence-Nodes": { "stars": 2, "last_update": "2025-08-25 03:41:44", - "author_account_age_days": 589 + "author_account_age_days": 663 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 589 + "author_account_age_days": 663 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4225 + "author_account_age_days": 4299 }, "https://github.com/injet-zhou/comfyui_extra_api": { - "stars": 11, + "stars": 14, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2672 + "author_account_age_days": 2746 }, "https://github.com/inventorado/ComfyUI_NNT": { - "stars": 69, + "stars": 67, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3331 + "author_account_age_days": 3405 }, "https://github.com/irreveloper/ComfyUI-DSD": { - "stars": 41, + "stars": 42, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4163 - }, - "https://github.com/isaac-mcfadyen/ComfyUI-QwenClip": { - "stars": 1, - "last_update": "2025-08-27 02:22:44", - "author_account_age_days": 4280 + "author_account_age_days": 4237 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 2, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4871 + "author_account_age_days": 4945 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 428 + "author_account_age_days": 502 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 85, + "stars": 93, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4316 + "author_account_age_days": 4390 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { - "stars": 83, + "stars": 86, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4316 + "author_account_age_days": 4390 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1331, + "stars": 1374, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4316 + "author_account_age_days": 4390 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { - "stars": 54, + "stars": 59, "last_update": "2025-08-25 12:58:44", - "author_account_age_days": 4204 + "author_account_age_days": 4279 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 108, - "last_update": "2025-09-12 12:55:38", - "author_account_age_days": 2017 + "stars": 128, + "last_update": "2025-11-25 08:00:03", + "author_account_age_days": 2091 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1422 + "author_account_age_days": 1496 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2972 + "author_account_age_days": 3046 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 130, + "stars": 152, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2972 + "author_account_age_days": 3046 + }, + "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": { + "stars": 1, + "last_update": "2025-10-04 06:23:15", + "author_account_age_days": 1483 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { - "stars": 14, + "stars": 16, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4923 + "author_account_age_days": 4997 + }, + "https://github.com/jandan520/ComfyUI-AdvancedCameraPrompts": { + "stars": 21, + "last_update": "2025-11-12 19:23:07", + "author_account_age_days": 419 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4823 + "author_account_age_days": 4898 + }, + "https://github.com/jasonjgardner/comfyui-pixel-art-scalers": { + "stars": 0, + "last_update": "2025-09-21 14:38:59", + "author_account_age_days": 4898 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { - "stars": 188, + "stars": 189, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 1022 + "author_account_age_days": 1096 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { - "stars": 18, + "stars": 19, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 1022 + "author_account_age_days": 1096 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 1022 + "author_account_age_days": 1096 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { - "stars": 189, + "stars": 188, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 1022 + "author_account_age_days": 1096 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 1022 + "author_account_age_days": 1096 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 1022 + "author_account_age_days": 1096 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4916 + "author_account_age_days": 4990 }, "https://github.com/jeffy5/comfyui-faceless-node": { - "stars": 53, + "stars": 57, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3376 + "author_account_age_days": 3450 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { - "stars": 4, + "stars": 3, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 212 + "author_account_age_days": 286 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { - "stars": 3, + "stars": 4, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4377 + "author_account_age_days": 4451 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { - "stars": 1, + "stars": 0, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2779 + "author_account_age_days": 2853 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2779 + "author_account_age_days": 2853 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 150, + "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4097 + "author_account_age_days": 4171 + }, + "https://github.com/jfcantu/ComfyUI-AutoNotes": { + "stars": 9, + "last_update": "2025-10-01 21:17:38", + "author_account_age_days": 2507 }, "https://github.com/jfcantu/ComfyUI-Prompt-Companion": { - "stars": 1, - "last_update": "2025-09-09 06:45:51", - "author_account_age_days": 2432 + "stars": 7, + "last_update": "2025-09-28 22:27:53", + "author_account_age_days": 2507 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1344 + "author_account_age_days": 1418 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { - "stars": 4, + "stars": 5, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1344 + "author_account_age_days": 1418 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2657 + "author_account_age_days": 2732 }, "https://github.com/jialuw0830/flux_api_comfyui_plugin": { "stars": 0, "last_update": "2025-09-04 12:42:43", - "author_account_age_days": 285 + "author_account_age_days": 360 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3482 + "author_account_age_days": 3556 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { - "stars": 14, + "stars": 15, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3575 + "author_account_age_days": 3649 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 284, + "stars": 283, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1731 + "author_account_age_days": 1805 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 5022 + "author_account_age_days": 5096 }, "https://github.com/jinchanz/ComfyUI-ADIC": { - "stars": 2, - "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2509 + "stars": 3, + "last_update": "2025-11-21 01:45:46", + "author_account_age_days": 2584 }, "https://github.com/jitcoder/lora-info": { "stars": 106, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4486 + "author_account_age_days": 4560 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { - "stars": 28, + "stars": 36, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4094 + "author_account_age_days": 4168 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4657 + "author_account_age_days": 4731 }, "https://github.com/jmkl/ComfyUI-ricing": { - "stars": 10, + "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5042 + "author_account_age_days": 5116 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4429 + "author_account_age_days": 4503 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { - "stars": 4, - "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 784 + "stars": 10, + "last_update": "2025-11-24 17:21:49", + "author_account_age_days": 858 }, "https://github.com/joanna910225/comfyui-housekeeper": { - "stars": 0, - "last_update": "2025-09-11 09:00:42", - "author_account_age_days": 4063 + "stars": 16, + "last_update": "2025-10-22 15:12:57", + "author_account_age_days": 4138 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { - "stars": 0, + "stars": 1, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4191 + "author_account_age_days": 4266 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 634, + "stars": 674, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 653 + "author_account_age_days": 727 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 139, + "stars": 141, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5243 + "author_account_age_days": 5317 + }, + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": { + "stars": 3, + "last_update": "2025-11-21 15:27:33", + "author_account_age_days": 1122 + }, + "https://github.com/jonstreeter/comfyui-compressed-metadata": { + "stars": 0, + "last_update": "2025-10-12 19:25:48", + "author_account_age_days": 1122 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { - "stars": 3, + "stars": 4, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 710 + "author_account_age_days": 785 }, "https://github.com/jordoh/ComfyUI-Deepface": { - "stars": 31, + "stars": 34, "last_update": "2025-08-30 18:41:41", - "author_account_age_days": 5439 + "author_account_age_days": 5513 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4559 + "author_account_age_days": 4633 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4559 + "author_account_age_days": 4633 + }, + "https://github.com/joyboy123456/-ComfyUI-GoogleAIStudio": { + "stars": 0, + "last_update": "2025-09-18 16:37:02", + "author_account_age_days": 784 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 485 + "author_account_age_days": 560 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { - "stars": 1, - "last_update": "2025-09-08 11:03:04", - "author_account_age_days": 485 + "stars": 5, + "last_update": "2025-10-10 09:41:20", + "author_account_age_days": 560 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { - "stars": 12, + "stars": 13, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1134 + "author_account_age_days": 1208 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2309 + "author_account_age_days": 2383 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4375 + "author_account_age_days": 4449 }, "https://github.com/jtrue/ComfyUI-Rect": { - "stars": 0, + "stars": 3, "last_update": "2025-08-24 04:20:24", - "author_account_age_days": 4375 + "author_account_age_days": 4449 }, "https://github.com/jtrue/ComfyUI-WordEmbeddings": { - "stars": 0, + "stars": 1, "last_update": "2025-08-22 05:30:24", - "author_account_age_days": 4375 + "author_account_age_days": 4449 }, "https://github.com/jtydhr88/ComfyUI-AudioMass": { "stars": 22, "last_update": "2025-08-30 13:36:54", - "author_account_age_days": 5198 + "author_account_age_days": 5272 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 29, + "stars": 31, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5198 + "author_account_age_days": 5272 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 101, + "stars": 103, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5198 + "author_account_age_days": 5272 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 93, + "stars": 121, "last_update": "2025-08-30 20:34:42", - "author_account_age_days": 5198 + "author_account_age_days": 5272 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { - "stars": 20, + "stars": 22, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5198 + "author_account_age_days": 5272 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 34, + "stars": 39, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5198 + "author_account_age_days": 5272 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { - "stars": 5, - "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1555 + "stars": 7, + "last_update": "2025-10-06 06:57:23", + "author_account_age_days": 1630 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { - "stars": 19, + "stars": 20, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2291 + "author_account_age_days": 2365 }, "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": 2290 + "author_account_age_days": 2365 + }, + "https://github.com/judian17/ComfyUI-SRT-subtitles-VoxCPM": { + "stars": 1, + "last_update": "2025-11-19 17:19:47", + "author_account_age_days": 2365 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2291 + "author_account_age_days": 2365 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { - "stars": 50, - "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2291 + "stars": 54, + "last_update": "2025-10-26 21:23:07", + "author_account_age_days": 2365 }, "https://github.com/judian17/ComfyUI_ZIM": { - "stars": 8, + "stars": 9, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2291 + "author_account_age_days": 2365 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 462, - "last_update": "2025-09-08 09:14:12", - "author_account_age_days": 1557 + "stars": 507, + "last_update": "2025-11-21 06:39:00", + "author_account_age_days": 1631 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, - "last_update": "2025-08-26 15:01:59", - "author_account_age_days": 194 + "last_update": "2025-10-01 02:59:34", + "author_account_age_days": 269 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { - "stars": 16, - "last_update": "2025-09-08 09:42:17", - "author_account_age_days": 195 + "stars": 22, + "last_update": "2025-09-21 06:59:59", + "author_account_age_days": 269 }, "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, - "last_update": "2025-08-26 15:12:40", - "author_account_age_days": 194 + "last_update": "2025-10-01 03:36:40", + "author_account_age_days": 269 }, "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, "last_update": "2025-08-21 16:31:49", - "author_account_age_days": 194 + "author_account_age_days": 269 }, "https://github.com/jupo-ai/comfy-preview-model": { "stars": 0, "last_update": "2025-08-21 16:38:28", - "author_account_age_days": 194 + "author_account_age_days": 269 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 111 + "author_account_age_days": 186 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 111 + "author_account_age_days": 186 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 357 + "author_account_age_days": 431 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 434, + "stars": 472, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3234 + "author_account_age_days": 3308 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3152 + "author_account_age_days": 3226 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3920 + "author_account_age_days": 3994 }, "https://github.com/ka-puna/comfyui-yanc": { - "stars": 10, + "stars": 11, "last_update": "2025-09-07 18:29:10", - "author_account_age_days": 2652 + "author_account_age_days": 2726 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1712 + "author_account_age_days": 1786 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { - "stars": 4, + "stars": 5, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 171 + "author_account_age_days": 246 }, "https://github.com/kadirnar/ComfyUI-Transformers": { - "stars": 21, + "stars": 22, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2775 + "author_account_age_days": 2849 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 97, + "stars": 106, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2775 + "author_account_age_days": 2849 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { - "stars": 3, + "stars": 9, "last_update": "2025-08-20 00:08:16", - "author_account_age_days": 3092 + "author_account_age_days": 3167 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 633, + "stars": 643, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5127 + "author_account_age_days": 5201 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2873 + "author_account_age_days": 2948 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2057 + "author_account_age_days": 2131 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { - "stars": 19, + "stars": 20, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2057 + "author_account_age_days": 2131 }, "https://github.com/kale4eat/ComfyUI-string-util": { - "stars": 4, + "stars": 5, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2057 + "author_account_age_days": 2131 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2057 + "author_account_age_days": 2131 }, "https://github.com/kambara/ComfyUI-PromptPalette": { - "stars": 6, + "stars": 9, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5979 + "author_account_age_days": 6054 }, "https://github.com/kanibus/kanibus": { - "stars": 4, + "stars": 5, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 981 + "author_account_age_days": 1056 }, "https://github.com/kantsche/ComfyUI-MixMod": { - "stars": 26, - "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4331 + "stars": 30, + "last_update": "2025-10-05 05:29:47", + "author_account_age_days": 4405 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1956 + "author_account_age_days": 2030 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { - "stars": 10, - "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3101 + "stars": 11, + "last_update": "2025-11-07 17:29:28", + "author_account_age_days": 3176 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 640 + "author_account_age_days": 715 + }, + "https://github.com/karthikg-09/ComfyUI-WanVideoAutoResize": { + "stars": 2, + "last_update": "2025-11-02 13:46:51", + "author_account_age_days": 715 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3107 + "author_account_age_days": 3181 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { - "stars": 3, + "stars": 4, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1199 + "author_account_age_days": 1273 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1173 + "author_account_age_days": 1247 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4573 + "author_account_age_days": 4647 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4573 + "author_account_age_days": 4647 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 175, + "stars": 176, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4573 + "author_account_age_days": 4647 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3434 + "author_account_age_days": 3508 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3433 + "author_account_age_days": 3508 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3434 + "author_account_age_days": 3508 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 51, + "stars": 63, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5334 + "author_account_age_days": 5408 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1199 + "author_account_age_days": 1273 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1199 + "author_account_age_days": 1273 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1404 + "author_account_age_days": 1478 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { - "stars": 2, + "stars": 5, "last_update": "2025-08-31 18:49:44", - "author_account_age_days": 4390 + "author_account_age_days": 4465 + }, + "https://github.com/kianxyzw/comfyui-model-linker": { + "stars": 43, + "last_update": "2025-11-05 15:39:16", + "author_account_age_days": 1393 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 177, + "stars": 178, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { - "stars": 72, + "stars": 74, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { - "stars": 148, + "stars": 149, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 238, + "stars": 239, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1523, + "stars": 1531, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 189, + "stars": 190, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 157, + "stars": 160, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 351, + "stars": 371, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { - "stars": 73, + "stars": 72, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 677, + "stars": 679, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { - "stars": 116, + "stars": 115, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1430, + "stars": 1508, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1030, + "stars": 1083, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 369, + "stars": 420, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 124, + "stars": 125, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2531, + "stars": 2557, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1093, + "stars": 1117, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1724, - "last_update": "2025-09-08 07:43:50", - "author_account_age_days": 2628 + "stars": 1976, + "last_update": "2025-11-23 00:18:48", + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 597, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { - "stars": 238, + "stars": 245, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { - "stars": 86, + "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2067, + "stars": 2098, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 144, - "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2628 + "stars": 156, + "last_update": "2025-11-04 16:36:47", + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { - "stars": 195, + "stars": 196, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 551, + "stars": 556, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-MelBandRoFormer": { - "stars": 43, + "stars": 80, "last_update": "2025-08-26 08:29:25", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 504, + "stars": 509, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 52, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 368, + "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2086, - "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2628 + "stars": 2166, + "last_update": "2025-09-24 13:51:11", + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-SVD": { - "stars": 163, + "stars": 164, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { - "stars": 59, + "stars": 60, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 4394, - "last_update": "2025-09-12 15:16:36", - "author_account_age_days": 2628 + "stars": 5350, + "last_update": "2025-11-20 09:43:55", + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-depth-fm": { - "stars": 84, + "stars": 86, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 109, + "stars": 111, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2628 + "author_account_age_days": 2702 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1043, - "last_update": "2025-09-08 17:01:41", - "author_account_age_days": 2628 + "stars": 1134, + "last_update": "2025-09-28 08:35:30", + "author_account_age_days": 2702 }, "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": 302 + "author_account_age_days": 376 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 29, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 914 + "author_account_age_days": 988 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 914 + "author_account_age_days": 988 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 914 + "author_account_age_days": 988 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { - "stars": 59, + "stars": 60, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 914 + "author_account_age_days": 988 + }, + "https://github.com/kj863257/ComfyUI_RC_Image_Compositor": { + "stars": 11, + "last_update": "2025-11-16 06:39:09", + "author_account_age_days": 3662 + }, + "https://github.com/kjqwer/SmartSaveImage": { + "stars": 1, + "last_update": "2025-11-21 07:32:18", + "author_account_age_days": 714 }, "https://github.com/kk8bit/KayTool": { - "stars": 213, + "stars": 275, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 802 + "author_account_age_days": 876 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, - "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 871 + "last_update": "2025-10-12 09:38:53", + "author_account_age_days": 945 }, "https://github.com/kmlbdh/ComfyUI-kmlbdh-VideoCombine": { - "stars": 1, - "last_update": "2025-08-25 22:55:23", - "author_account_age_days": 3622 + "stars": 2, + "last_update": "2025-09-13 14:47:17", + "author_account_age_days": 3697 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { - "stars": 2, + "stars": 6, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3622 + "author_account_age_days": 3697 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 645 + "author_account_age_days": 719 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, - "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3336 + "last_update": "2025-09-19 10:01:44", + "author_account_age_days": 3411 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 199, + "stars": 205, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2254 + "author_account_age_days": 2328 + }, + "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": { + "stars": 0, + "last_update": "2025-10-27 19:59:19", + "author_account_age_days": 4244 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1028 + "author_account_age_days": 1102 }, "https://github.com/komojini/komojini-comfyui-nodes": { - "stars": 76, + "stars": 78, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1028 + "author_account_age_days": 1102 }, "https://github.com/kostenickj/jk-comfyui-helpers": { - "stars": 7, + "stars": 8, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3494 + "author_account_age_days": 3568 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 87 + "author_account_age_days": 162 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2903 + "author_account_age_days": 2977 }, "https://github.com/krakenunbound/ComfyUI-KrakenTools": { - "stars": 0, + "stars": 2, "last_update": "2025-08-25 21:17:49", - "author_account_age_days": 23 + "author_account_age_days": 98 }, "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 2, "last_update": "2025-08-17 11:09:39", - "author_account_age_days": 1745 + "author_account_age_days": 1820 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2723 + "author_account_age_days": 2798 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 2012 + "author_account_age_days": 2086 }, "https://github.com/kungful/ComfyUI_to_webui": { - "stars": 16, + "stars": 18, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1568 + "author_account_age_days": 1642 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2965 + "author_account_age_days": 3039 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1062 + "author_account_age_days": 1137 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1053 + "author_account_age_days": 1127 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2025-08-27 13:47:53", - "author_account_age_days": 1386 + "author_account_age_days": 1460 }, "https://github.com/l-comm/WatermarkRemoval": { - "stars": 4, + "stars": 5, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 256 + "author_account_age_days": 330 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1612 + "author_account_age_days": 1686 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { - "stars": 2, + "stars": 3, "last_update": "2025-09-11 02:01:13", - "author_account_age_days": 2101 + "author_account_age_days": 2176 + }, + "https://github.com/lakkiy/ComfyUI-RWImageS3": { + "stars": 0, + "last_update": "2025-11-18 12:12:24", + "author_account_age_days": 3263 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3276 + "author_account_age_days": 3350 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 6, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3276 + "author_account_age_days": 3350 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3276 + "author_account_age_days": 3350 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3276 + "author_account_age_days": 3350 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3276 + "author_account_age_days": 3350 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 80, + "stars": 87, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3276 + "author_account_age_days": 3350 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3276 + "author_account_age_days": 3350 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 52, + "stars": 61, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3521 + "author_account_age_days": 3595 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 596 + "author_account_age_days": 670 }, "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": 2727 + "last_update": "2025-10-30 23:21:11", + "author_account_age_days": 2801 }, "https://github.com/lazniak/LiquidTime-Interpolation": { - "stars": 12, + "stars": 13, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2727 + "author_account_age_days": 2801 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2727 + "author_account_age_days": 2801 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1420 + "author_account_age_days": 1495 }, "https://github.com/lceric/comfyui-gpt-image": { - "stars": 9, + "stars": 10, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3155 + "author_account_age_days": 3229 + }, + "https://github.com/leafiy/comfyui_psd_smart_object": { + "stars": 0, + "last_update": "2025-11-11 02:18:19", + "author_account_age_days": 5269 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3962 + "author_account_age_days": 4036 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 9, "last_update": "2025-09-06 08:35:54", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3239 + "author_account_age_days": 3313 + }, + "https://github.com/leeguandong/ComfyUI_Qwen3Omni": { + "stars": 1, + "last_update": "2025-10-07 15:35:51", + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3239 + "author_account_age_days": 3313 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3239 + "author_account_age_days": 3313 + }, + "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": { + "stars": 13, + "last_update": "2025-10-10 19:01:40", + "author_account_age_days": 2257 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4224 + "author_account_age_days": 4298 + }, + "https://github.com/leewinder/comfyui-crop-to-center": { + "stars": 0, + "last_update": "2025-10-13 16:41:33", + "author_account_age_days": 4971 + }, + "https://github.com/leewinder/comfyui-mureka-api": { + "stars": 0, + "last_update": "2025-10-24 08:50:08", + "author_account_age_days": 4971 + }, + "https://github.com/lenML/comfyui_qwen_image_edit_adv": { + "stars": 26, + "last_update": "2025-10-07 14:19:59", + "author_account_age_days": 703 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3942 + "author_account_age_days": 4016 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 16, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4520 + "author_account_age_days": 4594 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { - "stars": 51, + "stars": 52, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4520 + "author_account_age_days": 4594 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 864 + "author_account_age_days": 939 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2314 + "author_account_age_days": 2389 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, - "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4749 + "last_update": "2025-10-30 08:08:13", + "author_account_age_days": 4824 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 3, - "last_update": "2025-09-06 05:33:37", - "author_account_age_days": 4749 + "last_update": "2025-09-23 15:24:40", + "author_account_age_days": 4824 }, "https://github.com/leylahkrell/ComfyUI-Violet-Tools": { - "stars": 0, - "last_update": "2025-09-11 04:13:39", - "author_account_age_days": 718 + "stars": 11, + "last_update": "2025-11-13 03:06:22", + "author_account_age_days": 793 + }, + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": { + "stars": 11, + "last_update": "2025-11-13 03:06:22", + "author_account_age_days": 793 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2135 + "author_account_age_days": 2209 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2135 + "author_account_age_days": 2209 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4504 + "author_account_age_days": 4578 }, "https://github.com/licyk/ComfyUI-HakuImg": { - "stars": 9, + "stars": 10, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1713 + "author_account_age_days": 1787 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { - "stars": 11, + "stars": 12, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1713 + "author_account_age_days": 1787 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { - "stars": 6, + "stars": 7, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1713 + "author_account_age_days": 1787 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { - "stars": 7, - "last_update": "2025-08-30 13:57:19", - "author_account_age_days": 3555 + "stars": 12, + "last_update": "2025-09-20 10:42:26", + "author_account_age_days": 3630 }, - "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { - "stars": 1, - "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3555 + "https://github.com/lihaoyun6/ComfyUI-FlashVSR_Ultra_Fast": { + "stars": 525, + "last_update": "2025-11-20 07:37:22", + "author_account_age_days": 3630 }, "https://github.com/lihaoyun6/ComfyUI-QwenPromptRewriter": { - "stars": 26, - "last_update": "2025-08-22 04:48:51", - "author_account_age_days": 3555 + "stars": 66, + "last_update": "2025-10-07 12:28:21", + "author_account_age_days": 3630 + }, + "https://github.com/lihaoyun6/ComfyUI-Segformer_Ultra_Fast": { + "stars": 37, + "last_update": "2025-10-17 14:58:31", + "author_account_age_days": 3630 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 57, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3355 + "author_account_age_days": 3429 + }, + "https://github.com/liming123332/ComfyUI-Ranbooru": { + "stars": 0, + "last_update": "2025-11-15 10:45:07", + "author_account_age_days": 3076 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 219 + "author_account_age_days": 293 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 5, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 542 + "author_account_age_days": 617 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 542 + "author_account_age_days": 617 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 870 + "author_account_age_days": 944 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4237 + "author_account_age_days": 4311 }, "https://github.com/lisaks/comfyui-panelforge": { - "stars": 1, + "stars": 2, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1180 + "author_account_age_days": 1255 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { - "stars": 12, + "stars": 13, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 632 + "author_account_age_days": 706 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { - "stars": 21, + "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 632 + "author_account_age_days": 706 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 632 + "author_account_age_days": 706 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 632 + "author_account_age_days": 706 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4492 + "author_account_age_days": 4566 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 105, + "stars": 122, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3653 + "author_account_age_days": 3727 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 76, + "stars": 75, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3653 + "author_account_age_days": 3727 }, "https://github.com/liusida/ComfyUI-Debug": { - "stars": 12, + "stars": 14, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3653 + "author_account_age_days": 3727 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 180, - "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3653 + "stars": 192, + "last_update": "2025-10-31 03:29:37", + "author_account_age_days": 3727 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { - "stars": 6, + "stars": 8, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3653 + "author_account_age_days": 3727 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { - "stars": 15, - "last_update": "2025-09-12 22:20:18", - "author_account_age_days": 3152 + "stars": 18, + "last_update": "2025-09-25 16:22:41", + "author_account_age_days": 3226 }, "https://github.com/ljleb/comfy-mecha": { - "stars": 90, - "last_update": "2025-09-08 20:43:54", - "author_account_age_days": 2909 + "stars": 94, + "last_update": "2025-11-12 01:27:21", + "author_account_age_days": 2983 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 257, + "stars": 263, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 545 + "author_account_age_days": 619 }, "https://github.com/lks-ai/anynode": { - "stars": 539, + "stars": 547, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 545 + "author_account_age_days": 619 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2538 + "author_account_age_days": 2612 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 240, + "stars": 258, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2538 + "author_account_age_days": 2612 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 112, - "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2538 + "stars": 116, + "last_update": "2025-11-04 10:36:44", + "author_account_age_days": 2612 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 425, - "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2538 + "stars": 436, + "last_update": "2025-11-07 05:19:50", + "author_account_age_days": 2612 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 13, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2538 + "author_account_age_days": 2612 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { - "stars": 72, + "stars": 76, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2538 + "author_account_age_days": 2612 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 84, + "stars": 90, "last_update": "2025-08-25 11:50:40", - "author_account_age_days": 2538 + "author_account_age_days": 2612 }, "https://github.com/lo-th/Comfyui_three_js": { - "stars": 20, + "stars": 21, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4925 + "author_account_age_days": 4999 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 118, + "stars": 121, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1029 + "author_account_age_days": 1103 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1380, + "stars": 1390, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { - "stars": 179, + "stars": 178, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 295, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 13, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-SEGAttention": { - "stars": 39, + "stars": 40, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 567 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { - "stars": 13, + "stars": 14, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 567 + "author_account_age_days": 641 + }, + "https://github.com/lokinou/comfyui-better-flow": { + "stars": 1, + "last_update": "2025-10-22 21:23:02", + "author_account_age_days": 4673 }, "https://github.com/lokinou/comfyui-offload-models": { - "stars": 1, - "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4598 + "stars": 2, + "last_update": "2025-10-05 04:33:49", + "author_account_age_days": 4673 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 333 + "author_account_age_days": 408 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4610 + "author_account_age_days": 4684 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4610 + "author_account_age_days": 4684 }, "https://github.com/longgui0318/comfyui-magic-clothing": { - "stars": 81, + "stars": 82, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4610 + "author_account_age_days": 4684 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 8, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4610 + "author_account_age_days": 4684 + }, + "https://github.com/loockluo/comfyui-whisperx-pro": { + "stars": 2, + "last_update": "2025-11-04 16:27:20", + "author_account_age_days": 3359 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { - "stars": 1, + "stars": 3, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4868 + "author_account_age_days": 4943 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5212 + "author_account_age_days": 5286 }, "https://github.com/lordgasmic/comfyui_wildcards": { - "stars": 12, + "stars": 13, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5212 + "author_account_age_days": 5286 + }, + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": { + "stars": 1, + "last_update": "2025-11-21 14:03:38", + "author_account_age_days": 664 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 812, - "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4496 + "stars": 887, + "last_update": "2025-11-23 20:42:45", + "author_account_age_days": 4570 }, "https://github.com/lquesada/ComfyUI-Interactive": { - "stars": 45, + "stars": 47, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4496 + "author_account_age_days": 4570 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 44, + "stars": 45, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4496 + "author_account_age_days": 4570 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { - "stars": 27, + "stars": 39, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4108 + "author_account_age_days": 4182 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 234, + "stars": 240, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4108 + "author_account_age_days": 4182 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4108 + "author_account_age_days": 4182 + }, + "https://github.com/lrzjason/Comfyui-LoraUtils": { + "stars": 23, + "last_update": "2025-11-13 15:49:36", + "author_account_age_days": 4182 + }, + "https://github.com/lrzjason/Comfyui-QwenEditUtils": { + "stars": 581, + "last_update": "2025-11-18 03:52:42", + "author_account_age_days": 4182 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4108 + "author_account_age_days": 4182 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2678, - "last_update": "2025-08-19 20:08:39", - "author_account_age_days": 907 + "stars": 2825, + "last_update": "2025-11-18 15:30:24", + "author_account_age_days": 981 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 256, + "stars": 287, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 907 + "author_account_age_days": 981 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 657, - "last_update": "2025-09-07 23:09:14", - "author_account_age_days": 907 + "stars": 697, + "last_update": "2025-11-17 17:03:31", + "author_account_age_days": 981 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11465, - "last_update": "2025-09-12 22:36:18", - "author_account_age_days": 520 + "stars": 12318, + "last_update": "2025-11-25 03:59:07", + "author_account_age_days": 594 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 37, + "stars": 44, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 907 + "author_account_age_days": 981 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 87, - "last_update": "2025-08-23 08:36:12", - "author_account_age_days": 907 + "stars": 133, + "last_update": "2025-09-26 22:22:30", + "author_account_age_days": 981 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, - "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1839 + "last_update": "2025-11-11 02:06:03", + "author_account_age_days": 1913 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 54, + "stars": 56, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4253 - }, - "https://github.com/lucak5s/comfyui_gfpgan": { - "stars": 0, - "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 592 + "author_account_age_days": 4327 }, "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": { - "stars": 27, - "last_update": "2025-09-09 03:27:33", - "author_account_age_days": 2878 + "stars": 39, + "last_update": "2025-10-15 20:51:39", + "author_account_age_days": 2953 + }, + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": { + "stars": 1, + "last_update": "2025-10-09 03:19:03", + "author_account_age_days": 2953 }, "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": { "stars": 1, "last_update": "2025-09-11 11:41:23", - "author_account_age_days": 2878 + "author_account_age_days": 2953 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3560 + "author_account_age_days": 3635 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1882 + "author_account_age_days": 1956 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3956 + "author_account_age_days": 4031 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { - "stars": 11, - "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 220 + "stars": 13, + "last_update": "2025-10-17 20:41:40", + "author_account_age_days": 294 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 69, + "stars": 94, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 220 + "author_account_age_days": 294 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { - "stars": 27, + "stars": 36, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 220 + "author_account_age_days": 294 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { - "stars": 1, + "stars": 2, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 220 + "author_account_age_days": 294 + }, + "https://github.com/lum3on/ComfyUI_Reve-API": { + "stars": 10, + "last_update": "2025-09-16 12:41:07", + "author_account_age_days": 294 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 220 + "author_account_age_days": 294 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { - "stars": 481, + "stars": 482, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 220 + "author_account_age_days": 294 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { - "stars": 66, + "stars": 68, "last_update": "2025-08-27 23:22:27", - "author_account_age_days": 220 + "author_account_age_days": 294 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 202, + "stars": 205, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1556 + "author_account_age_days": 1630 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1688 + "author_account_age_days": 1762 }, "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": 4943 + "author_account_age_days": 5018 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { - "stars": 2, - "last_update": "2025-08-31 11:29:46", - "author_account_age_days": 761 + "stars": 3, + "last_update": "2025-09-29 00:50:12", + "author_account_age_days": 835 + }, + "https://github.com/m3rr/h4_ToolKit": { + "stars": 1, + "last_update": "2025-10-17 14:25:01", + "author_account_age_days": 820 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { - "stars": 15, + "stars": 16, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 906 + "author_account_age_days": 980 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2803 + "author_account_age_days": 2877 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1078 + "author_account_age_days": 1152 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { - "stars": 1, + "stars": 3, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 121 + "author_account_age_days": 196 + }, + "https://github.com/maikgreubel/comfyui-loaddds": { + "stars": 0, + "last_update": "2025-10-12 15:04:26", + "author_account_age_days": 5331 + }, + "https://github.com/malkuthro/ComfyUI-Koolook": { + "stars": 0, + "last_update": "2025-11-25 20:08:56", + "author_account_age_days": 594 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3951 + "author_account_age_days": 4025 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 1, - "last_update": "2025-08-15 21:17:50", - "author_account_age_days": 1196 + "last_update": "2025-10-23 14:42:23", + "author_account_age_days": 1271 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, - "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 196 + "last_update": "2025-10-03 15:17:39", + "author_account_age_days": 270 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 2, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 849 + "author_account_age_days": 923 }, "https://github.com/mangobyed/ComfyUI_Detection_List": { "stars": 0, "last_update": "2025-08-22 20:53:01", - "author_account_age_days": 310 + "author_account_age_days": 385 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4598 + "author_account_age_days": 4673 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 180, + "stars": 184, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6199 + "author_account_age_days": 6273 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1612 + "author_account_age_days": 1686 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 615 + "author_account_age_days": 689 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 3962 + "author_account_age_days": 4037 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2025-08-27 01:08:27", - "author_account_age_days": 5629 + "author_account_age_days": 5703 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5629 + "author_account_age_days": 5703 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 117, + "stars": 118, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4860 + "author_account_age_days": 4934 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4860 + "author_account_age_days": 4934 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { - "stars": 91, + "stars": 92, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5220 + "author_account_age_days": 5294 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 10, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4251 + "author_account_age_days": 4325 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4251 + "author_account_age_days": 4325 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4251 + "author_account_age_days": 4325 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { - "stars": 14, + "stars": 16, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3323 + "author_account_age_days": 3397 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3323 + "author_account_age_days": 3397 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3323 + "author_account_age_days": 3397 }, "https://github.com/martijnat/comfyui-previewlatent": { - "stars": 43, - "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3277 + "stars": 44, + "last_update": "2025-09-27 05:59:45", + "author_account_age_days": 3351 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 40, "last_update": "2025-08-29 23:04:42", - "author_account_age_days": 2042 + "author_account_age_days": 2116 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { - "stars": 13, + "stars": 14, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1852 + "author_account_age_days": 1926 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { - "stars": 69, + "stars": 70, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3185 + "author_account_age_days": 3259 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 1, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3097 + "author_account_age_days": 3172 }, "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble": { - "stars": 7, - "last_update": "2025-09-11 03:18:21", - "author_account_age_days": 3276 + "stars": 13, + "last_update": "2025-10-30 04:56:17", + "author_account_age_days": 3351 }, "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": 4995 + "author_account_age_days": 5069 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 298, + "stars": 311, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3366 + "author_account_age_days": 3440 }, "https://github.com/max-dingsda/OllamaTools": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 136 + "author_account_age_days": 211 + }, + "https://github.com/maxmad62/ComfyUI-DiscordWebhookWithInput": { + "stars": 0, + "last_update": "2025-10-08 18:29:37", + "author_account_age_days": 999 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4767 + "author_account_age_days": 4841 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 12, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4767 + "author_account_age_days": 4841 }, "https://github.com/mcDandy/more_math": { "stars": 0, - "last_update": "2025-09-05 18:26:18", - "author_account_age_days": 3430 + "last_update": "2025-11-24 14:03:07", + "author_account_age_days": 3505 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1220, + "stars": 1225, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2547 + "author_account_age_days": 2621 + }, + "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader": { + "stars": 4, + "last_update": "2025-11-25 23:19:45", + "author_account_age_days": 1050 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-09-10 15:42:57", - "author_account_age_days": 1100 + "author_account_age_days": 1174 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { - "stars": 63, + "stars": 64, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3648 + "author_account_age_days": 3722 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3648 + "author_account_age_days": 3722 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 77, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3648 + "author_account_age_days": 3722 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2025-09-06 00:52:37", - "author_account_age_days": 4885 + "author_account_age_days": 4959 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { - "stars": 4, + "stars": 3, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1647 + "author_account_age_days": 1721 }, "https://github.com/melMass/comfy_mtb": { - "stars": 611, - "last_update": "2025-09-07 11:55:09", - "author_account_age_days": 4190 + "stars": 635, + "last_update": "2025-11-09 15:31:23", + "author_account_age_days": 4264 }, "https://github.com/melMass/comfy_oiio": { - "stars": 7, + "stars": 9, "last_update": "2025-09-08 19:18:29", - "author_account_age_days": 4190 + "author_account_age_days": 4264 }, "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": { - "stars": 4, + "stars": 5, "last_update": "2025-09-01 13:31:55", - "author_account_age_days": 4166 + "author_account_age_days": 4241 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4118 + "author_account_age_days": 4192 + }, + "https://github.com/mercu-lore/-Multiple-Angle-Camera-Control": { + "stars": 95, + "last_update": "2025-11-18 16:14:09", + "author_account_age_days": 1994 + }, + "https://github.com/mercu-lore/BoxBox": { + "stars": 2, + "last_update": "2025-11-17 11:20:20", + "author_account_age_days": 1994 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 674 + "author_account_age_days": 748 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 674 + "author_account_age_days": 748 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 674 + "author_account_age_days": 748 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { - "stars": 37, + "stars": 39, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5919 + "author_account_age_days": 5993 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { - "stars": 3, + "stars": 2, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5919 + "author_account_age_days": 5993 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1068 + "author_account_age_days": 1142 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { - "stars": 5, + "stars": 6, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2763 + "author_account_age_days": 2837 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { - "stars": 24, + "stars": 25, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 447 + "author_account_age_days": 521 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 459, + "stars": 488, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 913 + "author_account_age_days": 987 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { - "stars": 31, + "stars": 33, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 913 + "author_account_age_days": 987 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { - "stars": 4, - "last_update": "2025-08-22 03:03:52", - "author_account_age_days": 5802 + "stars": 6, + "last_update": "2025-10-04 09:09:41", + "author_account_age_days": 5876 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2453 + "author_account_age_days": 2527 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3107 + "author_account_age_days": 3181 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 3009 + "author_account_age_days": 3083 + }, + "https://github.com/mikecaronna/comfyui_c2pa_signer": { + "stars": 1, + "last_update": "2025-10-06 14:27:34", + "author_account_age_days": 2155 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4753 + "author_account_age_days": 4828 + }, + "https://github.com/mikesimone/ComfyUI-LinkModeToggle": { + "stars": 0, + "last_update": "2025-11-09 01:35:16", + "author_account_age_days": 2858 }, "https://github.com/mikheys/comfyui-gemini-mikheys": { - "stars": 1, + "stars": 2, "last_update": "2025-08-29 15:15:54", - "author_account_age_days": 2846 + "author_account_age_days": 2921 }, "https://github.com/mikkel/ComfyUI-text-overlay": { - "stars": 61, + "stars": 62, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6362 + "author_account_age_days": 6436 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 31, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6362 + "author_account_age_days": 6436 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 434, + "stars": 464, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 366 + "author_account_age_days": 440 }, "https://github.com/mira-6/comfyui-sasolver": { - "stars": 4, + "stars": 5, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 838 + "author_account_age_days": 912 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 147, - "last_update": "2025-08-28 16:44:18", - "author_account_age_days": 1666 + "stars": 159, + "last_update": "2025-10-30 05:45:24", + "author_account_age_days": 1740 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1183 + "author_account_age_days": 1257 }, "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": { "stars": 0, "last_update": "2025-07-09 08:51:24", - "author_account_age_days": 4455 + "author_account_age_days": 4529 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4455 + "author_account_age_days": 4529 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4455 + "author_account_age_days": 4529 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2025-08-27 07:55:25", - "author_account_age_days": 4455 + "author_account_age_days": 4529 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { - "stars": 23, + "stars": 26, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1418 + "author_account_age_days": 1493 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4254 + "author_account_age_days": 4328 + }, + "https://github.com/mochidroppot/ComfyUI-ProxyFix": { + "stars": 0, + "last_update": "2025-10-03 02:29:35", + "author_account_age_days": 83 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1145 + "author_account_age_days": 1219 }, "https://github.com/modelscope/scepter": { - "stars": 537, + "stars": 546, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1145 + "author_account_age_days": 1219 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5049 + "author_account_age_days": 5123 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1160 + "author_account_age_days": 1234 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4297 + "author_account_age_days": 4372 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3723 + "author_account_age_days": 3798 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { - "stars": 20, - "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 853 + "stars": 22, + "last_update": "2025-09-30 06:36:20", + "author_account_age_days": 927 + }, + "https://github.com/moonwhaler/comfyui-moonpack": { + "stars": 8, + "last_update": "2025-10-10 09:53:05", + "author_account_age_days": 4943 }, "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { - "stars": 10, - "last_update": "2025-09-04 22:34:34", - "author_account_age_days": 4868 + "stars": 128, + "last_update": "2025-11-08 09:58:20", + "author_account_age_days": 4943 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 231 + "author_account_age_days": 305 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3630 + "author_account_age_days": 3704 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, - "last_update": "2025-08-17 18:14:01", - "author_account_age_days": 1769 + "last_update": "2025-11-20 14:31:49", + "author_account_age_days": 1843 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3251 + "author_account_age_days": 3325 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3916 + "author_account_age_days": 3990 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2746 + "author_account_age_days": 2820 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4525 + "author_account_age_days": 4599 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 582 + "author_account_age_days": 656 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2756 + "author_account_age_days": 2830 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2312 + "author_account_age_days": 2386 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2540 + "author_account_age_days": 2614 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4383 + "author_account_age_days": 4457 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 161, + "stars": 164, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3406 + "author_account_age_days": 3480 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 12, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3391 + "author_account_age_days": 3465 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1825 + "author_account_age_days": 1899 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1825 + "author_account_age_days": 1899 + }, + "https://github.com/myonmu0/ComfyUI-Jumper": { + "stars": 0, + "last_update": "2025-11-10 22:41:27", + "author_account_age_days": 39 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { - "stars": 26, + "stars": 32, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 914 + "author_account_age_days": 988 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1269 + "author_account_age_days": 1343 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4119 + "author_account_age_days": 4193 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4119 + "author_account_age_days": 4193 + }, + "https://github.com/nakagawadev/comfyui_nakagawa": { + "stars": 2, + "last_update": "2025-09-14 03:18:07", + "author_account_age_days": 3441 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 161 + "author_account_age_days": 235 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { - "stars": 2, + "stars": 3, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 90 + "author_account_age_days": 165 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5078 + "author_account_age_days": 5153 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3438 + "author_account_age_days": 3512 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3438 + "author_account_age_days": 3512 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 201, + "stars": 205, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3171 + "author_account_age_days": 3245 }, "https://github.com/nathannlu/ComfyUI-Pets": { - "stars": 49, + "stars": 48, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3171 + "author_account_age_days": 3245 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 723 + "author_account_age_days": 797 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1095 + "author_account_age_days": 1169 }, "https://github.com/negaga53/comfyui-imgloader": { - "stars": 0, + "stars": 1, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 229 + "author_account_age_days": 304 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4379 + "author_account_age_days": 4454 + }, + "https://github.com/neo-editer/ComfyUI-Better-Dimensions-wan-v2": { + "stars": 0, + "last_update": "2025-10-16 19:08:52", + "author_account_age_days": 810 }, "https://github.com/neocrz/comfyui-usetaesd": { + "stars": 2, + "last_update": "2025-10-26 14:56:53", + "author_account_age_days": 1839 + }, + "https://github.com/neonr-0/ComfyUI-PixelConstrainedScaler": { "stars": 1, - "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1763 + "last_update": "2025-11-18 16:03:25", + "author_account_age_days": 4278 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4097 - }, - "https://github.com/netroxin/comfyui_netro": { - "stars": 2, - "last_update": "2025-08-28 15:04:15", - "author_account_age_days": 147 + "author_account_age_days": 4171 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { - "stars": 169, - "last_update": "2025-08-30 10:42:36", - "author_account_age_days": 1464 + "stars": 187, + "last_update": "2025-10-13 00:36:22", + "author_account_age_days": 1538 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1464 + "author_account_age_days": 1538 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1464 + "author_account_age_days": 1538 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { - "stars": 18, + "stars": 19, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1464 + "author_account_age_days": 1538 + }, + "https://github.com/neverbiasu/ComfyUI-ModelScope": { + "stars": 1, + "last_update": "2025-11-08 21:10:36", + "author_account_age_days": 1538 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { - "stars": 2, - "last_update": "2025-08-14 19:05:53", - "author_account_age_days": 1464 + "stars": 3, + "last_update": "2025-09-28 21:59:19", + "author_account_age_days": 1538 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 202, - "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1464 + "stars": 234, + "last_update": "2025-11-13 00:40:29", + "author_account_age_days": 1538 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { - "stars": 14, + "stars": 15, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1464 + "author_account_age_days": 1538 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { - "stars": 54, - "last_update": "2025-08-30 14:43:11", - "author_account_age_days": 180 + "stars": 82, + "last_update": "2025-11-25 10:29:23", + "author_account_age_days": 255 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { - "stars": 7, + "stars": 8, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4767 + "author_account_age_days": 4841 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4455 + "author_account_age_days": 4529 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4474 + "author_account_age_days": 4548 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 214, + "stars": 219, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1676 + "author_account_age_days": 1750 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 223, - "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5165 + "stars": 241, + "last_update": "2025-11-04 07:35:16", + "author_account_age_days": 5239 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 59, + "stars": 64, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5165 + "author_account_age_days": 5239 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5165 + "author_account_age_days": 5239 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 1, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5165 + "author_account_age_days": 5239 + }, + "https://github.com/niknah/presentation-ComfyUI": { + "stars": 0, + "last_update": "2025-11-12 01:11:40", + "author_account_age_days": 5239 }, "https://github.com/niknah/quick-connections": { - "stars": 330, + "stars": 409, "last_update": "2025-08-29 05:33:13", - "author_account_age_days": 5165 + "author_account_age_days": 5239 }, "https://github.com/nilor-corp/nilor-nodes": { - "stars": 4, - "last_update": "2025-09-11 12:14:39", - "author_account_age_days": 660 + "stars": 5, + "last_update": "2025-10-20 12:56:45", + "author_account_age_days": 734 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 60, + "stars": 62, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3433 + "author_account_age_days": 3507 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 781 + "author_account_age_days": 855 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3948 + "author_account_age_days": 4022 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 34, - "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3653 + "last_update": "2025-10-13 12:54:31", + "author_account_age_days": 3727 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, - "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4752 + "last_update": "2025-10-27 19:57:39", + "author_account_age_days": 4826 + }, + "https://github.com/njlent/ComfyUI_performance-report": { + "stars": 2, + "last_update": "2025-10-12 15:00:25", + "author_account_age_days": 3977 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { - "stars": 4, + "stars": 3, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3902 + "author_account_age_days": 3977 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 605 + "author_account_age_days": 679 }, "https://github.com/nkchocoai/ComfyUI-Dart": { - "stars": 27, + "stars": 28, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 605 + "author_account_age_days": 679 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 22, + "stars": 25, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 605 + "author_account_age_days": 679 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 97, + "stars": 104, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 605 + "author_account_age_days": 679 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { - "stars": 10, + "stars": 11, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 605 + "author_account_age_days": 679 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 605 + "author_account_age_days": 679 + }, + "https://github.com/nobandegani/comfyui_ino_nodes": { + "stars": 2, + "last_update": "2025-11-22 16:39:28", + "author_account_age_days": 1806 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 14, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2232 + "author_account_age_days": 2306 }, "https://github.com/noelkim12/ComfyUI-NoelTextUtil": { "stars": 0, "last_update": "2025-09-01 17:22:53", - "author_account_age_days": 2428 + "author_account_age_days": 2503 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 25, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3188 + "author_account_age_days": 3262 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { - "stars": 5, - "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1658 + "stars": 6, + "last_update": "2025-11-22 21:48:45", + "author_account_age_days": 1732 + }, + "https://github.com/nomadoor/ComfyUI-DualPanel-Subgraph-Viewer": { + "stars": 9, + "last_update": "2025-10-19 10:28:59", + "author_account_age_days": 1020 + }, + "https://github.com/nomadoor/ComfyUI-Temporal-Mask-Tools": { + "stars": 1, + "last_update": "2025-10-17 18:15:29", + "author_account_age_days": 1020 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2567 + "author_account_age_days": 2641 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3503 + "author_account_age_days": 3579 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 249, + "stars": 254, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4350 + "author_account_age_days": 4424 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4350 + "author_account_age_days": 4424 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 3006 + "author_account_age_days": 3080 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { - "stars": 14, + "stars": 17, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 520 + "author_account_age_days": 594 }, "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": 2163 + "author_account_age_days": 2237 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1537 + "author_account_age_days": 1611 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 25, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1537 + "author_account_age_days": 1611 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 915, + "stars": 933, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1622 + "author_account_age_days": 1696 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 157, + "stars": 163, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5229 + "author_account_age_days": 5303 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 698, - "last_update": "2025-08-29 16:15:56", - "author_account_age_days": 5229 + "stars": 1220, + "last_update": "2025-11-13 17:04:52", + "author_account_age_days": 5303 }, "https://github.com/numz/Comfyui-Orpheus": { - "stars": 8, + "stars": 9, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5229 + "author_account_age_days": 5303 }, "https://github.com/nunchaku-tech/ComfyUI-nunchaku": { - "stars": 2143, - "last_update": "2025-09-10 06:00:57", - "author_account_age_days": 60 + "stars": 2520, + "last_update": "2025-11-08 06:31:28", + "author_account_age_days": 134 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 36, + "stars": 39, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 998 + "author_account_age_days": 1072 }, "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": 2917 + "author_account_age_days": 2992 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 12, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2917 + "author_account_age_days": 2992 }, "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": 2917 + "author_account_age_days": 2992 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { - "stars": 46, + "stars": 68, "last_update": "2025-09-02 12:12:23", - "author_account_age_days": 2917 + "author_account_age_days": 2992 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 4, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2917 + "author_account_age_days": 2992 }, "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": 2917 + "author_account_age_days": 2992 }, "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": 2917 + "author_account_age_days": 2992 }, "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": 2917 + "author_account_age_days": 2992 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { - "stars": 39, + "stars": 50, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2917 + "author_account_age_days": 2992 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { - "stars": 11, + "stars": 17, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2917 + "author_account_age_days": 2992 }, "https://github.com/obisin/ComfyUI-DGLS": { - "stars": 6, - "last_update": "2025-09-07 15:35:34", - "author_account_age_days": 1459 + "stars": 12, + "last_update": "2025-09-26 10:25:10", + "author_account_age_days": 1534 + }, + "https://github.com/okdalto/ComfyUI-WithAnyone": { + "stars": 17, + "last_update": "2025-11-04 03:53:47", + "author_account_age_days": 3335 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { - "stars": 6, + "stars": 8, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3132 + "author_account_age_days": 3206 + }, + "https://github.com/olafrv/comfyui_olafrv": { + "stars": 0, + "last_update": "2025-09-07 20:31:30", + "author_account_age_days": 5213 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, - "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1321 + "last_update": "2025-09-27 03:52:18", + "author_account_age_days": 1395 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1321 + "author_account_age_days": 1395 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 407 + "author_account_age_days": 481 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { - "stars": 1, - "last_update": "2025-09-07 07:43:36", - "author_account_age_days": 4445 + "stars": 3, + "last_update": "2025-09-23 22:08:30", + "author_account_age_days": 4520 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 856 + "author_account_age_days": 931 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 164, + "stars": 172, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4952 + "author_account_age_days": 5026 + }, + "https://github.com/omixmaxdimo/OmiXDev": { + "stars": 0, + "last_update": "2025-10-23 12:10:24", + "author_account_age_days": 1987 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { - "stars": 22, - "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1449 + "stars": 28, + "last_update": "2025-11-24 02:32:23", + "author_account_age_days": 1524 }, "https://github.com/opparco/ComfyUI-WanLightx2vScheduler": { "stars": 0, "last_update": "2025-09-05 18:56:41", - "author_account_age_days": 4124 + "author_account_age_days": 4199 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1999 + "author_account_age_days": 2073 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4541 + "author_account_age_days": 4615 }, "https://github.com/orex2121/comfyui-OreX": { - "stars": 11, - "last_update": "2025-09-03 21:54:20", - "author_account_age_days": 1952 + "stars": 14, + "last_update": "2025-11-09 19:57:12", + "author_account_age_days": 2026 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { - "stars": 22, + "stars": 23, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/ComfyUI_DAO_master": { - "stars": 9, + "stars": 10, "last_update": "2025-09-03 08:56:54", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/ComfyUI_SharpnessPro": { - "stars": 6, + "stars": 8, "last_update": "2025-08-27 09:02:20", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/ComfyUI_colormaster": { - "stars": 1, + "stars": 2, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/Comfyui_EncryptMaster": { - "stars": 2, + "stars": 3, "last_update": "2025-09-06 14:18:12", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/Gemini_Banana_by_orion4d": { - "stars": 4, + "stars": 10, "last_update": "2025-09-07 22:18:10", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/Orion4D_pixelshift": { - "stars": 1, + "stars": 5, "last_update": "2025-09-09 09:14:31", - "author_account_age_days": 1026 + "author_account_age_days": 1101 }, "https://github.com/orion4d/illusion_node": { "stars": 3, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1026 + "author_account_age_days": 1101 + }, + "https://github.com/orpheus-gaze/comfyui-s2-guidance-test": { + "stars": 0, + "last_update": "2025-11-13 17:50:49", + "author_account_age_days": 68 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 89, + "stars": 138, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3474 + "author_account_age_days": 3548 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { - "stars": 6, - "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 871 + "stars": 7, + "last_update": "2025-11-19 21:03:59", + "author_account_age_days": 945 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { - "stars": 20, + "stars": 21, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1522 + "author_account_age_days": 1596 }, "https://github.com/ostris/ComfyUI-FlexTools": { - "stars": 74, + "stars": 79, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2848 + "author_account_age_days": 2922 }, "https://github.com/ostris/ostris_nodes_comfyui": { - "stars": 31, + "stars": 42, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2848 + "author_account_age_days": 2922 }, "https://github.com/otacoo/comfyui_otacoo": { - "stars": 5, - "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 140 + "stars": 6, + "last_update": "2025-10-02 07:14:56", + "author_account_age_days": 215 }, "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer": { - "stars": 0, - "last_update": "2025-09-11 22:32:07", - "author_account_age_days": 4559 + "stars": 5, + "last_update": "2025-11-21 20:16:37", + "author_account_age_days": 4634 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3228 + "author_account_age_days": 3302 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4557 + "author_account_age_days": 4631 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2775 + "author_account_age_days": 2849 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { - "stars": 30, + "stars": 31, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1287 + "author_account_age_days": 1361 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-08-22 08:04:50", - "author_account_age_days": 2059 + "author_account_age_days": 2134 }, "https://github.com/p1atdev/comfyui-tkg-chroma-key": { - "stars": 17, + "stars": 19, "last_update": "2025-08-23 16:06:14", - "author_account_age_days": 2059 + "author_account_age_days": 2134 + }, + "https://github.com/pacchikAI/comfyui_pacchik_ImagePromptBatch": { + "stars": 0, + "last_update": "2025-10-22 16:27:05", + "author_account_age_days": 198 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 99, + "stars": 100, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5498 + "author_account_age_days": 5572 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5498 + "author_account_age_days": 5572 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 218, - "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2576 + "stars": 226, + "last_update": "2025-11-21 20:12:27", + "author_account_age_days": 2650 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { - "stars": 18, + "stars": 19, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2576 + "author_account_age_days": 2650 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 278, - "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2576 + "stars": 290, + "last_update": "2025-09-27 04:23:13", + "author_account_age_days": 2650 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2762 + "author_account_age_days": 2836 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1956 + "author_account_age_days": 2032 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1956 + "author_account_age_days": 2032 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 283 + "author_account_age_days": 357 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 225, + "stars": 228, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5525 + "author_account_age_days": 5599 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { - "stars": 28, + "stars": 31, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 296 + "author_account_age_days": 371 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 30, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3132 + "author_account_age_days": 3206 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-09-04 12:54:34", - "author_account_age_days": 1106 + "author_account_age_days": 1181 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1675 + "author_account_age_days": 1749 }, - "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": 2203 + "last_update": "2025-10-14 21:49:38", + "author_account_age_days": 46 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { - "stars": 8, - "last_update": "2025-08-18 15:45:27", - "author_account_age_days": 2203 + "stars": 11, + "last_update": "2025-11-18 15:31:19", + "author_account_age_days": 2277 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2203 + "author_account_age_days": 2277 + }, + "https://github.com/perckle/comfyui_dpir": { + "stars": 0, + "last_update": "2025-09-27 06:10:01", + "author_account_age_days": 1882 + }, + "https://github.com/perezjoan/ComfyUI-QwenEdit-Urbanism-by-UGA": { + "stars": 0, + "last_update": "2025-11-17 16:31:44", + "author_account_age_days": 2482 + }, + "https://github.com/petr-pr/ComfyUI-TranslationNode": { + "stars": 0, + "last_update": "2025-11-05 22:42:00", + "author_account_age_days": 1342 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 58, + "stars": 61, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1360 + "author_account_age_days": 1434 }, "https://github.com/phazei/ComfyUI-OrpheusTTS-LMStudio": { - "stars": 1, + "stars": 2, "last_update": "2025-09-10 06:24:20", - "author_account_age_days": 5454 + "author_account_age_days": 5528 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { - "stars": 25, + "stars": 35, "last_update": "2025-08-23 11:28:09", - "author_account_age_days": 5454 + "author_account_age_days": 5528 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3444 + "author_account_age_days": 3518 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3702 + "author_account_age_days": 3777 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { - "stars": 45, - "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3702 + "stars": 56, + "last_update": "2025-10-07 08:05:19", + "author_account_age_days": 3777 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 188, + "stars": 197, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1109 + "author_account_age_days": 1183 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 53, + "stars": 57, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2734 + "author_account_age_days": 2808 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { - "stars": 28, - "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2119 + "stars": 35, + "last_update": "2025-09-15 02:17:21", + "author_account_age_days": 2193 }, "https://github.com/phyblas/nsfw-shorier_comfyui": { - "stars": 2, - "last_update": "2025-09-11 22:01:56", - "author_account_age_days": 3497 + "stars": 6, + "last_update": "2025-09-16 13:23:13", + "author_account_age_days": 3572 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 10, "last_update": "2025-09-10 14:45:01", - "author_account_age_days": 3498 + "author_account_age_days": 3572 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 120 + "author_account_age_days": 195 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { - "stars": 0, + "stars": 1, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 120 + "author_account_age_days": 195 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { - "stars": 4, + "stars": 6, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 120 + "author_account_age_days": 195 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1032 + "author_account_age_days": 1106 + }, + "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": { + "stars": 1, + "last_update": "2025-11-05 21:55:09", + "author_account_age_days": 42 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 415 + "author_account_age_days": 489 + }, + "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": { + "stars": 20, + "last_update": "2025-10-26 04:15:42", + "author_account_age_days": 3826 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 416 + "author_account_age_days": 490 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 416 + "author_account_age_days": 490 + }, + "https://github.com/pizurny/ComfyUI-AV-Handles": { + "stars": 24, + "last_update": "2025-11-08 18:23:12", + "author_account_age_days": 1200 + }, + "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler": { + "stars": 3, + "last_update": "2025-10-28 20:48:57", + "author_account_age_days": 1200 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1948 + "author_account_age_days": 2022 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { - "stars": 9, + "stars": 10, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1948 + "author_account_age_days": 2022 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1948 + "author_account_age_days": 2022 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1948 + "author_account_age_days": 2022 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1945 + "author_account_age_days": 2019 }, "https://github.com/plugcrypt/CRT-Nodes": { - "stars": 10, - "last_update": "2025-09-10 20:49:19", - "author_account_age_days": 1507 + "stars": 35, + "last_update": "2025-11-22 19:57:16", + "author_account_age_days": 1581 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { - "stars": 5, - "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 508 + "stars": 9, + "last_update": "2025-11-08 19:39:43", + "author_account_age_days": 583 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { - "stars": 11, - "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 246 + "stars": 16, + "last_update": "2025-11-07 16:41:28", + "author_account_age_days": 320 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 477, - "last_update": "2025-09-12 18:23:07", - "author_account_age_days": 3952 + "stars": 637, + "last_update": "2025-10-16 03:10:03", + "author_account_age_days": 4026 + }, + "https://github.com/polym/ComfyUI-musubi": { + "stars": 1, + "last_update": "2025-10-21 11:45:22", + "author_account_age_days": 4751 }, "https://github.com/popoimm/comfyui-popo-utility": { "stars": 0, "last_update": "2025-08-28 17:56:41", - "author_account_age_days": 3488 + "author_account_age_days": 3563 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 117, + "stars": 120, "last_update": "2025-08-23 16:35:18", - "author_account_age_days": 767 + "author_account_age_days": 841 + }, + "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": { + "stars": 0, + "last_update": "2025-11-16 12:13:06", + "author_account_age_days": 3250 + }, + "https://github.com/princepainter/ComfyUI-PainterI2V": { + "stars": 398, + "last_update": "2025-11-24 23:48:08", + "author_account_age_days": 1022 + }, + "https://github.com/princepainter/ComfyUI-PainterI2VforKJ": { + "stars": 61, + "last_update": "2025-11-19 10:27:30", + "author_account_age_days": 1022 + }, + "https://github.com/princepainter/ComfyUI-PainterLongVideo": { + "stars": 67, + "last_update": "2025-11-18 23:59:04", + "author_account_age_days": 1022 + }, + "https://github.com/princepainter/Comfyui-PainterAudioCut": { + "stars": 6, + "last_update": "2025-11-16 09:59:25", + "author_account_age_days": 1022 + }, + "https://github.com/princepainter/Comfyui-PainterSampler": { + "stars": 15, + "last_update": "2025-11-17 09:12:16", + "author_account_age_days": 1022 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { - "stars": 41, + "stars": 44, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1475 + "author_account_age_days": 1549 }, "https://github.com/prodogape/ComfyUI-Minio": { - "stars": 6, + "stars": 7, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1475 + "author_account_age_days": 1549 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1475 + "author_account_age_days": 1549 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { - "stars": 26, + "stars": 27, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1475 + "author_account_age_days": 1549 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 6013 + "author_account_age_days": 6087 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4433 + "author_account_age_days": 4507 + }, + "https://github.com/psdwizzard/Comfyui-XYZ-stitch": { + "stars": 0, + "last_update": "2025-11-11 16:47:27", + "author_account_age_days": 3366 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { - "stars": 22, + "stars": 24, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4324 + "author_account_age_days": 4399 }, "https://github.com/ptmaster/comfyui-audio-speed": { - "stars": 12, + "stars": 11, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4324 + "author_account_age_days": 4399 }, "https://github.com/puke3615/ComfyUI-OneAPI": { - "stars": 4, + "stars": 8, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3959 + "author_account_age_days": 4034 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2246 + "author_account_age_days": 2320 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4272 + "author_account_age_days": 4347 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5383 + "author_account_age_days": 5457 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5383 + "author_account_age_days": 5457 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, - "last_update": "2025-09-04 16:47:58", - "author_account_age_days": 486 + "last_update": "2025-11-06 22:36:28", + "author_account_age_days": 561 }, "https://github.com/pxl-pshr/GlitchNodes": { - "stars": 54, - "last_update": "2025-08-17 19:17:44", - "author_account_age_days": 331 + "stars": 58, + "last_update": "2025-10-11 16:47:17", + "author_account_age_days": 405 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 2012, - "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3142 + "stars": 2135, + "last_update": "2025-09-26 23:53:00", + "author_account_age_days": 3216 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2668, + "stars": 2810, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 943 + "author_account_age_days": 1017 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 958, + "stars": 1026, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 943 + "author_account_age_days": 1017 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 167, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1222 + "author_account_age_days": 1296 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { - "stars": 81, + "stars": 82, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1222 + "author_account_age_days": 1296 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { - "stars": 76, + "stars": 75, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2949 + "author_account_age_days": 3023 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { - "stars": 13, + "stars": 14, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { - "stars": 38, + "stars": 41, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { - "stars": 25, - "last_update": "2025-08-15 20:00:40", - "author_account_age_days": 3732 + "stars": 34, + "last_update": "2025-10-08 13:39:49", + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { - "stars": 62, + "stars": 63, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { - "stars": 30, + "stars": 33, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { - "stars": 34, + "stars": 39, "last_update": "2025-08-23 12:28:00", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { - "stars": 20, + "stars": 21, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 7, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { - "stars": 38, - "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3732 + "stars": 44, + "last_update": "2025-10-02 18:14:33", + "author_account_age_days": 3807 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { - "stars": 10, + "stars": 11, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { - "stars": 13, + "stars": 15, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3732 + "author_account_age_days": 3807 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1056 - }, - "https://github.com/r-vage/ComfyUI-RvTools_v2": { - "stars": 11, - "last_update": "2025-09-11 05:16:13", - "author_account_age_days": 116 + "author_account_age_days": 1130 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 877 + "author_account_age_days": 951 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 586 + "author_account_age_days": 660 + }, + "https://github.com/rafacost/rafacost-comfy": { + "stars": 1, + "last_update": "2025-11-11 14:26:29", + "author_account_age_days": 4208 }, "https://github.com/railep/ComfyUI-HunyuanVideo-Foley": { - "stars": 4, + "stars": 5, "last_update": "2025-08-29 16:48:04", - "author_account_age_days": 192 + "author_account_age_days": 267 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 372, + "stars": 378, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1511 + "author_account_age_days": 1585 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1511 + "author_account_age_days": 1585 }, "https://github.com/rainlizard/ComfyUI-Raffle": { - "stars": 10, - "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3608 + "stars": 16, + "last_update": "2025-11-23 16:11:33", + "author_account_age_days": 3682 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3607 - }, - "https://github.com/rakki194/ComfyUI-ImageCompare": { - "stars": 0, - "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 222 + "author_account_age_days": 3682 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { - "stars": 4, - "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1767 + "stars": 5, + "last_update": "2025-10-27 11:11:50", + "author_account_age_days": 1841 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { - "stars": 66, + "stars": 68, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3662 + "author_account_age_days": 3736 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1206 + "author_account_age_days": 1280 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 264 + "author_account_age_days": 338 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, "last_update": "2025-09-02 08:35:03", - "author_account_age_days": 5700 + "author_account_age_days": 5775 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 89, + "stars": 90, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4939 + "author_account_age_days": 5013 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2367 + "author_account_age_days": 2442 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 112, + "stars": 111, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2450 + "author_account_age_days": 2524 }, "https://github.com/razvanmatei-sf/razv-llm": { "stars": 0, - "last_update": "2025-09-10 13:39:51", - "author_account_age_days": 14 + "last_update": "2025-10-13 10:36:55", + "author_account_age_days": 89 }, "https://github.com/razvanmatei-sf/razv-wavespeed": { "stars": 0, - "last_update": "2025-09-11 11:20:46", - "author_account_age_days": 14 + "last_update": "2025-11-15 11:18:27", + "author_account_age_days": 89 + }, + "https://github.com/razvanmatei-sf/serhii-prompt-list": { + "stars": 0, + "last_update": "2025-11-03 10:19:48", + "author_account_age_days": 89 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3870 + "author_account_age_days": 3944 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1956 + "author_account_age_days": 2030 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 41, + "stars": 44, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6066 + "author_account_age_days": 6140 + }, + "https://github.com/rdawgemfl/rdawg_3D_pack": { + "stars": 0, + "last_update": "2025-10-19 12:31:40", + "author_account_age_days": 2448 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3767 + "author_account_age_days": 3842 }, "https://github.com/reallusion/ComfyUI-Reallusion": { - "stars": 4, + "stars": 6, "last_update": "2025-08-26 10:09:05", - "author_account_age_days": 2505 + "author_account_age_days": 2580 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 395, + "stars": 415, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3038 + "author_account_age_days": 3112 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 64, + "stars": 65, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1168 + "author_account_age_days": 1242 + }, + "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": { + "stars": 6, + "last_update": "2025-09-30 16:00:15", + "author_account_age_days": 3823 }, "https://github.com/redhottensors/ComfyUI-Prediction": { - "stars": 14, + "stars": 15, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 584 + "author_account_age_days": 658 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { - "stars": 94, + "stars": 111, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5072 + "author_account_age_days": 5146 }, "https://github.com/regiellis/ComfyUI-EasyIllustrious": { - "stars": 17, - "last_update": "2025-09-08 03:33:29", - "author_account_age_days": 5071 + "stars": 44, + "last_update": "2025-09-23 19:42:28", + "author_account_age_days": 5146 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 38, + "stars": 46, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5072 + "author_account_age_days": 5146 }, "https://github.com/regiellis/ComfyUI-EasyPony": { - "stars": 10, + "stars": 11, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5072 + "author_account_age_days": 5146 }, "https://github.com/regiellis/ComfyUI-SDXL-Adherence": { - "stars": 4, + "stars": 6, "last_update": "2025-09-01 01:09:00", - "author_account_age_days": 5072 + "author_account_age_days": 5146 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 197, + "stars": 202, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2053 + "author_account_age_days": 2128 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 2, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4930 + "author_account_age_days": 5004 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2232, - "last_update": "2025-09-10 00:31:41", - "author_account_age_days": 5420 + "stars": 2446, + "last_update": "2025-11-12 00:55:33", + "author_account_age_days": 5494 }, "https://github.com/rhdunn/comfyui-audio-processing": { - "stars": 10, + "stars": 11, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6082 + "author_account_age_days": 6156 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6082 + "author_account_age_days": 6156 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 598 + "author_account_age_days": 672 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3126 + "author_account_age_days": 3200 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5278 + "author_account_age_days": 5352 }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { - "stars": 0, + "stars": 2, "last_update": "2025-08-20 00:09:26", - "author_account_age_days": 985 + "author_account_age_days": 1060 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4649 + "author_account_age_days": 4723 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { - "stars": 4, + "stars": 6, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1092 + "author_account_age_days": 1166 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1092 + "author_account_age_days": 1166 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { - "stars": 16, - "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1092 + "stars": 18, + "last_update": "2025-09-25 09:39:29", + "author_account_age_days": 1166 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { - "stars": 36, + "stars": 37, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1092 + "author_account_age_days": 1166 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5717 + "author_account_age_days": 5791 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { - "stars": 14, + "stars": 15, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3992 + "author_account_age_days": 4066 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { - "stars": 25, + "stars": 28, "last_update": "2025-09-04 07:09:16", - "author_account_age_days": 2257 + "author_account_age_days": 2332 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 282, - "last_update": "2025-09-11 06:40:20", - "author_account_age_days": 4549 + "stars": 419, + "last_update": "2025-10-27 21:01:07", + "author_account_age_days": 4624 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 224, + "stars": 233, "last_update": "2025-09-08 11:56:14", - "author_account_age_days": 4550 + "author_account_age_days": 4624 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1568 + "author_account_age_days": 1643 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3599 + "author_account_age_days": 3673 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 736 + "author_account_age_days": 810 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 6, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2755 + "author_account_age_days": 2829 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 109, + "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4600 + "author_account_age_days": 4674 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1463 + "author_account_age_days": 1537 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { - "stars": 0, + "stars": 1, "last_update": "2025-09-08 02:32:36", - "author_account_age_days": 202 + "author_account_age_days": 276 }, "https://github.com/rookiepsi/comfyui-extended": { - "stars": 3, - "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 202 + "stars": 4, + "last_update": "2025-10-07 20:14:44", + "author_account_age_days": 276 + }, + "https://github.com/rookiestar28/ComfyUI-Danbooru-Tags-Upsampler": { + "stars": 1, + "last_update": "2025-11-22 11:21:39", + "author_account_age_days": 732 + }, + "https://github.com/rookiestar28/ComfyUI_Text_Processor": { + "stars": 5, + "last_update": "2025-11-25 12:54:50", + "author_account_age_days": 732 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1373 + "author_account_age_days": 1447 }, "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { - "stars": 3, - "last_update": "2025-08-19 13:53:35", - "author_account_age_days": 815 + "stars": 5, + "last_update": "2025-11-25 19:40:54", + "author_account_age_days": 890 }, "https://github.com/royceschultz/ComfyUI-Notifications": { - "stars": 17, + "stars": 23, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2975 + "author_account_age_days": 3049 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { - "stars": 23, + "stars": 26, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2975 + "author_account_age_days": 3049 }, "https://github.com/rslosch/ComfyUI-EZ_Prompts": { "stars": 0, "last_update": "2025-08-29 19:12:11", - "author_account_age_days": 1335 + "author_account_age_days": 1410 + }, + "https://github.com/rslosch/comfyui-nodesweet": { + "stars": 1, + "last_update": "2025-10-28 19:34:17", + "author_account_age_days": 1410 + }, + "https://github.com/rsxdalv/ComfyUI-TTS-Webui": { + "stars": 2, + "last_update": "2025-10-31 17:42:44", + "author_account_age_days": 4294 + }, + "https://github.com/ru4ls/ComfyUI_Google-Fonts": { + "stars": 1, + "last_update": "2025-10-29 09:24:52", + "author_account_age_days": 1005 + }, + "https://github.com/ru4ls/ComfyUI_Imagen": { + "stars": 3, + "last_update": "2025-10-20 02:29:03", + "author_account_age_days": 1005 }, "https://github.com/ru4ls/ComfyUI_Nano_Banana": { - "stars": 0, - "last_update": "2025-09-10 09:38:27", - "author_account_age_days": 930 + "stars": 7, + "last_update": "2025-11-24 05:43:13", + "author_account_age_days": 1005 + }, + "https://github.com/ru4ls/ComfyUI_StreetView-Loader": { + "stars": 5, + "last_update": "2025-11-14 05:57:36", + "author_account_age_days": 1005 }, "https://github.com/ru4ls/ComfyUI_Wan": { + "stars": 1, + "last_update": "2025-10-20 02:32:13", + "author_account_age_days": 1005 + }, + "https://github.com/ruanjianlun/comfyui_maya1_tts_alun": { "stars": 0, - "last_update": "2025-09-11 23:22:56", - "author_account_age_days": 930 + "last_update": "2025-11-11 03:17:07", + "author_account_age_days": 784 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3516 + "author_account_age_days": 3591 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { - "stars": 10, + "stars": 13, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 627 + "author_account_age_days": 701 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { - "stars": 39, + "stars": 41, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 627 + "author_account_age_days": 701 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 627 + "author_account_age_days": 701 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { - "stars": 10, + "stars": 12, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 627 + "author_account_age_days": 701 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 919 + "author_account_age_days": 993 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 515 + "author_account_age_days": 589 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 613 + "author_account_age_days": 687 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2866 + "author_account_age_days": 2940 + }, + "https://github.com/ryan-seungyong-lee/ComfyUI-PromptEnhancer": { + "stars": 4, + "last_update": "2025-10-06 18:43:07", + "author_account_age_days": 1837 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4135 + "author_account_age_days": 4209 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { - "stars": 18, + "stars": 20, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4135 + "author_account_age_days": 4209 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { - "stars": 4, + "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4135 + "author_account_age_days": 4209 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4135 + "author_account_age_days": 4209 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { - "stars": 66, + "stars": 69, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4135 + "author_account_age_days": 4209 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { - "stars": 63, + "stars": 72, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4135 + "author_account_age_days": 4209 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 554, + "stars": 571, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4135 + "author_account_age_days": 4209 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 7, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4135 + "author_account_age_days": 4209 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { - "stars": 6, + "stars": 9, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4344 + "author_account_age_days": 4419 }, "https://github.com/s9roll7/comfyui_cotracker_node": { - "stars": 19, + "stars": 22, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1029 + "author_account_age_days": 1104 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2025-08-22 15:14:56", - "author_account_age_days": 5203 + "author_account_age_days": 5277 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, - "last_update": "2025-09-05 10:54:03", - "author_account_age_days": 383 + "last_update": "2025-11-18 15:42:36", + "author_account_age_days": 457 + }, + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": { + "stars": 2, + "last_update": "2025-11-25 19:11:25", + "author_account_age_days": 5020 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { - "stars": 1, + "stars": 3, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1367 + "author_account_age_days": 1441 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 395 + "author_account_age_days": 470 + }, + "https://github.com/scofano/ComfyUI-Advanced-TextOverlay": { + "stars": 14, + "last_update": "2025-11-25 01:15:55", + "author_account_age_days": 3270 + }, + "https://github.com/scofano/ComfyUI-Simple-video-effects": { + "stars": 0, + "last_update": "2025-11-25 19:14:28", + "author_account_age_days": 3270 + }, + "https://github.com/scofano/comfy-audio-duration": { + "stars": 1, + "last_update": "2025-11-25 13:55:11", + "author_account_age_days": 3270 + }, + "https://github.com/scofano/comfy-text-stats": { + "stars": 0, + "last_update": "2025-10-10 20:10:48", + "author_account_age_days": 3270 }, "https://github.com/scraed/LanPaint": { - "stars": 505, - "last_update": "2025-09-07 05:07:39", - "author_account_age_days": 3907 + "stars": 691, + "last_update": "2025-11-22 17:12:26", + "author_account_age_days": 3982 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { - "stars": 12, + "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 680 + "author_account_age_days": 754 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 5, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1649 + "author_account_age_days": 1724 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 778 + "author_account_age_days": 853 }, "https://github.com/seanlynch/comfyui-optical-flow": { - "stars": 33, + "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5750 + "author_account_age_days": 5824 }, "https://github.com/seanlynch/srl-nodes": { - "stars": 10, + "stars": 11, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5750 + "author_account_age_days": 5824 }, "https://github.com/sebord/ComfyUI-LMCQ": { - "stars": 84, + "stars": 93, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1232 + "author_account_age_days": 1306 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3778 + "author_account_age_days": 3852 }, "https://github.com/set-soft/AudioSeparation": { - "stars": 9, + "stars": 16, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3255 + "author_account_age_days": 3330 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { - "stars": 2, + "stars": 4, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3255 + "author_account_age_days": 3330 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { - "stars": 0, - "last_update": "2025-08-22 14:18:07", - "author_account_age_days": 3255 + "stars": 1, + "last_update": "2025-11-25 23:19:36", + "author_account_age_days": 3330 }, "https://github.com/sfinktah/comfy-ovum": { - "stars": 3, - "last_update": "2025-08-29 00:14:09", - "author_account_age_days": 4477 + "stars": 5, + "last_update": "2025-11-17 22:15:39", + "author_account_age_days": 4552 + }, + "https://github.com/sfinktah/ovum-spotlight": { + "stars": 4, + "last_update": "2025-11-17 21:35:38", + "author_account_age_days": 4552 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { - "stars": 216, + "stars": 233, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2947 + "author_account_age_days": 3021 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 230, + "stars": 241, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2947 + "author_account_age_days": 3021 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2215 + "author_account_age_days": 2289 }, "https://github.com/shadowcz007/comfyui-Image-reward": { - "stars": 31, + "stars": 32, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3760 + "author_account_age_days": 3834 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { - "stars": 2, + "stars": 3, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3760 + "author_account_age_days": 3834 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3760 + "author_account_age_days": 3834 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 463, + "stars": 468, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2488 + "author_account_age_days": 2562 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1706, + "stars": 1750, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2488 + "author_account_age_days": 2562 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 126, + "stars": 129, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2488 + "author_account_age_days": 2562 }, "https://github.com/shadowcz007/comfyui-try-on": { - "stars": 13, + "stars": 14, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2488 + "author_account_age_days": 2562 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 35, + "stars": 36, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3760 + "author_account_age_days": 3834 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { - "stars": 4, + "stars": 6, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 638 + "author_account_age_days": 712 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { - "stars": 20, + "stars": 23, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 638 + "author_account_age_days": 712 }, "https://github.com/shenduldh/ComfyUI-Lightning": { - "stars": 214, + "stars": 220, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2563 + "author_account_age_days": 2637 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5538 + "author_account_age_days": 5612 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1465 + "author_account_age_days": 1540 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 288, + "stars": 290, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2210 + "author_account_age_days": 2284 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 477, + "stars": 493, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2210 + "author_account_age_days": 2284 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2210 + "author_account_age_days": 2284 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 290, + "stars": 306, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2210 + "author_account_age_days": 2284 }, "https://github.com/shinich39/comfyui-break-workflow": { - "stars": 1, + "stars": 2, "last_update": "2025-09-10 15:02:44", - "author_account_age_days": 758 + "author_account_age_days": 832 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, - "last_update": "2025-09-12 19:31:36", - "author_account_age_days": 758 + "last_update": "2025-10-12 10:16:58", + "author_account_age_days": 832 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-09-10 15:13:41", - "author_account_age_days": 758 + "author_account_age_days": 832 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 9, - "last_update": "2025-09-10 15:13:57", - "author_account_age_days": 758 + "last_update": "2025-09-12 23:21:21", + "author_account_age_days": 832 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, - "last_update": "2025-09-10 15:03:16", - "author_account_age_days": 758 + "last_update": "2025-10-16 09:46:49", + "author_account_age_days": 832 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 758 + "author_account_age_days": 832 }, "https://github.com/shinich39/comfyui-mtga": { "stars": 0, - "last_update": "2025-09-12 19:32:09", - "author_account_age_days": 758 + "last_update": "2025-11-21 13:51:23", + "author_account_age_days": 832 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 758 + "author_account_age_days": 832 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, - "last_update": "2025-09-10 15:11:24", - "author_account_age_days": 758 + "last_update": "2025-09-13 15:11:24", + "author_account_age_days": 832 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 161 + "author_account_age_days": 236 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4753 + "author_account_age_days": 4827 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2071 + "author_account_age_days": 2145 }, "https://github.com/siliconflow/BizyAir": { - "stars": 762, - "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 751 + "stars": 799, + "last_update": "2025-09-24 10:15:54", + "author_account_age_days": 825 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 751 + "author_account_age_days": 825 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { - "stars": 2, - "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1946 + "stars": 4, + "last_update": "2025-11-24 18:16:09", + "author_account_age_days": 2020 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-08-20 08:47:24", - "author_account_age_days": 1946 + "author_account_age_days": 2020 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { - "stars": 7, - "last_update": "2025-09-10 09:04:48", - "author_account_age_days": 1946 + "stars": 9, + "last_update": "2025-09-19 03:17:25", + "author_account_age_days": 2020 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { - "stars": 3, + "stars": 4, "last_update": "2025-08-22 23:12:24", - "author_account_age_days": 1946 + "author_account_age_days": 2020 }, "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": { - "stars": 1, - "last_update": "2025-08-30 18:58:00", - "author_account_age_days": 1945 + "stars": 3, + "last_update": "2025-11-25 20:30:50", + "author_account_age_days": 2020 + }, + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": { + "stars": 8, + "last_update": "2025-11-22 12:57:12", + "author_account_age_days": 2020 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, - "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1945 + "last_update": "2025-11-18 14:41:30", + "author_account_age_days": 2020 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { - "stars": 20, + "stars": 21, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1946 + "author_account_age_days": 2020 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 38, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1946 + "author_account_age_days": 2020 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 306, - "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1552 + "stars": 324, + "last_update": "2025-11-04 08:43:09", + "author_account_age_days": 1626 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 217, - "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2572 + "stars": 221, + "last_update": "2025-10-07 10:25:26", + "author_account_age_days": 2646 + }, + "https://github.com/siraxe/ComfyUI-WanVideoWrapper_QQ": { + "stars": 19, + "last_update": "2025-11-25 16:55:56", + "author_account_age_days": 3147 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1323 + "author_account_age_days": 1397 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 4, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4207 + "author_account_age_days": 4282 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2527 + "author_account_age_days": 2601 }, "https://github.com/skycoder182/comfyui-filename-tools": { - "stars": 0, + "stars": 1, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 114 + "author_account_age_days": 189 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 114 + "author_account_age_days": 189 + }, + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": { + "stars": 0, + "last_update": "2025-11-18 15:54:32", + "author_account_age_days": 5262 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, - "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 423 + "last_update": "2025-11-06 14:32:52", + "author_account_age_days": 497 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, - "last_update": "2025-08-20 08:19:36", - "author_account_age_days": 423 + "last_update": "2025-11-06 13:10:07", + "author_account_age_days": 497 }, "https://github.com/slyt/comfyui-ollama-nodes": { - "stars": 0, + "stars": 1, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4385 - }, - "https://github.com/sm079/ComfyUI-Face-Detection": { - "stars": 0, - "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2129 + "author_account_age_days": 4459 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3160 + "author_account_age_days": 3234 + }, + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": { + "stars": 0, + "last_update": "2025-10-25 21:28:35", + "author_account_age_days": 4096 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3167 + "author_account_age_days": 3241 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3167 + "author_account_age_days": 3241 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { - "stars": 34, + "stars": 36, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 65, + "stars": 66, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 19, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { - "stars": 24, + "stars": 25, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 799 + "author_account_age_days": 873 + }, + "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": { + "stars": 3, + "last_update": "2025-11-18 10:43:12", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Diffree": { - "stars": 32, + "stars": 31, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 192, - "last_update": "2025-09-02 11:13:20", - "author_account_age_days": 799 + "stars": 225, + "last_update": "2025-11-03 00:23:02", + "author_account_age_days": 873 + }, + "https://github.com/smthemex/ComfyUI_DyPE": { + "stars": 24, + "last_update": "2025-11-15 11:15:56", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 668, + "stars": 677, "last_update": "2025-08-26 00:42:33", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { - "stars": 17, + "stars": 16, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 799 + "author_account_age_days": 873 + }, + "https://github.com/smthemex/ComfyUI_FlashVSR": { + "stars": 215, + "last_update": "2025-11-22 08:20:33", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { - "stars": 62, + "stars": 64, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { - "stars": 16, + "stars": 17, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 74, + "stars": 71, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { - "stars": 78, + "stars": 80, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 243, + "stars": 244, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { - "stars": 58, - "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 799 + "stars": 61, + "last_update": "2025-09-30 08:22:04", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { - "stars": 84, + "stars": 87, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { - "stars": 26, + "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 799 + "author_account_age_days": 873 + }, + "https://github.com/smthemex/ComfyUI_LucidFlux": { + "stars": 55, + "last_update": "2025-11-05 05:55:42", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { - "stars": 59, + "stars": 58, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 57, + "stars": 58, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { - "stars": 22, - "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 799 + "stars": 26, + "last_update": "2025-11-24 10:01:01", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_OmniParser": { - "stars": 40, + "stars": 39, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 799 + "author_account_age_days": 873 + }, + "https://github.com/smthemex/ComfyUI_OmniPart": { + "stars": 9, + "last_update": "2025-10-15 08:20:42", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { - "stars": 16, - "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 799 + "stars": 21, + "last_update": "2025-09-20 08:50:30", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { - "stars": 13, + "stars": 14, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { - "stars": 45, + "stars": 47, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_PartPacker": { - "stars": 26, + "stars": 29, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { - "stars": 44, + "stars": 45, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { - "stars": 97, + "stars": 95, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 96, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 190, + "stars": 195, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { - "stars": 79, - "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 799 + "stars": 102, + "last_update": "2025-11-22 12:42:33", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1091, - "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 799 + "stars": 1111, + "last_update": "2025-09-27 00:02:18", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { - "stars": 30, + "stars": 32, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 38, + "stars": 42, "last_update": "2025-08-21 07:58:39", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 98, + "stars": 100, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 799 + "author_account_age_days": 873 + }, + "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": { + "stars": 19, + "last_update": "2025-11-15 05:43:39", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 465, - "last_update": "2025-09-02 01:05:56", - "author_account_age_days": 799 + "stars": 480, + "last_update": "2025-10-11 09:57:02", + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { - "stars": 170, + "stars": 174, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/smthemex/ComfyUI_YuE": { - "stars": 152, + "stars": 166, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 799 + "author_account_age_days": 873 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { - "stars": 14, - "last_update": "2025-08-25 13:13:04", - "author_account_age_days": 1219 + "stars": 15, + "last_update": "2025-10-31 14:48:37", + "author_account_age_days": 1293 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, - "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1219 + "last_update": "2025-09-16 12:38:44", + "author_account_age_days": 1293 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, - "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 2013 + "last_update": "2025-09-19 00:26:30", + "author_account_age_days": 2087 }, "https://github.com/snicolast/ComfyUI-IndexTTS2": { - "stars": 6, - "last_update": "2025-09-12 04:52:58", - "author_account_age_days": 2819 + "stars": 119, + "last_update": "2025-10-13 07:16:00", + "author_account_age_days": 2893 + }, + "https://github.com/snicolast/ComfyUI-Ovi": { + "stars": 102, + "last_update": "2025-10-16 21:46:54", + "author_account_age_days": 2893 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4165 + "author_account_age_days": 4240 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 136 + "author_account_age_days": 210 + }, + "https://github.com/sonnybox/ComfyUI-SuperNodes": { + "stars": 0, + "last_update": "2025-10-11 06:00:33", + "author_account_age_days": 1072 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3705 + "author_account_age_days": 3779 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1928 + "author_account_age_days": 2002 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { - "stars": 30, + "stars": 31, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 853 + "author_account_age_days": 927 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { - "stars": 56, + "stars": 58, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3170 + "author_account_age_days": 3244 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 221, + "stars": 229, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3170 + "author_account_age_days": 3244 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3170 + "author_account_age_days": 3244 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 190, + "stars": 195, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 65, + "stars": 79, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 254, + "stars": 271, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 95, + "stars": 93, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 740 + "author_account_age_days": 814 + }, + "https://github.com/spacepxl/ComfyUI-VAE-Utils": { + "stars": 117, + "last_update": "2025-10-29 04:09:49", + "author_account_age_days": 814 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { - "stars": 13, - "last_update": "2025-09-06 14:01:36", - "author_account_age_days": 382 + "stars": 19, + "last_update": "2025-09-21 04:44:09", + "author_account_age_days": 457 }, "https://github.com/spawner1145/comfyui-aichat": { - "stars": 2, + "stars": 3, "last_update": "2025-09-09 09:53:28", - "author_account_age_days": 382 + "author_account_age_days": 457 + }, + "https://github.com/spawner1145/comfyui-lsnet": { + "stars": 77, + "last_update": "2025-11-04 05:55:42", + "author_account_age_days": 457 + }, + "https://github.com/speige/ComfyUI_Make-It-Animatable": { + "stars": 2, + "last_update": "2025-11-19 19:31:44", + "author_account_age_days": 4877 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 25, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5186 + "author_account_age_days": 5260 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 226, + "stars": 241, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5186 + "author_account_age_days": 5260 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5677 + "author_account_age_days": 5751 }, "https://github.com/sputnik57/comfyui-prompt-logger": { "stars": 0, "last_update": "2025-09-09 22:35:39", - "author_account_age_days": 4194 + "author_account_age_days": 4269 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { - "stars": 3, - "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 246 + "stars": 5, + "last_update": "2025-11-24 03:58:37", + "author_account_age_days": 321 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1302, - "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2134 + "stars": 1361, + "last_update": "2025-10-31 14:35:49", + "author_account_age_days": 2208 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2134 + "author_account_age_days": 2208 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2134 + "author_account_age_days": 2208 }, "https://github.com/ssitu/ComfyUI_roop": { - "stars": 77, + "stars": 80, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2134 + "author_account_age_days": 2208 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4529 + "author_account_age_days": 4603 }, "https://github.com/stavsap/comfyui-kokoro": { - "stars": 59, + "stars": 65, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4529 + "author_account_age_days": 4603 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 635, - "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4529 + "stars": 704, + "last_update": "2025-10-23 17:02:46", + "author_account_age_days": 4603 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { - "stars": 21, + "stars": 28, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3056 + "author_account_age_days": 3131 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { - "stars": 5, - "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3056 + "stars": 11, + "last_update": "2025-10-22 21:10:35", + "author_account_age_days": 3131 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 126, - "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3056 + "stars": 196, + "last_update": "2025-10-22 21:09:42", + "author_account_age_days": 3131 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { - "stars": 40, + "stars": 41, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 398 + "author_account_age_days": 472 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3744 + "author_account_age_days": 3818 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { - "stars": 33, + "stars": 37, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4573 + "author_account_age_days": 4647 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 30, + "stars": 35, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4573 + "author_account_age_days": 4647 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4573 + "author_account_age_days": 4647 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2997 + "author_account_age_days": 3071 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1016, + "stars": 1051, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2997 + "author_account_age_days": 3071 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4917 + "author_account_age_days": 4991 }, "https://github.com/strawberryPunch/vram_optimizer": { - "stars": 9, + "stars": 15, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 738 + "author_account_age_days": 813 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3072 + "author_account_age_days": 3146 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2291 + "author_account_age_days": 2365 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2291 + "author_account_age_days": 2365 + }, + "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": { + "stars": 0, + "last_update": "2025-11-10 21:17:53", + "author_account_age_days": 3525 }, "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": 6376 + "author_account_age_days": 6450 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1321 + "author_account_age_days": 1395 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { - "stars": 1, + "stars": 2, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1321 + "author_account_age_days": 1395 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1321 + "author_account_age_days": 1395 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { - "stars": 64, - "last_update": "2025-09-09 03:31:20", - "author_account_age_days": 1321 + "stars": 70, + "last_update": "2025-09-16 00:29:21", + "author_account_age_days": 1395 + }, + "https://github.com/suhee19/comfyui-orpheus-loader": { + "stars": 0, + "last_update": "2025-09-23 15:14:02", + "author_account_age_days": 1133 + }, + "https://github.com/sumitchatterjee13/Luminance-Stack-Processor": { + "stars": 31, + "last_update": "2025-10-05 11:40:55", + "author_account_age_days": 2355 }, "https://github.com/sumitchatterjee13/nuke-nodes-comfyui": { - "stars": 11, - "last_update": "2025-08-27 04:59:30", - "author_account_age_days": 2280 + "stars": 27, + "last_update": "2025-09-21 04:58:49", + "author_account_age_days": 2355 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 197 + "author_account_age_days": 272 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 894 + "author_account_age_days": 968 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { - "stars": 3, + "stars": 6, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4961 + "author_account_age_days": 5036 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 930 + "author_account_age_days": 1004 }, "https://github.com/svntax/ComfyUI-RetroDiffusion-API-Node": { + "stars": 3, + "last_update": "2025-11-08 13:11:55", + "author_account_age_days": 4399 + }, + "https://github.com/swan7-py/ComfyUI-ImageAlphaCrop": { "stars": 1, - "last_update": "2025-08-21 10:47:25", - "author_account_age_days": 4324 + "last_update": "2025-11-21 01:38:12", + "author_account_age_days": 316 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1177 + "author_account_age_days": 1251 }, "https://github.com/sweetndata/ComfyUI-Reflatent": { "stars": 0, "last_update": "2025-08-27 16:38:57", - "author_account_age_days": 1176 + "author_account_age_days": 1251 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1177 + "author_account_age_days": 1251 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1177 + "author_account_age_days": 1251 + }, + "https://github.com/swfxliyiyu/ComfyUI-FastVideo": { + "stars": 0, + "last_update": "2025-09-15 05:41:45", + "author_account_age_days": 3431 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3379 + "author_account_age_days": 3454 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 133, - "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3581 + "stars": 138, + "last_update": "2025-09-17 19:49:51", + "author_account_age_days": 3655 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 72, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2343 + "author_account_age_days": 2417 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { - "stars": 1, - "last_update": "2025-08-21 14:39:16", - "author_account_age_days": 396 + "stars": 3, + "last_update": "2025-10-16 07:24:50", + "author_account_age_days": 470 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { - "stars": 1, + "stars": 2, "last_update": "2025-09-12 02:51:40", - "author_account_age_days": 396 + "author_account_age_days": 470 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { - "stars": 2, + "stars": 3, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 396 + "author_account_age_days": 470 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, - "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 396 + "last_update": "2025-10-13 15:44:26", + "author_account_age_days": 470 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 396 + "author_account_age_days": 470 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { - "stars": 6, + "stars": 8, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 396 + "author_account_age_days": 470 + }, + "https://github.com/synystersocks/ComfyUI-SocksLatentPatcher": { + "stars": 14, + "last_update": "2025-10-10 17:43:43", + "author_account_age_days": 922 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { - "stars": 2, + "stars": 3, "last_update": "2025-08-17 10:29:10", - "author_account_age_days": 3053 + "author_account_age_days": 3128 + }, + "https://github.com/sysoutch/blender-ComfyUIModelGenerator-addon": { + "stars": 0, + "last_update": "2025-10-18 18:25:23", + "author_account_age_days": 4591 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1452 + "author_account_age_days": 1526 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 92, + "stars": 93, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2128 + "author_account_age_days": 2202 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 259, + "stars": 261, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2128 + "author_account_age_days": 2202 }, "https://github.com/taabata/SANA_LOWVRAM": { - "stars": 5, + "stars": 4, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2128 + "author_account_age_days": 2202 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 61, + "stars": 65, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 352 + "author_account_age_days": 426 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5366 + "author_account_age_days": 5440 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { - "stars": 40, + "stars": 44, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 830 + "author_account_age_days": 904 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 610, + "stars": 631, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 1001 + "author_account_age_days": 1075 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4417 + "author_account_age_days": 4491 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { - "stars": 91, + "stars": 92, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2176 + "author_account_age_days": 2250 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { - "stars": 29, + "stars": 32, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4865 + "author_account_age_days": 4940 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2544 + "author_account_age_days": 2619 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, - "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 436 + "last_update": "2025-10-02 03:48:49", + "author_account_age_days": 511 + }, + "https://github.com/techzuhaib/FaceCLIP-ComfyUI": { + "stars": 0, + "last_update": "2025-11-21 09:10:22", + "author_account_age_days": 689 }, "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea": { - "stars": 0, - "last_update": "2025-09-11 22:20:43", - "author_account_age_days": 898 + "stars": 4, + "last_update": "2025-09-27 20:21:30", + "author_account_age_days": 973 + }, + "https://github.com/tenitsky/tenitsky-prompt-cycler-simple": { + "stars": 5, + "last_update": "2025-10-31 03:04:37", + "author_account_age_days": 218 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 58, + "stars": 59, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 908 + "author_account_age_days": 983 + }, + "https://github.com/terefang/ComfyUI-Terefang-Nodes": { + "stars": 0, + "last_update": "2025-11-12 12:35:02", + "author_account_age_days": 5482 + }, + "https://github.com/tester4488/mc_qwen": { + "stars": 4, + "last_update": "2025-11-14 11:46:00", + "author_account_age_days": 646 }, "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": 2464 + "author_account_age_days": 2539 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5543 + "author_account_age_days": 5617 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { - "stars": 6, + "stars": 7, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5543 + "author_account_age_days": 5617 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 244 + "author_account_age_days": 319 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { - "stars": 1, + "stars": 2, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 244 + "author_account_age_days": 319 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1801 + "author_account_age_days": 1875 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 63, - "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3168 + "stars": 67, + "last_update": "2025-09-15 15:48:29", + "author_account_age_days": 3242 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { - "stars": 70, + "stars": 73, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2868 + "author_account_age_days": 2942 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { - "stars": 225, + "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2868 + "author_account_age_days": 2942 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 363, + "stars": 365, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2868 + "author_account_age_days": 2942 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, - "last_update": "2025-09-02 20:54:05", - "author_account_age_days": 904 + "last_update": "2025-10-22 23:19:42", + "author_account_age_days": 979 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 416 + "author_account_age_days": 490 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 416 + "author_account_age_days": 490 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { - "stars": 4, + "stars": 5, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 416 + "author_account_age_days": 490 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 416 + "author_account_age_days": 490 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { - "stars": 34, + "stars": 33, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3659 + "author_account_age_days": 3733 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3659 + "author_account_age_days": 3733 }, "https://github.com/thezveroboy/ComfyUI-lut": { - "stars": 3, + "stars": 4, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3659 + "author_account_age_days": 3733 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3659 + "author_account_age_days": 3733 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { - "stars": 2, + "stars": 3, "last_update": "2025-08-19 12:29:31", - "author_account_age_days": 3659 + "author_account_age_days": 3733 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { - "stars": 1, + "stars": 2, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3659 + "author_account_age_days": 3733 }, "https://github.com/thimpat/ThimPatUtils": { "stars": 0, "last_update": "2025-08-25 18:04:19", - "author_account_age_days": 4123 + "author_account_age_days": 4198 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 166, - "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 709 + "stars": 180, + "last_update": "2025-11-06 10:34:02", + "author_account_age_days": 783 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2785 + "author_account_age_days": 2859 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3395 + "author_account_age_days": 3469 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { - "stars": 38, + "stars": 40, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3770 + "author_account_age_days": 3844 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { - "stars": 6, + "stars": 9, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3638 + "author_account_age_days": 3712 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { - "stars": 1, - "last_update": "2025-08-29 22:43:48", - "author_account_age_days": 2416 + "stars": 2, + "last_update": "2025-10-29 22:15:03", + "author_account_age_days": 2490 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2555 + "author_account_age_days": 2630 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2555 + "author_account_age_days": 2630 + }, + "https://github.com/tiheaven/Ps-Comfy-TiHeaveN-CustomNodes": { + "stars": 24, + "last_update": "2025-11-20 11:48:22", + "author_account_age_days": 751 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 981 + "author_account_age_days": 1055 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4820 + "author_account_age_days": 4894 + }, + "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": { + "stars": 0, + "last_update": "2025-11-20 08:46:46", + "author_account_age_days": 1204 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4305 + "author_account_age_days": 4379 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4305 + "author_account_age_days": 4379 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3348 + "author_account_age_days": 3422 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { - "stars": 10, + "stars": 12, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4763 + "author_account_age_days": 4837 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4815 + "author_account_age_days": 4889 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 116, + "stars": 121, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4095 + "author_account_age_days": 4169 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 593, - "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4095 + "stars": 597, + "last_update": "2025-11-02 19:13:09", + "author_account_age_days": 4169 }, "https://github.com/traugdor/ComfyUI-Riffusion": { - "stars": 4, + "stars": 5, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4265 + "author_account_age_days": 4339 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { - "stars": 12, + "stars": 13, "last_update": "2025-08-22 23:56:33", - "author_account_age_days": 4265 + "author_account_age_days": 4339 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { - "stars": 14, - "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4265 + "stars": 15, + "last_update": "2025-10-29 00:49:43", + "author_account_age_days": 4339 + }, + "https://github.com/tristanvdb/ComfyUI-toolset": { + "stars": 0, + "last_update": "2025-11-17 16:40:27", + "author_account_age_days": 4928 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { - "stars": 1, - "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3586 + "stars": 3, + "last_update": "2025-10-04 19:08:45", + "author_account_age_days": 3660 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 66, - "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3586 + "stars": 73, + "last_update": "2025-10-13 15:33:29", + "author_account_age_days": 3660 + }, + "https://github.com/tritant/ComfyUI_Custom_Switch": { + "stars": 4, + "last_update": "2025-10-12 13:57:31", + "author_account_age_days": 3660 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3586 + "author_account_age_days": 3660 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3586 + "author_account_age_days": 3660 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { - "stars": 34, - "last_update": "2025-09-12 05:55:01", - "author_account_age_days": 3586 + "stars": 65, + "last_update": "2025-10-07 17:14:33", + "author_account_age_days": 3660 }, "https://github.com/tritant/ComfyUI_Relight_Img": { - "stars": 2, + "stars": 6, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3586 + "author_account_age_days": 3660 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { - "stars": 8, + "stars": 13, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3586 + "author_account_age_days": 3660 + }, + "https://github.com/tritant/ComfyUI_SuperScaler": { + "stars": 147, + "last_update": "2025-11-07 16:05:29", + "author_account_age_days": 3660 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2703 + "author_account_age_days": 2777 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5834 + "author_account_age_days": 5908 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { - "stars": 41, + "stars": 49, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3405 + "author_account_age_days": 3479 + }, + "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": { + "stars": 1, + "last_update": "2025-11-06 22:13:02", + "author_account_age_days": 3705 }, "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": 1974 + "author_account_age_days": 2048 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": { + "stars": 5, + "last_update": "2025-10-07 16:01:16", + "author_account_age_days": 5277 + }, + "https://github.com/ttulttul/ComfyUI-FlowMatching-Upscaler": { + "stars": 42, + "last_update": "2025-11-25 23:13:30", + "author_account_age_days": 5277 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5202 + "author_account_age_days": 5276 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5202 + "author_account_age_days": 5276 + }, + "https://github.com/tuki0918/comfyui-image-expand-nodes": { + "stars": 0, + "last_update": "2025-11-25 12:22:35", + "author_account_age_days": 5262 + }, + "https://github.com/tuki0918/comfyui-image-tiled-nodes": { + "stars": 0, + "last_update": "2025-11-25 05:13:19", + "author_account_age_days": 5262 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1869 + "author_account_age_days": 1943 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { - "stars": 6, + "stars": 8, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1869 + "author_account_age_days": 1943 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3194 + "author_account_age_days": 3268 + }, + "https://github.com/turnbros/ComfyBros": { + "stars": 0, + "last_update": "2025-11-05 03:20:19", + "author_account_age_days": 1899 }, "https://github.com/tusharbhutt/Endless-Buttons": { - "stars": 7, + "stars": 10, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3110 + "author_account_age_days": 3184 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 57, + "stars": 61, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3110 + "author_account_age_days": 3184 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 876, + "stars": 891, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4513 + "author_account_age_days": 4587 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 530 + "author_account_age_days": 604 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 150, - "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4148 + "stars": 160, + "last_update": "2025-11-01 14:56:57", + "author_account_age_days": 4222 }, "https://github.com/tzwm/comfyui-profiler": { - "stars": 163, + "stars": 162, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5214 + "author_account_age_days": 5288 + }, + "https://github.com/u5dev/comfyUI_u5_VramFREE": { + "stars": 2, + "last_update": "2025-10-02 02:30:02", + "author_account_age_days": 64 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1717 + "author_account_age_days": 1791 + }, + "https://github.com/ucloud/comfyui-plugin": { + "stars": 3, + "last_update": "2025-09-23 03:26:19", + "author_account_age_days": 3724 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2759 + "author_account_age_days": 2833 }, "https://github.com/uihp/ComfyUI-String-Chain": { - "stars": 0, + "stars": 1, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1483 + "author_account_age_days": 1557 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 55, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 78 + "author_account_age_days": 153 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4199 + "author_account_age_days": 4273 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 28, + "stars": 33, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1761 + "author_account_age_days": 1835 }, "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": 1761 + "author_account_age_days": 1835 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4155 + "author_account_age_days": 4230 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 519 + "author_account_age_days": 593 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, - "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 945 + "last_update": "2025-10-28 13:08:55", + "author_account_age_days": 1020 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { - "stars": 1, - "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 945 + "stars": 5, + "last_update": "2025-10-29 07:46:17", + "author_account_age_days": 1020 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2858 + "author_account_age_days": 2933 + }, + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": { + "stars": 5, + "last_update": "2025-11-10 19:43:40", + "author_account_age_days": 895 + }, + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": { + "stars": 4, + "last_update": "2025-11-13 11:50:19", + "author_account_age_days": 895 + }, + "https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader": { + "stars": 221, + "last_update": "2025-11-15 09:11:54", + "author_account_age_days": 895 + }, + "https://github.com/ussoewwin/image_resize_comfyui": { + "stars": 0, + "last_update": "2025-11-11 04:18:25", + "author_account_age_days": 895 }, "https://github.com/vadimcro/VKRiez-Edge": { - "stars": 15, + "stars": 16, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3081 + "author_account_age_days": 3155 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 437 + "author_account_age_days": 511 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { - "stars": 16, + "stars": 17, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2832 + "author_account_age_days": 2906 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2401 + "author_account_age_days": 2476 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1829 + "author_account_age_days": 1903 + }, + "https://github.com/vanche1212/ComfyUI-InspireMusic": { + "stars": 1, + "last_update": "2025-10-28 02:23:32", + "author_account_age_days": 3477 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { - "stars": 3, - "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3403 + "stars": 4, + "last_update": "2025-11-19 01:52:23", + "author_account_age_days": 3477 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1302 + "author_account_age_days": 1376 + }, + "https://github.com/vantagewithai/Vantage-DreamOmni2": { + "stars": 1, + "last_update": "2025-11-06 04:53:18", + "author_account_age_days": 534 + }, + "https://github.com/vantagewithai/Vantage-DyPE": { + "stars": 5, + "last_update": "2025-10-31 09:19:35", + "author_account_age_days": 534 }, "https://github.com/vantagewithai/Vantage-HunyuanFoley": { - "stars": 2, - "last_update": "2025-09-06 03:49:23", - "author_account_age_days": 459 + "stars": 8, + "last_update": "2025-10-04 23:57:59", + "author_account_age_days": 534 + }, + "https://github.com/vantagewithai/VantageLongWanVideo": { + "stars": 35, + "last_update": "2025-09-25 18:54:33", + "author_account_age_days": 534 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, - "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5209 + "last_update": "2025-09-18 02:41:54", + "author_account_age_days": 5283 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3059 + "author_account_age_days": 3133 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3545 + "author_account_age_days": 3619 }, "https://github.com/vekitan55/SimpleFlux1Merger": { - "stars": 1, + "stars": 3, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 776 + "author_account_age_days": 850 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { - "stars": 7, + "stars": 11, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2715 + "author_account_age_days": 2790 }, "https://github.com/victorchall/comfyui_webcamcapture": { - "stars": 14, + "stars": 15, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3591 + "author_account_age_days": 3665 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3872 + "author_account_age_days": 3946 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4111 + "author_account_age_days": 4185 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1843 + "author_account_age_days": 1917 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, - "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 225 + "last_update": "2025-11-16 14:14:42", + "author_account_age_days": 300 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2478 + "author_account_age_days": 2552 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 164, + "stars": 217, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5484 + "author_account_age_days": 5559 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 164, + "stars": 163, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2284 + "author_account_age_days": 2358 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2284 + "author_account_age_days": 2358 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4793 + "author_account_age_days": 4868 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { - "stars": 6, + "stars": 7, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2771 + "author_account_age_days": 2846 + }, + "https://github.com/voxta-ai/ComfyUI-VoxtaNodes": { + "stars": 1, + "last_update": "2025-10-09 03:59:42", + "author_account_age_days": 875 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 73, - "last_update": "2025-09-11 00:50:43", - "author_account_age_days": 853 + "stars": 200, + "last_update": "2025-11-09 20:26:52", + "author_account_age_days": 928 }, - "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": 234 + "last_update": "2025-11-11 20:58:02", + "author_account_age_days": 309 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5429 + "author_account_age_days": 5503 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 1, - "last_update": "2025-08-31 20:52:57", - "author_account_age_days": 2297 + "last_update": "2025-10-24 19:43:19", + "author_account_age_days": 2372 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 203, + "stars": 212, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 1017 + "author_account_age_days": 1091 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { - "stars": 2, + "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1806 + "author_account_age_days": 1880 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1806 + "author_account_age_days": 1880 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { - "stars": 3, + "stars": 5, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1806 + "author_account_age_days": 1880 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 129 + "author_account_age_days": 204 + }, + "https://github.com/walke2019/ComfyUI-GGUF-VLM": { + "stars": 18, + "last_update": "2025-11-19 06:31:32", + "author_account_age_days": 2429 + }, + "https://github.com/wallen0322/ComfyUI-AE-Animation": { + "stars": 10, + "last_update": "2025-11-19 05:19:29", + "author_account_age_days": 247 + }, + "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": { + "stars": 54, + "last_update": "2025-11-05 20:04:35", + "author_account_age_days": 247 + }, + "https://github.com/wallen0322/ComfyUI-SageAttention3": { + "stars": 11, + "last_update": "2025-10-04 07:00:09", + "author_account_age_days": 247 + }, + "https://github.com/wallen0322/ComfyUI-TTM-WAN22": { + "stars": 3, + "last_update": "2025-11-25 04:57:58", + "author_account_age_days": 247 + }, + "https://github.com/wallen0322/ComfyUI-Wan22FMLF": { + "stars": 302, + "last_update": "2025-11-15 19:27:15", + "author_account_age_days": 247 + }, + "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": { + "stars": 39, + "last_update": "2025-10-28 17:39:56", + "author_account_age_days": 247 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 129, + "stars": 136, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2665 + "author_account_age_days": 2739 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3829 + "author_account_age_days": 3903 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2650 + "author_account_age_days": 2725 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2650 + "author_account_age_days": 2725 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { - "stars": 2, - "last_update": "2025-08-22 13:49:02", - "author_account_age_days": 2177 + "stars": 3, + "last_update": "2025-11-09 08:23:01", + "author_account_age_days": 2252 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { - "stars": 11, + "stars": 12, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2557 + "author_account_age_days": 2631 }, "https://github.com/wawahuy/ComfyUI-HTTP": { - "stars": 2, - "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3523 + "stars": 5, + "last_update": "2025-10-10 18:16:29", + "author_account_age_days": 3598 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1413 + "author_account_age_days": 1487 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3472 + "author_account_age_days": 3547 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { - "stars": 9, + "stars": 10, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 419 + "author_account_age_days": 493 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4646 + "author_account_age_days": 4721 + }, + "https://github.com/weekii/ComfyUI-GGUF-FX": { + "stars": 0, + "last_update": "2025-10-31 11:03:33", + "author_account_age_days": 553 }, "https://github.com/weekii/comfyui-save-image-pro": { - "stars": 0, - "last_update": "2025-08-25 06:41:40", - "author_account_age_days": 478 + "stars": 2, + "last_update": "2025-10-28 12:51:48", + "author_account_age_days": 553 }, "https://github.com/wei30172/comfygen": { - "stars": 8, + "stars": 9, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2058 + "author_account_age_days": 2132 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 238, - "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2353 + "stars": 310, + "last_update": "2025-11-08 11:11:54", + "author_account_age_days": 2427 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 984, + "stars": 1028, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 2017 + "author_account_age_days": 2091 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2225 + "author_account_age_days": 2299 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 84, + "stars": 113, "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { - "stars": 16, + "stars": 21, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 740 + "author_account_age_days": 814 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { - "stars": 10, + "stars": 14, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 740 + "author_account_age_days": 814 + }, + "https://github.com/wgedeon/comfyui_play_traversal": { + "stars": 1, + "last_update": "2025-11-15 16:47:49", + "author_account_age_days": 4635 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5932 + "author_account_age_days": 6006 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { - "stars": 38, + "stars": 40, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 897 + "author_account_age_days": 971 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { - "stars": 4, - "last_update": "2025-09-11 18:25:39", - "author_account_age_days": 897 + "stars": 7, + "last_update": "2025-10-25 11:22:31", + "author_account_age_days": 971 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { - "stars": 43, - "last_update": "2025-09-08 09:53:19", - "author_account_age_days": 897 + "stars": 56, + "last_update": "2025-10-31 17:50:10", + "author_account_age_days": 971 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 5, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4677 + "author_account_age_days": 4752 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { - "stars": 52, + "stars": 67, "last_update": "2025-08-21 19:21:22", - "author_account_age_days": 4677 + "author_account_age_days": 4752 + }, + "https://github.com/wildminder/ComfyUI-DyPE": { + "stars": 314, + "last_update": "2025-10-27 21:41:04", + "author_account_age_days": 4752 }, "https://github.com/wildminder/ComfyUI-KEEP": { - "stars": 55, + "stars": 65, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4677 + "author_account_age_days": 4752 + }, + "https://github.com/wildminder/ComfyUI-KaniTTS": { + "stars": 33, + "last_update": "2025-10-17 15:45:23", + "author_account_age_days": 4752 }, "https://github.com/wildminder/ComfyUI-VibeVoice": { - "stars": 394, - "last_update": "2025-09-10 10:50:56", - "author_account_age_days": 4677 + "stars": 514, + "last_update": "2025-09-25 10:19:05", + "author_account_age_days": 4752 + }, + "https://github.com/wildminder/ComfyUI-VoxCPM": { + "stars": 317, + "last_update": "2025-10-17 15:44:30", + "author_account_age_days": 4752 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3083 + "author_account_age_days": 3157 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 629, - "last_update": "2025-09-12 07:20:42", - "author_account_age_days": 3803 + "stars": 766, + "last_update": "2025-11-25 16:57:47", + "author_account_age_days": 3877 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, - "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1982 + "last_update": "2025-09-14 14:27:33", + "author_account_age_days": 2056 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 532 + "author_account_age_days": 607 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { - "stars": 2, + "stars": 4, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1669 + "author_account_age_days": 1743 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 175 + "author_account_age_days": 249 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-25 11:33:35", - "author_account_age_days": 3367 + "author_account_age_days": 3442 }, - "https://github.com/wizdroid/wizdroid-fashionista": { - "stars": 0, - "last_update": "2025-09-05 13:49:18", - "author_account_age_days": 2918 + "https://github.com/wizdroid/wizdroid-character": { + "stars": 2, + "last_update": "2025-11-21 10:37:03", + "author_account_age_days": 2993 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { - "stars": 42, - "last_update": "2025-09-12 16:25:07", - "author_account_age_days": 2317 + "stars": 44, + "last_update": "2025-09-22 06:27:43", + "author_account_age_days": 2391 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4563 + "author_account_age_days": 4637 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3475 + "author_account_age_days": 3549 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { - "stars": 65, - "last_update": "2025-09-04 12:29:10", - "author_account_age_days": 3243 + "stars": 90, + "last_update": "2025-11-22 03:02:56", + "author_account_age_days": 3318 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { - "stars": 99, + "stars": 102, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6166 + "author_account_age_days": 6240 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6166 + "author_account_age_days": 6240 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { - "stars": 62, + "stars": 63, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 2013 + "author_account_age_days": 2087 + }, + "https://github.com/wouterverweirder/comfyui-penplotter": { + "stars": 0, + "last_update": "2025-10-28 14:32:45", + "author_account_age_days": 5157 + }, + "https://github.com/wouterverweirder/comfyui_sam3": { + "stars": 44, + "last_update": "2025-11-25 19:05:07", + "author_account_age_days": 5157 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, - "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3379 + "last_update": "2025-11-17 14:16:32", + "author_account_age_days": 3453 }, "https://github.com/writer-in-fancy-pants/octo_json_presets": { "stars": 0, "last_update": "2025-09-08 23:42:01", - "author_account_age_days": 2750 + "author_account_age_days": 2825 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 762 + "author_account_age_days": 836 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { - "stars": 84, + "stars": 86, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2708 + "author_account_age_days": 2782 }, "https://github.com/wutipong/ComfyUI-TextUtils": { - "stars": 1, + "stars": 2, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4630 + "author_account_age_days": 4704 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5495 + "author_account_age_days": 5569 + }, + "https://github.com/wwzhifeng/comfyui-jsonprompt": { + "stars": 0, + "last_update": "2025-11-20 06:08:04", + "author_account_age_days": 918 }, "https://github.com/wywywywy/ComfyUI-pause": { - "stars": 24, + "stars": 27, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3374 + "author_account_age_days": 3448 + }, + "https://github.com/wzken/ComfyUI-Steganos-Node": { + "stars": 0, + "last_update": "2025-09-28 16:27:27", + "author_account_age_days": 3487 + }, + "https://github.com/wzyfromhust/ComfyUI_SAM2UltraV2": { + "stars": 1, + "last_update": "2025-11-17 05:44:00", + "author_account_age_days": 1027 + }, + "https://github.com/x0x0b/ComfyUI-PromptHistoryGallery": { + "stars": 0, + "last_update": "2025-11-17 22:51:20", + "author_account_age_days": 2652 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { - "stars": 2, + "stars": 3, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1878 + "author_account_age_days": 1952 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 351, + "stars": 353, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1924 + "author_account_age_days": 1998 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 4, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 874 + "author_account_age_days": 948 + }, + "https://github.com/xhh522/ComfyUI-preview-monitor": { + "stars": 1, + "last_update": "2025-09-16 10:41:24", + "author_account_age_days": 123 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { - "stars": 31, + "stars": 33, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3708 + "author_account_age_days": 3783 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2112 + "author_account_age_days": 2187 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3323 + "author_account_age_days": 3398 }, "https://github.com/xiaoxiaodesha/hd_node": { - "stars": 15, + "stars": 18, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3320 + "author_account_age_days": 3394 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2240 + "author_account_age_days": 2314 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4944 + "author_account_age_days": 5018 }, "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": 4944 + "author_account_age_days": 5018 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4944 + "author_account_age_days": 5018 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1719 + "author_account_age_days": 1793 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { - "stars": 7, + "stars": 8, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2200 + "author_account_age_days": 2275 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2135 + "author_account_age_days": 2209 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1720 + "author_account_age_days": 1794 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4551 + "author_account_age_days": 4625 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { - "stars": 4, + "stars": 5, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4550 + "author_account_age_days": 4625 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4551 + "author_account_age_days": 4625 }, "https://github.com/xuhongming251/ComfyUI_Camera": { - "stars": 4, + "stars": 6, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4551 + "author_account_age_days": 4625 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { - "stars": 8, + "stars": 9, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1764 + "author_account_age_days": 1839 }, "https://github.com/yanhuifair/comfyui-janus": { - "stars": 4, + "stars": 5, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 4007 + "author_account_age_days": 4081 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 53, - "last_update": "2025-08-30 12:49:28", - "author_account_age_days": 3253 + "stars": 58, + "last_update": "2025-11-23 13:34:38", + "author_account_age_days": 3327 + }, + "https://github.com/yannickcruz/ComfyUI_YSC_HighResFix": { + "stars": 0, + "last_update": "2025-11-10 00:44:08", + "author_account_age_days": 1583 + }, + "https://github.com/yano/comfyui-fast-mosaic-detector": { + "stars": 2, + "last_update": "2025-11-13 14:57:28", + "author_account_age_days": 3265 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1842 + "author_account_age_days": 1916 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2562 + "author_account_age_days": 2636 + }, + "https://github.com/ycyy/ComfyUI-YCYY-API": { + "stars": 0, + "last_update": "2025-11-21 07:09:34", + "author_account_age_days": 3944 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3870 + "author_account_age_days": 3944 + }, + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": { + "stars": 1, + "last_update": "2025-10-28 07:36:38", + "author_account_age_days": 5315 + }, + "https://github.com/yemanou/ComfyUI-NABA": { + "stars": 0, + "last_update": "2025-11-12 04:19:54", + "author_account_age_days": 44 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4167 + "author_account_age_days": 4241 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 57, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 1016 + "author_account_age_days": 1090 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 1016 + "author_account_age_days": 1090 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 1016 + "author_account_age_days": 1090 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 570 + "author_account_age_days": 644 + }, + "https://github.com/yichengup/ComfyUI-VideoTransition": { + "stars": 19, + "last_update": "2025-10-27 07:36:45", + "author_account_age_days": 644 }, "https://github.com/yichengup/ComfyUI-YCNodes": { - "stars": 26, - "last_update": "2025-08-27 15:52:31", - "author_account_age_days": 570 + "stars": 32, + "last_update": "2025-11-23 18:26:53", + "author_account_age_days": 644 + }, + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": { + "stars": 6, + "last_update": "2025-11-23 06:59:58", + "author_account_age_days": 644 }, "https://github.com/yichengup/ComfyUI_SwiftCut": { - "stars": 4, - "last_update": "2025-09-02 18:24:21", - "author_account_age_days": 570 + "stars": 5, + "last_update": "2025-10-24 14:27:08", + "author_account_age_days": 644 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/yichengup/Comfyui-Ycanvas": { - "stars": 108, + "stars": 110, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 304, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { - "stars": 104, + "stars": 103, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 2, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 570 + "author_account_age_days": 644 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { - "stars": 88, + "stars": 89, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 997 + "author_account_age_days": 1071 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 50, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 997 + "author_account_age_days": 1071 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, - "last_update": "2025-09-12 03:50:11", - "author_account_age_days": 3275 + "last_update": "2025-10-17 07:01:00", + "author_account_age_days": 3349 + }, + "https://github.com/yolain/ComfyUI-Easy-DotsOCR": { + "stars": 5, + "last_update": "2025-10-05 09:11:26", + "author_account_age_days": 1860 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1904, - "last_update": "2025-09-02 11:25:03", - "author_account_age_days": 1786 + "stars": 2084, + "last_update": "2025-11-16 02:48:02", + "author_account_age_days": 1860 + }, + "https://github.com/yolain/SaveVideoRGBA": { + "stars": 31, + "last_update": "2025-10-26 05:56:47", + "author_account_age_days": 1860 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { - "stars": 3, + "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5309 + "author_account_age_days": 5383 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5309 + "author_account_age_days": 5383 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5309 + "author_account_age_days": 5383 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5309 + "author_account_age_days": 5383 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5309 + "author_account_age_days": 5383 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5309 + "author_account_age_days": 5383 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5309 + "author_account_age_days": 5383 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4321 + "author_account_age_days": 4395 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { - "stars": 6, + "stars": 7, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4321 + "author_account_age_days": 4395 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 9, - "last_update": "2025-09-02 12:28:03", - "author_account_age_days": 3835 + "last_update": "2025-11-25 09:29:59", + "author_account_age_days": 3909 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 4, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2240 + "author_account_age_days": 2314 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 874 + "author_account_age_days": 948 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2888 + "author_account_age_days": 2962 }, "https://github.com/yuan199696/chinese_clip_encode": { - "stars": 9, + "stars": 10, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2888 + "author_account_age_days": 2962 + }, + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": { + "stars": 14, + "last_update": "2025-11-25 11:55:33", + "author_account_age_days": 4 + }, + "https://github.com/yukascomfy/ATI_AudioReactive": { + "stars": 0, + "last_update": "2025-11-21 10:34:47", + "author_account_age_days": 665 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { - "stars": 9, + "stars": 17, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 963 + "author_account_age_days": 1037 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { - "stars": 3, - "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 963 + "stars": 5, + "last_update": "2025-11-09 14:09:07", + "author_account_age_days": 1037 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 111, - "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2598 + "stars": 121, + "last_update": "2025-09-17 05:44:08", + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { - "stars": 42, + "stars": 47, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 232, + "stars": 239, "last_update": "2025-08-27 08:00:28", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { - "stars": 27, + "stars": 28, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 4, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 28, - "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2598 + "stars": 55, + "last_update": "2025-09-23 07:06:14", + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { - "stars": 36, + "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 173, + "stars": 205, "last_update": "2025-09-08 04:44:47", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 33, - "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2598 + "last_update": "2025-10-15 06:15:18", + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 131, + "stars": 157, "last_update": "2025-08-27 06:08:11", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { - "stars": 16, + "stars": 18, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 237, + "stars": 246, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2598 + "author_account_age_days": 2672 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 471, - "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1345 + "stars": 491, + "last_update": "2025-11-07 13:58:35", + "author_account_age_days": 1419 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1033 + "author_account_age_days": 1107 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, - "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2239 + "last_update": "2025-11-15 09:35:12", + "author_account_age_days": 2314 }, "https://github.com/zade23/Comfyui-MoGe2": { - "stars": 4, - "last_update": "2025-09-11 07:21:12", - "author_account_age_days": 2239 + "stars": 16, + "last_update": "2025-10-23 09:53:50", + "author_account_age_days": 2314 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2805 + "author_account_age_days": 2879 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4222 + "author_account_age_days": 4296 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, - "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3704 + "last_update": "2025-10-27 08:04:53", + "author_account_age_days": 3779 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4860 + "author_account_age_days": 4934 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4860 + "author_account_age_days": 4934 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4860 + "author_account_age_days": 4934 }, "https://github.com/zeeoale/PromptCreatorNode": { - "stars": 2, + "stars": 3, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2801 + "author_account_age_days": 2876 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { - "stars": 10, + "stars": 13, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 656 + "author_account_age_days": 730 }, "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": 656 + "author_account_age_days": 730 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 656 + "author_account_age_days": 730 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3115 + "author_account_age_days": 3189 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 562 + "author_account_age_days": 636 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { - "stars": 71, + "stars": 75, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2888 + "author_account_age_days": 2962 }, "https://github.com/zfkun/ComfyUI_zfkun": { - "stars": 22, - "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5308 + "stars": 24, + "last_update": "2025-11-24 07:31:53", + "author_account_age_days": 5382 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 93, - "last_update": "2025-09-05 07:14:51", - "author_account_age_days": 736 + "stars": 106, + "last_update": "2025-11-24 02:04:02", + "author_account_age_days": 810 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { - "stars": 11, - "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 736 + "stars": 12, + "last_update": "2025-11-24 01:11:29", + "author_account_age_days": 810 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3795 + "author_account_age_days": 3869 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 74, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3904 + "author_account_age_days": 3978 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { - "stars": 68, + "stars": 69, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4680 + "author_account_age_days": 4754 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1447, + "stars": 1479, "last_update": "2025-09-11 03:57:50", - "author_account_age_days": 484 + "author_account_age_days": 558 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { - "stars": 111, + "stars": 110, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 942 - }, - "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 63, - "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3821 + "author_account_age_days": 1016 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { - "stars": 0, + "stars": 1, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 1025 + "author_account_age_days": 1100 }, "https://github.com/zmwv823/ComfyUI_Anytext": { - "stars": 88, + "stars": 92, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3714 + "author_account_age_days": 3788 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3107 + "author_account_age_days": 3181 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1685, - "last_update": "2025-09-07 17:26:11", - "author_account_age_days": 4363 + "stars": 1838, + "last_update": "2025-11-22 02:29:17", + "author_account_age_days": 4437 + }, + "https://github.com/zpengcom/Comfyui-TextLine-counter": { + "stars": 0, + "last_update": "2025-11-04 02:32:33", + "author_account_age_days": 4146 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5407 + "author_account_age_days": 5481 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 251 + "author_account_age_days": 325 }, "https://github.com/zzubnik/TT_TextTools": { - "stars": 0, + "stars": 1, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3171 + "author_account_age_days": 3245 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { - "stars": 2, - "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4587 + "stars": 3, + "last_update": "2025-11-04 13:09:36", + "author_account_age_days": 4661 + }, + "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 682 } } \ No newline at end of file diff --git a/comfyui_manager/js/README.md b/comfyui_manager/js/README.md index 3832a17c..5ceb21ba 100644 --- a/comfyui_manager/js/README.md +++ b/comfyui_manager/js/README.md @@ -13,7 +13,7 @@ This directory contains the JavaScript frontend implementation for ComfyUI-Manag ## Sharing Components - **comfyui-share-common.js**: Base functionality for workflow sharing features. -- **comfyui-share-copus.js**: Integration with the ComfyUI Opus sharing platform. +- **comfyui-share-copus.js**: Integration with the ComfyUI Copus sharing platform. - **comfyui-share-openart.js**: Integration with the OpenArt sharing platform. - **comfyui-share-youml.js**: Integration with the YouML sharing platform. @@ -47,4 +47,4 @@ CSS files are included for specific components: - **custom-nodes-manager.css**: Styling for the node management UI - **model-manager.css**: Styling for the model management UI -This frontend implementation provides a comprehensive yet user-friendly interface for managing the ComfyUI ecosystem. \ No newline at end of file +This frontend implementation provides a comprehensive yet user-friendly interface for managing the ComfyUI ecosystem. diff --git a/comfyui_manager/js/custom-nodes-manager.css b/comfyui_manager/js/custom-nodes-manager.css index 00e1e4c1..1a918e5b 100644 --- a/comfyui_manager/js/custom-nodes-manager.css +++ b/comfyui_manager/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/comfyui_manager/legacy/manager_core.py b/comfyui_manager/legacy/manager_core.py index e514f038..e300f3aa 100644 --- a/comfyui_manager/legacy/manager_core.py +++ b/comfyui_manager/legacy/manager_core.py @@ -2432,6 +2432,7 @@ def update_to_stable_comfyui(repo_path): else: logging.info(f"[ComfyUI-Manager] Updating ComfyUI: {current_tag} -> {latest_tag}") repo.git.checkout(latest_tag) + execute_install_script("ComfyUI", repo_path, instant_execution=False, no_deps=False) return 'updated', latest_tag except Exception: traceback.print_exc() @@ -2563,9 +2564,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: diff --git a/comfyui_manager/model-list.json b/comfyui_manager/model-list.json index 71525c06..108bf0fb 100644 --- a/comfyui_manager/model-list.json +++ b/comfyui_manager/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/docs/en/cm-cli.md b/docs/en/cm-cli.md index d00bf3b3..e4b77a15 100644 --- a/docs/en/cm-cli.md +++ b/docs/en/cm-cli.md @@ -139,9 +139,9 @@ You can set whether to use ComfyUI-Manager solely via CLI. `restore-dependencies` * This command can be used if custom nodes are installed under the `ComfyUI/custom_nodes` path but their dependencies are not installed. -* It is useful when starting a new cloud instance, like colab, where dependencies need to be reinstalled and installation scripts re-executed. +* It is useful when starting a new cloud instance, like Colab, where dependencies need to be reinstalled and installation scripts re-executed. * It can also be utilized if ComfyUI is reinstalled and only the custom_nodes path has been backed up and restored. ### 7. Clear -In the GUI, installations, updates, or snapshot restorations are scheduled to execute the next time ComfyUI is launched. The `clear` command clears this scheduled state, ensuring no pre-execution actions are applied. \ No newline at end of file +In the GUI, installations, updates, or snapshot restorations are scheduled to execute the next time ComfyUI is launched. The `clear` command clears this scheduled state, ensuring no pre-execution actions are applied. diff --git a/docs/ko/cm-cli.md b/docs/ko/cm-cli.md index 6d6a74a3..0be8e89d 100644 --- a/docs/ko/cm-cli.md +++ b/docs/ko/cm-cli.md @@ -23,13 +23,13 @@ OPTIONS: ## How To Use? * `python cm-cli.py` 를 통해서 실행 시킬 수 있습니다. * 예를 들어 custom node를 모두 업데이트 하고 싶다면 - * ComfyUI-Manager경로 에서 `python cm-cli.py update all` 를 command를 실행할 수 있습니다. + * ComfyUI-Manager 경로에서 `python cm-cli.py update all` 명령을 실행할 수 있습니다. * ComfyUI 경로에서 실행한다면, `python custom_nodes/ComfyUI-Manager/cm-cli.py update all` 와 같이 cm-cli.py 의 경로를 지정할 수도 있습니다. ## Prerequisite * ComfyUI 를 실행하는 python과 동일한 python 환경에서 실행해야 합니다. * venv를 사용할 경우 해당 venv를 activate 한 상태에서 실행해야 합니다. - * portable 버전을 사용할 경우 run_nvidia_gpu.bat 파일이 있는 경로인 경우, 다음과 같은 방식으로 코맨드를 실행해야 합니다. +* portable 버전을 사용할 경우 run_nvidia_gpu.bat 파일이 있는 경로인 경우, 다음과 같은 방식으로 명령을 실행해야 합니다. `.\python_embeded\python.exe ComfyUI\custom_nodes\ComfyUI-Manager\cm-cli.py update all` * ComfyUI 의 경로는 COMFYUI_PATH 환경 변수로 설정할 수 있습니다. 만약 생략할 경우 다음과 같은 경고 메시지가 나타나며, ComfyUI-Manager가 설치된 경로를 기준으로 상대 경로로 설정됩니다. ``` @@ -40,8 +40,8 @@ OPTIONS: ### 1. --channel, --mode * 정보 보기 기능과 커스텀 노드 관리 기능의 경우는 --channel과 --mode를 통해 정보 DB를 설정할 수 있습니다. -* 예들 들어 `python cm-cli.py update all --channel recent --mode remote`와 같은 command를 실행할 경우, 현재 ComfyUI-Manager repo에 내장된 로컬의 정보가 아닌 remote의 최신 정보를 기준으로 동작하며, recent channel에 있는 목록을 대상으로만 동작합니다. -* --channel, --mode 는 `simple-show, show, install, uninstall, update, disable, enable, fix` command에서만 사용 가능합니다. +* 예를 들어 `python cm-cli.py update all --channel recent --mode remote`와 같은 명령을 실행할 경우, 현재 ComfyUI-Manager repo에 내장된 로컬의 정보가 아닌 remote의 최신 정보를 기준으로 동작하며, recent channel에 있는 목록을 대상으로만 동작합니다. +* --channel, --mode 는 `simple-show, show, install, uninstall, update, disable, enable, fix` 명령에서만 사용 가능합니다. ### 2. 관리 정보 보기 @@ -51,7 +51,7 @@ OPTIONS: * `[show|simple-show]` - `show`는 상세하게 정보를 보여주며, `simple-show`는 간단하게 정보를 보여줍니다. -`python cm-cli.py show installed` 와 같은 코맨드를 실행하면 설치된 커스텀 노드의 정보를 상세하게 보여줍니다. +`python cm-cli.py show installed` 와 같은 명령을 실행하면 설치된 커스텀 노드의 정보를 상세하게 보여줍니다. ``` -= ComfyUI-Manager CLI (V2.24) =- @@ -67,7 +67,7 @@ FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main [ DISABLED ] ComfyUI-Loopchain (author: Fannovel16) ``` -`python cm-cli.py simple-show installed` 와 같은 코맨드를 이용해서 설치된 커스텀 노드의 정보를 간단하게 보여줍니다. +`python cm-cli.py simple-show installed` 와 같은 명령을 이용해서 설치된 커스텀 노드의 정보를 간단하게 보여줍니다. ``` -= ComfyUI-Manager CLI (V2.24) =- @@ -89,7 +89,7 @@ ComfyUI-Loopchain * `installed`: enable, disable 여부와 상관없이 설치된 모든 노드를 보여줍니다 * `not-installed`: 설치되지 않은 커스텀 노드의 목록을 보여줍니다. * `all`: 모든 커스텀 노드의 목록을 보여줍니다. - * `snapshot`: 현재 설치된 커스텀 노드의 snapshot 정보를 보여줍니다. `show`롤 통해서 볼 경우는 json 출력 형태로 보여주며, `simple-show`를 통해서 볼 경우는 간단하게, 커밋 해시와 함께 보여줍니다. + * `snapshot`: 현재 설치된 커스텀 노드의 snapshot 정보를 보여줍니다. `show`를 통해서 볼 경우는 json 출력 형태로 보여주며, `simple-show`를 통해서 볼 경우는 간단하게, 커밋 해시와 함께 보여줍니다. * `snapshot-list`: ComfyUI-Manager/snapshots 에 저장된 snapshot 파일의 목록을 보여줍니다. ### 3. 커스텀 노드 관리 하기 @@ -98,7 +98,7 @@ ComfyUI-Loopchain * `python cm-cli.py install ComfyUI-Impact-Pack ComfyUI-Inspire-Pack ComfyUI_experiments` 와 같이 커스텀 노드의 이름을 나열해서 관리 기능을 적용할 수 있습니다. * 커스텀 노드의 이름은 `show`를 했을 때 보여주는 이름이며, git repository의 이름입니다. -(추후 nickname 을 사용가능하돌고 업데이트 할 예정입니다.) +(추후 nickname을 사용 가능하도록 업데이트할 예정입니다.) `[update|disable|enable|fix] all ?[--channel ] ?[--mode [remote|local|cache]]` @@ -124,7 +124,7 @@ ComfyUI-Loopchain * `--pip-non-local-url`: web URL에 등록된 pip 패키지들에 대해서 복구를 수행 * `--pip-local-url`: local 경로를 지정하고 있는 pip 패키지들에 대해서 복구를 수행 * `--user-directory`: 사용자 디렉토리 설정 - * `--restore-to`: 복구될 커스텀 노드가 설치될 경로. (이 옵션을 적용할 경우 오직 대상 경로에 설치된 custom nodes 만 설치된 것으로 인식함.) + * `--restore-to`: 복구될 커스텀 노드가 설치될 경로. (이 옵션을 적용할 경우 오직 대상 경로에 설치된 custom nodes만 설치된 것으로 인식함.) ### 5. CLI only mode @@ -133,7 +133,7 @@ ComfyUI-Manager를 CLI로만 사용할 것인지를 설정할 수 있습니다. `cli-only-mode [enable|disable]` * security 혹은 policy 의 이유로 GUI 를 통한 ComfyUI-Manager 사용을 제한하고 싶은 경우 이 모드를 사용할 수 있습니다. - * CLI only mode를 적용할 경우 ComfyUI-Manager 가 매우 제한된 상태로 로드되어, 내부적으로 제공하는 web API가 비활성화 되며, 메인 메뉴에서도 Manager 버튼이 표시되지 않습니다. + * CLI only mode를 적용할 경우 ComfyUI-Manager 가 매우 제한된 상태로 로드되어, 내부적으로 제공하는 web API가 비활성화되며, 메인 메뉴에서도 Manager 버튼이 표시되지 않습니다. ### 6. 의존성 설치 @@ -141,10 +141,10 @@ ComfyUI-Manager를 CLI로만 사용할 것인지를 설정할 수 있습니다. `restore-dependencies` * `ComfyUI/custom_nodes` 하위 경로에 커스텀 노드들이 설치되어 있긴 하지만, 의존성이 설치되지 않은 경우 사용할 수 있습니다. -* colab 과 같이 cloud instance를 새로 시작하는 경우 의존성 재설치 및 설치 스크립트가 재실행 되어야 하는 경우 사용합니다. -* ComfyUI을 재설치할 경우, custom_nodes 경로만 백업했다가 재설치 할 경우 활용 가능합니다. +* Colab과 같이 cloud instance를 새로 시작하는 경우 의존성 재설치 및 설치 스크립트가 재실행되어야 하는 경우 사용합니다. +* ComfyUI를 재설치할 경우, custom_nodes 경로만 백업했다가 재설치할 경우 활용 가능합니다. ### 7. clear -GUI에서 install, update를 하거나 snapshot 을 restore하는 경우 예약을 통해서 다음번 ComfyUI를 실행할 경우 실행되는 구조입니다. `clear` 는 이런 예약 상태를 clear해서, 아무런 사전 실행이 적용되지 않도록 합니다. \ No newline at end of file +GUI에서 install, update를 하거나 snapshot을 restore하는 경우 예약을 통해서 다음번 ComfyUI를 실행할 경우 실행되는 구조입니다. `clear` 는 이런 예약 상태를 clear해서, 아무런 사전 실행이 적용되지 않도록 합니다. diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 14cc1643..5f410239 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,1667 @@ { "custom_nodes": [ + { + "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": "PozzettiAndrea", + "title": "ComfyUI-CameraAnalysis", + "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": "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": "nohikomiso", + "title": "ComfyUI-ImageFolderPicker [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": "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": "liusida", + "title": "ComfyUI-Notebook [UNSAFE]", + "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 within ComfyUI workflows, featuring syntax highlighting, shared variables, and pre-loaded libraries like numpy, torch, and matplotlib.[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": "rzasharp79", + "title": "ComfyUI--SolarFlare", + "reference": "https://github.com/rzasharp79/ComfyUI--SolarFlare", + "files": [ + "https://github.com/rzasharp79/ComfyUI--SolarFlare" + ], + "install_type": "git-clone", + "description": "NODES: Qwen Image, ..." + }, + { + "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/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": "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/clubmate/comfyui-boll-nodes" + ], + "install_type": "git-clone", + "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": "78Ventures", + "title": "ComfyUI-Tortu [WIP/UNSAFE]", + "reference": "https://github.com/78Ventures/ComfyUI-Tortu", + "files": [ + "https://github.com/78Ventures/ComfyUI-Tortu" + ], + "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.]" + }, + { + "author": "ches2010", + "title": "comfyui_aliyundrive_uploader", + "reference": "https://github.com/ches2010/comfyui_aliyundrive_uploader", + "files": [ + "https://github.com/ches2010/comfyui_aliyundrive_uploader" + ], + "install_type": "git-clone", + "description": "comfyui_aliyundrive_uploader" + }, + { + "author": "CooperCorona", + "title": "comfy-auto-unload", + "reference": "https://github.com/CooperCorona/comfy-auto-unload", + "files": [ + "https://github.com/CooperCorona/comfy-auto-unload" + ], + "install_type": "git-clone", + "description": "unloads models from VRAM in comfyui after a set period of time" + }, + { + "author": "polygoningenieur", + "title": "ComfyUI-Diffusion-SDXL-Video", + "reference": "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video", + "files": [ + "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video" + ], + "install_type": "git-clone", + "description": "ComfyUI node for a frame by frame Diffusion." + }, { "author": "ric-y", "title": "ComfyUI Datadog Monitor [WIP]", @@ -20,16 +1682,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", @@ -221,16 +1873,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]", @@ -321,26 +1963,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", @@ -449,7 +2071,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", @@ -474,9 +2096,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." @@ -561,16 +2183,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", @@ -594,9 +2206,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.]" @@ -681,16 +2293,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]", @@ -731,16 +2333,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", @@ -1002,16 +2594,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", @@ -1243,14 +2825,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", @@ -1492,16 +3074,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]", @@ -2123,16 +3695,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]", @@ -2223,16 +3785,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]", @@ -2323,16 +3875,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", @@ -2383,16 +3925,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]", @@ -2433,16 +3965,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]", @@ -2704,16 +4226,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", @@ -2864,16 +4376,6 @@ "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" - }, { "author": "Mervent", "title": "comfyui-telegram-send", @@ -2926,10 +4428,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,26 +4556,6 @@ "install_type": "git-clone", "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", "reference": "https://github.com/maizerrr/comfyui-code-nodes", @@ -3093,16 +4575,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", @@ -3203,16 +4675,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]", @@ -3260,7 +4722,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" }, { @@ -3363,16 +4825,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", @@ -3413,16 +4865,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]", @@ -3453,16 +4895,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]", @@ -3653,16 +5085,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]", @@ -3703,16 +5125,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", @@ -3833,16 +5245,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]", @@ -3933,16 +5335,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", @@ -4194,16 +5586,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]", @@ -4344,16 +5726,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]", @@ -4675,16 +6047,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]", @@ -4775,16 +6137,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", @@ -4845,16 +6197,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]", @@ -4926,16 +6268,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]", @@ -5116,16 +6448,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", @@ -5536,17 +6858,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", @@ -5597,16 +6908,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]", @@ -5678,16 +6979,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]", @@ -5759,16 +7050,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", @@ -5789,16 +7070,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", @@ -6071,16 +7342,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", @@ -6143,16 +7404,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", @@ -6193,26 +7444,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", @@ -6303,16 +7534,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]", @@ -6443,16 +7664,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]", @@ -6555,16 +7766,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]", @@ -6675,16 +7876,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", @@ -6735,26 +7926,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]", @@ -6946,16 +8117,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]", @@ -7006,17 +8167,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]", @@ -7089,17 +8239,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", @@ -7299,17 +8438,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", @@ -7428,17 +8556,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", @@ -7569,17 +8686,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", @@ -7635,17 +8741,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", @@ -7880,17 +8975,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", @@ -8062,16 +9146,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", @@ -8132,16 +9206,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]", @@ -8212,16 +9276,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", @@ -8362,16 +9416,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", @@ -8382,16 +9426,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", @@ -8542,26 +9576,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 c15e59f6..1f1392e7 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,11 +269,13 @@ "PromptList", "PromptSelectorList", "PromptSelectorStr", + "PromptSelectorStrV2", "SelectImageSize", "SimpleIntMathHandle", "SimpleJsonArrayHandle", "SimpleJsonObjectHandle", "VideoFrameSize", + "VideoSizeAndFps", "VideoTimeAndFPS", "Wan22StepHandle" ], @@ -279,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", @@ -316,26 +309,49 @@ "title_aux": "Alo77 - ComfyUI Custom Nodes Collection [WIP]" } ], + "https://github.com/78Ventures/ComfyUI-Tortu": [ + [ + "BC_DETECT_FACE_ORIENTATION", + "BC_EXIF_WRITER", + "BC_IMAGE_LORA_CONFORM", + "BC_LOAD_IMAGES", + "BC_LORA_DEFINE", + "BC_LORA_METADATA", + "BC_LORA_TRAIN", + "BC_SAVE_IMAGES", + "IF_LoadImagesS", + "TORTU_DETECT_DUPLICATES", + "TORTU_DETECT_EMOTION", + "TORTU_DIRECTORY_ORGANIZER", + "TORTU_EMOTION_DETECTION", + "TORTU_METADATA_WRITER", + "TORTU_ORGANIZE_IMAGES", + "TORTU_WRITE_EXIF" + ], + { + "title_aux": "ComfyUI-Tortu [WIP/UNSAFE]" + } + ], "https://github.com/7BEII/Comfyui_PDuse": [ [ + "CustomAddLabel", "Empty_Line", + "ImageBlendAndWhite", "ImageBlendText", "ImageBlendV1", "ImageRatioCrop", + "PDEmptyRatioLatent", "PDIMAGE_ImageCombine", "PDIMAGE_LongerSize", - "PDIMAGE_SAVE_PATH_V2", - "PDIMAGE_SAVE_PATH_V3", "PDImageConcante", "PDImageCropLocation_V2", "PDImageResize", "PDImageResizeV2", "PDImageResizeV3", + "PDImageToRatioV1", "PDStringConcate", "PDStringInput", - "PDTEXT_SAVE_PATH_V1", - "PDTEXT_SAVE_PATH_V2", - "PDTEXT_SAVE_PATH_V3", + "PDTEXT_SAVE_PATH", "PD_BatchCropBlackBorder", "PD_CropBorder", "PD_GetImageRatio", @@ -345,7 +361,13 @@ "PD_Image_Crop_Location", "PD_Image_Rotate_v1", "PD_Image_centerCrop", + "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_RemoveBlackBackground", @@ -353,10 +375,15 @@ "PD_RemoveWhiteBorder", "PD_ShowText", "PD_Text Overlay Node", - "PD_imagesave_path", + "PD_del_word", + "PD_empty_word", + "PD_image_to_text_v1", "PD_random_prompt", + "PDbananaImagesizeByRatio", "PDimage_corp_v1", "PDimage_corp_v2", + "PDimage_dual_batch_by_list", + "PDimage_dual_batch_v1", "SimpleResolutionNode", "mask_edge_selector" ], @@ -364,6 +391,80 @@ "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 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" @@ -423,6 +524,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", @@ -452,31 +568,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", @@ -497,57 +588,40 @@ "title_aux": "UtilNodes-ComfyUI [WIP]" } ], - "https://github.com/ALatentPlace/ComfyUI_yanc": [ + "https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero": [ [ - "> 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" + "TextEncodeQwenImageEdit_zero" ], { - "title_aux": "YANC- Yet Another Node Collection" + "title_aux": "AIGCZero-comfyui-Qwen_edit-zero" + } + ], + "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" @@ -735,7 +809,6 @@ ], "https://github.com/AlexYez/comfyui-timesaver": [ [ - "Gemma3nNode", "TS Cube to Equirectangular", "TS Equirectangular to Cube", "TS Files Downloader", @@ -750,9 +823,12 @@ "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_QwenCanvas", + "TS_QwenSafeResize", "TS_VideoDepthNode", "TS_Video_Upscale_With_Model" ], @@ -795,6 +871,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" @@ -839,6 +928,15 @@ "title_aux": "comfyui-face-remap [WIP]" } ], + "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", @@ -908,17 +1006,12 @@ "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": [ @@ -1002,6 +1095,18 @@ "title_aux": "ComfyUI-Dafaja-Nodes [WIP]" } ], + "https://github.com/BizaNator/BrainDead_QwenCharacterEditor": [ + [ + "TextEncodeQwenImageEditEnhanced", + "TextEncodeQwenImageEditIdentity", + "TextEncodeQwenImageEditMulti", + "TextEncodeQwenImageEditWeighted", + "TextEncodeQwenImageT2ICustom" + ], + { + "title_aux": "BrainDead_QwenCharacterEditor [WIP]" + } + ], "https://github.com/BlueDangerX/ComfyUI-BDXNodes": [ [ "BDXTestInt", @@ -1029,15 +1134,6 @@ "title_aux": "ComfyUI-BDXNodes [WIP]" } ], - "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": [ - [ - "DiaGenerate", - "DiaLoader" - ], - { - "title_aux": "ComfyUI DiaTest TTS Node [WIP]" - } - ], "https://github.com/Brandelan/ComfyUI_bd_customNodes": [ [ "BD Random Range", @@ -1079,7 +1175,12 @@ "FalAILipSyncNode", "FalAPIOmniProNode", "FalAPIVideoGeneratorI2V", - "FalAPIVideoGeneratorT2V" + "FalAPIVideoGeneratorT2V", + "FalI2V", + "FalLipSync", + "FalOmniPro", + "FalOmniProV2", + "FalT2V" ], { "title_aux": "ComfyUI-BS_FalAi-API-Video [WIP]" @@ -1103,17 +1204,6 @@ "title_aux": "CObot-ComfyUI-WhisperToTranscription [WIP]" } ], - "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": [ - [ - "CreateKeyframes_HY", - "FramePackBucketResize_HY", - "FramePackDiffusersSampler_HY", - "LoadFramePackDiffusersPipeline_HY" - ], - { - "title_aux": "ComfyUI-FramePack-HY" - } - ], "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": [ [ "Text Tiler" @@ -1135,15 +1225,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", @@ -1153,8 +1249,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" ], @@ -1268,6 +1369,29 @@ "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" @@ -1322,6 +1446,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" @@ -1330,6 +1465,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" @@ -1358,6 +1503,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", @@ -1435,8 +1588,13 @@ ], "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": [ [ + "BTK_PixAITaggerNode", + "GetAIBooruPost", "GetAnyBooruPostAdv", "GetBooruPost", + "GetDanbooruPost", + "GetE621Post", + "GetGelbooruPost", "TagWikiFetch" ], { @@ -1501,77 +1659,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" @@ -1587,8 +1674,11 @@ "PromptHelper_ConcatString", "PromptHelper_EncodeMultiStringCombine", "PromptHelper_FormatString", + "PromptHelper_LoadImageBatchFromDir", + "PromptHelper_LoadImageListFromDir", "PromptHelper_LoadPreset", "PromptHelper_LoadPresetAdvanced", + "PromptHelper_SaveImageToDir", "PromptHelper_String", "PromptHelper_StringMultiLine", "PromptHelper_WeightedPrompt" @@ -1614,15 +1704,23 @@ "title_aux": "ComfyUI-Math [WIP]" } ], - "https://github.com/Enemyx-net/VibeVoice-ComfyUI": [ + "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": [ @@ -1649,11 +1747,13 @@ [ "Attention couple", "AttentionCouple", + "CombineVideoClips", "LoadImageFolder", "MakeBatchFromSingleImage", "RegionConditionMerge", "RegionConditionSpecPct", - "RegionConditionSpecPx" + "RegionConditionSpecPx", + "WanVideoVaceSeamlessJoin" ], { "title_aux": "ComfyUI-CustomNodes [NAME CONFLICT]" @@ -1684,21 +1784,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", @@ -1742,10 +1827,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]" @@ -1789,6 +1876,7 @@ "VideoAcc_CameraTrajectoryRecam", "VideoAcc_ImageResizeAdvanced", "VideoAcc_ImageUpscaleVideo", + "VideoAcc_Kontext_removal", "VideoAcc_LoadImage", "VideoAcc_LoadVideo", "VideoAcc_SaveMP4", @@ -1798,6 +1886,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", @@ -1886,14 +2014,6 @@ "title_aux": "ComfyUI-LLMs-Toolkit [WIP]" } ], - "https://github.com/Huangcj2005/comfyui-HandDetect": [ - [ - "HandMaskGenerator" - ], - { - "title_aux": "comfyui-HandDetect" - } - ], "https://github.com/IXIWORKS-KIMJUNGHO/comfyui-ixiworks": [ [ "BuildCharacterPromptNode", @@ -1924,32 +2044,25 @@ "title_aux": "ComfyUI-igTools" } ], - "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [ + "https://github.com/Immac/ComfyUI-ImmacTools": [ [ - "dropdowns", - "exCheckpointLoader", - "exLoadoutCheckpointLoader", - "exLoadoutEditCell", - "exLoadoutReadColumn", - "exLoadoutSeg", - "exLoadoutSeg2", - "exLoadoutSelector", - "exSeg", - "exSeg2" + "ConcatenateSigmasImmacTools", + "ForwardAnyImmacTools", + "ForwardConditioningImmacTools", + "ForwardModelImmacTools", + "ResampleSigmasImmacTools", + "SpliceSigmasAtImmacTools" ], { - "title_aux": "ComfyUI-exLoadout [WIP]" + "title_aux": "Immac's Tools" } ], - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": [ + "https://github.com/Inoriac/comfyui-HandDetect": [ [ - "DisplayText", - "MiniCPM_VQA", - "MiniCPM_VQA_Polished", - "MultipleImagesInput" + "HandMaskGenerator" ], { - "title_aux": "ComfyUI_MiniCPM-V-4_5" + "title_aux": "comfyui-HandDetect" } ], "https://github.com/IvanZhd/comfyui-codeformer": [ @@ -1960,6 +2073,15 @@ "title_aux": "comfyui-codeformer [WIP]" } ], + "https://github.com/JHBOY-ha/ComfyUI-jh-essential": [ + [ + "EndTimer", + "StartTimer" + ], + { + "title_aux": "ComfyUI-jh-essential" + } + ], "https://github.com/Jairodaniel-17/ComfyUI-traductor-offline": [ [ "CLIPTextTranslateNode", @@ -2040,6 +2162,22 @@ "title_aux": "comfy-consistency-vae" } ], + "https://github.com/JosDigby/ComfyUI-DigbyWan": [ + [ + "DigbyLoopClose", + "DigbyLoopCloseState", + "DigbyLoopOpen", + "DigbyLoopOpenState", + "DigbyLoopStatePack", + "DigbyLoopStateUnpack", + "ImageBatchLoopExtract", + "WanMiddleFrameToVideo", + "WanVACEVideoSmoother" + ], + { + "title_aux": "ComfyUI-DigbyWan" + } + ], "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": [ [ "PNG2SVG2PNG" @@ -2064,6 +2202,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" @@ -2072,20 +2222,14 @@ "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" ], { - "title_aux": "comfyui-ksampler-tester-loop" + "title_aux": "ComfyUI-Easy-s3" } ], "https://github.com/Karlmeister/comfyui-karlmeister-nodes-suit": [ @@ -2133,16 +2277,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" @@ -2151,27 +2285,6 @@ "title_aux": "ComfyUI Dynamic Prompting Simplified [WIP]" } ], - "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": [ - [ - "Brightness Image", - "ColorMatch2", - "Contrast Image", - "Get Text", - "Image Difference", - "ImageConcatenate", - "ImageDesaturate", - "ImageExtend", - "ImageFlip", - "ImageRotate", - "LoadImageNai", - "Math Operation", - "NoteAdvanced", - "Set Text" - ], - { - "title_aux": "ComfyUI Production Nodes Pack [WIP]" - } - ], "https://github.com/Krish-701/RK_Comfyui": [ [ "RK_Accumulate_Text_Multiline", @@ -2285,33 +2398,42 @@ ], "https://github.com/LSDJesus/ComfyUI-Luna-Collection": [ [ + "LunaAdvancedUpscaler", + "LunaCacheManager", "LunaCheckpointLoader", + "LunaEmbeddingCache", "LunaEmbeddingManager", "LunaEmbeddingManagerRandom", + "LunaListPreprocessedPrompts", "LunaLoRAStacker", "LunaLoRAStackerRandom", + "LunaLoadParameters", + "LunaLoadPreprocessedPrompt", + "LunaMediaPipeDetailer", + "LunaModifyPreprocessedPrompt", + "LunaMultiSaver", + "LunaOptimizedPreprocessedLoader", + "LunaParametersBridge", + "LunaPerformanceCondition", + "LunaPerformanceDisplay", + "LunaPerformanceLogger", + "LunaPerformanceMonitor", + "LunaPerformanceStatsConcat", + "LunaPromptPreprocessor", + "LunaSampler", + "LunaSaveNegativePrompt", + "LunaSelectPromptFolder", + "LunaSimpleUpscaler", + "LunaSinglePromptProcessor", + "LunaTextProcessor", + "LunaUnifiedPromptProcessor", + "LunaWildcardPromptGenerator", "Luna_Advanced_Upscaler", + "Luna_Detailer", "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", - "LunaLoRAStacker", - "LunaLoRAStackerRandom", - "Luna_Advanced_Upscaler", - "Luna_MediaPipe_Detailer", - "Luna_MediaPipe_Segs", - "Luna_SimpleUpscaler", + "Luna_UltimateSDUpscale", "Luna_YOLO_Annotation_Exporter", "luna_image_caption" ], @@ -2335,14 +2457,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" @@ -2381,6 +2495,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", @@ -2546,6 +2689,78 @@ "title_aux": "comfy-tif-support" } ], + "https://github.com/MadPonyInteractive/ComfyUi-MpiNodes": [ + [ + "MpiAddImageToList", + "MpiAnyInvSwitch", + "MpiAnySwitch", + "MpiAspectRatio", + "MpiBatchTextReplace", + "MpiBboxToMask", + "MpiBoolean", + "MpiBooleanCompare", + "MpiCombo", + "MpiCombo1", + "MpiCombo10", + "MpiCombo2", + "MpiCombo3", + "MpiCombo4", + "MpiCombo5", + "MpiCombo6", + "MpiCombo7", + "MpiCombo8", + "MpiCombo9", + "MpiComboMaker", + "MpiDisplayPrompt", + "MpiDoubleLora", + "MpiDummyToggleNode", + "MpiDynamicCombo", + "MpiFloat", + "MpiFromCheckpoint", + "MpiGetImageAtIndex", + "MpiHasOptions", + "MpiIfElse", + "MpiIfElseInverted", + "MpiIfElseProbability", + "MpiIfElseProbabilityInverted", + "MpiInt", + "MpiJsonLoad", + "MpiJsonSave", + "MpiLoraModel", + "MpiLoraSwitch", + "MpiMaskDebugInfo", + "MpiMultiTextX2", + "MpiMultiTextX3", + "MpiMultiTextX4", + "MpiMultiTextX5", + "MpiNormalizeValue", + "MpiPromptBridge", + "MpiPromptChainSelector", + "MpiPromptList", + "MpiPromptListJoin", + "MpiPromptListSelector", + "MpiPromptOverride", + "MpiPromptOverrideSeed", + "MpiPromptProcessor", + "MpiRandPromptGen", + "MpiRandPromptGenOrder", + "MpiRandPromptGenOverrideList", + "MpiRandPromptGenOverrideSection", + "MpiRandPromptGenSave", + "MpiScaledDimensions", + "MpiSimpleBoolean", + "MpiString", + "MpiStringInvSwitch", + "MpiSubGraphTest", + "MpiText", + "MpiTextListJoin", + "MpiTextListReplace", + "MpiToChekPoint" + ], + { + "title_aux": "ComfyUi-MpiNodes [WIP]" + } + ], "https://github.com/Madygnomo/ComfyUI-NanoBanana-ImageGenerator": [ [ "Google-Gemini" @@ -2554,16 +2769,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", @@ -2669,6 +2874,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", @@ -2692,6 +2905,8 @@ "DJZ-LoadLatentV2", "DJZDatamosh", "DJZDatamoshV2", + "DJZImageScaleToTotalPixels", + "DJZ_ParallaxV1", "DatasetWordcloud", "DeadPixelEffect", "DepthBasedPixelization", @@ -2750,6 +2965,7 @@ "ScreensaverGeneratorV3", "SequentialNumberGenerator", "StringChaos", + "StringMatch", "StringWeights", "Technicolor3Strip_v1", "Technicolor3Strip_v2", @@ -2841,7 +3057,9 @@ "Downloader", "FileMoveNode", "FolderIteratorNODE", + "GLM_Node", "GetImageListFromFloderNode", + "GetRefModelImageListNode", "Get_cookies_Node", "Get_json_value_Node", "Get_video_Node", @@ -2875,12 +3093,15 @@ "douyin_remove_watermark_Node", "file_analysis_Node", "find_files_by_extension_Node", + "get_text_from_list_Node", "get_video_from_url_Node", + "image_iterator", "img2url_v2_Node", "img_understanding_Node", "klingai_video_Node", "path_join_Node", "save_img_NODE", + "save_img_v2_NODE", "set_api_Node", "text_replace_node" ], @@ -2915,6 +3136,38 @@ "title_aux": "ComfyUI-Save_Image" } ], + "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", @@ -2992,6 +3245,7 @@ [ "ColorMatchFalloff", "ColorPicker", + "ImageDifferenceToAplpha", "PathTool", "SequenceBlend", "SequenceContentZoom" @@ -3030,17 +3284,65 @@ "title_aux": "ComfyUI-HFTransformers" } ], + "https://github.com/PauldeLavallaz/ComfyUI-concat_images_to_api_gemini": [ + [ + "ConcatImagesToAPIGeminiMPOnly", + "ConcatTwoImagesRaw", + "GridCollageARCols" + ], + { + "title_aux": "ComfyUI-concat_images_to_api_gemini" + } + ], + "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" + "DoomFluxSamplerAdvanced", + "DoomFluxSuperLoader" ], { "title_aux": "DoomFLUX Nodes [WIP]" } ], + "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": [ + [ + "DiffusionSDXLFrameByFrame" + ], + { + "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" @@ -3049,6 +3351,134 @@ "title_aux": "ComfyUI-fileCleaner [UNSAFE]" } ], + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": [ + [ + "BrepGeneration", + "CADFaceAnalysis", + "CAD_Convert_Format", + "CAD_Load_From_Folder", + "CAD_Load_Gmsh", + "CAD_Mesh_Gmsh", + "CAD_Mesh_Gmsh_Advanced", + "CAD_Quality_Metrics", + "LoadPoint2CADModel", + "LoadPointCloudXYZ", + "ML_FeatureDetection", + "ML_SurfaceRecon", + "MeshFaceSegmentation", + "MeshSegmentToPointCloud", + "Mesh_Optimize_Gmsh", + "Point2CADExportBrep", + "Point2CADSegmentation", + "Point2CADSurfaceFitting", + "Point2CADTopologyExtraction", + "PointCloudSegmentation", + "PreviewCADBatch", + "PreviewCADOCC", + "PrimitiveFitting", + "QuadRemesh" + ], + { + "title_aux": "CADabra [WIP]" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis": [ + [ + "CameraAnalysis" + ], + { + "title_aux": "ComfyUI-CameraAnalysis" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": [ + [ + "ClearAllModelCaches", + "ComputeMeshFeatures", + "ExplodedMeshViewer", + "Hunyuan3DLoadMesh", + "Hunyuan3DPreviewBoundingBoxes", + "Hunyuan3DSaveMesh", + "Hunyuan3D_FullPipeline", + "Hunyuan3D_P3SAM_Segmentation", + "Hunyuan3D_XPart_Generation", + "LoadBoundingBoxes", + "LoadMesh", + "LoadP3SAMSegmentor", + "LoadXPartModels", + "OffloadModelToCPU", + "P3SAMSegmentMesh", + "ReloadModelToGPU", + "SaveBoundingBoxes", + "SaveMesh", + "XPartGenerateParts" + ], + { + "title_aux": "Hunyuan3D-Part [WIP]" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-MotionCapture": [ + [ + "BVHViewer", + "BVHtoFBX", + "CompareSMPLtoBVH", + "FBXAnimationViewer", + "FBXPreview", + "GVHMRInference", + "LoadBVHFromFolder", + "LoadFBXCharacter", + "LoadGVHMRModels", + "LoadSMPL", + "SMPLRetargetToSMPL", + "SMPLToFBX", + "SMPLViewer", + "SMPLtoBVH", + "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", @@ -3099,6 +3529,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" @@ -3126,12 +3564,19 @@ ], "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": [ [ + "AliyunChat", "Florence2CoordinateExtractor", "Florence2JsonShow", + "ImageDesaturateEdgeBinarize", "ImageSubtraction", "ImageSubtractionAdvanced", + "ImageToSVG_Potracer", "MaskExternalRectangle", + "PreviewSVG", + "SVGToImage", + "SaveSVG", "SimpleImageStitch", + "TextSplitLines", "imageStitchForICImproved", "imageStitchForICImproved_CropBack" ], @@ -3207,13 +3652,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" @@ -3230,27 +3692,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" @@ -3327,12 +3768,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)", @@ -3401,24 +3853,37 @@ "title_aux": "ComfyUI-Shinsplat [UNSAFE]" } ], - "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": [ + "https://github.com/SlackinJack/multigpu_diffusion_comfyui": [ [ - "FreeMemoryCLIP", - "FreeMemoryImage", - "FreeMemoryLatent", - "FreeMemoryModel", - "FreeMemoryString" + "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": "ComfyUI-FreeMemory" - } - ], - "https://github.com/Simlym/comfyui-prompt-helper": [ - [ - "PromptProcessor" - ], - { - "title_aux": "Simlym/comfyui-prompt-helper [WIP]" + "title_aux": "multigpu_diffusion_comfyui" } ], "https://github.com/Slix-M-Lestragg/comfyui-enhanced": [ @@ -3429,17 +3894,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", @@ -3454,6 +3908,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", @@ -3488,6 +3957,19 @@ "title_aux": "ComfyUI_Remaker_FaceSwap" } ], + "https://github.com/Spicely/Comfyui-File-Utils": [ + [ + "AudioToSubtitle", + "RandomFloat", + "SaveAudioWithPath", + "SaveImageWithPath", + "SaveVideoWithPath", + "VideoCompose" + ], + { + "title_aux": "OpenAI-comfyui-O" + } + ], "https://github.com/Stable-X/ComfyUI-Hi3DGen": [ [ "DifferenceExtractorNode", @@ -3524,7 +4006,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", @@ -3535,13 +4016,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", @@ -3556,10 +4038,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", @@ -3567,6 +4050,7 @@ "SDVN Load Image Ultimate", "SDVN Load Image Url", "SDVN Load Lora", + "SDVN Load Lora Filter", "SDVN Load Text", "SDVN LoadPinterest", "SDVN Logic", @@ -3576,6 +4060,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", @@ -3591,10 +4076,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", @@ -3704,6 +4191,16 @@ "title_aux": "comfyui_flux_collection_advanced [WIP]" } ], + "https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes": [ + [ + "FilmGrainVFX", + "SaveImageCustom", + "SelectCustomResolutions" + ], + { + "title_aux": "comfyui_flowrider_nodes [UNSAFE]" + } + ], "https://github.com/Symbiomatrix/Comfyui-Sort-Files": [ [ "ImageSaverSBM", @@ -3792,6 +4289,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" @@ -3800,6 +4312,14 @@ "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": [ [ "CK3ResizeImage", @@ -3820,6 +4340,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", @@ -3835,6 +4367,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", @@ -3934,6 +4481,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", @@ -3986,6 +4548,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", @@ -4157,6 +4737,7 @@ "PipemindFlux2MAspectRatio", "PipemindLoraLoader", "PipemindMultilineTextInput", + "PipemindQwenAspectRatio", "PipemindSDXL15AspectRatio", "PipemindSaveImageWTxt", "PipemindShowText", @@ -4207,6 +4788,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" @@ -4233,6 +4867,7 @@ ], "https://github.com/ahkimkoo/ComfyUI-OSS-Upload": [ [ + "OSSAudioUploader", "OSSImageUploader", "OSSVideoUploader" ], @@ -4282,6 +4917,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", @@ -4376,6 +5039,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" @@ -4417,46 +5099,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", @@ -4545,6 +5187,73 @@ "title_aux": "artcpu-custom-nodes" } ], + "https://github.com/asaddi/allans-comfy-nodes": [ + [ + "AnyRelay2", + "AnySwitch2", + "AnySwitch4", + "BatchImageLoader", + "CLIPDistance", + "ControlBus", + "DepthAnythingV2", + "DepthAnythingV2Model", + "DumpToConsole", + "EmptyLatentImageSelector", + "FlattenImageAlpha", + "FloatLatch", + "FloatList", + "FloatListStepSize", + "ImageBuffer", + "ImageCropSquare", + "ImageDimensions", + "ImageList", + "ImageMaskSwitch2", + "ImageMaskSwitch4", + "ImageRouter", + "ImageSequenceList5", + "ImageSwitch2", + "IntegerLatch", + "JSONExtractNumber", + "JSONExtractString", + "LPIPSModel", + "LPIPSRun", + "LatentList", + "ListCounter", + "MakeImageGrid", + "MaskBlur", + "MixNoise", + "ModelSequenceList2", + "ModelSwitch2", + "PathJoin", + "PathRelativeTo", + "PathSplit", + "PresetText", + "PrivateLoraStack", + "PrivateSeed", + "RandomCombo2", + "RepeatFloatList", + "RepeatIntList", + "RepeatStringList", + "ReproducibleWildcards", + "ResolutionChooser", + "SaveComicBookArchive", + "SaveTabular", + "SeedList", + "SimpleBus", + "StringSequenceList2", + "StringSequenceList5", + "TabularJoin", + "VAESwitch2", + "ValueSubstitution", + "VersatileTextEncode", + "WDv3Model", + "WDv3Tagger", + "WriteTextImage" + ], + { + "title_aux": "Allan's ComfyUI nodes" + } + ], "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": [ [ "segformer_b2_sleeves" @@ -4612,18 +5321,15 @@ "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" + "FluxPromptSaver", + "FluxTextSampler", + "ModelName", + "SamePixelResolutionCalculator" ], { - "title_aux": "ComfyUI-FrameSkipping" + "title_aux": "BK_Utils [WIP]" } ], "https://github.com/bananasss00/Comfyui-PyExec": [ @@ -4649,6 +5355,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", @@ -5022,32 +5771,6 @@ "title_aux": "ComfyUI_FMJ [WIP]" } ], - "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": [ - [ - "SignalProcessingBaxandall3BandEQ", - "SignalProcessingBaxandallEQ", - "SignalProcessingCompressor", - "SignalProcessingConvolutionReverb", - "SignalProcessingFilter", - "SignalProcessingHarmonicsEnhancer", - "SignalProcessingLimiter", - "SignalProcessingLoadAudio", - "SignalProcessingLoudness", - "SignalProcessingMixdown", - "SignalProcessingNormalizer", - "SignalProcessingPadSynth", - "SignalProcessingPadSynthChoir", - "SignalProcessingPaulStretch", - "SignalProcessingPitchShifter", - "SignalProcessingSaturation", - "SignalProcessingSpectrogram", - "SignalProcessingStereoWidening", - "SignalProcessingWaveform" - ], - { - "title_aux": "ComfyUI Signal Processing [WIP]" - } - ], "https://github.com/casterpollux/ComfyUI-USO": [ [ "USOImageEncoder", @@ -5059,14 +5782,6 @@ "title_aux": "ComfyUI USO Custom Node [WIP]" } ], - "https://github.com/casterpollux/MiniMax-bmo": [ - [ - "MinimaxRemoverBMO" - ], - { - "title_aux": "MiniMax-bmo" - } - ], "https://github.com/catboxanon/ComfyUI-Pixelsmith": [ [ "Pixelsmith" @@ -5075,6 +5790,44 @@ "title_aux": "ComfyUI-Pixelsmith [WIP]" } ], + "https://github.com/cedarconnor/ComfyUI-HunyuanWorld-Mirror": [ + [ + "HWMInference", + "LoadHunyuanWorldMirrorModel", + "PreprocessImagesForHWM", + "Save3DGaussians", + "SaveCOLMAPReconstruction", + "SaveCameraParams", + "SaveDepthMap", + "SavePointCloud", + "View3DInBrowser", + "VisualizeDepth", + "VisualizeNormals" + ], + { + "title_aux": "HunyuanWorld-Mirror ComfyUI Node Pack [WIP]" + } + ], + "https://github.com/cedarconnor/ComfyUI_MotionTransfer": [ + [ + "AdaptiveTessellate", + "BarycentricWarp", + "DepthEstimator", + "FlowSRRefine", + "FlowToSTMap", + "HiResWriter", + "MeshBuilder2D", + "MeshFromCoTracker", + "ProxyReprojector", + "RAFTFlowExtractor", + "SequentialMotionTransfer", + "TemporalConsistency", + "TileWarp16K" + ], + { + "title_aux": "ComfyUI Motion Transfer Pack [WIP]" + } + ], "https://github.com/celll1/cel_sampler": [ [ "latent_tracker" @@ -5096,17 +5849,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", @@ -5120,39 +5862,6 @@ "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": [ - [ - "CombineStrings", - "JSONParser", - "StepFunClient", - "TextImageChat", - "VideoChat", - "VideoFileUploader" - ], - { - "title_aux": "ComfyUI_StepFun" - } - ], "https://github.com/chengzeyi/Comfy-WaveSpeed": [ [ "ApplyFBCacheOnModel", @@ -5180,6 +5889,19 @@ "title_aux": "ComfyUI-InstantCharacterFlux [WIP]" } ], + "https://github.com/ches2010/comfyui_aliyundrive_uploader": [ + [ + "AliyunDriveCloudUploadNode", + "AliyunDriveOptimizedUploadNode", + "SimpleUploadToAliyunDrive", + "UploadTo115", + "UploadToAliyunDrive", + "UploadToOSSNode" + ], + { + "title_aux": "comfyui_aliyundrive_uploader" + } + ], "https://github.com/chetusangolgi/Comfyui-supabase": [ [ "SupabaseAudioUploader", @@ -5252,15 +5974,40 @@ "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", "BasicGuider", "BasicScheduler", "BetaSamplingScheduler", + "ByteDanceFirstLastFrameNode", + "ByteDanceImageEditNode", + "ByteDanceImageNode", + "ByteDanceImageReferenceNode", + "ByteDanceImageToVideoNode", + "ByteDanceSeedreamNode", + "ByteDanceTextToVideoNode", "CFGGuider", + "CFGNorm", + "CFGZeroStar", + "CLIPAttentionMultiply", "CLIPLoader", "CLIPMergeAdd", "CLIPMergeSimple", @@ -5268,6 +6015,7 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeFlux", "CLIPTextEncodeHiDream", "CLIPTextEncodeHunyuanDiT", @@ -5278,9 +6026,12 @@ "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", "CLIPVisionLoader", + "Canny", + "CaseConverter", "CheckpointLoader", "CheckpointLoaderSimple", "CheckpointSave", + "ChromaRadianceOptions", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -5292,11 +6043,15 @@ "ConditioningSetTimestepRange", "ConditioningStableAudio", "ConditioningZeroOut", + "ContextWindowsManual", "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "CosmosImageToVideoLatent", + "CosmosPredict2ImageToVideoLatent", + "CreateVideo", "CropMask", "DiffControlNetLoader", "DifferentialDiffusion", @@ -5304,6 +6059,12 @@ "DisableNoise", "DualCFGGuider", "DualCLIPLoader", + "EasyCache", + "EmptyAceStepLatentAudio", + "EmptyAudio", + "EmptyChromaRadianceLatentImage", + "EmptyCosmosLatentVideo", + "EmptyFlux2LatentImage", "EmptyHunyuanImageLatent", "EmptyHunyuanLatentVideo", "EmptyImage", @@ -5313,21 +6074,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", @@ -5335,17 +6094,25 @@ "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GeminiImage2Node", "GeminiImageNode", "GeminiInputFiles", "GeminiNode", "GetImageSize", + "GetVideoComponents", "GrowMask", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", "HunyuanImageToVideo", "HunyuanRefinerLatent", + "HunyuanVideo15ImageToVideo", + "HunyuanVideo15LatentUpscaleWithModel", + "HunyuanVideo15SuperResolution", "HyperTile", "HypernetworkLoader", + "IdeogramV1", + "IdeogramV2", + "IdeogramV3", "ImageAddNoise", "ImageBatch", "ImageBlend", @@ -5420,6 +6187,8 @@ "LatentSubtract", "LatentUpscale", "LatentUpscaleBy", + "LatentUpscaleModelLoader", + "LazyCache", "Load3D", "Load3DAnimation", "LoadAudio", @@ -5429,12 +6198,15 @@ "LoadImageSetFromFolderNode", "LoadImageTextSetFromFolderNode", "LoadLatent", + "LoadVideo", "LoraLoader", "LoraLoaderModelOnly", "LoraModelLoader", "LoraSave", "LossGraphNode", "LotusConditioning", + "LtxvApiImageToVideo", + "LtxvApiTextToVideo", "LumaConceptsNode", "LumaImageModifyNode", "LumaImageNode", @@ -5445,6 +6217,10 @@ "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", + "MinimaxImageToVideoNode", + "MinimaxSubjectToVideoNode", + "MinimaxTextToVideoNode", "ModelComputeDtype", "ModelMergeAdd", "ModelMergeAuraflow", @@ -5475,6 +6251,9 @@ "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", + "MoonvalleyImg2VideoNode", + "MoonvalleyTxt2VideoNode", + "MoonvalleyVideo2VideoNode", "Morphology", "OpenAIChatConfig", "OpenAIChatNode", @@ -5482,6 +6261,7 @@ "OpenAIDalle3", "OpenAIGPTImage1", "OpenAIInputFiles", + "OpenAIVideoSora2", "OptimalStepsScheduler", "PatchModelAddDownscale", "PerpNeg", @@ -5507,6 +6287,11 @@ "PreviewAny", "PreviewAudio", "PreviewImage", + "PrimitiveBoolean", + "PrimitiveFloat", + "PrimitiveInt", + "PrimitiveString", + "PrimitiveStringMultiline", "QuadrupleCLIPLoader", "QwenImageDiffsynthControlnet", "RandomNoise", @@ -5515,29 +6300,34 @@ "RecordAudio", "RecraftColorRGB", "RecraftControls", - "RecraftCreativeUpscaleNode", "RecraftCrispUpscaleNode", "RecraftImageInpaintingNode", "RecraftImageToImageNode", "RecraftRemoveBackgroundNode", "RecraftReplaceBackgroundNode", - "RecraftStyleV3DigitalIllustration", "RecraftStyleV3InfiniteStyleLibrary", - "RecraftStyleV3LogoRaster", "RecraftStyleV3RealisticImage", "RecraftTextToImageNode", "RecraftTextToVectorNode", "RecraftVectorizeImageNode", "ReferenceLatent", + "RegexExtract", + "RegexMatch", + "RegexReplace", "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", "RescaleCFG", "ResizeAndPadImage", "Rodin3D_Detail", + "Rodin3D_Gen2", "Rodin3D_Regular", "Rodin3D_Sketch", "Rodin3D_Smooth", + "RunwayFirstLastFrameNode", + "RunwayImageToVideoNodeGen3a", + "RunwayImageToVideoNodeGen4", + "RunwayTextToImageNode", "SDTurboScheduler", "SD_4XUpscale_Conditioning", "SV3D_Conditioning", @@ -5552,6 +6342,8 @@ "SamplerER_SDE", "SamplerEulerAncestral", "SamplerEulerAncestralCFGPP", + "SamplerEulerCFGpp", + "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", "SamplingPercentToSigma", @@ -5566,6 +6358,9 @@ "SaveLatent", "SaveLoRANode", "SaveSVGNode", + "SaveVideo", + "SaveWEBM", + "ScaleROPE", "SelfAttentionGuidance", "SetFirstSigma", "SetLatentNoiseMask", @@ -5574,11 +6369,31 @@ "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", @@ -5586,7 +6401,9 @@ "StubMask", "StyleModelApply", "StyleModelLoader", + "T5TokenizerOptions", "TCFG", + "TemporalScoreRescaling", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -5634,12 +6451,18 @@ "TestVariadicAverage", "TestWhileLoopClose", "TestWhileLoopOpen", + "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", "TextEncodeQwenImageEdit", + "TextEncodeQwenImageEditPlus", "ThresholdMask", "TomePatchModel", + "TopazImageEnhance", + "TopazVideoEnhance", "TorchCompileModel", "TrainLoraNode", + "TrimAudioDuration", + "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -5650,6 +6473,9 @@ "TripoTextToModelNode", "TripoTextureNode", "UNETLoader", + "UNetCrossAttentionMultiply", + "UNetSelfAttentionMultiply", + "UNetTemporalAttentionMultiply", "USOStyleReference", "UpscaleModelLoader", "VAEDecode", @@ -5663,13 +6489,38 @@ "VAELoader", "VAESave", "VPScheduler", + "VeoVideoGenerationNode", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "ViduImageToVideoNode", + "ViduReferenceVideoNode", + "ViduStartEndToVideoNode", + "ViduTextToVideoNode", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", + "Wan22ImageToVideoLatent", + "WanAnimateToVideo", + "WanCameraEmbedding", + "WanCameraImageToVideo", + "WanFirstLastFrameToVideo", + "WanFunControlToVideo", + "WanFunInpaintToVideo", + "WanHuMoImageToVideo", + "WanImageToImageApi", + "WanImageToVideo", + "WanImageToVideoApi", + "WanPhantomSubjectToVideo", + "WanSoundImageToVideo", + "WanSoundImageToVideoExtend", + "WanTextToImageApi", + "WanTextToVideoApi", + "WanTrackToVideo", + "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", - "unCLIPConditioning" + "unCLIPConditioning", + "wanBlockSwap" ], { "title_aux": "ComfyUI" @@ -5726,6 +6577,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", @@ -5754,19 +6613,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", @@ -5779,6 +6625,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" @@ -5853,6 +6708,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" @@ -5861,6 +6725,28 @@ "title_aux": "ComfyUI Random Keypoints for InstantID [WIP]" } ], + "https://github.com/dmitry-guskov/ComfyUI_light_image_ops": [ + [ + "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", @@ -5916,6 +6802,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", @@ -5932,6 +6833,118 @@ "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_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", + "ImageBatch", + "ImageInvert", + "ImagePadForOutpaint", + "ImageScale", + "ImageScaleBy", + "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", + "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" @@ -5952,6 +6965,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", @@ -6075,21 +7107,18 @@ "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", + "ConditioningRouter", + "ImageRouter", + "LatentRouter", + "ModelRouter", + "QwenImagePreprocessMamad8", + "TextEncodeQwenImageEditPlusMamad8" ], { - "title_aux": "ComfyUI-HunyuanVideoWrapper-Extended [WIP]" + "title_aux": "ComfyUI-Mamad8 [WIP]" } ], "https://github.com/exectails/comfyui-et_scripting": [ @@ -6109,14 +7138,6 @@ "title_aux": "comfyui_runway_gen3" } ], - "https://github.com/facok/ComfyUI-FokToolset": [ - [ - "Fok_PreprocessRefImage" - ], - { - "title_aux": "ComfyUI-FokToolset" - } - ], "https://github.com/fangg2000/ComfyUI-SenseVoice": [ [ "STTNode", @@ -6148,6 +7169,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", @@ -6169,14 +7202,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", @@ -6196,6 +7221,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", @@ -6229,6 +7262,26 @@ "title_aux": "ComfyUI-LLM-Utils [WIP]" } ], + "https://github.com/frost-byte/fbTools": [ + [ + "FBTextEncodeQwenImageEditPlus", + "OpaqueAlpha", + "SAMPreprocessNHWC", + "SaveScene", + "SceneCreate", + "SceneInput", + "SceneOutput", + "SceneSelect", + "SceneUpdate", + "SceneView", + "SubdirLister", + "TailEnhancePro", + "TailSplit" + ], + { + "title_aux": "fb-tools" + } + ], "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": [ [ "CountTokens" @@ -6247,6 +7300,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" @@ -6335,6 +7398,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", @@ -6346,6 +7418,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" @@ -6354,17 +7435,6 @@ "title_aux": "ComfyUI-GoogleDrive-Downloader [UNSAFE]" } ], - "https://github.com/gitadmini/comfyui_extractstoryboards": [ - [ - "Example", - "ExtractStoryboards_xuhuan1024", - "IntBatchSize_xuhuan1024", - "IntBatch_xuhuan1024" - ], - { - "title_aux": "ExtractStoryboards [WIP]" - } - ], "https://github.com/githubYiheng/comfyui_median_filter": [ [ "ImageMedianFilter" @@ -6375,6 +7445,7 @@ ], "https://github.com/gmammolo/comfyui-gmammolo": [ [ + "CheckImageGen", "FilterConditioningPrompt", "FilterTextPrompt", "SimpleTextbox" @@ -6383,17 +7454,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", @@ -6468,11 +7528,15 @@ [ "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", @@ -6486,9 +7550,12 @@ "XIS_INT_Slider", "XIS_IPAStyleSettings", "XIS_IfDataIsNone", + "XIS_ImageAdjustAndBlend", "XIS_ImageManager", "XIS_ImageMaskMirror", "XIS_ImageStitcher", + "XIS_ImageSwitch", + "XIS_IntSwitch", "XIS_InvertMask", "XIS_IsThereAnyData", "XIS_KSamplerSettingsNode", @@ -6498,6 +7565,7 @@ "XIS_LoadImage", "XIS_MaskBatchProcessor", "XIS_MaskCompositeOperation", + "XIS_MaskSwitch", "XIS_MergePackImages", "XIS_MultiPointGradient", "XIS_MultiPromptSwitch", @@ -6509,7 +7577,11 @@ "XIS_ReorderImages", "XIS_ResizeImageOrMask", "XIS_ResizeToDivisible", - "XIS_ResolutionSelector" + "XIS_ResolutionSelector", + "XIS_SetColor", + "XIS_ShapeAndText", + "XIS_ShapeData", + "XIS_StringSwitch" ], { "title_aux": "Xiser_Nodes [WIP]" @@ -6522,12 +7594,10 @@ "HolafBenchmarkRunner", "HolafImageComparer", "HolafInstagramResize", - "HolafInternalSampler", "HolafKSampler", "HolafLutGenerator", "HolafLutSaver", "HolafMaskToBoolean", - "HolafOrchestratorConfig", "HolafOverlayNode", "HolafRatioCalculator", "HolafResolutionPreset", @@ -6663,6 +7733,32 @@ "title_aux": "comfyui_EvoSearch [WIP]" } ], + "https://github.com/henjicc/ComfyUI-CC-ImageLoader": [ + [ + "LoadImage" + ], + { + "title_aux": "ComfyUI-CC-ImageLoader [UNSAFE]" + } + ], + "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" @@ -6754,6 +7850,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", @@ -6768,6 +7872,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", @@ -6850,6 +7963,73 @@ "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:AudioDenoise", + "Alta:BuildFilePath", + "Alta:DeleteAudioFromMemory", + "Alta:DeleteFile(Util)", + "Alta:FileDownloader", + "Alta:GetFaceMask", + "Alta:GetFileFolder", + "Alta:GetFilenameNoExt", + "Alta:GetFilenameWithExt", + "Alta:GetImageAndPath", + "Alta:GetImageByIndex", + "Alta:GetStringByIndex", + "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: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", @@ -6892,16 +8072,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", @@ -6920,6 +8090,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", @@ -6942,6 +8122,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", @@ -6962,31 +8150,22 @@ "title_aux": "ComfyUI-LuminaNext [WIP]" } ], - "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [ + "https://github.com/isurulkh/ComfyUI-Lovis-Node": [ [ - "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" + "AudioDurationNode", + "LineCountNode", + "TextToSingleLineNode" ], { - "title_aux": "ComfyUI PaintingCoderUtils Nodes [WIP]" + "title_aux": "ComfyUI-Lovis-Node [WIP]" + } + ], + "https://github.com/jKaarlehto/ComfyUI-GetWorkflowName": [ + [ + "GetWorkflowName" + ], + { + "title_aux": "ComfyUI-GetWorkflowName [WIP]" } ], "https://github.com/jax-explorer/ComfyUI-DreamO": [ @@ -7200,6 +8379,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" @@ -7208,6 +8395,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", @@ -7289,16 +8500,6 @@ "title_aux": "ComfyUI-KAndy" } ], - "https://github.com/kappa54m/ComfyUI_Usability": [ - [ - "KLoadImageByPath", - "KLoadImageByPathAdvanced", - "KLoadImageDedup" - ], - { - "title_aux": "ComfyUI_Usability (WIP)" - } - ], "https://github.com/karthikg-09/ComfyUI-3ncrypt": [ [ "Enhanced Save Image", @@ -7308,6 +8509,33 @@ "title_aux": "ComfyUI-KG09 [WIP]" } ], + "https://github.com/kaski23/Kaskis_Comfy_Nodes": [ + [ + "CollectVideoNode", + "IntToString", + "LoadImageWithFilename", + "LoadVideoWithFilename", + "PairSwitchNode", + "PreviewImageLimited", + "StringSplitSelect", + "Unbroken-Video-Handler" + ], + { + "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": [ [ "DITConfig", @@ -7533,13 +8761,15 @@ "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", + "PoseRetargetPromptHelper" ], { - "title_aux": "Advanced Watermarking Tools [WIP]" + "title_aux": "ComfyUI-WanAnimatePreprocess [WIP]" } ], "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Image-From-URL": [ @@ -7550,42 +8780,9 @@ "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": [ [ + "Check Person In Text", "ConvertGrayToImage", "Generate Color Palette", "Replace Color By Palette" @@ -7706,6 +8903,14 @@ "title_aux": "ssd-1b-comfyui" } ], + "https://github.com/laobaishu1/ComfyUI-JSON-Upload-Iterator": [ + [ + "JSONUploadIterator" + ], + { + "title_aux": "ComfyUI-JSON-Upload-Iterator [UNSAFE]" + } + ], "https://github.com/lazybuttalented/ComfyUI_LBT": [ [ "LBT_CombineImagesFromBatch", @@ -7772,6 +8977,17 @@ "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_audio", @@ -7794,6 +9010,26 @@ "title_aux": "ComfyUI-img-tiler" } ], + "https://github.com/lihaoyun6/ComfyUI-lhyNodes": [ + [ + "CSVRandomPicker", + "CSVRandomPickerAdv", + "KSamplerConfig", + "KSamplerSchedulerFallback", + "MaskToSAMCoords", + "MaskToSAMCoordsV2", + "MorseCode", + "PoseReformer", + "StrFormat", + "StrFormatAdv", + "YoloFaceReformer", + "detailerKSamplerSchedulerFallback", + "effKSamplerSchedulerFallback" + ], + { + "title_aux": "ComfyUI-lhyNodes" + } + ], "https://github.com/linhusyung/comfyui-Build-and-train-your-network": [ [ "Conv_layer", @@ -7825,6 +9061,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", @@ -7845,38 +9091,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", @@ -7983,29 +9197,40 @@ "title_aux": "ComfyUI-Workflow-Component [WIP]" } ], - "https://github.com/lu64k/SK-Nodes": [ + "https://github.com/lu64k/ks_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" + "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 Word Frequency Statistics", + "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": "SK-Nodes" + "title_aux": "ks_nodes" } ], "https://github.com/lucafoscili/lf-nodes": [ [ + "LF_BackgroundRemover", "LF_Blend", "LF_BlobToImage", "LF_Bloom", @@ -8023,6 +9248,7 @@ "LF_ControlPanel", "LF_CreateMask", "LF_Desaturation", + "LF_DetectRegions", "LF_DiffusionModelSelector", "LF_DisplayBoolean", "LF_DisplayFloat", @@ -8037,6 +9263,7 @@ "LF_FilmGrain", "LF_Float", "LF_GaussianBlur", + "LF_GeminiAPI", "LF_GetRandomKeyFromJSON", "LF_GetValueFromJSON", "LF_ImageClassifier", @@ -8045,8 +9272,11 @@ "LF_ImageToSVG", "LF_ImagesEditingBreakpoint", "LF_ImagesSlideshow", + "LF_Inpaint", + "LF_InpaintAdvanced", "LF_Integer", "LF_IsLandscape", + "LF_JSONPromptCombinator", "LF_KeywordCounter", "LF_KeywordToggleFromJSON", "LF_LLMChat", @@ -8068,10 +9298,13 @@ "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", @@ -8081,6 +9314,7 @@ "LF_SaveImageForCivitAI", "LF_SaveJSON", "LF_SaveMarkdown", + "LF_SaveSVG", "LF_SaveText", "LF_SchedulerSelector", "LF_Sepia", @@ -8092,6 +9326,7 @@ "LF_SortJSONKeys", "LF_SortTags", "LF_SplitTone", + "LF_StabilityAPI", "LF_String", "LF_StringReplace", "LF_StringTemplate", @@ -8100,15 +9335,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" @@ -8117,23 +9359,6 @@ "title_aux": "LF Nodes [UNSAFE]" } ], - "https://github.com/lum3on/comfyui_LLM_Polymath": [ - [ - "ConceptEraserNode", - "flux_context_preset", - "polymath_SaveAbsolute", - "polymath_StringListPicker", - "polymath_TextSplitter", - "polymath_chat", - "polymath_helper", - "polymath_scraper", - "polymath_settings", - "polymath_text_mask" - ], - { - "title_aux": "comfyui_LLM_Polymath [WIP]" - } - ], "https://github.com/lum3on/comfyui_RollingDepth": [ [ "RollingDepthNode" @@ -8142,6 +9367,18 @@ "title_aux": "comfyui_RollingDepth [WIP]" } ], + "https://github.com/lyra-ai/lyra-nodes": [ + [ + "LyraAudioVisualizer", + "LyraFilenameBuilder", + "LyraImageAudioFusion", + "LyraLoadAudioFromURL", + "LyraLoadImageFromURL" + ], + { + "title_aux": "lyra-nodes" + } + ], "https://github.com/machinesarenotpeople/comfyui-energycost": [ [ "TimeCostEndNode", @@ -8229,20 +9466,34 @@ "title_aux": "ComfyUI-BuildPath" } ], - "https://github.com/marduk191/comfyui-marnodes": [ + "https://github.com/marduk191/comfyui_cmdtls": [ [ - "ImageToDevice", - "marduk191_5_text_string", - "marduk191_5way_text_switch", - "marduk191_s_random_latent", - "marduk191_workflow_settings" + "DirectoryCreator", + "FileBrowser", + "FileCopy", + "FileDelete", + "FileReader", + "FileWriter", + "ShellExecutor" ], { - "author": "\u02f6marduk191", - "description": "marduk191s nodes.", - "nickname": "marduk191 workflow settings", - "title": "marduk191 workflow settings", - "title_aux": "comfyui-marnodes" + "title_aux": "comfyui_cmdtls [UNSAFE]" + } + ], + "https://github.com/martinken/ComfyUI-KMNodes": [ + [ + "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" + ], + { + "title_aux": "ComfyUI-KMNodes" } ], "https://github.com/maruhidd/ComfyUI_Transparent-Background": [ @@ -8289,6 +9540,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" @@ -8306,6 +9568,15 @@ "title_aux": "ComfyUI-Lygia" } ], + "https://github.com/mertgoksel/ComfyUI-Noot-Nodes": [ + [ + "StagedKSampler", + "TagRandomizer" + ], + { + "title_aux": "comfyui-noot-nodes [WIP]" + } + ], "https://github.com/mico-world/comfyui_mico_node": [ [ "HFUNETLoader" @@ -8314,14 +9585,6 @@ "title_aux": "comfyui_mico_node" } ], - "https://github.com/mikebilly/Transparent-background-comfyUI": [ - [ - "Transparentbackground RemBg" - ], - { - "title_aux": "transparent-background-comfyui" - } - ], "https://github.com/mikeymcfish/FishTools": [ [ "AnaglyphCreator", @@ -8356,6 +9619,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", @@ -8382,6 +9654,25 @@ "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" @@ -8419,19 +9710,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", @@ -8444,15 +9722,32 @@ ], "https://github.com/mrCodinghero/ComfyUI-Codinghero": [ [ + "Basic Settings", "Image Size Calculator", "Model Selector", - "Upscale Settings Calculator", - "Video Settings Calculator" + "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" @@ -8592,6 +9887,23 @@ "title_aux": "ComfyUI-Remote-Save-Image [UNSAFE]" } ], + "https://github.com/newraina/comfyui-photoshop-v2": [ + [ + "\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", @@ -8628,58 +9940,24 @@ "title_aux": "List Data Helper Nodes" } ], - "https://github.com/nkchocoai/ComfyUI-PromptUtilities": [ + "https://github.com/nobinBB/comfyui-samenodes": [ [ - "PromptUtilitiesConstString", - "PromptUtilitiesConstStringMultiLine", - "PromptUtilitiesFormatString", - "PromptUtilitiesJoinStringList", - "PromptUtilitiesLoadPreset", - "PromptUtilitiesLoadPresetAdvanced", - "PromptUtilitiesPromptWeight", - "PromptUtilitiesRandomPreset", - "PromptUtilitiesRandomPresetAdvanced", - "PromptUtilitiesReplaceOrInsertTag", - "PromptUtilitiesRoundPromptWeight", - "PromptUtilitiesSampleTags", - "PromptUtilitiesSampleTagsWithWeight" + "BatchImageProcessor", + "FloatToString", + "FloatToStringWithPrefix", + "LoraWildcardGenerator", + "UpscaleImageByUsingModelCustom" ], { - "title_aux": "ComfyUI-PromptUtilities" + "title_aux": "comfyui-samenodes" } ], - "https://github.com/nobandegani/comfyui_ino_nodes": [ + "https://github.com/nohikomiso/ComfyUI-ImageFolderPicker": [ [ - "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" + "ImageFolderPicker" ], { - "title_aux": "Ino Custom Nodes" + "title_aux": "ComfyUI-ImageFolderPicker [UNSAFE]" } ], "https://github.com/nomcycle/ComfyUI_Cluster": [ @@ -8720,6 +9998,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" @@ -8744,6 +10040,38 @@ "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": [ [ "KANI_Checkpoint_Loader_From_String", @@ -8777,18 +10105,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", @@ -8816,35 +10132,26 @@ "title_aux": "ImagePromptBatch [UNSAFE]" } ], - "https://github.com/pamparamm/ComfyUI-ppm": [ + "https://github.com/pacchikAI/comfyui_pacchik_window": [ [ - "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" + "DynamicSelectionNode", + "JsonSelectionNode", + "StaticSelectionNode" ], { - "title_aux": "ComfyUI-ppm" + "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": [ @@ -8891,6 +10198,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" @@ -8955,6 +10270,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" @@ -9064,7 +10396,9 @@ ], "https://github.com/punicfaith/ComfyUI-GoogleAIStudio": [ [ - "GoogleGeminiPrompt" + "BatchImageNormalizer", + "GoogleGeminiPrompt", + "NanobananaNode" ], { "title_aux": "ComfyUI-GoogleAIStudio" @@ -9123,7 +10457,8 @@ "rakete.BuildString", "rakete.GetWidgetValue", "rakete.GpuGarbageCollector", - "rakete.JoinStrings" + "rakete.JoinStrings", + "rakete.SelectSamplerName" ], { "author": "Rakete", @@ -9133,48 +10468,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" @@ -9212,6 +10505,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" @@ -9334,13 +10636,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" ], { @@ -9351,6 +10659,7 @@ [ "FaceMeshEyewearMask", "MaskFromFacialKeypoints", + "MediaPipeFaceToMask", "OpenPoseEyewearMask" ], { @@ -9391,6 +10700,14 @@ "title_aux": "comfyui-plus-integrations [WIP]" } ], + "https://github.com/rossturk/comfyui-primitive-mesh": [ + [ + "PrimitiveMeshNode" + ], + { + "title_aux": "ComfyUI Primitive Mesh Generator [WIP]" + } + ], "https://github.com/rouxianmantou/comfyui-rxmt-nodes": [ [ "CheckValueTypeNode", @@ -9462,6 +10779,22 @@ "title_aux": "ComfyUI_YoloNasObjectDetection_Tensorrt [WIP]" } ], + "https://github.com/rzasharp79/ComfyUI--SolarFlare": [ + [ + "QwenImage" + ], + { + "title_aux": "ComfyUI--SolarFlare" + } + ], + "https://github.com/sahibalejandro/comfyui-sahib-nodes": [ + [ + "ChooseResolution" + ], + { + "title_aux": "ComfyUI Sahib Nodes" + } + ], "https://github.com/saulchiu/comfy_saul_plugin": [ [ "Blend Images", @@ -9481,14 +10814,6 @@ "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", @@ -9608,6 +10933,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" @@ -9616,11 +10950,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" ], @@ -9628,6 +11027,15 @@ "title_aux": "ComfyUI_ReduxEmbedToolkit" } ], + "https://github.com/silveroxides/ComfyUI_SamplingUtils": [ + [ + "GetJsonKeyValue", + "SamplingParameters" + ], + { + "title_aux": "Sampling Utility Toolkit" + } + ], "https://github.com/simonjaq/ComfyUI-sjnodes": [ [ "CrossFadeVideo", @@ -9651,10 +11059,24 @@ "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", + "MaskBatch", "OwlDetector", + "RepeatMaskBatch", + "SliceImageBatch", + "SliceMaskBatch", "UpscaleImage", "UseCheckpoint", "UseControlNet", @@ -9678,16 +11100,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", @@ -9761,13 +11173,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]" @@ -9809,24 +11229,40 @@ ], "https://github.com/stalkervr/comfyui-custom-path-nodes": [ [ + "AnyCollector", "BatchImageCrop", "ContextPipeIn", "ContextPipeOut", "ContextPipeReroute", "DataFileLoader", "ImageGridCropper", + "JsonFieldValueExtractor", + "ListItemExtractor", + "ListToString", + "LoopAny", "PathPipeIn", "PathPipeOut", "PathPipeReroute", "PromptPartConcatenation", "PromptPartJoin", "SavePath", - "StringConcatenation" + "StringCollector", + "StringConcatenation", + "TextBlockProcessor", + "TextWrapper" ], { "title_aux": "comfyui-custom-path-nodes [UNSAFE]" } ], + "https://github.com/starsFriday/ComfyUI-Audio-Subtitle": [ + [ + "AudioSubtitle" + ], + { + "title_aux": "ComfyUI-Audio-Subtitle [WIP]" + } + ], "https://github.com/steelan9199/ComfyUI-Teeth": [ [ "teeth FindContours", @@ -9940,6 +11376,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", @@ -10075,6 +11530,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", @@ -10145,6 +11609,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" @@ -10303,20 +11775,22 @@ "title_aux": "ComfyUI-Dist [WIP]" } ], - "https://github.com/usman2003/ComfyUI-Classifiers": [ + "https://github.com/unphased/code-nodes": [ + [ + "ImageBatcherByIndexProV2", + "PythonCodeNode", + "ShellCodeNode" + ], + { + "title_aux": "code-nodes [UNSAFE]" + } + ], + "https://github.com/usman2003/ComfyUI-Gender-Classifier": [ [ "GenderClassificationNode" ], { - "title_aux": "ComfyUI-Classifiers" - } - ], - "https://github.com/usman2003/ComfyUI-RaceDetect": [ - [ - "RaceDetectionNodeV2" - ], - { - "title_aux": "ComfyUI-RaceDetect" + "title_aux": "ComfyUI-Gender-Classifier" } ], "https://github.com/usrname0/ComfyUI-AllergicPack": [ @@ -10328,17 +11802,20 @@ "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": "ComfyUI_Accessories" + "title_aux": "External-Image-Revised-with-MASK" + } + ], + "https://github.com/vadimcro/string_by_index": [ + [ + "StringByIndex" + ], + { + "title_aux": "string_by_index" } ], "https://github.com/vasilmitov/ComfyUI-SeedSnapShotManager": [ @@ -10366,7 +11843,8 @@ "DownloadAndLoadLoraModelOnly", "EdgeNoise", "FeatheredSharpen", - "IterativeDeHaloAlphaWithMaskTorch" + "IterativeDeHaloAlphaWithMaskTorch", + "SkinColorFusion" ], { "title_aux": "comfyui-virallover" @@ -10400,6 +11878,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", @@ -10463,10 +11993,13 @@ ], "https://github.com/watarika/ComfyUI-Text-Utility": [ [ + "ConditionalTagProcessorNode", "LoadTextFile", + "ProcessWildcard", "PromptsFromTextbox", "RemoveComments", "ReplaceVariables", + "ReplaceVariablesAndProcessWildcard", "SaveTextFile", "StringsFromTextbox" ], @@ -10477,6 +12010,7 @@ "https://github.com/watarika/ComfyUI-exit": [ [ "ExitComfyUI", + "ExitWhenLastBatchConfirm", "FetchApi" ], { @@ -10544,6 +12078,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" @@ -10605,74 +12148,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", @@ -10699,6 +12174,50 @@ "title_aux": "ComfyUI-CombineVideoAndSubtitle" } ], + "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", @@ -10707,7 +12226,11 @@ "FirstLastFrameXZ", "ImageResizeKJ", "ImageResizeXZ", + "TextEncodeQwenImageEditSimpleXZ", + "TextEncodeQwenImageEditXZ", "TripleCLIPLoaderXZ", + "VAEDecodeTiledXZ", + "VAEDecodeXZ", "WanImageToVideoXZ" ], { @@ -10723,6 +12246,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", @@ -10746,9 +12278,12 @@ ], "https://github.com/yanhuifair/ComfyUI-FairLab": [ [ + "ASCIICharNode", "AddNode", "AppendTagsNode", + "AspectRatiosNode", "Base64ToImageNode", + "DitherNode", "DivideNode", "DownloadImageNode", "ExcludeTagsNode", @@ -10763,6 +12298,7 @@ "ImageToVideoNode", "ImagesCatNode", "ImagesIndexNode", + "ImagesInfoNode", "ImagesRangeNode", "IntNode", "IntToFloatNode", @@ -10806,115 +12342,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", - "GLM3Prompt", - "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", - "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", - "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", @@ -10932,9 +12359,12 @@ [ "FaceDetectorSelector", "HumanPartsUltra", + "ImageUpscaleWithModel_Optimized", + "UpscaleModelLoader_Optimized", "YC Color Match", "YCFaceAlignToCanvas", "YCFaceAlignToCanvasV2", + "YCFaceAlignToReference", "YCFaceAnalysisModels" ], { @@ -10993,6 +12423,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", @@ -11082,6 +12529,7 @@ "SaveImageToPathZV", "SaveTxtToPathZV", "TriangleCharacterLayoutZV", + "TxtCounterNodeZV", "VideoSceneDetectorZV", "VideoSpeedZV", "doubaoI2INodeZV", @@ -11091,6 +12539,21 @@ "title_aux": "ComfyUI-ZVNodes [WIP]" } ], + "https://github.com/zhupeter010903/ComfyUI-prompt-library": [ + [ + "GroupedPromptNode", + "XYZ Group Prompt Toggle", + "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" @@ -11125,17 +12588,6 @@ "title_aux": "ComfyUI-zyd232-Nodes" } ], - "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_VariationUtils.py": [ - [ - "BatchToList", - "ConcatAudioList", - "SequenceVariation", - "SliceAudio" - ], - { - "title_aux": "ComfyUI-Waveform-Extensions" - } - ], "https://raw.githubusercontent.com/jp0215/comfyUI_padding-resize_node/main/PaddingNode.py": [ [ "function" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index b349deb5..aec1b0da 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,4221 +2,4756 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 10, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5210 + "author_account_age_days": 5284 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 615 + "author_account_age_days": 690 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, - "last_update": "2025-08-29 00:02:47", - "author_account_age_days": 371 + "last_update": "2025-10-20 07:24:30", + "author_account_age_days": 446 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { - "stars": 2, + "stars": 3, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1952 + "author_account_age_days": 2026 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { - "stars": 31, + "stars": 33, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 848 + "author_account_age_days": 922 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { - "stars": 33, + "stars": 38, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 848 + "author_account_age_days": 922 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 32, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 858 + "author_account_age_days": 932 }, "https://github.com/543872524/ComfyUI_crdong": { "stars": 0, - "last_update": "2025-09-04 13:08:55", - "author_account_age_days": 2460 - }, - "https://github.com/5agado/ComfyUI-Sagado-Nodes": { - "stars": 0, - "last_update": "2025-09-10 12:39:03", - "author_account_age_days": 4913 + "last_update": "2025-09-25 13:37:23", + "author_account_age_days": 2534 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 2, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1416 + "author_account_age_days": 1490 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 829 + "author_account_age_days": 903 + }, + "https://github.com/78Ventures/ComfyUI-Tortu": { + "stars": 1, + "last_update": "2025-09-17 21:51:59", + "author_account_age_days": 622 }, "https://github.com/7BEII/Comfyui_PDuse": { - "stars": 21, - "last_update": "2025-09-11 07:08:59", - "author_account_age_days": 257 + "stars": 34, + "last_update": "2025-11-19 14:15:46", + "author_account_age_days": 331 }, "https://github.com/853587221/ComfyUI_XLweb": { - "stars": 1, + "stars": 2, "last_update": "2025-09-10 11:40:15", - "author_account_age_days": 1100 + "author_account_age_days": 1175 + }, + "https://github.com/90cube/Comfyui-CBcanvas": { + "stars": 0, + "last_update": "2025-11-04 23:46:11", + "author_account_age_days": 307 + }, + "https://github.com/A1rCHAN/ComfyUI_A1rSpace": { + "stars": 4, + "last_update": "2025-11-23 15:49:25", + "author_account_age_days": 521 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 917 + "author_account_age_days": 991 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 917 + "author_account_age_days": 991 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, - "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 759 + "last_update": "2025-11-14 08:30:14", + "author_account_age_days": 833 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, - "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 759 + "last_update": "2025-11-13 09:28:56", + "author_account_age_days": 833 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 512 + "author_account_age_days": 587 + }, + "https://github.com/AIExplorer25/ComfyUI_HuggingfaceHelper": { + "stars": 0, + "last_update": "2025-11-17 10:18:29", + "author_account_age_days": 3985 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 675 + "author_account_age_days": 750 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 675 - }, - "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 167, - "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 675 - }, - "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 63, - "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 675 + "author_account_age_days": 750 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 675 + "author_account_age_days": 750 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 675 + "author_account_age_days": 750 }, - "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 66, - "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1904 + "https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero": { + "stars": 5, + "last_update": "2025-09-16 08:49:34", + "author_account_age_days": 177 + }, + "https://github.com/APZmedia/ComfyUI-folder-parser": { + "stars": 0, + "last_update": "2025-11-02 14:39:38", + "author_account_age_days": 2995 + }, + "https://github.com/APZmedia/Joshua-brand-assets-loader": { + "stars": 0, + "last_update": "2025-10-27 19:44:50", + "author_account_age_days": 2995 }, "https://github.com/APZmedia/comfyui-textools": { - "stars": 5, - "last_update": "2025-09-11 06:50:40", - "author_account_age_days": 2921 + "stars": 7, + "last_update": "2025-11-04 23:40:59", + "author_account_age_days": 2995 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1195 + "author_account_age_days": 1269 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1253 + "author_account_age_days": 1327 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1253 + "author_account_age_days": 1327 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2762 + "author_account_age_days": 2836 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1231 + "author_account_age_days": 1305 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1689 + "author_account_age_days": 1763 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1875 + "author_account_age_days": 1949 }, "https://github.com/AlexYez/comfyui-timesaver": { - "stars": 0, - "last_update": "2025-09-09 20:10:05", - "author_account_age_days": 1599 + "stars": 1, + "last_update": "2025-09-29 11:28:37", + "author_account_age_days": 1673 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2549 + "author_account_age_days": 2623 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4146 + "author_account_age_days": 4220 + }, + "https://github.com/Amor718/AmorForge": { + "stars": 1, + "last_update": "2025-11-03 15:21:33", + "author_account_age_days": 40 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2273 + "author_account_age_days": 2347 }, "https://github.com/Anze-/ComfyUI-OIDN": { - "stars": 8, + "stars": 10, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4398 + "author_account_age_days": 4473 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4398 + "author_account_age_days": 4473 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2436 + "author_account_age_days": 2510 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 5, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4460 + "author_account_age_days": 4534 }, - "https://github.com/AustinMroz/ComfyUI-MinCache": { - "stars": 2, - "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4518 + "https://github.com/Aruntd008/ComfyUI_blender_render": { + "stars": 0, + "last_update": "2025-11-19 11:43:07", + "author_account_age_days": 1060 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4518 + "author_account_age_days": 4593 }, "https://github.com/BARKEM-JC/ComfyUI-Dynamic-Lora-Loader": { "stars": 0, "last_update": "2025-09-07 18:07:33", - "author_account_age_days": 2129 + "author_account_age_days": 2203 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3915 + "author_account_age_days": 3989 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { - "stars": 80, + "stars": 87, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 874 + "author_account_age_days": 949 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 283 + "author_account_age_days": 357 }, - "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": 915 + "last_update": "2025-10-27 04:51:55", + "author_account_age_days": 2744 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { - "stars": 45, + "stars": 48, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2670 + "author_account_age_days": 2744 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 392 + "author_account_age_days": 466 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1242 + "author_account_age_days": 1316 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1316 + "author_account_age_days": 1390 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 130 + "author_account_age_days": 204 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2129 + "author_account_age_days": 2203 }, "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes": { "stars": 1, "last_update": "2025-08-16 14:12:10", - "author_account_age_days": 622 + "author_account_age_days": 696 + }, + "https://github.com/BizaNator/BrainDead_QwenCharacterEditor": { + "stars": 3, + "last_update": "2025-09-29 01:04:46", + "author_account_age_days": 3575 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 691 - }, - "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { - "stars": 8, - "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 288 + "author_account_age_days": 765 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4596 + "author_account_age_days": 4670 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 104 + "author_account_age_days": 178 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-09-10 16:09:48", - "author_account_age_days": 3357 + "author_account_age_days": 3431 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { - "stars": 3, - "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 235 + "stars": 4, + "last_update": "2025-10-26 14:31:29", + "author_account_age_days": 309 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 671 + "author_account_age_days": 745 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3060 - }, - "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { - "stars": 20, - "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 642 + "author_account_age_days": 3134 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1518 + "author_account_age_days": 1592 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, - "last_update": "2025-09-09 10:28:49", - "author_account_age_days": 4552 + "last_update": "2025-10-24 16:01:27", + "author_account_age_days": 4626 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 438 + "author_account_age_days": 512 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 438 + "author_account_age_days": 512 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2856 + "author_account_age_days": 2931 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 762 + "author_account_age_days": 836 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2178 + "author_account_age_days": 2252 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { - "stars": 21, - "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 519 + "stars": 22, + "last_update": "2025-09-15 04:44:21", + "author_account_age_days": 593 + }, + "https://github.com/CooperCorona/comfy-auto-unload": { + "stars": 1, + "last_update": "2025-09-13 17:43:43", + "author_account_age_days": 4134 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1947 + "author_account_age_days": 2021 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1222 + "author_account_age_days": 1296 + }, + "https://github.com/DavidJBarnes/comfyui-djb-utils": { + "stars": 0, + "last_update": "2025-09-18 17:00:25", + "author_account_age_days": 4399 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2475 + "author_account_age_days": 2549 + }, + "https://github.com/Dehypnotic/comfyui-save-mp3": { + "stars": 1, + "last_update": "2025-10-24 09:40:52", + "author_account_age_days": 1610 }, "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor": { "stars": 0, "last_update": "2025-08-18 05:23:24", - "author_account_age_days": 1475 + "author_account_age_days": 1549 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { - "stars": 22, - "last_update": "2025-08-28 10:30:16", - "author_account_age_days": 1475 + "stars": 28, + "last_update": "2025-09-17 05:30:41", + "author_account_age_days": 1549 + }, + "https://github.com/DeyanShahov/ComfyUI_RedFox": { + "stars": 0, + "last_update": "2025-10-21 22:43:48", + "author_account_age_days": 1608 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 94 + "author_account_age_days": 168 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 786 + "author_account_age_days": 860 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { - "stars": 7, + "stars": 8, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 170 + "author_account_age_days": 244 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1476 + "author_account_age_days": 1550 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { - "stars": 6, - "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1818 + "stars": 5, + "last_update": "2025-09-22 18:28:25", + "author_account_age_days": 1892 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2300 + "author_account_age_days": 2374 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2300 + "author_account_age_days": 2374 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2300 + "author_account_age_days": 2374 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1311 + "author_account_age_days": 1385 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 297 + "author_account_age_days": 371 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2268 - }, - "https://github.com/EQXai/ComfyUI_EQX": { - "stars": 0, - "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 472 - }, - "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 55, - "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3071 - }, - "https://github.com/Elawphant/ComfyUI-MusicGen": { - "stars": 6, - "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3032 + "author_account_age_days": 2342 }, "https://github.com/ElyZeng/ComfyUI-Translator": { - "stars": 1, + "stars": 2, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1199 + "author_account_age_days": 1273 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, - "last_update": "2025-08-23 18:28:00", - "author_account_age_days": 2976 + "last_update": "2025-09-20 04:42:50", + "author_account_age_days": 3050 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3090 + "author_account_age_days": 3164 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2422 + "author_account_age_days": 2496 }, - "https://github.com/Enemyx-net/VibeVoice-ComfyUI": { - "stars": 711, - "last_update": "2025-09-11 06:16:03", - "author_account_age_days": 15 + "https://github.com/Eric7758/ComfyUI-IAT": { + "stars": 0, + "last_update": "2025-10-29 06:28:08", + "author_account_age_days": 848 }, "https://github.com/EricRollei/Comfy-Metadata-System": { - "stars": 2, + "stars": 3, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1338 + "author_account_age_days": 1413 + }, + "https://github.com/EricRollei/HYPIR-ComfyUI": { + "stars": 1, + "last_update": "2025-11-18 18:34:15", + "author_account_age_days": 1413 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, - "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2625 + "last_update": "2025-11-19 02:44:52", + "author_account_age_days": 2699 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2068 + "author_account_age_days": 2142 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3594 - }, - "https://github.com/FaberVS/MultiModel": { - "stars": 1, - "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2215 + "author_account_age_days": 3668 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3576 + "author_account_age_days": 3650 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4392 + "author_account_age_days": 4466 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 465 + "author_account_age_days": 539 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 465 + "author_account_age_days": 539 }, - "https://github.com/Firetheft/ComfyUI_Local_Image_Gallery": { - "stars": 87, - "last_update": "2025-09-07 13:16:47", - "author_account_age_days": 1345 + "https://github.com/Firetheft/ComfyUI_Local_Media_Manager": { + "stars": 122, + "last_update": "2025-09-25 15:10:20", + "author_account_age_days": 1419 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 882 + "author_account_age_days": 956 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1323 + "author_account_age_days": 1397 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 6, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2771 + "author_account_age_days": 2845 }, "https://github.com/GeekatplayStudio/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4035 + "author_account_age_days": 4109 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2827 + "author_account_age_days": 2902 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, - "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2695 + "last_update": "2025-09-26 18:36:12", + "author_account_age_days": 2770 + }, + "https://github.com/Gergzilla/Slim-Comfy-Pack": { + "stars": 0, + "last_update": "2025-11-14 14:52:58", + "author_account_age_days": 3801 + }, + "https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack": { + "stars": 1, + "last_update": "2025-11-24 22:18:48", + "author_account_age_days": 29 + }, + "https://github.com/Goldlionren/ComfyUI-CleanSlate": { + "stars": 1, + "last_update": "2025-10-07 04:14:16", + "author_account_age_days": 597 + }, + "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { + "stars": 1, + "last_update": "2025-11-20 17:47:15", + "author_account_age_days": 681 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1618 + "author_account_age_days": 1692 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 773 + "author_account_age_days": 847 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1068 + "author_account_age_days": 1142 }, "https://github.com/GuardSkill/ComfyUI-AffineImage": { - "stars": 5, - "last_update": "2025-09-02 01:38:07", - "author_account_age_days": 3477 + "stars": 6, + "last_update": "2025-11-18 09:08:39", + "author_account_age_days": 3551 }, "https://github.com/GuusF/Comfyui_CrazyMaths": { "stars": 0, "last_update": "2025-08-14 13:12:31", - "author_account_age_days": 1830 + "author_account_age_days": 1904 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 2, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 66 + "author_account_age_days": 141 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3740 + "author_account_age_days": 3814 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 508 - }, - "https://github.com/Huangcj2005/comfyui-HandDetect": { - "stars": 0, - "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 672 + "author_account_age_days": 583 }, "https://github.com/IXIWORKS-KIMJUNGHO/comfyui-ixiworks": { "stars": 0, "last_update": "2025-08-14 09:22:06", - "author_account_age_days": 2767 + "author_account_age_days": 2841 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 5029 + "author_account_age_days": 5103 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 372 + "author_account_age_days": 446 }, - "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { - "stars": 6, - "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 556 + "https://github.com/Immac/ComfyUI-ImmacTools": { + "stars": 0, + "last_update": "2025-10-21 19:34:57", + "author_account_age_days": 4697 }, - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 211, - "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 855 + "https://github.com/Inoriac/comfyui-HandDetect": { + "stars": 0, + "last_update": "2025-09-16 06:11:22", + "author_account_age_days": 747 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { - "stars": 211, + "stars": 238, "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 855 + "author_account_age_days": 929 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 3023 + "author_account_age_days": 3097 + }, + "https://github.com/JHBOY-ha/ComfyUI-jh-essential": { + "stars": 0, + "last_update": "2025-10-30 08:36:48", + "author_account_age_days": 661 }, "https://github.com/Jairodaniel-17/ComfyUI-traductor-offline": { "stars": 0, "last_update": "2025-08-28 04:57:25", - "author_account_age_days": 1645 + "author_account_age_days": 1719 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5071 + "author_account_age_days": 5146 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3712 + "author_account_age_days": 3787 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1188 + "author_account_age_days": 1262 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { - "stars": 0, + "stars": 1, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1336 + "author_account_age_days": 1410 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 778 + "author_account_age_days": 852 }, "https://github.com/JioJe/comfyui_video_BC": { - "stars": 10, - "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 468 + "stars": 11, + "last_update": "2025-09-12 07:30:45", + "author_account_age_days": 542 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2662 + "author_account_age_days": 2737 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4630 + "author_account_age_days": 4704 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4957 + "author_account_age_days": 5031 + }, + "https://github.com/JosDigby/ComfyUI-DigbyWan": { + "stars": 0, + "last_update": "2025-11-24 22:24:33", + "author_account_age_days": 132 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2982 + "author_account_age_days": 3057 }, "https://github.com/Juste-Leo2/ComfyUI-Arduino": { "stars": 5, "last_update": "2025-09-08 19:56:13", - "author_account_age_days": 315 + "author_account_age_days": 389 + }, + "https://github.com/K1maran/ComfyUI-Kimaran": { + "stars": 0, + "last_update": "2025-11-20 17:01:38", + "author_account_age_days": 25 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1698 + "author_account_age_days": 1772 }, - "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { - "stars": 6, - "last_update": "2025-08-26 02:18:37", - "author_account_age_days": 2177 + "https://github.com/KXSR/ComfyUI-Easy-s3": { + "stars": 0, + "last_update": "2025-11-18 16:11:32", + "author_account_age_days": 88 }, "https://github.com/Karlmeister/comfyui-karlmeister-nodes-suit": { "stars": 0, - "last_update": "2025-08-30 18:16:33", - "author_account_age_days": 1350 + "last_update": "2025-10-04 01:22:02", + "author_account_age_days": 1424 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2810 + "author_account_age_days": 2884 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 498 + "author_account_age_days": 572 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 2006 - }, - "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 25, - "last_update": "2025-08-21 04:47:05", - "author_account_age_days": 2072 + "author_account_age_days": 2080 }, "https://github.com/KoinnAI/ComfyUI-DynPromptSimplified": { - "stars": 0, - "last_update": "2025-08-24 22:06:16", - "author_account_age_days": 3299 - }, - "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { - "stars": 12, - "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3634 + "stars": 1, + "last_update": "2025-10-27 18:44:13", + "author_account_age_days": 3373 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 300 + "author_account_age_days": 374 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2097 + "author_account_age_days": 2171 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 269 + "author_account_age_days": 343 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { - "stars": 49, + "stars": 50, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 539 + "author_account_age_days": 613 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 74 + "author_account_age_days": 148 }, "https://github.com/LSDJesus/ComfyUI-Luna-Collection": { "stars": 0, - "last_update": "2025-09-10 14:11:38", - "author_account_age_days": 726 - }, - "https://github.com/LSDJesus/ComfyUI-Pyrite-Core": { - "stars": 0, - "last_update": "2025-09-10 14:11:38", - "author_account_age_days": 726 + "last_update": "2025-09-21 23:16:41", + "author_account_age_days": 800 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2423 + "author_account_age_days": 2497 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 608 - }, - "https://github.com/Laser-one/ComfyUI-align-pose": { - "stars": 0, - "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1277 + "author_account_age_days": 682 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { - "stars": 0, - "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 782 + "stars": 1, + "last_update": "2025-11-13 19:09:26", + "author_account_age_days": 856 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { - "stars": 1, + "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 938 + "author_account_age_days": 1012 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, - "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4535 + "last_update": "2025-09-19 11:45:41", + "author_account_age_days": 4610 }, "https://github.com/LittleTechPomp/comfyui-pixxio": { "stars": 0, "last_update": "2025-08-22 13:18:56", - "author_account_age_days": 49 + "author_account_age_days": 123 + }, + "https://github.com/Long-form-AI-video-generation/ComfyUI_vaceFramepack": { + "stars": 0, + "last_update": "2025-11-24 12:55:46", + "author_account_age_days": 121 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3429 + "author_account_age_days": 3503 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1374 + "author_account_age_days": 1448 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 228 + "author_account_age_days": 302 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2323 + "author_account_age_days": 2397 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1108 + "author_account_age_days": 1182 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { - "stars": 41, + "stars": 48, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1941 + "author_account_age_days": 2015 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3301 + "author_account_age_days": 3375 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 36, + "stars": 38, "last_update": "2025-09-09 07:42:51", - "author_account_age_days": 822 + "author_account_age_days": 897 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3668 + "author_account_age_days": 3742 + }, + "https://github.com/MadPonyInteractive/ComfyUi-MpiNodes": { + "stars": 1, + "last_update": "2025-10-25 01:00:43", + "author_account_age_days": 3029 }, "https://github.com/Madygnomo/ComfyUI-NanoBanana-ImageGenerator": { "stars": 0, "last_update": "2025-09-03 04:03:24", - "author_account_age_days": 1804 - }, - "https://github.com/Maff3u/MattiaNodes": { - "stars": 0, - "last_update": "2025-09-10 14:24:12", - "author_account_age_days": 3046 + "author_account_age_days": 1879 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 92 + "author_account_age_days": 167 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2597 + "author_account_age_days": 2671 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1789 + "author_account_age_days": 1864 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1907 + "author_account_age_days": 1982 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { - "stars": 1, + "stars": 2, "last_update": "2025-08-13 20:53:39", - "author_account_age_days": 770 + "author_account_age_days": 844 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 857 + "author_account_age_days": 931 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3263 + "author_account_age_days": 3338 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, - "last_update": "2025-09-09 13:20:40", - "author_account_age_days": 3263 + "last_update": "2025-09-16 08:15:24", + "author_account_age_days": 3338 + }, + "https://github.com/Mets3D/mets-nodes": { + "stars": 0, + "last_update": "2025-10-24 23:40:12", + "author_account_age_days": 3660 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3658 + "author_account_age_days": 3732 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 1, - "last_update": "2025-09-10 02:43:43", - "author_account_age_days": 3524 + "last_update": "2025-10-07 21:05:13", + "author_account_age_days": 3598 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3164 + "author_account_age_days": 3238 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 366 + "author_account_age_days": 441 + }, + "https://github.com/MushroomFleet/ComfyUI-SCP-nodes": { + "stars": 0, + "last_update": "2025-11-09 05:25:05", + "author_account_age_days": 4240 }, "https://github.com/MushroomFleet/DJZ-Nodes": { - "stars": 61, - "last_update": "2025-08-24 22:04:55", - "author_account_age_days": 4166 + "stars": 65, + "last_update": "2025-10-19 03:21:44", + "author_account_age_days": 4240 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { - "stars": 33, + "stars": 34, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1938 + "author_account_age_days": 2013 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { - "stars": 1, - "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 902 + "stars": 2, + "last_update": "2025-09-14 07:34:59", + "author_account_age_days": 976 }, "https://github.com/NSFW-API/ComfyUI-Embedding-Delta-Adapter": { "stars": 2, "last_update": "2025-08-24 04:51:03", - "author_account_age_days": 265 + "author_account_age_days": 339 }, "https://github.com/NSFW-API/ComfyUI-WanSoftPrefix": { "stars": 0, "last_update": "2025-09-11 13:43:23", - "author_account_age_days": 265 + "author_account_age_days": 339 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1329 + "author_account_age_days": 1403 + }, + "https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite": { + "stars": 0, + "last_update": "2025-10-27 00:29:03", + "author_account_age_days": 57 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2475 + "author_account_age_days": 2549 }, "https://github.com/Nienai666/comfyui-encrypt-image-main": { "stars": 1, "last_update": "2025-09-05 05:41:31", - "author_account_age_days": 104 + "author_account_age_days": 179 }, "https://github.com/NimbleWing/ComfyUI-NW": { "stars": 0, "last_update": "2025-09-09 07:03:37", - "author_account_age_days": 1757 + "author_account_age_days": 1832 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 864 + "author_account_age_days": 938 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 886 + "author_account_age_days": 960 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-08-19 09:14:19", - "author_account_age_days": 112 + "author_account_age_days": 186 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { - "stars": 1, + "stars": 3, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 891 + "author_account_age_days": 965 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2046 + "author_account_age_days": 2120 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 397 + "author_account_age_days": 471 }, "https://github.com/Omario92/ComfyUI-OmarioNodes": { "stars": 0, "last_update": "2025-08-22 12:00:19", - "author_account_age_days": 4218 + "author_account_age_days": 4292 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, - "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2379 + "last_update": "2025-09-27 08:29:31", + "author_account_age_days": 2453 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { - "stars": 3, + "stars": 6, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3245 + "author_account_age_days": 3319 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 731 + "author_account_age_days": 805 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1273 + "author_account_age_days": 1348 + }, + "https://github.com/PauldeLavallaz/ComfyUI-concat_images_to_api_gemini": { + "stars": 0, + "last_update": "2025-10-21 14:58:43", + "author_account_age_days": 2362 + }, + "https://github.com/PauldeLavallaz/comfyui_morpheus_NanoBanana_Mask": { + "stars": 0, + "last_update": "2025-10-21 15:03:35", + "author_account_age_days": 2362 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, - "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 677 + "last_update": "2025-10-06 08:17:09", + "author_account_age_days": 751 + }, + "https://github.com/PladsElsker/comfyui-krita": { + "stars": 0, + "last_update": "2025-11-24 04:04:37", + "author_account_age_days": 2918 }, "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": { "stars": 0, - "last_update": "2025-09-10 15:21:49", - "author_account_age_days": 559 + "last_update": "2025-09-15 21:20:52", + "author_account_age_days": 633 + }, + "https://github.com/PopeyesBiscuit/ComfyUI-DeleteFolder": { + "stars": 0, + "last_update": "2025-10-24 15:33:48", + "author_account_age_days": 2406 + }, + "https://github.com/PopeyesBiscuit/ComfyUI-WebSocketLoRAExporter": { + "stars": 0, + "last_update": "2025-10-24 15:41:45", + "author_account_age_days": 2406 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 1026 + "author_account_age_days": 1100 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { + "stars": 2, + "last_update": "2025-11-23 16:10:11", + "author_account_age_days": 2211 + }, + "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis": { + "stars": 3, + "last_update": "2025-11-17 16:04:23", + "author_account_age_days": 2211 + }, + "https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": { + "stars": 24, + "last_update": "2025-11-21 15:59:34", + "author_account_age_days": 2211 + }, + "https://github.com/PozzettiAndrea/ComfyUI-MotionCapture": { + "stars": 51, + "last_update": "2025-11-24 23:15:46", + "author_account_age_days": 2211 + }, + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects": { + "stars": 30, + "last_update": "2025-11-24 23:17:55", + "author_account_age_days": 2211 + }, + "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { + "stars": 182, + "last_update": "2025-11-22 15:14:44", + "author_account_age_days": 2211 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2469 + "author_account_age_days": 2543 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5719 + "author_account_age_days": 5793 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { - "stars": 20, - "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4649 + "stars": 32, + "last_update": "2025-11-06 12:30:48", + "author_account_age_days": 4724 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 229 + "author_account_age_days": 303 + }, + "https://github.com/RM2-0/ComfyUI-Upscale": { + "stars": 0, + "last_update": "2025-10-15 07:37:36", + "author_account_age_days": 346 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1921 + "author_account_age_days": 1995 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4118 + "author_account_age_days": 4192 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 24, - "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 605 + "last_update": "2025-11-17 15:40:32", + "author_account_age_days": 679 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, - "last_update": "2025-08-27 08:42:30", - "author_account_age_days": 432 - }, - "https://github.com/RegulusAlpha/ComfyUI-DynPromptSimplified": { - "stars": 0, - "last_update": "2025-08-24 22:06:16", - "author_account_age_days": 3299 + "last_update": "2025-11-21 09:06:45", + "author_account_age_days": 507 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4087 + "author_account_age_days": 4162 }, "https://github.com/Rizzlord/ComfyUI-SeqTex": { - "stars": 6, - "last_update": "2025-08-24 18:40:15", - "author_account_age_days": 1873 + "stars": 8, + "last_update": "2025-11-13 17:56:32", + "author_account_age_days": 1948 }, "https://github.com/RobbertB80/ComfyUI-SharePoint-Upload": { "stars": 0, "last_update": "2025-08-24 15:54:01", - "author_account_age_days": 1455 + "author_account_age_days": 1529 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5061 + "author_account_age_days": 5135 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 2, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 900 + "author_account_age_days": 974 }, "https://github.com/RomanticQq/ComfyUI-Groudingdino-Sam": { "stars": 0, - "last_update": "2025-08-22 15:32:34", - "author_account_age_days": 2359 + "last_update": "2025-11-21 08:56:50", + "author_account_age_days": 2433 + }, + "https://github.com/Rosegun007/ComfyUI-Pandora": { + "stars": 0, + "last_update": "2025-10-29 19:23:19", + "author_account_age_days": 951 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2850 + "author_account_age_days": 2924 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { - "stars": 4, + "stars": 5, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 2000 - }, - "https://github.com/SS-snap/ComfyUI-Snap_Processing": { - "stars": 62, - "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 744 - }, - "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 35, - "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 744 + "author_account_age_days": 2074 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3236 + "author_account_age_days": 3310 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { - "stars": 24, + "stars": 25, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4484 + "author_account_age_days": 4558 }, "https://github.com/Saganaki22/ComfyUI-ytdl_nodes": { - "stars": 24, + "stars": 28, "last_update": "2025-09-06 18:55:00", - "author_account_age_days": 1581 + "author_account_age_days": 1655 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 653 + "author_account_age_days": 727 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1756 + "author_account_age_days": 1830 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1076 - }, - "https://github.com/SaulQcy/comfy_saul_plugin": { - "stars": 0, - "last_update": "2025-08-27 05:20:07", - "author_account_age_days": 705 + "author_account_age_days": 1150 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1470 + "author_account_age_days": 1544 + }, + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { + "stars": 2, + "last_update": "2025-11-24 20:50:58", + "author_account_age_days": 1200 + }, + "https://github.com/Seb-Lis/comfyui-seed-selector": { + "stars": 0, + "last_update": "2025-11-02 09:36:24", + "author_account_age_days": 52 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, - "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1570 + "last_update": "2025-10-24 09:26:56", + "author_account_age_days": 1644 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 908 + "author_account_age_days": 982 }, "https://github.com/ServiceStack/classifier-agent": { "stars": 0, - "last_update": "2025-09-08 13:18:45", - "author_account_age_days": 5330 + "last_update": "2025-09-12 09:16:45", + "author_account_age_days": 5404 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 855 + "author_account_age_days": 929 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1469 - }, - "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 114, - "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1649 - }, - "https://github.com/Simlym/comfyui-prompt-helper": { - "stars": 2, - "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2626 + "author_account_age_days": 1543 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, - "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2905 + "last_update": "2025-10-19 09:44:27", + "author_account_age_days": 2979 + }, + "https://github.com/SlackinJack/multigpu_diffusion_comfyui": { + "stars": 0, + "last_update": "2025-10-23 01:08:28", + "author_account_age_days": 2694 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1759 - }, - "https://github.com/SoftMeng/ComfyUI-PIL": { - "stars": 7, - "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3968 + "author_account_age_days": 1833 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 309 + "author_account_age_days": 383 + }, + "https://github.com/Solarish/ComfyUI-MidnightLook": { + "stars": 0, + "last_update": "2025-11-10 13:13:54", + "author_account_age_days": 2764 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 4, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1408 + "author_account_age_days": 1482 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4389 + "author_account_age_days": 4464 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1584 + "author_account_age_days": 1658 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3400 + "author_account_age_days": 3474 + }, + "https://github.com/Spicely/Comfyui-File-Utils": { + "stars": 0, + "last_update": "2025-10-13 03:06:03", + "author_account_age_days": 4008 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { - "stars": 168, + "stars": 169, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 467 + "author_account_age_days": 541 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { - "stars": 61, - "last_update": "2025-08-30 06:36:25", - "author_account_age_days": 402 + "stars": 81, + "last_update": "2025-11-22 10:05:08", + "author_account_age_days": 476 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3384 + "author_account_age_days": 3458 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3279 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3279 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 603, + "stars": 611, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3279 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3279 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_leffa": { - "stars": 233, + "stars": 234, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3279 + "author_account_age_days": 3354 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, - "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 255 + "last_update": "2025-10-17 01:48:47", + "author_account_age_days": 329 + }, + "https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes": { + "stars": 0, + "last_update": "2025-09-28 11:01:38", + "author_account_age_days": 738 + }, + "https://github.com/Suzu008/ComfyUI-TTYd": { + "stars": 0, + "last_update": "2025-09-24 07:15:53", + "author_account_age_days": 1481 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2618 + "author_account_age_days": 2693 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3916 + "author_account_age_days": 3991 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1715 + "author_account_age_days": 1790 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 710 + "author_account_age_days": 785 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { - "stars": 13, + "stars": 15, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3289 + "author_account_age_days": 3364 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3727 + "author_account_age_days": 3801 + }, + "https://github.com/TheLocalLab/ComfyUI-Kandinsky-GGUF": { + "stars": 1, + "last_update": "2025-11-20 07:41:18", + "author_account_age_days": 825 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { - "stars": 8, + "stars": 10, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4174 + "author_account_age_days": 4248 + }, + "https://github.com/ThuckMaBaws/TMB-Camera-Modifier": { + "stars": 1, + "last_update": "2025-10-08 12:30:14", + "author_account_age_days": 437 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, "last_update": "2025-08-13 15:13:15", - "author_account_age_days": 3528 + "author_account_age_days": 3602 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 983 + "author_account_age_days": 1057 + }, + "https://github.com/UltraNoob-NazoGiken/ComfyUI-TOML-Tools": { + "stars": 0, + "last_update": "2025-11-21 00:30:13", + "author_account_age_days": 5 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2215 + "author_account_age_days": 2289 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1701 + "author_account_age_days": 1775 + }, + "https://github.com/VectorASD/ComfyUI-VectorASD": { + "stars": 0, + "last_update": "2025-11-02 11:25:08", + "author_account_age_days": 2120 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { - "stars": 8, + "stars": 14, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1405 + "author_account_age_days": 1479 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2753 + "author_account_age_days": 2828 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 550 + "author_account_age_days": 625 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 449 + "author_account_age_days": 523 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { - "stars": 2, + "stars": 1, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 456 + "author_account_age_days": 530 }, "https://github.com/Vsolon/ComfyUI-CBZ-Pack": { "stars": 0, "last_update": "2025-08-21 16:11:06", - "author_account_age_days": 3698 + "author_account_age_days": 3773 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5070 + "author_account_age_days": 5144 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 54, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1869 + "author_account_age_days": 1943 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4565 + "author_account_age_days": 4640 + }, + "https://github.com/WenerSantos3/ComfyUI-BlueeUtils": { + "stars": 0, + "last_update": "2025-10-30 20:46:21", + "author_account_age_days": 507 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2214 + "author_account_age_days": 2288 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4553 + "author_account_age_days": 4627 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { - "stars": 8, + "stars": 9, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 498 + "author_account_age_days": 572 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 498 + "author_account_age_days": 572 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 981 + "author_account_age_days": 1055 + }, + "https://github.com/YokoYokoTEC/comfyui-batch-sequence": { + "stars": 0, + "last_update": "2025-10-06 08:53:03", + "author_account_age_days": 1776 + }, + "https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file": { + "stars": 0, + "last_update": "2025-09-28 01:37:36", + "author_account_age_days": 1776 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1884 + "author_account_age_days": 1958 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1850 + "author_account_age_days": 1925 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 95, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 784 + "author_account_age_days": 858 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 368, + "stars": 381, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 784 + "author_account_age_days": 858 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 770, + "stars": 778, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 784 + "author_account_age_days": 858 }, "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": 784 + "author_account_age_days": 858 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 238, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 784 + "author_account_age_days": 858 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 111, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 784 + "author_account_age_days": 858 }, "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": 784 + "author_account_age_days": 858 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 627 + "author_account_age_days": 701 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { - "stars": 246, + "stars": 248, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 627 + "author_account_age_days": 701 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { - "stars": 5, - "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1299 + "stars": 6, + "last_update": "2025-11-04 11:39:13", + "author_account_age_days": 1373 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 884 + "author_account_age_days": 958 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, - "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2288 + "last_update": "2025-11-24 15:57:01", + "author_account_age_days": 2362 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 15, - "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4300 + "last_update": "2025-10-15 21:50:54", + "author_account_age_days": 4374 + }, + "https://github.com/adamdavidcole/comfyui-video-xy-plot": { + "stars": 1, + "last_update": "2025-10-05 11:06:56", + "author_account_age_days": 4424 + }, + "https://github.com/addddd2/AI_Generated_nodes": { + "stars": 5, + "last_update": "2025-10-18 18:25:19", + "author_account_age_days": 824 + }, + "https://github.com/adigayung/comfyui_PlutoNode": { + "stars": 0, + "last_update": "2025-09-20 06:55:42", + "author_account_age_days": 732 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2318 + "author_account_age_days": 2392 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2318 + "author_account_age_days": 2392 }, "https://github.com/aesethtics/ComfyUI-OpenPoser": { "stars": 0, "last_update": "2025-08-27 17:50:40", - "author_account_age_days": 3291 + "author_account_age_days": 3365 }, "https://github.com/ahkimkoo/ComfyUI-OSS-Upload": { "stars": 0, - "last_update": "2025-09-10 05:33:51", - "author_account_age_days": 5682 + "last_update": "2025-10-30 11:43:23", + "author_account_age_days": 5756 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3377 + "author_account_age_days": 3451 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3377 + "author_account_age_days": 3451 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3377 + "author_account_age_days": 3451 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 914 + "author_account_age_days": 988 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4698 + "author_account_age_days": 4772 + }, + "https://github.com/aistudynow/comfyui-wilddragon-nodes": { + "stars": 0, + "last_update": "2025-10-17 23:46:18", + "author_account_age_days": 87 + }, + "https://github.com/ajcampbell1333/BudgetGuard_Artists": { + "stars": 0, + "last_update": "2025-11-08 08:55:08", + "author_account_age_days": 4921 + }, + "https://github.com/akashch1512/ComfyUI_UguuUploader": { + "stars": 0, + "last_update": "2025-11-14 04:19:11", + "author_account_age_days": 870 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 479 + "author_account_age_days": 554 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2717 + "author_account_age_days": 2791 }, "https://github.com/alchemist-novaro/ComfyUI-Affine-Transform": { - "stars": 3, - "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 404 + "stars": 4, + "last_update": "2025-10-05 22:43:14", + "author_account_age_days": 478 }, "https://github.com/alchemist-novaro/ComfyUI-Simple-Image-Tools": { "stars": 0, - "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 404 - }, - "https://github.com/alchemist-software-engineer/ComfyUI-Affine-Transform": { - "stars": 3, - "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 404 - }, - "https://github.com/alchemist-software-engineer/ComfyUI-Simple-Image-Tools": { - "stars": 0, - "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 404 + "last_update": "2025-10-05 22:47:10", + "author_account_age_days": 478 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5459 + "author_account_age_days": 5533 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5459 + "author_account_age_days": 5533 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-09-02 15:57:17", - "author_account_age_days": 3730 + "author_account_age_days": 3804 + }, + "https://github.com/alisson-anjos/ComfyUI-Workarounds": { + "stars": 13, + "last_update": "2025-10-06 18:23:17", + "author_account_age_days": 1119 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4969 + "author_account_age_days": 5043 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1104 - }, - "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 77, - "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1104 + "author_account_age_days": 1179 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 880 + "author_account_age_days": 954 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, - "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1386 + "last_update": "2025-09-12 08:44:10", + "author_account_age_days": 1460 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 290 + "author_account_age_days": 364 }, "https://github.com/apeirography/ModelCopyNode": { "stars": 0, "last_update": "2025-08-20 02:39:14", - "author_account_age_days": 2185 + "author_account_age_days": 2259 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3542 + "author_account_age_days": 3616 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2789 + "author_account_age_days": 2863 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2789 + "author_account_age_days": 2863 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2789 + "author_account_age_days": 2863 }, "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": 4816 + "author_account_age_days": 4890 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 535 + "author_account_age_days": 609 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2720 + "author_account_age_days": 2794 + }, + "https://github.com/asaddi/allans-comfy-nodes": { + "stars": 2, + "last_update": "2025-09-24 20:51:32", + "author_account_age_days": 4053 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4393 + "author_account_age_days": 4467 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4414 + "author_account_age_days": 4488 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 517 + "author_account_age_days": 592 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 464 + "author_account_age_days": 538 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 849 + "author_account_age_days": 924 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 696 + "author_account_age_days": 770 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5124 + "author_account_age_days": 5198 }, - "https://github.com/baicai99/ComfyUI-FrameSkipping": { - "stars": 12, - "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1275 + "https://github.com/bakker/BK_Utils": { + "stars": 0, + "last_update": "2025-11-10 17:42:32", + "author_account_age_days": 5881 }, "https://github.com/bananasss00/Comfyui-PyExec": { - "stars": 2, + "stars": 3, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2978 + "author_account_age_days": 3052 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2187 + "author_account_age_days": 2261 + }, + "https://github.com/banini1841/BigModelPipe": { + "stars": 0, + "last_update": "2025-10-14 18:15:14", + "author_account_age_days": 1849 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 124 + "author_account_age_days": 198 + }, + "https://github.com/basenc/Comfyui-EnvVarNode": { + "stars": 0, + "last_update": "2025-10-18 12:50:39", + "author_account_age_days": 3173 + }, + "https://github.com/basenc/Comfyui-Nodes-basenc": { + "stars": 0, + "last_update": "2025-11-17 13:58:45", + "author_account_age_days": 3173 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2557 + "author_account_age_days": 2632 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3686 + "author_account_age_days": 3760 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4731 + "author_account_age_days": 4805 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4108 + "author_account_age_days": 4182 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 594 + "author_account_age_days": 668 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 594 + "author_account_age_days": 668 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5454 + "author_account_age_days": 5528 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1508 + "author_account_age_days": 1582 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1508 + "author_account_age_days": 1582 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1508 + "author_account_age_days": 1582 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 598 + "author_account_age_days": 672 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 718 + "author_account_age_days": 792 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { - "stars": 1, + "stars": 3, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 757 + "author_account_age_days": 831 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4248 + "author_account_age_days": 4322 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { - "stars": 64, - "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3981 + "stars": 65, + "last_update": "2025-10-09 15:43:35", + "author_account_age_days": 4055 }, "https://github.com/bmgjet/comfyui-powerlimit": { "stars": 0, "last_update": "2025-08-30 03:13:17", - "author_account_age_days": 2316 + "author_account_age_days": 2390 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { - "stars": 6, + "stars": 7, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 2013 + "author_account_age_days": 2088 }, "https://github.com/borisfaley/ComfyUI-ACES-EXR-OCIO": { - "stars": 1, + "stars": 2, "last_update": "2025-08-24 05:31:47", - "author_account_age_days": 4078 + "author_account_age_days": 4153 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1533 + "author_account_age_days": 1607 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, - "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1533 + "last_update": "2025-11-24 17:53:38", + "author_account_age_days": 1607 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4189 + "author_account_age_days": 4264 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, - "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1213 + "last_update": "2025-10-16 18:00:30", + "author_account_age_days": 1287 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4956 + "author_account_age_days": 5031 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4956 + "author_account_age_days": 5031 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3553 + "author_account_age_days": 3627 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, - "last_update": "2025-09-10 21:59:36", - "author_account_age_days": 548 - }, - "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { - "stars": 16, - "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4959 + "last_update": "2025-11-18 13:57:19", + "author_account_age_days": 622 }, "https://github.com/casterpollux/ComfyUI-USO": { "stars": 5, "last_update": "2025-09-01 16:08:39", - "author_account_age_days": 118 - }, - "https://github.com/casterpollux/MiniMax-bmo": { - "stars": 49, - "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 118 + "author_account_age_days": 192 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 975 + "author_account_age_days": 1050 + }, + "https://github.com/cedarconnor/ComfyUI-HunyuanWorld-Mirror": { + "stars": 17, + "last_update": "2025-11-21 06:21:42", + "author_account_age_days": 4814 + }, + "https://github.com/cedarconnor/ComfyUI_MotionTransfer": { + "stars": 3, + "last_update": "2025-11-05 04:48:19", + "author_account_age_days": 4814 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 674 + "author_account_age_days": 748 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-08-13 11:30:35", - "author_account_age_days": 127 + "author_account_age_days": 202 }, - "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 130, - "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5278 + "https://github.com/cgf120/comfyui-flowx-preprocess": { + "stars": 0, + "last_update": "2025-10-15 13:51:55", + "author_account_age_days": 3427 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5278 + "author_account_age_days": 5352 }, - "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": 4859 - }, - "https://github.com/chenbaiyujason/ComfyUI_StepFun": { - "stars": 7, - "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2179 + "last_update": "2025-09-25 21:27:15", + "author_account_age_days": 3551 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1151, + "stars": 1192, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3221 + "author_account_age_days": 3295 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 2, "last_update": "2025-08-18 13:04:22", - "author_account_age_days": 731 + "author_account_age_days": 805 + }, + "https://github.com/ches2010/comfyui_aliyundrive_uploader": { + "stars": 1, + "last_update": "2025-09-16 03:10:47", + "author_account_age_days": 2688 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 837 + "author_account_age_days": 911 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3563 + "author_account_age_days": 3637 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1793 + "author_account_age_days": 1867 }, "https://github.com/christian-byrne/python-interpreter-node": { - "stars": 66, + "stars": 71, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1793 + "author_account_age_days": 1867 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2810 + "author_account_age_days": 2884 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2073 + "author_account_age_days": 2148 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4643 + "author_account_age_days": 4717 }, "https://github.com/clcimir/FileTo64": { "stars": 0, "last_update": "2025-08-23 21:26:35", - "author_account_age_days": 1615 + "author_account_age_days": 1689 + }, + "https://github.com/clubmate/comfyui-boll-nodes": { + "stars": 0, + "last_update": "2025-10-02 23:27:02", + "author_account_age_days": 2447 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 88170, - "last_update": "2025-09-11 19:17:42", - "author_account_age_days": 993 + "stars": 94423, + "last_update": "2025-11-25 00:45:58", + "author_account_age_days": 1067 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 416, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 993 + "author_account_age_days": 1067 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 467 + "author_account_age_days": 541 }, "https://github.com/comfyscript/ComfyUI-CloudClient": { "stars": 0, "last_update": "2025-09-11 13:41:35", - "author_account_age_days": 18 + "author_account_age_days": 92 + }, + "https://github.com/comfyui-wiki/ComfyUI-SelectionFocus": { + "stars": 12, + "last_update": "2025-10-13 11:18:23", + "author_account_age_days": 337 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 335 + "author_account_age_days": 409 + }, + "https://github.com/content-and-code/ComfyUI-SimpleCSVParse": { + "stars": 0, + "last_update": "2025-10-21 18:26:41", + "author_account_age_days": 5378 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2260 + "author_account_age_days": 2334 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 321 + "author_account_age_days": 396 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2246 + "author_account_age_days": 2320 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 266, + "stars": 269, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5455 - }, - "https://github.com/cyberhirsch/seb_nodes": { - "stars": 1, - "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2311 + "author_account_age_days": 5529 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2403 + "author_account_age_days": 2477 + }, + "https://github.com/dcduanchao/comfyui_video_http": { + "stars": 0, + "last_update": "2025-09-22 01:25:36", + "author_account_age_days": 2872 }, "https://github.com/dead-matrix/ComfyUI-RMBG-Custom": { "stars": 0, "last_update": "2025-08-28 23:20:59", - "author_account_age_days": 1921 + "author_account_age_days": 1995 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2432 + "author_account_age_days": 2506 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1056 + "author_account_age_days": 1131 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6419 + "author_account_age_days": 6493 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2354 + "author_account_age_days": 2428 + }, + "https://github.com/dibowei1980/Comfyui-QwenEditUtilsFromRapid": { + "stars": 0, + "last_update": "2025-11-01 10:54:28", + "author_account_age_days": 2393 }, "https://github.com/dihan/comfyui-random-kps": { - "stars": 3, + "stars": 4, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4741 + "author_account_age_days": 4815 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { - "stars": 61, - "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 572 + "stars": 67, + "last_update": "2025-11-04 13:54:57", + "author_account_age_days": 646 + }, + "https://github.com/dmitry-guskov/ComfyUI_light_image_ops": { + "stars": 0, + "last_update": "2025-09-15 12:09:41", + "author_account_age_days": 2408 + }, + "https://github.com/doc-packages/comfyui-doc-utils": { + "stars": 0, + "last_update": "2025-10-07 20:06:25", + "author_account_age_days": 998 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-09-04 20:07:00", - "author_account_age_days": 4511 + "author_account_age_days": 4585 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2767 + "author_account_age_days": 2841 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2983 + "author_account_age_days": 3057 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2691 + "author_account_age_days": 2765 + }, + "https://github.com/downlifted/ComfyUI_GroqPrompt": { + "stars": 0, + "last_update": "2025-10-04 12:07:17", + "author_account_age_days": 2765 }, "https://github.com/duckmartians/Duck_Nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-08-21 02:24:03", - "author_account_age_days": 491 + "author_account_age_days": 565 + }, + "https://github.com/eddiehavila/comfyui-nachoman": { + "stars": 0, + "last_update": "2025-11-25 02:01:52", + "author_account_age_days": 907 + }, + "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenImageWrapper": { + "stars": 11, + "last_update": "2025-11-17 10:18:57", + "author_account_age_days": 266 }, "https://github.com/edisonchan/ComfyUI-Sysinfo": { "stars": 0, "last_update": "2025-09-06 17:23:33", - "author_account_age_days": 4030 + "author_account_age_days": 4104 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { - "stars": 2, - "last_update": "2025-08-21 15:01:24", - "author_account_age_days": 293 + "stars": 3, + "last_update": "2025-09-30 01:58:51", + "author_account_age_days": 367 + }, + "https://github.com/egormly/ComfyUI-EG_Tools": { + "stars": 0, + "last_update": "2025-11-19 14:39:40", + "author_account_age_days": 1106 }, "https://github.com/eigenpunk/ComfyUI-audio": { - "stars": 90, + "stars": 94, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1369 + "author_account_age_days": 1444 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3216 + "author_account_age_days": 3290 }, "https://github.com/elfatherbrown/comfyui-realcugan-node": { "stars": 0, "last_update": "2025-08-29 05:32:29", - "author_account_age_days": 3967 + "author_account_age_days": 4041 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4629 + "author_account_age_days": 4703 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2918 + "author_account_age_days": 2992 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2918 + "author_account_age_days": 2992 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3914 + "author_account_age_days": 3988 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3039 + "author_account_age_days": 3113 }, "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": 441 + "author_account_age_days": 515 }, "https://github.com/ervinne13/ComfyUI-Metadata-Hub": { "stars": 0, "last_update": "2025-09-07 03:59:13", - "author_account_age_days": 4314 + "author_account_age_days": 4388 }, - "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { - "stars": 4, - "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3438 + "https://github.com/ethanfel/ComfyUI-Mamad8-QwenEdit-fix": { + "stars": 2, + "last_update": "2025-10-08 11:00:47", + "author_account_age_days": 3116 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1508 + "author_account_age_days": 1582 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4362 + "author_account_age_days": 4436 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1056 - }, - "https://github.com/facok/ComfyUI-FokToolset": { - "stars": 5, - "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 902 + "author_account_age_days": 1131 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 872 + "author_account_age_days": 946 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { - "stars": 0, + "stars": 1, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 872 + "author_account_age_days": 946 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1616 + "author_account_age_days": 1690 + }, + "https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced": { + "stars": 4, + "last_update": "2025-10-21 02:06:39", + "author_account_age_days": 1028 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3921 + "author_account_age_days": 3995 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2180 + "author_account_age_days": 2255 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 718 - }, - "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 138, - "last_update": "2025-09-11 11:29:04", - "author_account_age_days": 3091 + "author_account_age_days": 792 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2457 + "author_account_age_days": 2531 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4483 + "author_account_age_days": 4557 + }, + "https://github.com/franklydegenerate/ComfyUI-WAN-Resolution-Helper": { + "stars": 0, + "last_update": "2025-10-18 19:25:33", + "author_account_age_days": 714 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 721 + "author_account_age_days": 795 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 721 + "author_account_age_days": 795 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5172 + "author_account_age_days": 5246 + }, + "https://github.com/frost-byte/fbTools": { + "stars": 0, + "last_update": "2025-11-24 02:12:26", + "author_account_age_days": 5276 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 3022 + "author_account_age_days": 3096 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2140 + "author_account_age_days": 2214 + }, + "https://github.com/fuselayer/comfyui-libcom-image-composition": { + "stars": 0, + "last_update": "2025-11-11 20:15:21", + "author_account_age_days": 796 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 0, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1164 + "author_account_age_days": 1238 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3548 + "author_account_age_days": 3622 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 457 + "author_account_age_days": 531 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 109 + "author_account_age_days": 183 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 109 + "author_account_age_days": 183 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 109 + "author_account_age_days": 183 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4304 + "author_account_age_days": 4379 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1869 + "author_account_age_days": 1943 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4499 + "author_account_age_days": 4573 }, "https://github.com/gameltb/ComfyUI_stable_fast": { - "stars": 209, + "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4499 + "author_account_age_days": 4573 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4499 + "author_account_age_days": 4573 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4569 + "author_account_age_days": 4643 + }, + "https://github.com/gaonprime-labs/ComfyUI_Nordy": { + "stars": 0, + "last_update": "2025-10-30 09:53:32", + "author_account_age_days": 699 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { - "stars": 3, - "last_update": "2025-09-11 10:08:18", - "author_account_age_days": 3922 + "stars": 4, + "last_update": "2025-09-15 10:35:06", + "author_account_age_days": 3996 + }, + "https://github.com/garciaone/g_one_toolkit": { + "stars": 1, + "last_update": "2025-10-20 22:46:14", + "author_account_age_days": 2645 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2992 + "author_account_age_days": 3066 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3405 - }, - "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 21, - "last_update": "2025-08-23 01:06:12", - "author_account_age_days": 3486 + "author_account_age_days": 3479 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4347 + "author_account_age_days": 4421 }, "https://github.com/gitmylo/FlowNodes": { "stars": 12, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2752 + "author_account_age_days": 2826 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 262 + "author_account_age_days": 336 }, "https://github.com/gmammolo/comfyui-gmammolo": { "stars": 0, - "last_update": "2025-08-27 18:55:51", - "author_account_age_days": 4038 - }, - "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { - "stars": 14, - "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2739 + "last_update": "2025-10-18 12:25:29", + "author_account_age_days": 4112 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1828 + "author_account_age_days": 1902 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1888 + "author_account_age_days": 1962 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3735 + "author_account_age_days": 3809 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5539 + "author_account_age_days": 5613 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 4, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5539 + "author_account_age_days": 5613 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 678 + "author_account_age_days": 752 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5208 + "author_account_age_days": 5283 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { - "stars": 24, - "last_update": "2025-08-20 05:15:03", - "author_account_age_days": 748 + "stars": 25, + "last_update": "2025-11-24 09:13:03", + "author_account_age_days": 822 }, "https://github.com/grokuku/ComfyUI-Holaf": { - "stars": 1, - "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2901 + "stars": 2, + "last_update": "2025-11-21 22:17:32", + "author_account_age_days": 2975 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 5, - "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2901 + "last_update": "2025-11-24 15:15:15", + "author_account_age_days": 2975 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2584 + "author_account_age_days": 2658 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3422 + "author_account_age_days": 3496 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, - "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 745 + "last_update": "2025-10-16 11:25:05", + "author_account_age_days": 819 }, "https://github.com/hay86/ComfyUI_AceNodes": { - "stars": 68, + "stars": 90, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5111 + "author_account_age_days": 5185 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 19, "last_update": "2025-08-12 08:12:34", - "author_account_age_days": 2381 + "author_account_age_days": 2456 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 792 + "author_account_age_days": 866 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { - "stars": 5, + "stars": 6, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1688 + "author_account_age_days": 1762 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1688 + "author_account_age_days": 1762 + }, + "https://github.com/henjicc/ComfyUI-CC-ImageLoader": { + "stars": 1, + "last_update": "2025-10-17 16:38:49", + "author_account_age_days": 1644 + }, + "https://github.com/hhelloe/ComfyuiQuantizerToFp8": { + "stars": 0, + "last_update": "2025-11-11 12:52:05", + "author_account_age_days": 693 + }, + "https://github.com/hhelloe/comfyuiWeightOnlyQuant": { + "stars": 0, + "last_update": "2025-11-14 01:38:51", + "author_account_age_days": 693 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1788 + "author_account_age_days": 1862 + }, + "https://github.com/hndrr/Comfyui-SceneDetect": { + "stars": 1, + "last_update": "2025-10-25 16:15:10", + "author_account_age_days": 2319 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 999 + "author_account_age_days": 1073 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5488 + "author_account_age_days": 5562 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 421 + "author_account_age_days": 495 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2670 + "author_account_age_days": 2744 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3964 + "author_account_age_days": 4038 + }, + "https://github.com/huhu-tiger/ComfyUI-RemoteDownload": { + "stars": 0, + "last_update": "2025-11-19 08:43:45", + "author_account_age_days": 1786 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2899 + "author_account_age_days": 2973 + }, + "https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus": { + "stars": 0, + "last_update": "2025-11-04 14:40:14", + "author_account_age_days": 1295 }, "https://github.com/hujuying/comfyui_gemini_banana_api": { "stars": 0, "last_update": "2025-09-09 14:19:12", - "author_account_age_days": 1221 + "author_account_age_days": 1295 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 849 + "author_account_age_days": 923 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3280 + "author_account_age_days": 3354 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 172 + "author_account_age_days": 247 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { - "stars": 14, + "stars": 15, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 172 + "author_account_age_days": 247 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 172 + "author_account_age_days": 247 + }, + "https://github.com/husw725/comfyui_alta_nodes": { + "stars": 0, + "last_update": "2025-11-11 02:49:55", + "author_account_age_days": 4688 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2205 + "author_account_age_days": 2279 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2205 + "author_account_age_days": 2279 }, "https://github.com/hylarucoder/comfyui-copilot": { - "stars": 26, + "stars": 27, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4357 - }, - "https://github.com/iacoposk8/xor_pickle_nodes": { - "stars": 1, - "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4598 + "author_account_age_days": 4432 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, "last_update": "2025-08-15 03:07:11", - "author_account_age_days": 5637 + "author_account_age_days": 5712 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3306 + "author_account_age_days": 3381 + }, + "https://github.com/ifilipis/ComfyUI-Auto-Prompt-Engineer": { + "stars": 0, + "last_update": "2025-10-31 12:05:21", + "author_account_age_days": 2708 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1317 + "author_account_age_days": 1392 + }, + "https://github.com/ilslli/Comfyui-IV2Z": { + "stars": 0, + "last_update": "2025-11-18 02:20:44", + "author_account_age_days": 872 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 713 + "author_account_age_days": 787 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1083 + "author_account_age_days": 1157 }, - "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { - "stars": 14, - "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4922 + "https://github.com/isurulkh/ComfyUI-Lovis-Node": { + "stars": 0, + "last_update": "2025-10-07 20:15:00", + "author_account_age_days": 1225 + }, + "https://github.com/jKaarlehto/ComfyUI-GetWorkflowName": { + "stars": 1, + "last_update": "2025-11-17 12:13:27", + "author_account_age_days": 2112 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 66, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 1021 + "author_account_age_days": 1095 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5294 + "author_account_age_days": 5368 }, "https://github.com/jerryname2022/ComfyUI-MegaTTS3": { - "stars": 0, + "stars": 1, "last_update": "2025-09-03 02:07:31", - "author_account_age_days": 3723 + "author_account_age_days": 3798 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-08-30 11:27:03", - "author_account_age_days": 3723 + "author_account_age_days": 3798 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 900 + "author_account_age_days": 974 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 400 + "author_account_age_days": 474 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2657 + "author_account_age_days": 2731 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { - "stars": 228, + "stars": 227, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 465 + "author_account_age_days": 539 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5392 + "author_account_age_days": 5466 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-08-12 01:06:56", - "author_account_age_days": 2509 + "author_account_age_days": 2584 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4428 + "author_account_age_days": 4503 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3513 + "author_account_age_days": 3587 + }, + "https://github.com/jonstreeter/comfyui-archive-output": { + "stars": 7, + "last_update": "2025-11-09 18:30:16", + "author_account_age_days": 1121 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2870 + "author_account_age_days": 2944 + }, + "https://github.com/jorin91/ComfyUI-JSG-Utils": { + "stars": 0, + "last_update": "2025-11-23 21:34:47", + "author_account_age_days": 1159 + }, + "https://github.com/jpwgad/jpwgad-comfy": { + "stars": 0, + "last_update": "2025-10-15 13:21:14", + "author_account_age_days": 4652 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3984 + "author_account_age_days": 4058 }, "https://github.com/jtrue/ComfyUI-MaskTools": { "stars": 0, "last_update": "2025-08-24 14:39:23", - "author_account_age_days": 4374 + "author_account_age_days": 4448 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 302, + "stars": 305, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 946 + "author_account_age_days": 1020 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { - "stars": 20, + "stars": 22, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5197 + "author_account_age_days": 5271 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 217, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5197 + "author_account_age_days": 5271 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { - "stars": 10, + "stars": 14, "last_update": "2025-08-26 01:23:49", - "author_account_age_days": 5197 + "author_account_age_days": 5271 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 579 + "author_account_age_days": 653 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2774 + "author_account_age_days": 2848 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, - "last_update": "2025-08-23 04:41:17", - "author_account_age_days": 5917 - }, - "https://github.com/kappa54m/ComfyUI_Usability": { - "stars": 0, - "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1955 + "last_update": "2025-11-14 00:53:11", + "author_account_age_days": 5991 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 640 + "author_account_age_days": 714 + }, + "https://github.com/kaski23/Kaskis_Comfy_Nodes": { + "stars": 0, + "last_update": "2025-11-11 19:03:25", + "author_account_age_days": 283 + }, + "https://github.com/kesslerdev/kesslerdev_comfyui_nodes": { + "stars": 0, + "last_update": "2025-10-10 11:31:54", + "author_account_age_days": 4853 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 5, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2577 + "author_account_age_days": 2651 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 86, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { - "stars": 63, + "stars": 64, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { - "stars": 1528, + "stars": 1592, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 856, + "stars": 903, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2530, + "stars": 2558, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-MMAudio": { - "stars": 420, - "last_update": "2025-09-09 15:46:10", - "author_account_age_days": 2627 + "stars": 474, + "last_update": "2025-09-13 07:45:10", + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 789, + "stars": 799, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-VEnhancer": { - "stars": 72, + "stars": 71, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 159, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2627 + "author_account_age_days": 2701 }, - "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 18, - "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 301 + "https://github.com/kijai/ComfyUI-WanAnimatePreprocess": { + "stars": 325, + "last_update": "2025-10-06 07:58:17", + "author_account_age_days": 2701 }, "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": 301 - }, - "https://github.com/kk8bit/KayTool": { - "stars": 212, - "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 801 + "author_account_age_days": 375 }, "https://github.com/kongds1999/ComfyUI_was_image": { - "stars": 1, - "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1142 + "stars": 2, + "last_update": "2025-11-10 06:26:57", + "author_account_age_days": 1216 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { - "stars": 1, + "stars": 2, "last_update": "2025-09-11 07:45:57", - "author_account_age_days": 1709 + "author_account_age_days": 1783 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1632 + "author_account_age_days": 1706 }, "https://github.com/kuailefengnan2024/Comfyui_Layer": { "stars": 0, "last_update": "2025-09-05 12:19:50", - "author_account_age_days": 404 + "author_account_age_days": 478 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1826 + "author_account_age_days": 1900 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4991 + "author_account_age_days": 5065 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4991 + "author_account_age_days": 5065 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1385 + "author_account_age_days": 1459 }, "https://github.com/kylegrover/comfyui-python-cowboy": { - "stars": 1, + "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3096 + "author_account_age_days": 3171 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1220 + "author_account_age_days": 1294 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3275 + "author_account_age_days": 3349 + }, + "https://github.com/laobaishu1/ComfyUI-JSON-Upload-Iterator": { + "stars": 0, + "last_update": "2025-11-02 09:10:52", + "author_account_age_days": 269 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 5000 + "author_account_age_days": 5074 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { - "stars": 0, - "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2196 + "stars": 2, + "last_update": "2025-11-11 02:42:22", + "author_account_age_days": 2270 }, "https://github.com/lcolok/ComfyUI-MagicAI": { - "stars": 7, - "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2858 + "stars": 8, + "last_update": "2025-10-30 07:20:48", + "author_account_age_days": 2932 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 90, + "stars": 91, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1817 + "author_account_age_days": 1891 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3238 + "author_account_age_days": 3313 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { - "stars": 25, + "stars": 27, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4519 + "author_account_age_days": 4594 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 797 + "author_account_age_days": 871 + }, + "https://github.com/lfelipegg/lfgg_custom_nodes": { + "stars": 0, + "last_update": "2025-09-21 03:17:11", + "author_account_age_days": 1329 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { - "stars": 4, + "stars": 6, "last_update": "2025-08-29 22:58:09", - "author_account_age_days": 1910 + "author_account_age_days": 1984 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2134 + "author_account_age_days": 2208 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4811 + "author_account_age_days": 4885 + }, + "https://github.com/light-and-ray/Minimalistic-Comfy-Wrapper-WebUI": { + "stars": 59, + "last_update": "2025-11-25 01:26:42", + "author_account_age_days": 2938 + }, + "https://github.com/lihaoyun6/ComfyUI-lhyNodes": { + "stars": 12, + "last_update": "2025-11-21 15:35:12", + "author_account_age_days": 3629 }, "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": 1122 + "author_account_age_days": 1196 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5106 + "author_account_age_days": 5180 + }, + "https://github.com/liusida/ComfyUI-Notebook": { + "stars": 21, + "last_update": "2025-11-23 12:00:38", + "author_account_age_days": 3726 }, "https://github.com/locphan201/ComfyUI-Alter-Nodes": { "stars": 0, "last_update": "2025-08-22 04:36:41", - "author_account_age_days": 1697 + "author_account_age_days": 1771 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1697 - }, - "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1379, - "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 566 + "author_account_age_days": 1771 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 489, + "stars": 495, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 566 + "author_account_age_days": 641 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 566 + "author_account_age_days": 641 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4609 + "author_account_age_days": 4683 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1963 + "author_account_age_days": 2037 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 997 + "author_account_age_days": 1071 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { - "stars": 0, + "stars": 1, "last_update": "2025-09-03 04:37:20", - "author_account_age_days": 1496 + "author_account_age_days": 1570 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { - "stars": 6, + "stars": 7, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4107 + "author_account_age_days": 4181 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { - "stars": 243, + "stars": 248, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 906 + "author_account_age_days": 981 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { - "stars": 34, + "stars": 42, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 906 + "author_account_age_days": 981 }, - "https://github.com/lu64k/SK-Nodes": { - "stars": 0, - "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 835 + "https://github.com/lu64k/ks_nodes": { + "stars": 1, + "last_update": "2025-10-11 03:14:04", + "author_account_age_days": 910 }, "https://github.com/lucafoscili/lf-nodes": { - "stars": 18, - "last_update": "2025-09-11 22:22:42", - "author_account_age_days": 2479 - }, - "https://github.com/lum3on/comfyui_LLM_Polymath": { - "stars": 66, - "last_update": "2025-08-27 23:22:27", - "author_account_age_days": 219 + "stars": 22, + "last_update": "2025-11-22 06:26:23", + "author_account_age_days": 2553 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 219 + "author_account_age_days": 293 + }, + "https://github.com/lyra-ai/lyra-nodes": { + "stars": 0, + "last_update": "2025-11-07 15:35:04", + "author_account_age_days": 3923 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 493 + "author_account_age_days": 567 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1978 + "author_account_age_days": 2052 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3107 + "author_account_age_days": 3182 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3514 + "author_account_age_days": 3588 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 882 + "author_account_age_days": 956 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2250 + "author_account_age_days": 2324 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 953 + "author_account_age_days": 1027 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1196 + "author_account_age_days": 1270 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1196 + "author_account_age_days": 1270 }, "https://github.com/maoper11/comfyui_inteliweb_nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-09-10 05:51:38", - "author_account_age_days": 2898 + "author_account_age_days": 2973 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2227 + "author_account_age_days": 2301 }, - "https://github.com/marduk191/comfyui-marnodes": { - "stars": 3, - "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4859 + "https://github.com/marduk191/comfyui_cmdtls": { + "stars": 0, + "last_update": "2025-11-15 07:01:57", + "author_account_age_days": 4933 + }, + "https://github.com/martinken/ComfyUI-KMNodes": { + "stars": 0, + "last_update": "2025-11-21 15:25:11", + "author_account_age_days": 4233 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { - "stars": 4, + "stars": 7, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2700 + "author_account_age_days": 2774 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3980 + "author_account_age_days": 4054 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4522 + "author_account_age_days": 4597 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4522 + "author_account_age_days": 4596 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4461 + "author_account_age_days": 4535 + }, + "https://github.com/max-dingsda/ComfyUI-PromptLoop": { + "stars": 0, + "last_update": "2025-11-20 12:25:44", + "author_account_age_days": 210 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 803 + "author_account_age_days": 877 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4190 + "author_account_age_days": 4264 + }, + "https://github.com/mertgoksel/ComfyUI-Noot-Nodes": { + "stars": 0, + "last_update": "2025-11-23 19:28:41", + "author_account_age_days": 2323 }, "https://github.com/miabrahams/ComfyUI-WebAutomation": { "stars": 0, - "last_update": "2025-08-22 06:03:56", - "author_account_age_days": 3863 + "last_update": "2025-11-23 01:29:46", + "author_account_age_days": 3937 }, "https://github.com/mico-world/comfyui_mico_node": { "stars": 0, "last_update": "2025-08-18 09:04:07", - "author_account_age_days": 316 - }, - "https://github.com/mikebilly/Transparent-background-comfyUI": { - "stars": 2, - "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 3008 + "author_account_age_days": 390 }, "https://github.com/mikeymcfish/FishTools": { - "stars": 27, + "stars": 28, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3847 + "author_account_age_days": 3922 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2846 + "author_account_age_days": 2920 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1625 + "author_account_age_days": 1699 + }, + "https://github.com/minujeong/comfyui-oklch-color-picker": { + "stars": 1, + "last_update": "2025-10-31 21:49:13", + "author_account_age_days": 4562 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 1010 + "author_account_age_days": 1084 + }, + "https://github.com/mittimi/ComfyUI_mittimiLoadPresetLite": { + "stars": 0, + "last_update": "2025-11-14 12:54:39", + "author_account_age_days": 4528 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 830 + "author_account_age_days": 904 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1937 + "author_account_age_days": 2011 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2864 + "author_account_age_days": 2938 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4341 + "author_account_age_days": 4415 }, "https://github.com/moonwhaler/comfyui-moonpack": { - "stars": 1, - "last_update": "2025-08-16 12:10:05", - "author_account_age_days": 4868 + "stars": 8, + "last_update": "2025-10-10 09:53:05", + "author_account_age_days": 4942 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2486 + "author_account_age_days": 2560 }, "https://github.com/mrCodinghero/ComfyUI-Codinghero": { "stars": 0, - "last_update": "2025-08-27 21:59:46", - "author_account_age_days": 527 + "last_update": "2025-11-24 04:18:30", + "author_account_age_days": 601 + }, + "https://github.com/muriellee1x/ComfyUI-Logic-Switch": { + "stars": 3, + "last_update": "2025-11-11 09:15:55", + "author_account_age_days": 2207 + }, + "https://github.com/muriellee1x/ComfyUI-switch-angles": { + "stars": 2, + "last_update": "2025-11-06 09:29:04", + "author_account_age_days": 2207 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 52, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3303 + "author_account_age_days": 3377 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1742 + "author_account_age_days": 1817 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1742 + "author_account_age_days": 1817 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3135 + "author_account_age_days": 3209 }, "https://github.com/nadushu/comfyui-handy-nodes": { "stars": 0, "last_update": "2025-08-24 14:38:32", - "author_account_age_days": 1790 + "author_account_age_days": 1864 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3437 + "author_account_age_days": 3512 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3437 + "author_account_age_days": 3512 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3437 + "author_account_age_days": 3512 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2323 + "author_account_age_days": 2397 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2323 + "author_account_age_days": 2397 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4224 + "author_account_age_days": 4298 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4326 + "author_account_age_days": 4400 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4326 + "author_account_age_days": 4400 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4326 + "author_account_age_days": 4400 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4326 + "author_account_age_days": 4400 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1463 + "author_account_age_days": 1537 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1463 + "author_account_age_days": 1537 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1463 + "author_account_age_days": 1537 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1463 + "author_account_age_days": 1537 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3881 + "author_account_age_days": 3955 + }, + "https://github.com/newraina/comfyui-photoshop-v2": { + "stars": 2, + "last_update": "2025-11-17 09:00:20", + "author_account_age_days": 3955 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 2, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5312 + "author_account_age_days": 5386 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4993 - }, - "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 22, - "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 604 + "author_account_age_days": 5067 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, - "last_update": "2025-09-09 16:39:18", - "author_account_age_days": 1731 + "last_update": "2025-11-22 16:39:28", + "author_account_age_days": 1805 + }, + "https://github.com/nobinBB/comfyui-samenodes": { + "stars": 0, + "last_update": "2025-11-17 23:06:42", + "author_account_age_days": 307 + }, + "https://github.com/nohikomiso/ComfyUI-ImageFolderPicker": { + "stars": 0, + "last_update": "2025-11-16 09:06:23", + "author_account_age_days": 3300 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, - "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4783 + "last_update": "2025-11-12 17:14:45", + "author_account_age_days": 4857 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4474 + "author_account_age_days": 4548 }, "https://github.com/numq/comfyui-camera-capture-node": { "stars": 0, "last_update": "2025-09-10 00:47:28", - "author_account_age_days": 2500 + "author_account_age_days": 2574 + }, + "https://github.com/obisin/ComfyUI-FSampler": { + "stars": 117, + "last_update": "2025-11-13 10:05:56", + "author_account_age_days": 1533 + }, + "https://github.com/octapus8085/OpenAI-comfyui-O": { + "stars": 0, + "last_update": "2025-10-12 21:40:00", + "author_account_age_days": 3180 }, "https://github.com/odedgranot/comfyui-ffmpeg-node": { - "stars": 0, + "stars": 1, "last_update": "2025-08-25 09:17:44", - "author_account_age_days": 1967 + "author_account_age_days": 2041 }, "https://github.com/odedgranot/comfyui_video_save_node": { "stars": 0, "last_update": "2025-08-20 12:47:09", - "author_account_age_days": 1967 + "author_account_age_days": 2041 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 1026 + "author_account_age_days": 1100 + }, + "https://github.com/orion4d/Orion4D_MasterPrompt": { + "stars": 7, + "last_update": "2025-09-20 13:01:51", + "author_account_age_days": 1100 + }, + "https://github.com/orpheus-gaze/comfyui-sundryutils": { + "stars": 0, + "last_update": "2025-09-19 10:53:25", + "author_account_age_days": 67 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1554 + "author_account_age_days": 1628 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2177 + "author_account_age_days": 2251 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4556 + "author_account_age_days": 4630 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4556 - }, - "https://github.com/oyvindg/ComfyUI-TrollSuite": { - "stars": 4, - "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2774 + "author_account_age_days": 4630 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1286 + "author_account_age_days": 1360 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2059 + "author_account_age_days": 2133 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, - "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 123 + "last_update": "2025-10-22 16:27:05", + "author_account_age_days": 197 }, - "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 218, - "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2575 + "https://github.com/pacchikAI/comfyui_pacchik_window": { + "stars": 8, + "last_update": "2025-10-22 16:20:20", + "author_account_age_days": 197 + }, + "https://github.com/panchovial-max/ComfyUI-ListHelper": { + "stars": 0, + "last_update": "2025-10-01 01:58:14", + "author_account_age_days": 115 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1956 + "author_account_age_days": 2031 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 2005 + "author_account_age_days": 2079 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5568 + "author_account_age_days": 5642 + }, + "https://github.com/pfpb/comfyui-badnodes": { + "stars": 0, + "last_update": "2025-10-07 22:44:03", + "author_account_age_days": 48 }, "https://github.com/pft-ChenKu/ComfyUI_system-dev": { "stars": 0, - "last_update": "2025-09-10 07:25:44", - "author_account_age_days": 177 + "last_update": "2025-09-30 08:44:21", + "author_account_age_days": 251 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4332 + "author_account_age_days": 4406 }, "https://github.com/pickles/ComfyUI-PyPromptGenerator": { "stars": 0, - "last_update": "2025-08-30 05:03:19", - "author_account_age_days": 5706 + "last_update": "2025-10-05 17:58:12", + "author_account_age_days": 5780 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 120 + "author_account_age_days": 194 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { - "stars": 10, + "stars": 13, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 233 + "author_account_age_days": 307 }, "https://github.com/pixixai/ComfyUI_pixixTools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 246 + "author_account_age_days": 321 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 194 + "author_account_age_days": 268 + }, + "https://github.com/pizurny/ComfyUI-Just-DWPose": { + "stars": 1, + "last_update": "2025-10-12 13:11:50", + "author_account_age_days": 1199 + }, + "https://github.com/pizurny/Comfyui-FeedbackSampler": { + "stars": 20, + "last_update": "2025-11-20 21:08:22", + "author_account_age_days": 1199 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 2, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 508 + "author_account_age_days": 582 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1681 + "author_account_age_days": 1755 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4699 + "author_account_age_days": 4774 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3175 + "author_account_age_days": 3249 }, "https://github.com/prabinpebam/anyPython": { - "stars": 17, + "stars": 18, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4687 + "author_account_age_days": 4761 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { - "stars": 61, + "stars": 62, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1474 + "author_account_age_days": 1548 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 4, "last_update": "2025-08-27 20:02:50", - "author_account_age_days": 3755 + "author_account_age_days": 3829 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4432 + "author_account_age_days": 4506 }, "https://github.com/punicfaith/ComfyUI-GoogleAIStudio": { "stars": 0, - "last_update": "2025-09-02 06:00:34", - "author_account_age_days": 3601 + "last_update": "2025-11-24 08:25:03", + "author_account_age_days": 3675 }, "https://github.com/pururin777/ComfyUI-Manual-Openpose": { "stars": 2, "last_update": "2025-09-01 07:28:15", - "author_account_age_days": 2591 + "author_account_age_days": 2665 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2543 + "author_account_age_days": 2617 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1473 + "author_account_age_days": 1547 + }, + "https://github.com/r-vage/ComfyUI_Eclipse": { + "stars": 5, + "last_update": "2025-11-25 02:42:10", + "author_account_age_days": 191 + }, + "https://github.com/rafacost/rafacost-comfy": { + "stars": 1, + "last_update": "2025-11-11 14:26:29", + "author_account_age_days": 4207 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, - "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 6022 - }, - "https://github.com/rakki194/ComfyUI_WolfSigmas": { - "stars": 5, - "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 222 + "last_update": "2025-10-19 13:49:07", + "author_account_age_days": 6097 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2503 + "author_account_age_days": 2577 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 650 + "author_account_age_days": 725 }, "https://github.com/redhottensors/ComfyUI-ODE": { - "stars": 52, + "stars": 53, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 583 + "author_account_age_days": 658 + }, + "https://github.com/remhesneb/comfyui-remote-media": { + "stars": 0, + "last_update": "2025-10-05 12:37:40", + "author_account_age_days": 4389 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2424 + "author_account_age_days": 2498 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 441 + "author_account_age_days": 515 + }, + "https://github.com/ric-yu/comfyui-datadog-monitor": { + "stars": 0, + "last_update": "2025-09-12 22:44:08", + "author_account_age_days": 187 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5277 + "author_account_age_days": 5351 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4648 + "author_account_age_days": 4722 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2795 + "author_account_age_days": 2869 }, "https://github.com/rishipandey125/ComfyUI-StyleFrame-Nodes": { "stars": 0, - "last_update": "2025-09-11 18:29:23", - "author_account_age_days": 2795 + "last_update": "2025-11-16 23:14:10", + "author_account_age_days": 2869 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, - "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1091 + "last_update": "2025-09-16 13:32:23", + "author_account_age_days": 1165 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1091 + "author_account_age_days": 1165 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1091 + "author_account_age_days": 1165 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2624 + "author_account_age_days": 2698 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-09-06 20:10:03", - "author_account_age_days": 5898 + "last_update": "2025-09-21 22:24:33", + "author_account_age_days": 5972 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 735 + "author_account_age_days": 809 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4226 + "author_account_age_days": 4300 + }, + "https://github.com/rookiestar28/ComfyUI_Text_Processor": { + "stars": 5, + "last_update": "2025-11-24 20:42:08", + "author_account_age_days": 732 + }, + "https://github.com/rossturk/comfyui-primitive-mesh": { + "stars": 0, + "last_update": "2025-10-20 06:19:20", + "author_account_age_days": 5033 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3620 + "author_account_age_days": 3695 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3930 + "author_account_age_days": 4004 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 349 + "author_account_age_days": 423 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4134 + "author_account_age_days": 4208 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4134 + "author_account_age_days": 4208 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4134 + "author_account_age_days": 4208 + }, + "https://github.com/rzasharp79/ComfyUI--SolarFlare": { + "stars": 0, + "last_update": "2025-10-16 13:57:02", + "author_account_age_days": 4133 + }, + "https://github.com/sahibalejandro/comfyui-sahib-nodes": { + "stars": 0, + "last_update": "2025-11-22 02:23:41", + "author_account_age_days": 5213 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5524 + "author_account_age_days": 5598 }, "https://github.com/saulchiu/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-27 05:20:07", - "author_account_age_days": 705 - }, - "https://github.com/sdfxai/SDFXBridgeForComfyUI": { - "stars": 12, - "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 679 + "author_account_age_days": 780 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4382 + "author_account_age_days": 4456 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 3, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2946 + "author_account_age_days": 3020 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3759 + "author_account_age_days": 3833 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3759 + "author_account_age_days": 3833 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3759 + "author_account_age_days": 3833 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3759 + "author_account_age_days": 3833 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3759 + "author_account_age_days": 3833 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 757 + "author_account_age_days": 831 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, - "last_update": "2025-09-10 15:11:35", - "author_account_age_days": 757 + "last_update": "2025-10-16 09:22:23", + "author_account_age_days": 831 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4406 + "author_account_age_days": 4480 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4562 + "author_account_age_days": 4636 + }, + "https://github.com/sickbraintwo/WextraX": { + "stars": 0, + "last_update": "2025-11-14 04:32:12", + "author_account_age_days": 62 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { - "stars": 2, - "last_update": "2025-09-11 10:06:18", - "author_account_age_days": 2587 + "stars": 3, + "last_update": "2025-11-17 10:10:25", + "author_account_age_days": 2661 + }, + "https://github.com/silveroxides/ComfyUI_CondsUtils": { + "stars": 5, + "last_update": "2025-10-21 08:37:47", + "author_account_age_days": 2020 + }, + "https://github.com/silveroxides/ComfyUI_LoHalo": { + "stars": 1, + "last_update": "2025-11-22 03:35:15", + "author_account_age_days": 2020 + }, + "https://github.com/silveroxides/ComfyUI_LogicMath": { + "stars": 0, + "last_update": "2025-11-03 04:18:17", + "author_account_age_days": 2020 + }, + "https://github.com/silveroxides/ComfyUI_PromptAttention": { + "stars": 1, + "last_update": "2025-11-14 19:22:01", + "author_account_age_days": 2020 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { - "stars": 2, - "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1945 + "stars": 5, + "last_update": "2025-10-21 08:37:47", + "author_account_age_days": 2020 + }, + "https://github.com/silveroxides/ComfyUI_SamplingUtils": { + "stars": 1, + "last_update": "2025-11-22 16:04:31", + "author_account_age_days": 2020 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2979 + "author_account_age_days": 3053 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 55 + "author_account_age_days": 129 + }, + "https://github.com/sk-palani/ComfyUI_Simpler": { + "stars": 0, + "last_update": "2025-10-04 21:14:01", + "author_account_age_days": 1585 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, - "last_update": "2025-08-03 18:27:23", - "author_account_age_days": 5549 + "last_update": "2025-10-15 12:43:29", + "author_account_age_days": 5624 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 7, - "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 798 - }, - "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 57, - "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 798 + "last_update": "2025-11-01 00:33:02", + "author_account_age_days": 873 }, "https://github.com/sofakid/dandy": { - "stars": 52, + "stars": 53, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4497 + "author_account_age_days": 4572 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1690 + "author_account_age_days": 1764 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 167 + "author_account_age_days": 241 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1927 + "author_account_age_days": 2001 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1927 + "author_account_age_days": 2001 }, "https://github.com/spawner1145/comfyui-spawner-schedulers": { - "stars": 6, + "stars": 7, "last_update": "2025-09-06 13:59:29", - "author_account_age_days": 382 + "author_account_age_days": 456 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 1, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4105 + "author_account_age_days": 4179 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, - "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 100 + "last_update": "2025-10-21 20:07:21", + "author_account_age_days": 174 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5031 + "author_account_age_days": 5105 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2980 + "author_account_age_days": 3054 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, - "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2811 + "last_update": "2025-11-09 04:34:00", + "author_account_age_days": 2885 + }, + "https://github.com/starsFriday/ComfyUI-Audio-Subtitle": { + "stars": 0, + "last_update": "2025-11-24 09:28:05", + "author_account_age_days": 2757 }, "https://github.com/stavsap/ComfyUI-React-SDK": { - "stars": 13, + "stars": 14, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4528 + "author_account_age_days": 4602 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1298 + "author_account_age_days": 1372 }, "https://github.com/sthao42/comfyui-melodkeet-tts": { "stars": 0, "last_update": "2025-08-30 22:41:26", - "author_account_age_days": 4300 + "author_account_age_days": 4374 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 917 + "author_account_age_days": 991 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4282 + "author_account_age_days": 4356 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, - "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 67 + "last_update": "2025-11-17 11:54:44", + "author_account_age_days": 141 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1320 + "author_account_age_days": 1394 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 1, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1320 + "author_account_age_days": 1394 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1320 + "author_account_age_days": 1394 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4569 + "author_account_age_days": 4643 }, "https://github.com/synchronicity-labs/sync-comfyui": { - "stars": 2, - "last_update": "2025-09-11 16:36:40", - "author_account_age_days": 775 + "stars": 5, + "last_update": "2025-09-25 20:48:28", + "author_account_age_days": 849 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1673 + "author_account_age_days": 1747 + }, + "https://github.com/systemaiofinterest-wq/ComfyUI-GoogleFX": { + "stars": 0, + "last_update": "2025-10-06 00:36:33", + "author_account_age_days": 76 + }, + "https://github.com/takoyaki1118/ComfyUI-Kakimoji-Layer": { + "stars": 0, + "last_update": "2025-10-05 09:09:15", + "author_account_age_days": 2618 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-08-28 17:57:59", - "author_account_age_days": 2544 + "author_account_age_days": 2618 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, - "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 1000 + "last_update": "2025-10-10 09:14:27", + "author_account_age_days": 1074 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 862 + "author_account_age_days": 936 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 248 + "author_account_age_days": 322 }, "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": 248 + "author_account_age_days": 322 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 376 + "author_account_age_days": 450 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2704 + "author_account_age_days": 2778 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2632 + "author_account_age_days": 2707 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3076 + "author_account_age_days": 3150 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 614 + "author_account_age_days": 688 }, "https://github.com/tfernd/ComfyUI-AutoCPUOffload": { "stars": 1, "last_update": "2025-09-09 15:57:56", - "author_account_age_days": 2800 + "author_account_age_days": 2874 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1203 + "author_account_age_days": 1277 }, "https://github.com/tg-tjmitchell/comfyui-rsync-plugin": { "stars": 0, "last_update": "2025-08-22 18:31:15", - "author_account_age_days": 1203 + "author_account_age_days": 1277 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 3, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 382 + "author_account_age_days": 457 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 1019 + "author_account_age_days": 1093 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3310 + "author_account_age_days": 3385 + }, + "https://github.com/theshubzworld/ComfyUI-NvidiaVision": { + "stars": 0, + "last_update": "2025-10-20 18:06:19", + "author_account_age_days": 489 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1395 + "author_account_age_days": 1470 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4409 + "author_account_age_days": 4483 }, "https://github.com/threecrowco/ComfyUI-FlowMatchScheduler": { "stars": 0, "last_update": "2025-09-10 04:59:28", - "author_account_age_days": 2229 + "author_account_age_days": 2304 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 557 + "author_account_age_days": 631 }, "https://github.com/tnil25/ComfyUI-TJNodes": { - "stars": 0, - "last_update": "2025-08-21 21:38:31", - "author_account_age_days": 676 + "stars": 1, + "last_update": "2025-09-19 20:21:06", + "author_account_age_days": 751 }, "https://github.com/tom-doerr/dspy_nodes": { - "stars": 194, + "stars": 199, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3224 + "author_account_age_days": 3298 }, "https://github.com/tony-zn/comfyui-zn-pycode": { "stars": 0, "last_update": "2025-09-08 02:54:04", - "author_account_age_days": 3303 + "author_account_age_days": 3377 + }, + "https://github.com/tori29umai0123/ComfyUI-SDXLGenerateFromTextFile": { + "stars": 0, + "last_update": "2025-11-16 10:32:39", + "author_account_age_days": 1880 }, "https://github.com/tracerstar/comfyui-p5js-node": { - "stars": 38, + "stars": 39, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5643 + "author_account_age_days": 5717 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4689 + "author_account_age_days": 4763 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { - "stars": 4, - "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1120 + "stars": 5, + "last_update": "2025-09-19 21:22:49", + "author_account_age_days": 1194 }, "https://github.com/trashkollector/TKVideoZoom": { - "stars": 0, + "stars": 1, "last_update": "2025-09-05 16:26:54", - "author_account_age_days": 215 + "author_account_age_days": 289 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 200 + "author_account_age_days": 274 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3382 + "author_account_age_days": 3457 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5062 + "author_account_age_days": 5136 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, "last_update": "2025-08-15 08:27:44", - "author_account_age_days": 3989 + "author_account_age_days": 4064 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2266 + "author_account_age_days": 2341 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2267 + "author_account_age_days": 2341 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3342 + "author_account_age_days": 3416 + }, + "https://github.com/unphased/code-nodes": { + "stars": 3, + "last_update": "2025-11-18 22:33:43", + "author_account_age_days": 5001 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1981 + "author_account_age_days": 2055 }, - "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": 1981 + "last_update": "2025-05-21 12:44:01", + "author_account_age_days": 2055 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2858 + "author_account_age_days": 2932 }, - "https://github.com/vantagewithai/ComfyUI-HunyuanFoley": { - "stars": 2, - "last_update": "2025-09-06 03:49:23", - "author_account_age_days": 459 + "https://github.com/vadimcro/External-Image-Revised-with-MASK": { + "stars": 0, + "last_update": "2025-11-24 08:41:48", + "author_account_age_days": 3154 }, - "https://github.com/var1ableX/ComfyUI_Accessories": { - "stars": 1, - "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5208 + "https://github.com/vadimcro/string_by_index": { + "stars": 0, + "last_update": "2025-11-12 15:23:30", + "author_account_age_days": 3154 }, "https://github.com/vasilmitov/ComfyUI-SeedSnapShotManager": { "stars": 0, "last_update": "2025-09-04 23:50:37", - "author_account_age_days": 4318 - }, - "https://github.com/vchopine/ComfyUI_Toolbox": { - "stars": 2, - "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4035 + "author_account_age_days": 4392 }, "https://github.com/viik420/AdvancedModelDownloader": { - "stars": 0, + "stars": 1, "last_update": "2025-08-18 10:31:02", - "author_account_age_days": 2339 + "author_account_age_days": 2413 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, - "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 136 + "last_update": "2025-09-14 07:57:07", + "author_account_age_days": 211 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { - "stars": 5, + "stars": 6, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5484 + "author_account_age_days": 5558 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 174 + "author_account_age_days": 248 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2172 + "author_account_age_days": 2246 + }, + "https://github.com/vunguyen-oss/ComfyUI-ccsrv2": { + "stars": 0, + "last_update": "2025-10-01 11:18:59", + "author_account_age_days": 285 + }, + "https://github.com/wTechArtist/ComfyUI-VVL-Tools": { + "stars": 1, + "last_update": "2025-10-21 14:51:31", + "author_account_age_days": 1879 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1805 + "author_account_age_days": 1879 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1805 + "author_account_age_days": 1879 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1805 + "author_account_age_days": 1879 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3220 + "author_account_age_days": 3294 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3928 + "author_account_age_days": 4002 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2650 + "author_account_age_days": 2724 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, - "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2177 + "last_update": "2025-10-02 01:28:10", + "author_account_age_days": 2251 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, - "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2177 + "last_update": "2025-09-28 23:38:02", + "author_account_age_days": 2251 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4235 + "author_account_age_days": 4309 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { - "stars": 10, - "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 896 + "stars": 16, + "last_update": "2025-10-25 20:18:39", + "author_account_age_days": 970 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 7, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4677 + "author_account_age_days": 4751 + }, + "https://github.com/wildminder/ComfyUI-VoxCPM": { + "stars": 316, + "last_update": "2025-10-17 15:44:30", + "author_account_age_days": 4751 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 24, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5036 + "author_account_age_days": 5110 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1132 + "author_account_age_days": 1206 + }, + "https://github.com/woitec/ComfyUI_ImageDimensions": { + "stars": 0, + "last_update": "2025-10-26 19:13:31", + "author_account_age_days": 3385 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1057 + "author_account_age_days": 1131 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2918 + "author_account_age_days": 2992 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { - "stars": 2, + "stars": 3, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3827 + "author_account_age_days": 3901 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4702 + "author_account_age_days": 4776 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4702 + "author_account_age_days": 4776 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4702 + "author_account_age_days": 4776 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4461 + "author_account_age_days": 4535 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 895 - }, - "https://github.com/xl0/q_tools": { - "stars": 0, - "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5446 - }, - "https://github.com/xmarked-ai/ComfyUI_misc": { - "stars": 2, - "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 318 + "author_account_age_days": 970 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2145 + "author_account_age_days": 2220 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 1, "last_update": "2025-08-19 12:58:37", - "author_account_age_days": 770 + "author_account_age_days": 844 + }, + "https://github.com/xuchenxu168/ComfyUI-Gemini-3": { + "stars": 2, + "last_update": "2025-11-20 09:43:19", + "author_account_age_days": 351 + }, + "https://github.com/xuchenxu168/ComfyUI_Qwen3-VL": { + "stars": 11, + "last_update": "2025-11-15 16:46:04", + "author_account_age_days": 351 + }, + "https://github.com/xuchenxu168/Comfyui_Prompt_Edit": { + "stars": 27, + "last_update": "2025-11-11 09:42:32", + "author_account_age_days": 351 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, - "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3564 + "last_update": "2025-10-16 23:07:34", + "author_account_age_days": 3639 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4079 + "author_account_age_days": 4153 + }, + "https://github.com/yamanacn/ComfyUI-QwenVL3-image": { + "stars": 8, + "last_update": "2025-10-23 01:57:46", + "author_account_age_days": 1838 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1764 + "author_account_age_days": 1838 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1764 + "author_account_age_days": 1838 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, - "last_update": "2025-09-03 18:00:02", - "author_account_age_days": 4006 + "last_update": "2025-11-24 17:04:24", + "author_account_age_days": 4080 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 4006 - }, - "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 52, - "last_update": "2025-08-30 12:49:28", - "author_account_age_days": 3252 + "author_account_age_days": 4080 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 569 + "author_account_age_days": 643 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { - "stars": 5, - "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 569 + "stars": 13, + "last_update": "2025-11-17 15:12:07", + "author_account_age_days": 643 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 569 + "author_account_age_days": 643 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4074 + "author_account_age_days": 4149 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 395 + "author_account_age_days": 469 }, "https://github.com/yuvraj108c/ComfyUI-HYPIR": { "stars": 3, "last_update": "2025-08-18 06:04:36", - "author_account_age_days": 2597 + "author_account_age_days": 2671 }, "https://github.com/z604159435g/comfyui_random_prompt_plugin": { "stars": 0, "last_update": "2025-09-08 15:15:23", - "author_account_age_days": 312 + "author_account_age_days": 386 + }, + "https://github.com/zRich/ComfyUI-zRich-ObjectCutter": { + "stars": 0, + "last_update": "2025-11-07 03:49:30", + "author_account_age_days": 4764 + }, + "https://github.com/zRich/sam2_layer_node": { + "stars": 0, + "last_update": "2025-10-25 06:00:16", + "author_account_age_days": 4764 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2774 + "author_account_age_days": 2848 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { - "stars": 3, + "stars": 4, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2683 + "author_account_age_days": 2757 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { - "stars": 2, + "stars": 3, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2099 + "author_account_age_days": 2173 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 355, + "stars": 367, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3903 + "author_account_age_days": 3977 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, "last_update": "2025-09-10 08:24:29", - "author_account_age_days": 2697 + "author_account_age_days": 2771 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, - "last_update": "2025-09-06 07:30:03", - "author_account_age_days": 3601 + "last_update": "2025-09-27 06:02:15", + "author_account_age_days": 3675 + }, + "https://github.com/zhupeter010903/ComfyUI-prompt-library": { + "stars": 0, + "last_update": "2025-11-17 21:25:52", + "author_account_age_days": 2553 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3424 + "author_account_age_days": 3499 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 1025 + "author_account_age_days": 1099 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2427 + "author_account_age_days": 2501 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5973 + "author_account_age_days": 6047 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 1, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4068 + "author_account_age_days": 4142 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 164 + "author_account_age_days": 238 + }, + "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { + "stars": 0, + "last_update": "2025-11-17 17:49:31", + "author_account_age_days": 681 } } \ 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 3291fcce..ea6c69e1 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 2f5bb69f..d4ece2f5 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,690 @@ { "custom_nodes": [ + { + "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]", + "reference": "https://github.com/netroxin/comfyui_netro", + "files": [ + "https://github.com/netroxin/comfyui_netro" + ], + "install_type": "git-clone", + "description": "#Camera Movement Prompt Node for ComfyUI\nThis custom node script for ComfyUI generates descriptive camera movement prompts based on user-selected movement options for Wan2.2" + }, { "author": "aistudynow", "title": "comfyui-HunyuanImage-2.1 [REMOVED]", @@ -672,16 +1357,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 6f01866a..f1922356 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,701 +1,698 @@ { "custom_nodes": [ { - "author": "snicolast", - "title": "ComfyUI-IndexTTS2", - "reference": "https://github.com/snicolast/ComfyUI-IndexTTS2", + "author": "comrender", + "title": "ComfyUI-edge-match-checker", + "reference": "https://github.com/comrender/ComfyUI-edge-match-checker", "files": [ - "https://github.com/snicolast/ComfyUI-IndexTTS2" + "https://github.com/comrender/ComfyUI-edge-match-checker" ], "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", - "files": [ - "https://github.com/olafrv/comfyui_olafrv" - ], - "install_type": "git-clone", - "description": "NODES: ORvTextEncoderGoogleEmbeddingGemma3, ORvEmbeddingsHeatmap, ORvEmbeddingsSpectrogram, ORvStringConsoleDebug" + "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": "HM-RunningHub", - "title": "ComfyUI OneReward Node", - "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward", + "author": "lovisdotio", + "title": "ComfyUI-Replace-First-Frame-Last-Frame", + "reference": "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame", "files": [ - "https://github.com/HM-RunningHub/ComfyUI_RH_OneReward" + "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame" ], "install_type": "git-clone", - "description": "A custom node for ComfyUI that integrates OneReward model for high-quality image inpainting, outpainting, and object removal." + "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": "blurgyy", - "title": "CoMPaSS-ComfyUI", - "reference": "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI", + "author": "FuryNocturn", + "title": "ComfyUI-Dummy_Node_Pack", + "reference": "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack", "files": [ - "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI" + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack" ], "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": "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": "ru4ls", - "title": "ComfyUI_Wan", - "reference": "https://github.com/ru4ls/ComfyUI_Wan", + "author": "yukascomfy", + "title": "ATI_AudioReactive", + "reference": "https://github.com/yukascomfy/ATI_AudioReactive", "files": [ - "https://github.com/ru4ls/ComfyUI_Wan" + "https://github.com/yukascomfy/ATI_AudioReactive" ], "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": "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": "razvanmatei-sf", - "title": "ComfyUI Razv WaveSpeed Nodes", - "reference": "https://github.com/razvanmatei-sf/razv-wavespeed", + "author": "techzuhaib", + "title": "FaceCLIP-ComfyUI", + "reference": "https://github.com/techzuhaib/FaceCLIP-ComfyUI", "files": [ - "https://github.com/razvanmatei-sf/razv-wavespeed" + "https://github.com/techzuhaib/FaceCLIP-ComfyUI" ], "install_type": "git-clone", - "description": "Custom ComfyUI nodes for integrating WaveSpeed AI API for image and video generation." + "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": "teepunkt-esspunkt", - "title": "ComfyUI-SuiteTea", - "reference": "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea", + "author": "Windecay", + "title": "ComfyUI_Dynamic-RAMCache", + "reference": "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache", "files": [ - "https://github.com/teepunkt-esspunkt/ComfyUI-SuiteTea" + "https://github.com/Windecay/ComfyUI_Dynamic-RAMCache" ], "install_type": "git-clone", - "description": "NODES: 'Tea: Save & Reload Image', 'Tea: Load Image Checkpoints from path', ..." + "description": "A custom node for ComfyUI that dynamically manages RAM usage by intelligently controlling cache purging based on available system memory." }, { - "author": "Saganaki22", - "title": "Seedream4 Replicate", - "reference": "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate", + "author": "tuki0918", + "title": "comfyui-image-expand-nodes", + "reference": "https://github.com/tuki0918/comfyui-image-expand-nodes", "files": [ - "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate" + "https://github.com/tuki0918/comfyui-image-expand-nodes" ], "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": "Custom nodes for ComfyUI to expand images with noise for outpainting or inpainting purposes. This allows for seamless image extension in any direction." }, { - "author": "silveroxides", - "title": "ComfyUI Gemini Expanded API", - "reference": "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API", + "author": "tuki0918", + "title": "comfyui-image-tiled-nodes", + "reference": "https://github.com/tuki0918/comfyui-image-tiled-nodes", "files": [ - "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API" + "https://github.com/tuki0918/comfyui-image-tiled-nodes" ], "install_type": "git-clone", - "description": "Node for usage of Gemini API" + "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": "WASasquatch", - "title": "WAS Affine", - "reference": "https://github.com/WASasquatch/was_affine", + "author": "NeoDroleDeGueule", + "title": "NDDG_Great_Nodes", + "reference": "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes", "files": [ - "https://github.com/WASasquatch/was_affine" + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes" ], "install_type": "git-clone", - "description": "Apply AFFINE noise transforms to latent space to improve image quality, especially with light loras." + "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": "Enashka", - "title": "ComfyUI-nhknodes", - "reference": "https://github.com/Enashka/ComfyUI-nhknodes", + "author": "EnragedAntelope", + "title": "ComfyUI_EasyRegion", + "reference": "https://github.com/EnragedAntelope/ComfyUI_EasyRegion", "files": [ - "https://github.com/Enashka/ComfyUI-nhknodes" + "https://github.com/EnragedAntelope/ComfyUI_EasyRegion" ], "install_type": "git-clone", - "description": "ComfyUI custom nodes collection with workflow utilities, image processing, and AI integration" + "description": "Control different parts of your image with separate prompts using visual box drawing." }, { - "author": "phyblas", - "title": "nsfw-shorier_comfyui", - "reference": "https://github.com/phyblas/nsfw-shorier_comfyui", + "author": "aining2022", + "title": "ComfyUI_Swwan", + "reference": "https://github.com/aining2022/ComfyUI_Swwan", "files": [ - "https://github.com/phyblas/nsfw-shorier_comfyui" + "https://github.com/aining2022/ComfyUI_Swwan" ], "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": "Collection of image processing utility nodes for ComfyUI including intelligent cropping, aspect ratio scaling, and crop box restoration capabilities. (Description by CC)" }, { - "author": "garg-aayush", - "title": "ComfyUI-Svg2Raster", - "reference": "https://github.com/garg-aayush/ComfyUI-Svg2Raster", + "author": "brucew4yn3rp", + "title": "Vintage Effect", + "id": "VintageEffect", + "reference": "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect", "files": [ - "https://github.com/garg-aayush/ComfyUI-Svg2Raster" + "https://github.com/brucew4yn3rp/ComfyUI_VintageEffect" ], "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": "ComfyUI node that applies vintage/retro effects through JPG compression, color grading, film grain, vignette, and more to emulate more realistic photo aesthetics." }, { - "author": "AstrionX", - "title": "ComfyUI-Tensor-Prism-Node-Pack", - "reference": "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack", + "title": "Download Tools for ComfyUI", + "reference": "https://github.com/EricRollei/Download_Tools", "files": [ - "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack" + "https://github.com/EricRollei/Download_Tools" ], "install_type": "git-clone", - "description": "Advanced model merging and enhancement nodes for ComfyUI" - }, - { - "author": "razvanmatei-sf", - "title": "ComfyUI Razv LLM Node", - "reference": "https://github.com/razvanmatei-sf/razv-llm", - "files": [ - "https://github.com/razvanmatei-sf/razv-llm" - ], - "install_type": "git-clone", - "description": "Custom ComfyUI node for integrating Claude API with image and text capabilities." - }, - { - "author": "ru4ls", - "title": "ComfyUI_Nano_Banana", - "reference": "https://github.com/ru4ls/ComfyUI_Nano_Banana", - "files": [ - "https://github.com/ru4ls/ComfyUI_Nano_Banana" - ], - "install_type": "git-clone", - "description": "A set of custom nodes for ComfyUI that leverage the Gemini 2.5 Flash Image Preview API to generate images from text prompts, single images, and multiple images." - }, - { - "author": "orion4d", - "title": "Orion4D Pixel-Shift Nodes for ComfyUI", - "reference": "https://github.com/orion4d/Orion4D_pixelshift", - "files": [ - "https://github.com/orion4d/Orion4D_pixelshift" - ], - "install_type": "git-clone", - "description": "This custom node pack for ComfyUI provides an advanced image processing workflow to achieve high-quality upscales with an extended dynamic range (HDR), mimicking the flexibility of a camera's RAW file. Note: this node will not correct AI image hallucinations, ideally it is used in the last pass from a good quality image (2000/3000px with an X2 or X4 model)." - }, - { - "author": "Firetheft", - "title": "ComfyUI-Animate-Progress", - "reference": "https://github.com/Firetheft/ComfyUI-Animate-Progress", - "files": [ - "https://github.com/Firetheft/ComfyUI-Animate-Progress" - ], - "install_type": "git-clone", - "description": "A progress bar beautification plugin designed for ComfyUI. It replaces the monotonous default progress bar with a vibrant and dynamic experience, complete with an animated character and rich visual effects." - }, - { - "author": "sputnik57", - "title": "comfyui-prompt-logger", - "reference": "https://github.com/sputnik57/comfyui-prompt-logger", - "files": [ - "https://github.com/sputnik57/comfyui-prompt-logger" - ], - "install_type": "git-clone", - "description": "This custom node saves metadata when I explore images. It creates a sidecare json file beside the image file." - }, - { - "author": "brenzel", - "title": "comfyui-prompt-beautify", - "reference": "https://github.com/brenzel/comfyui-prompt-beautify", - "files": [ - "https://github.com/brenzel/comfyui-prompt-beautify" - ], - "install_type": "git-clone", - "description": "ComfyUI node to beautify your image generation prompt" - }, - { - "author": "Draek2077", - "title": "comfyui-draekz-nodez", - "reference": "https://github.com/Draek2077/comfyui-draekz-nodez", - "files": [ - "https://github.com/Draek2077/comfyui-draekz-nodez" - ], - "install_type": "git-clone", - "description": "Making ComfyUI more comfortable." - }, - { - "author": "easygoing0114", - "title": "ComfyUI-easygoing-nodes", - "reference": "https://github.com/easygoing0114/ComfyUI-easygoing-nodes", - "files": [ - "https://github.com/easygoing0114/ComfyUI-easygoing-nodes" - ], - "install_type": "git-clone", - "description": "Enhanced Text Encoder modules, acd Custom nodes for ComfyUI, device-select CLIP loaders, providing HDR effects, image saving with prompt metadata." - }, - { - "author": "writer-in-fancy-pants", - "title": "Octo Json Presets", - "reference": "https://github.com/writer-in-fancy-pants/octo_json_presets", - "files": [ - "https://github.com/writer-in-fancy-pants/octo_json_presets" - ], - "install_type": "git-clone", - "description": "Load presets from json file to run a set of experiments in a workflow with different models and settings" - }, - { - "author": "apacheone", - "title": "ComfyUI_efficient_sam_node", - "reference": "https://github.com/Apache0ne/ComfyUI_efficient_sam_node", - "files": [ - "https://github.com/Apache0ne/ComfyUI_efficient_sam_node" - ], - "install_type": "git-clone", - "description": "Unofficial EfficientViT_sam_nodes for the https://huggingface.co/mit-han-lab/efficientvit-sam models" - }, - { - "author": "Malte0621", - "title": "HordeAI", - "reference": "https://github.com/Malte0621/hordeai-comfy", - "files": [ - "https://github.com/Malte0621/hordeai-comfy" - ], - "install_type": "git-clone", - "description": "AI Horde integration as custom node(s) for ComfyUI" - }, - { - "author": "darkamenosa", - "title": "Comfy Nano Banana", - "id": "comfy-nanobanana", - "reference": "https://github.com/darkamenosa/comfy_nanobanana", - "files": [ - "https://github.com/darkamenosa/comfy_nanobanana" - ], - "install_type": "git-clone", - "description": "Google Gemini API integration for ComfyUI - Generate images and text using Google's latest AI models. Provides nodes for Gemini API interactions and batch image processing." - }, - { - "author": "Regi E", - "title": "Comfyui-EasyIllustrious", - "reference": "https://github.com/regiellis/ComfyUI-EasyIllustrious", - "files": [ - "https://github.com/regiellis/ComfyUI-EasyIllustrious" - ], - "install_type": "git-clone", - "description": "ComfyUI-EasyIllustrious is a custom node suite to make working with Illustrious models easier and more intuitive" - }, - { - "author": "firetheft", - "title": "ComfyUI_Local_Lora_Gallery", - "reference": "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery", - "files": [ - "https://github.com/Firetheft/ComfyUI_Local_Lora_Gallery" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that provides a visual gallery for managing and applying multiple LoRA models." - }, - { - "author": "lucasgattas", - "title": "ComfyUI · Egregora Audio Super‑Resolution", - "reference": "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution", - "files": [ - "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution" - ], - "install_type": "git-clone", - "description": "High‑quality music audio enhancement for ComfyUI: FlashSR super‑resolution + Fat Llama spectral enhancement (GPU & CPU)." - }, - { - "author": "jfcantu", - "title": "ComfyUI Prompt Companion", - "reference": "https://github.com/jfcantu/ComfyUI-Prompt-Companion", - "files": [ - "https://github.com/jfcantu/ComfyUI-Prompt-Companion" - ], - "install_type": "git-clone", - "description": "A node that lets you save and reuse parts of prompts (embeddings, quality keywords, and so on.)" - }, - { - "author": "FloyoAI", - "title": "ComfyUI Seed API Integration", - "reference": "https://github.com/FloyoAI/ComfyUI-Seed-API", - "files": [ - "https://github.com/FloyoAI/ComfyUI-Seed-API" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes for Seed AI APIs including video generation, image generation, and chat models" - }, - { - "author": "duldduld", - "title": "ComfyUI_md5", - "reference": "https://github.com/duldduld/ComfyUI_md5", - "files": [ - "https://github.com/duldduld/ComfyUI_md5" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes to covert string/image/file to md5 hash" - }, - { - "author": "jtydhr88", - "title": "ComfyUI-StableStudio", - "reference": "https://github.com/jtydhr88/ComfyUI-StableStudio", - "files": [ - "https://github.com/jtydhr88/ComfyUI-StableStudio" - ], - "install_type": "git-clone", - "description": "A practical plug‑in that adds a StableStudio style user interface to ComfyUI. This project aims to give you a clean, responsive UI for managing StableStudio features inside ComfyUI, without complicating your workflow. It focuses on reliability, speed, and a calm, uncluttered design that helps you work faster." - }, - { - "author": "ApexArtist", - "title": "Apex Artist - Image Resize", - "reference": "https://github.com/ApexArtist/comfyui-apex-artist", - "files": [ - "https://github.com/ApexArtist/comfyui-apex-artist" - ], - "install_type": "git-clone", - "description": "Professional image resizing node with 6 advanced algorithms, intelligent aspect ratio handling, crop/pad options, and batch processing support. Perfect for AI workflows, photography, and digital art.", - "category": "Image Processing", + "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", - "resize", - "scaling", - "aspect-ratio", - "lanczos", - "bicubic", - "batch-processing" - ], - "version": "1.0.0" + "tiktok", + "deviantart", + "pixiv" + ] }, { - "author": "Seth A. Robinson", - "title": "Workflow to API Converter Endpoint", - "reference": "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint", + "author": "akawana", + "title": "Keybinding Extra", + "reference": "https://github.com/akawana/ComfyUI-Keybinding-extra", "files": [ - "https://github.com/SethRobinson/comfyui-workflow-to-api-converter-endpoint" + "https://github.com/akawana/ComfyUI-Keybinding-extra" ], "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": "Adds shortcuts for commenting and deleting lines of text, with a configurable comment symbol. Includes a node that cleans comments from text and splits content using tags for Regional Prompting.", + "tags": ["frontend", "shortcut", "utility"] }, { - "author": "orion4d", - "title": "Gemini Nano Banana for ComfyUI", - "reference": "https://github.com/orion4d/Gemini_Banana_by_orion4d", + "author": "turisc", + "title": "Text Line Selector", + "reference": "https://github.com/TuriSc/comfyui-text-line-selector", "files": [ - "https://github.com/orion4d/Gemini_Banana_by_orion4d" + "https://github.com/TuriSc/comfyui-text-line-selector" ], "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": "Extracts a single line from multiline string. Useful for batch processing" }, { - "author": "orion4d", - "title": "ComfyUI EncryptMaster", - "reference": "https://github.com/orion4d/Comfyui_EncryptMaster", + "author": "FuryNocturnTV", + "title": "ComfyUI-Studio-Fury", + "reference": "https://github.com/FuryNocturn/ComfyUI-Studio-Fury", "files": [ - "https://github.com/orion4d/Comfyui_EncryptMaster" + "https://github.com/FuryNocturn/ComfyUI-Studio-Fury" ], "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": "Nodos custom, al estilo fury, nodos que añaden versatilidad. con el tiempo ira creciendo los nodos." }, { - "author": "leylahkrell", - "title": "ComfyUI Violet Tools", - "reference": "https://github.com/leylahkrell/ComfyUI-Violet-Tools", + "author": "granddyser", + "title": "Wan-video-extender", + "reference": "https://github.com/Granddyser/wan-video-extender", "files": [ - "https://github.com/leylahkrell/ComfyUI-Violet-Tools" + "https://github.com/Granddyser/wan-video-extender" ], "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": "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": "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": "SnJake", - "title": "JPG & Noise Remover for ComfyUI", - "reference": "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner", + "author": "pznodes", + "title": "ComfyUI-SAM3DBody", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody", "files": [ - "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner" + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody" ], "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": "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": "SatadalAI", - "title": "SATA UtilityNode Node for ComfyUI", - "id": "SATA UtilityNode", - "reference": "https://github.com/SatadalAI/SATA_UtilityNode", + "author": "danielpflorian", + "title": "ComfyUI-WorkflowGenerator", + "reference": "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator", "files": [ - "https://github.com/SatadalAI/SATA_UtilityNode" + "https://github.com/DanielPFlorian/ComfyUI-WorkflowGenerator" ], "install_type": "git-clone", - "description": "A collection of utility nodes including image upscale,touchpad support and CSV-driven prompt machine for ComfyUI." + "description": "ComfyUI-WorkflowGenerator custom nodes for generating ComfyUI workflows from natural language" }, { - "author": "ShmuelRonen", - "title": "ComfyUI Flux Pro Integrative - Enhanced Flux API Node", - "reference": "https://github.com/ShmuelRonen/flux_pro_integrative", + "author": "EricRollei", + "title": "PDF Tools - Advanced PDF Processing & OCR", + "id": "pdf-tools", + "reference": "https://github.com/EricRollei/PDF-Tools", "files": [ - "https://github.com/ShmuelRonen/flux_pro_integrative" + "https://github.com/EricRollei/PDF-Tools" ], "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": "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": "CoreyCorza", - "title": "ComfyUI-CRZnodes", - "reference": "https://github.com/CoreyCorza/ComfyUI-CRZnodes", + "author": "EricRollei", + "title": "AAA Metadata System", + "id": "aaa-metadata-system", + "reference": "https://github.com/EricRollei/AAA_Metadata_System", "files": [ - "https://github.com/CoreyCorza/ComfyUI-CRZnodes" + "https://github.com/EricRollei/AAA_Metadata_System" ], "install_type": "git-clone", - "description": "Dashboard Nodes for Comfy" + "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": "wizdroid", - "title": "Wizdroid ComfyUI Outfit Selection", - "reference": "https://github.com/wizdroid/wizdroid-fashionista", + "author": "EricRollei", + "title": "HYPIR Image Restoration for ComfyUI", + "reference": "https://github.com/EricRollei/HYPIR-ComfyUI", "files": [ - "https://github.com/wizdroid/wizdroid-fashionista" + "https://github.com/EricRollei/HYPIR-ComfyUI" ], "install_type": "git-clone", - "description": "A comprehensive outfit generation system for ComfyUI with AI-powered prompt enhancement and dynamic outfit composition." + "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": "Vantage with AI", - "title": "Vantage-HunyuanFoley", - "reference": "https://github.com/vantagewithai/Vantage-HunyuanFoley", + "author": "Madiator2011", + "title": "ComfyUI RunpodDirect", + "id": "runpoddirect", + "reference": "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect", "files": [ - "https://github.com/vantagewithai/Vantage-HunyuanFoley" + "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect" ], "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": "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": "MilleN2ium", - "title": "ComfyUI-CutomizableSave", - "reference": "https://github.com/MilleN2ium/ComfyUI-CutomizableSave", + "author": "Writili", + "title": "WtlNodes", + "id": "wtlnodes", + "reference": "https://github.com/Scorpiosis0/ComfyUI-WtlNodes", "files": [ - "https://github.com/MilleN2ium/ComfyUI-CutomizableSave" + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes" ], "install_type": "git-clone", - "description": "save your image with customized naming rule" + "description": "This node adds improvement over some already existing nodes as well as some custom nodes." }, { - "author": "Justify87", - "title": "ComfyUI Multi-Analysis Heatmaps", - "reference": "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps", + "author": "yuanyuan-spec", + "title": "HunyuanVideo-1.5 nodes", + "reference": "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin", "files": [ - "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps" + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin" ], "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": "A ComfyUI plugin based on HunyuanVideo-1.5, offering both simplified and complete node sets for quick usage or deep workflow customization." }, { - "author": "iguanesolutions", - "title": "Flux Resolution", - "reference": "https://github.com/iguanesolutions/comfyui-flux-resolution", + "author": "rookiestar28", + "title": "ComfyUI Text Processor", + "id": "ComfyUI_Text_Processor", + "reference": "https://github.com/rookiestar28/ComfyUI_Text_Processor", "files": [ - "https://github.com/iguanesolutions/comfyui-flux-resolution" + "https://github.com/rookiestar28/ComfyUI_Text_Processor" ], "install_type": "git-clone", - "description": "Get the closest compatible flux resolution from a given resolution." + "description": "An advanced text processing node for ComfyUI." }, { - "author": "matthewfriedrichs", - "title": "Thought Bubble", - "id": "thoughtbubble_interactivecanvas", - "reference": "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble", + "author": "kjqwer", + "title": "SmartSaveImage", + "reference": "https://github.com/kjqwer/SmartSaveImage", "files": [ - "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble" + "https://github.com/kjqwer/SmartSaveImage" ], "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": "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": "opparco", - "title": "Wan2.2 Lightx2v Scheduler for ComfyUI", - "reference": "https://github.com/opparco/ComfyUI-WanLightx2vScheduler", + "author": "EricRollei", + "title": "AAA_Metadata_System", + "reference": "https://github.com/EricRollei/AAA_Metadata_System", "files": [ - "https://github.com/opparco/ComfyUI-WanLightx2vScheduler" + "https://github.com/EricRollei/AAA_Metadata_System" ], "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 comprehensive metadata management system for ComfyUI that enables storing, retrieving, and manipulating image metadata across multiple formats including embedded files, XMP sidecars, text files, and SQLite databases." }, { - "author": "FredBisAI", - "title": "ComfyUI FRED Nodes v2", - "reference": "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2", + "author": "Ltamann", + "title": "ComfyUI-TBG-SAM3", + "reference": "https://github.com/Ltamann/ComfyUI-TBG-SAM3", "files": [ - "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2" + "https://github.com/Ltamann/ComfyUI-TBG-SAM3" ], "install_type": "git-clone", - "description": "FRED's enhanced custom nodes for ComfyUI" - }, - - { - "author": "HM-RunningHub", - "title": "ComfyUI IC-Custom Node", - "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom", - "files": [ - "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that integrates IC-Custom model for high-quality image customization and generation." + "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": "polygoningenieur", - "title": "ComfyUI-IC-Light-Video", - "reference": "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video", + "author": "hobinrude", + "title": "ComfyUI_DWposeDeluxe", + "reference": "https://github.com/hobinrude/ComfyUI_DWposeDeluxe", "files": [ - "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video" + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe" ], "install_type": "git-clone", - "description": "ComfyUI native nodes for IC-Light with a Video node" + "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": "sumitchatterjee13", - "title": "Nuke Nodes for ComfyUI", - "reference": "https://github.com/sumitchatterjee13/nuke-nodes-comfyui", + "author": "sbcode", + "title": "Remove Background", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Remove-Background", "files": [ - "https://github.com/sumitchatterjee13/nuke-nodes-comfyui" + "https://github.com/Sean-Bradley/ComfyUI-Remove-Background" ], "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": "Remove background scenery from an image of a person. The output image is saved as an RGBA PNG. The alpha channel is included." }, { - "author": "Yeq6X", - "title": "ComfyUI Image to Video Inserter", - "reference": "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter", + "author": "wouterverweirder", + "title": "ComfyUI SAM3", + "reference": "https://github.com/wouterverweirder/comfyui_sam3", "files": [ - "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter" + "https://github.com/wouterverweirder/comfyui_sam3" ], "install_type": "git-clone", - "description": "A ComfyUI custom node that inserts images into videos." + "description": "Custom Nodes to work with SAM3" + }, + { + "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": "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": "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": "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": "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": "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." + }, + { + "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": "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": "wallen0322", + "title": "ComfyUI-TTM-WAN22", + "reference": "https://github.com/wallen0322/ComfyUI-TTM-WAN22", + "files": [ + "https://github.com/wallen0322/ComfyUI-TTM-WAN22" + ], + "install_type": "git-clone", + "description": "TTM (Time-to-Move) node for ComfyUI enabling motion-controlled video generation with Wan2.2 models using dual-clock denoising for independent background and object animation control." + }, + { + "author": "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": "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": "PozzettiAndrea", + "title": "ComfyUI-AnyTop", + "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": "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": "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": "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": "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": "cedarconnor", + "title": "ComfyUI-DreamCube", + "reference": "https://github.com/cedarconnor/ComfyUI-DreamCube", + "files": [ + "https://github.com/cedarconnor/ComfyUI-DreamCube" + ], + "install_type": "git-clone", + "description": "360° panoramic depth estimation with multi-plane synchronization for ComfyUI, featuring equirectangular-cubemap transformations, cross-face consistency, and boundary blending for seamless depth maps." + }, + { + "author": "dowa-git", + "title": "comfyui-dowa", + "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": "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": "yichengup", - "title": "ComfyUI_SwiftCut", - "reference": "https://github.com/yichengup/ComfyUI_SwiftCut", + "title": "ComfyUI-YCNodes_Toolkit", + "reference": "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit", "files": [ - "https://github.com/yichengup/ComfyUI_SwiftCut" + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit" ], "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": "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": "Shellishack", - "title": "ComfyUI Remote Media Loaders", - "reference": "https://github.com/Shellishack/comfyui-remote-media-loaders", + "author": "hua1995116", + "title": "comfyui_goenhance_ffmpeg_wm", + "reference": "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm", "files": [ - "https://github.com/Shellishack/comfyui-remote-media-loaders" + "https://github.com/hua1995116/comfyui_goenhance_ffmpeg_wm" ], "install_type": "git-clone", - "description": "Load media (image/video/audio) from remote URL" + "description": "ComfyUI custom node for adding watermarks to videos using FFmpeg, with configurable position, opacity, scale, and hardware acceleration support." }, { - "author": "S4MUEL404", - "title": "ComfyUI Prepack", - "id": "comfyui-prepack", - "reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack", + "author": "EricRollei", + "title": "Comfy_HunyuanImage3", + "reference": "https://github.com/EricRollei/Comfy_HunyuanImage3", "files": [ - "https://github.com/S4MUEL-404/ComfyUI-Prepack" + "https://github.com/EricRollei/Comfy_HunyuanImage3" ], "install_type": "git-clone", - "description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows." + "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": "Frief84", - "title": "ComfyUI-LoRAWeightAxisXY", - "reference": "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY", + "author": "Devin Garner", + "title": "ComfyUI_Make-It-Animatable", + "reference": "https://github.com/speige/ComfyUI_Make-It-Animatable", "files": [ - "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY" + "https://github.com/speige/ComfyUI_Make-It-Animatable" ], "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": "Auto-Rigging humanoid 3D meshes for Mixamo animations" }, { - "author": "penposs", - "title": "ComfyUI-Banana-Node", - "reference": "https://github.com/penposs/ComfyUI-Banana-Node", + "author": "alexjx", + "title": "ComfyUI-XJNodes", + "reference": "https://github.com/alexjx/ComfyUI-XJNodes", "files": [ - "https://github.com/penposs/ComfyUI-Banana-Node" + "https://github.com/alexjx/ComfyUI-XJNodes" ], "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 modular collection of custom nodes for ComfyUI, organized by data type for easy navigation and maintenance." + }, + + { + "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": "PenguinTeo", - "title": "GeminiBanana for ComfyUI", - "reference": "https://github.com/PenguinTeo/Comfyui-GeminiBanana", + "author": "comrender", + "title": "ComfyUI-Nano-Banana-Resizer", + "reference": "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer", "files": [ - "https://github.com/PenguinTeo/Comfyui-GeminiBanana" + "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer" ], "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 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": "grovergol", - "title": "ComfyUI Grover Nodes", - "reference": "https://github.com/grovergol/comfyui-grover-nodes", + "author": "hum-ma", + "title": "ComfyUI-TiledVaeLite", + "reference": "https://github.com/hum-ma/ComfyUI-TiledVaeLite", "files": [ - "https://github.com/grovergol/comfyui-grover-nodes" + "https://github.com/hum-ma/ComfyUI-TiledVaeLite" ], "install_type": "git-clone", - "description": "A custom node that allows opening file paths in the default system file explorer." + "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": "noelkim12", - "title": "ComfyUI-ComfyUI-NoelTextUtil", - "reference": "https://github.com/noelkim12/ComfyUI-NoelTextUtil", + "author": "tristanvdb", + "title": "ComfyUI-toolset", + "reference": "https://github.com/tristanvdb/ComfyUI-toolset", "files": [ - "https://github.com/noelkim12/ComfyUI-NoelTextUtil" + "https://github.com/tristanvdb/ComfyUI-toolset" ], "install_type": "git-clone", - "description": "Text utility nodes for file path and LoRA auto triggering" + "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": "Juste-Leo2", - "title": "Canary-ComfyUI", - "reference": "https://github.com/Juste-Leo2/Canary-ComfyUI", + "author": "smthemex", + "title": "ComfyUI_DyPE", + "reference": "https://github.com/smthemex/ComfyUI_DyPE", "files": [ - "https://github.com/Juste-Leo2/Canary-ComfyUI" + "https://github.com/smthemex/ComfyUI_DyPE" ], "install_type": "git-clone", - "description": "This node pack integrates the core capabilities of the Canary-1b-v2 model, providing three main features: it can transcribe audio in any of 25 supported languages into text in the same language, translate audio from 24 source languages directly into English, and translate English audio directly into one of the 24 other supported languages." + "description": "DyPE: Dynamic Position Extrapolation for Ultra High Resolution Diffusion ,you can use a wrapper node it in comfyUI" }, { - "author": "otavanopisto", - "title": "ComfyUI-aihub-workflow-exposer", - "reference": "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer", + "author": "ailab", + "title": "ComfyUI-FlashVSR", + "reference": "https://github.com/1038lab/ComfyUI-FlashVSR", "files": [ - "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer" + "https://github.com/1038lab/ComfyUI-FlashVSR" ], "install_type": "git-clone", - "description": "Custom nodes for ComfyUI in order to expose AI workflows to external applications (particularly image, video and audio editors) so workflows can be integrated as plugins" + "description": "Powerful ComfyUI custom node built on the FlashVSR model, facilitating real-time diffusion-based video super-resolution for streaming applications." }, { - "author": "D3lUX3I", - "title": "VideoPromptEnhancer", - "reference": "https://github.com/D3lUX3I/ComfyUI-VideoPromptEnhancer", + "author": "shammi-g", + "title": "ComfyUI-Simple_Readable_Metadata-SG", + "reference": "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG", "files": [ - "https://github.com/D3lUX3I/ComfyUI-VideoPromptEnhancer" + "https://github.com/ShammiG/ComfyUI-Simple_Readable_Metadata-SG" ], "install_type": "git-clone", - "description": "This node generates a professional prompt from an input text for modern video AI models (e.g., Alibaba Wan 2.2) via the OpenRouter API." - }, - { - "author": "dasilva333", - "title": "ComfyUI HunyuanVideo-Foley Custom Node", - "reference": "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley", - "files": [ - "https://github.com/dasilva333/ComfyUI_HunyuanVideo-Foley" - ], - "install_type": "git-clone", - "description": "This custom node integrates the HunyuanVideo-Foley model for generating audio from video frames and text prompts in ComfyUI. It's built for use in generating Foley sounds from video and text inputs." - }, - { - "author": "aistudynow", - "title": "Comfyui-HunyuanFoley", - "reference": "https://github.com/aistudynow/Comfyui-HunyuanFoley", - "files": [ - "https://github.com/aistudynow/Comfyui-HunyuanFoley" - ], - "install_type": "git-clone", - "description": "Generate Audio from any video and or text" - }, - { - "author": "mengqin", - "title": "Unet Bnb Model Loader", - "reference": "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader", - "files": [ - "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader" - ], - "install_type": "git-clone", - "description": "A general comfyui model loading plugin that supports loading unet models quantized in bnb-4bit (nf4 and fp4) format" + "description": "View Image Metadata of ComfyUI as well as of ForgeUI or Automatic 1111 generated images in Easily Readable Format" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index dec1caac..24183ecc 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", @@ -180,6 +198,7 @@ "FashionSegmentClothing", "RMBG", "SAM2Segment", + "SAM3Segment", "Segment", "SegmentV2" ], @@ -208,16 +227,28 @@ "title_aux": "Comfyui-Spark-TTS" } ], + "https://github.com/1038lab/ComfyUI-VoxCPMTTS": [ + [ + "AILab_VoxCPMTTS" + ], + { + "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 +378,83 @@ ], "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_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_ImageResizeQwenImage", + "1hew_ImageResizeUniversal", + "1hew_ImageRotateWithMask", + "1hew_ImageSolid", + "1hew_ImageStrokeByMask", + "1hew_ImageTileMerge", + "1hew_ImageTileSplit", + "1hew_ImageTileSplitPreset", + "1hew_IntImageSideLength", + "1hew_IntImageSize", + "1hew_IntMaskSideLength", + "1hew_IntSplit", + "1hew_IntWan", + "1hew_ListCustomFloat", + "1hew_ListCustomInt", + "1hew_ListCustomSeed", + "1hew_ListCustomString", + "1hew_MaskBatchMathOps", + "1hew_MaskBatchRange", + "1hew_MaskBatchSplit", + "1hew_MaskBatchToList", + "1hew_MaskCropByBBoxMask", + "1hew_MaskFillHole", + "1hew_MaskListToBatch", + "1hew_MaskMathOps", + "1hew_MaskPasteByBBoxMask", + "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" @@ -482,29 +539,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 +567,7 @@ [ "ColorPalette", "ColorTransferReinhard", + "ExtractPalette", "PaletteOptimalTransportTransfer", "PaletteRbfTransfer", "PaletteTransfer", @@ -564,6 +613,7 @@ ], "https://github.com/5agado/ComfyUI-Sagado-Nodes": [ [ + "Film Grain", "Get Num Frames", "Get Resolution", "Image Loader", @@ -617,6 +667,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", @@ -828,6 +888,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 +1028,43 @@ "title_aux": "ComfyUI-ShaderNoiseKSampler" } ], + "https://github.com/AHEKOT/ComfyUI_VNCCS": [ + [ + "CharacterAssetSelector", + "CharacterAssetSelectorQWEN", + "CharacterCreator", + "CharacterPreview", + "CharacterSheetCropper", + "DatasetGenerator", + "EmotionGenerator", + "SpriteGenerator", + "VNCCSChromaKey", + "VNCCSSamplerSchedulerPicker", + "VNCCSSheetExtractor", + "VNCCSSheetManager", + "VNCCS_Float", + "VNCCS_Integer", + "VNCCS_MultilineText", + "VNCCS_Pipe", + "VNCCS_PromptConcat", + "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/AIExplorer25/ComfyUI_AutoDownloadModels": [ [ "ALIMAMAFUNCONTROLWANModelsAutoDownload", @@ -1448,6 +1564,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", @@ -1521,7 +1647,10 @@ ], "https://github.com/AIWarper/ComfyUI-WarperNodes": [ [ + "AspectRatioMatchToBase_Warper", + "AspectRatioMatchToStandardResolution_Warper", "AspectRatioResolution_Warper", + "CombinePrompts_Warper", "CropAndRestore_Warper", "DWPoseScalerNode_Warper", "FacialPartMaskFromPose_Warper", @@ -1530,6 +1659,8 @@ "FlowVisualizerNode_Warper", "GetBatchByIndex_Warper", "GetRaftFlow_Warper", + "LoadPromptsFromDirectory_Warper", + "LoadSinglePromptByIndex_Warper", "MouthMaskFromPose_Warper", "PreprocessForTarget_Warper", "SmartOverlappingBatcher_Warper", @@ -1687,6 +1818,58 @@ "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/ARZUMATA/ComfyUI-ARZUMATA": [ [ "CachingCLIPTextEncodeFlux|ARZUMATA", @@ -1695,7 +1878,8 @@ "ImageLoaderWithPath|ARZUMATA", "JDC_ImageLoader", "Sampler Selector|ARZUMATA", - "Scheduler Selector|ARZUMATA" + "Scheduler Selector|ARZUMATA", + "UniversalDeviceOverride" ], { "title_aux": "ComfyUI-ARZUMATA" @@ -1719,6 +1903,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" @@ -1844,7 +2046,6 @@ "ETN_ApplyReferenceImages", "ETN_AttentionMask", "ETN_BackgroundRegion", - "ETN_CropImage", "ETN_DefineRegion", "ETN_ExtractImageTile", "ETN_ExtractMaskTile", @@ -1858,11 +2059,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 +2101,14 @@ "title_aux": "ComfyUI GOAT Nodes" } ], + "https://github.com/AdamShuo/ComfyUI_Switch": [ + [ + "SwitchAny" + ], + { + "title_aux": "ComfyUI Switch Any Node" + } + ], "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": [ [ "VisionLLMNode" @@ -1934,33 +2145,42 @@ ], "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", + "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": [ + [ + "Unfake_PixelateTools" + ], + { + "title_aux": "ComfyUI_UnfakePy_Warpper" + } + ], "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ [ "Add Tag", @@ -1975,6 +2195,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 +2235,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 +2250,11 @@ "PromptCleanup", "PromptContextMerge", "PromptGenerator", + "PromptGeneratorAdvanced", "PromptMixer", "PromptRepack", "PromptReplace", + "PromptSequencer", "PromptShuffle", "PromptShuffleAdvanced", "PromptSplitter", @@ -2034,6 +2272,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,16 +2316,6 @@ "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", @@ -2270,6 +2507,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 +2583,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 +2655,53 @@ "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", + "AGSoftTextConcatenateX2", + "AGSoftTextConcatenateX4", + "AGSoftTextConcatenateX8", + "AGSoftTextSplit", + "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" + ], + { + "title_aux": "comfyui-AGSoft" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -2494,14 +2797,19 @@ ], "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": [ [ + "ClearDirectoryNode", + "ElevenLabsTTSNode", "FluxKontextMaxNode", "FluxKontextProNode", "GPTImageEditNode", "GeminiChatNode", "GeminiSegmentationNode", + "GeminiTTSNode", "GoogleImagenEditNode", "GoogleImagenNode", - "Veo3VideoGenerator" + "NanoBananaNode", + "Veo3VideoGenerator", + "VeoGeminiVideoGenerator" ], { "title_aux": "ComfyUI-ExternalAPI-Helpers" @@ -2519,9 +2827,12 @@ ], "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", @@ -2582,6 +2893,100 @@ "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", + "CaesarProgressive", + "ChaCha20Poly1305", + "ChaCha20Poly1305Keygen", + "Chaocipher", + "ColTrans", + "ConcatKDFHMAC_Derive", + "ConcatKDFHMAC_Verify", + "ConcatKDFHash_Derive", + "ConcatKDFHash_Verify", + "ConstantTimeCompare", + "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", + "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 +3005,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", @@ -3067,6 +3484,16 @@ "title_aux": "DynamicPose-ComfyUI" } ], + "https://github.com/BizaNator/ComfyUI_PromptIterator": [ + [ + "PromptIterator", + "PromptIteratorAdvanced", + "PromptIteratorDynamic" + ], + { + "title_aux": "ComfyUI Prompt Iterator Extension" + } + ], "https://github.com/Black-Lioness/ComfyUI-PromptUtils": [ [ "FilenameGenerator", @@ -3076,6 +3503,15 @@ "title_aux": "ComfyUI-PromptUtils" } ], + "https://github.com/BlackSnowSkill/wd14_batch_tagger": [ + [ + "BSS_LoadImagesFolder", + "BSS_WD14BatchTagger" + ], + { + "title_aux": "BSS WD14 Batch Tagger" + } + ], "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": [ [ "BV Conditional ImagePipe Splitter", @@ -3087,6 +3523,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", @@ -3222,6 +3666,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", @@ -3254,6 +3706,7 @@ [ "BrekelAutoPromptGenerator", "BrekelEnhancePrompt", + "BrekelLoadImage", "BrekelPromptChooser", "BrekelResolutionSelector" ], @@ -3263,16 +3716,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 +3772,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3322,6 +3789,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": [ [ "BETACrop", + "BETASceneDetect", "BETAStitch", "IndexedLoRALoader_BETA", "LoadTextFromIndex", @@ -3558,10 +4026,21 @@ "title_aux": "ComfyUI-Prompt-Preview" } ], + "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" ], @@ -4040,6 +4519,7 @@ "ImageToMultipleOf", "KikoFilmGrain", "KikoLocalImageLoader", + "KikoModelDownloader", "KikoPurgeVRAM", "KikoSaveImage", "LoRAFolderBatch", @@ -4052,6 +4532,7 @@ "SchedulerSelectHelper", "SeedHistory", "TextEncodeSamplerParams", + "TextInput", "WidthHeightSelector" ], { @@ -4091,6 +4572,76 @@ "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", + "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" + ], + {} + ], + "https://github.com/ComfyUI/RH_Qwen-Image": [ + [ + "QwenImageModelLoader", + "RH_QwenImageGenerator", + "RH_QwenImagePromptEnhancer" + ], + {} + ], + "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 +4731,7 @@ "PrimereMidjourneyStyles", "PrimereModelConceptSelector", "PrimereModelKeyword", + "PrimereMultiImage", "PrimereNetworkDataCollector", "PrimereNetworkTagLoader", "PrimerePreviewImage", @@ -4228,6 +4780,23 @@ "title_aux": "CFE_comfyui" } ], + "https://github.com/Creditas-labs/ComfyUI-Adforge": [ + [ + "LoadVideoGCS", + "PreviewVideo", + "VertexVeoExtendVideoNode", + "VertexVeoFirstLastFrameToVideoNode", + "VertexVeoImageToVideoNode", + "VertexVeoInsertContentNode", + "VertexVeoRemoveContentNode", + "VertexVeoTextToVideoNode", + "VertexVeoVideoToVideoNode", + "VertexVeoVideoWithReferenceNode" + ], + { + "title_aux": "Adforge" + } + ], "https://github.com/Creeper-MZ/comfyui_nai_api": [ [ "NovelAI", @@ -4243,12 +4812,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 +4831,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 +4888,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", @@ -4425,6 +5030,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 +5097,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 +5137,29 @@ "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/DareFail/ComfyUI-Roboflow": [ [ "CustomWorkflow_1image", @@ -4510,15 +5193,7 @@ ], "https://github.com/DavidPiazza/network_bending": [ [ - "AudioFeatureExtractor", - "AudioLatentBlend", - "AudioLatentGuidance", - "AudioLatentInterpolate", - "AudioLatentManipulator", - "AudioReferenceEncoder", - "AudioStyleTransfer", - "AudioVAEDecode", - "AudioVAEEncode", + "InvertedPruning", "LatentFormatConverter", "ModelMixer", "NetworkBending", @@ -4571,6 +5246,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", @@ -4602,14 +5323,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 +5363,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" @@ -4854,6 +5595,10 @@ "https://github.com/Dobidop/ComfyStereo": [ [ "DeoVRViewNode", + "NativeStereoImageViewer", + "NativeStereoVideoViewer", + "NativeVRStatus", + "StereoDiffusion", "StereoImageNode" ], { @@ -4924,6 +5669,7 @@ "DD-ModelSwitcher", "DD-QwenMTTranslator", "DD-SimpleLatent", + "DD-TxtFileMerger", "DD-VideoFrameExtractor" ], { @@ -4933,7 +5679,10 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": [ [ "AutostereogramGenerator", - "StereoscopicGenerator" + "StereoCrafterInpainter", + "StereoscopicGenerator", + "StereoscopicGeneratorMax", + "StereoscopicGeneratorPro" ], { "title_aux": "StereoVision Plugin for ComfyUI" @@ -5025,21 +5774,41 @@ [ "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 +5828,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,26 +5893,34 @@ "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" @@ -5251,23 +6063,35 @@ "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_LoRAMetadataExtractorTagDrop", + "EmAySee_LoraFilePicker", + "EmAySee_MathExpression", "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 +6100,10 @@ "EmAySee_SubmitToOobaboogaAPI", "EmAySee_SubmitToOobaboogaAPIWithKey", "EmAySee_ToggleIntNode", + "EmAySee_VAECompatibleAspectRatioCalculator", "EmAySee_VarTextReplacer", - "EmAySee_VeryUniqueStringSelectorNode" + "EmAySee_VeryUniqueStringSelectorNode", + "EmAySee_WD14TagFilter" ], { "title_aux": "ComfyUI_EmAySee_CustomNodes" @@ -5285,21 +6111,28 @@ ], "https://github.com/Enashka/ComfyUI-nhknodes": [ [ + "AddHeadroom", "CyclingSwitch", "DoubleSwitch", "DoubleSwitchOut", + "EditWithKrita", "ExecutionCounter", "ImageGridBatch", "ImageGridComposite", "ImageLoaderWithPreviews", "IntervalGate", "LLMChat", - "QwenVision", + "LoadImageSeries", + "OllamaChat", + "PlaySound", + "SaveVideoShort", "SimpleTextInput", "SizePicker", + "SoraVideoGen", "TextCombiner", "TextDisplay", - "TextTemplate" + "TextTemplate", + "VisualResizer" ], { "title_aux": "ComfyUI-nhknodes" @@ -5308,6 +6141,7 @@ "https://github.com/Enemyx-net/VibeVoice-ComfyUI": [ [ "VibeVoice Free Memory", + "VibeVoice LoRA", "VibeVoice Load Text From File", "VibeVoice Multiple Speakers", "VibeVoice Single Speaker" @@ -5324,14 +6158,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 +6168,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" @@ -5365,6 +6211,217 @@ "title_aux": "ComfyUI-EreNodes" } ], + "https://github.com/EricRollei/AAA_Metadata_System": [ + [ + "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 [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": [ + [ + "HunyuanImage3FullGPULoader", + "HunyuanImage3FullLoader", + "HunyuanImage3Generate", + "HunyuanImage3GenerateLarge", + "HunyuanImage3GenerateLowVRAM", + "HunyuanImage3Int8Loader", + "HunyuanImage3QuantizedLoader", + "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/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 +6458,9 @@ ], "https://github.com/ExoticArts/comfyui-ea-nodes": [ [ + "EAImageCompare", + "EAImageCompare3Way", + "EAImageCompare4Way", "EA_AutoTrimPingPong", "EA_FilenameCombine", "EA_LightningMotionBias", @@ -5411,7 +6471,9 @@ "EA_PowerLora_CLIP", "EA_PowerLora_WanVideo", "EA_TrimFrames", - "EA_VideoLoad" + "EA_TrimWindow", + "EA_VideoLoad", + "EA_VideoSaveIdempotent" ], { "title_aux": "comfyui-ea-nodes" @@ -5997,6 +7059,15 @@ "title_aux": "ComfyUI_Local_Lora_Gallery" } ], + "https://github.com/Firetheft/ComfyUI_Pixabay_Gallery": [ + [ + "PixabayImageNode", + "PixabayVideoNode" + ], + { + "title_aux": "ComfyUI_Pixabay_Gallery" + } + ], "https://github.com/FizzleDorf/ComfyUI-AIT": [ [ "AIT_Unet_Loader", @@ -6058,6 +7129,7 @@ ], "https://github.com/FloyoAI/ComfyUI-Seed-API": [ [ + "ResolutionHelper", "SeedChat", "SeedEditImageToImage", "SeedanceLiteFirstLastFrame", @@ -6065,6 +7137,11 @@ "SeedanceLiteReferenceImages", "SeedanceLiteTextToVideo", "SeedanceProTextImageToVideo", + "Seedream4BatchGeneration", + "Seedream4ImageToImage", + "Seedream4MultiImageBlending", + "Seedream4TextToImage", + "Seedream4Unified", "SeedreamTextToImage", "VideoToFrames" ], @@ -6101,19 +7178,52 @@ ], "https://github.com/FortunaCournot/comfyui_stereoscopic": [ [ + "CalculateDimensions", + "ColorCorrectBatch", "DecryptWatermark", "EncryptWatermark", "GetResolutionForVR", "ImageVRConverter", + "IncrementDirectoryImageLoader", + "LinearFade", + "LoadImageAdvanced", + "LoadSingleImageByFilename", + "LoopWhileNotFinished", "RegexSubstitute", + "SaveAudioSimple", "SaveStrippedUTF8File", "ScaleByFactor", - "StripXML" + "ScaleToResolution", + "StartLoopTrigger", + "StripXML", + "VRwearePause", + "VRwearePauseLatent", + "VRweareResume", + "strftime" ], { "title_aux": "Stereoscopic" } ], + "https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [ + [ + "FossielCentralControlLite", + "FossielCentralControl_v2", + "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/Franck-Demongin/NX_HuggingFace_Flux": [ [ "HFFlux" @@ -6138,6 +7248,14 @@ "title_aux": "NX_Translator" } ], + "https://github.com/FranckyB/ComfyUI-Prompt-Manager": [ + [ + "PromptManager" + ], + { + "title_aux": "ComfyUI-Prompt-Manager" + } + ], "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [ [ "LoraAdaLNPatcher" @@ -6255,6 +7373,25 @@ "title_aux": "FM_nodes" } ], + "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": [ + [ + "ECHOCheckpointLoaderSimple", + "KSampler_A1111", + "NombreDelNodoFaltante" + ], + { + "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,20 +7417,6 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], - "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": [ - [ - "LightX2VConfigCombiner", - "LightX2VInferenceConfig", - "LightX2VLoRALoader", - "LightX2VMemoryOptimization", - "LightX2VModularInference", - "LightX2VQuantization", - "LightX2VTeaCache" - ], - { - "title_aux": "ComfyUI-Lightx2vWrapper" - } - ], "https://github.com/GACLove/ComfyUI-VFI": [ [ "CalculateLoadedFPS", @@ -6303,6 +7426,15 @@ "title_aux": "ComfyUI-VFI" } ], + "https://github.com/GENKAIx/PixelArt-Processing-Nodes-for-ComfyUI": [ + [ + "PixelArtDownscaleNode", + "PixelArtNode" + ], + { + "title_aux": "PixelArt Processing Nodes" + } + ], "https://github.com/GHOSTLXH/ComfyUI-Counternodes": [ [ "AlternatingOutput", @@ -6320,16 +7452,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,6 +7534,30 @@ "title_aux": "ComfyUI-SD3LatentSelectRes" } ], + "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [ + [ + "HttpTTSToAudio", + "TTSServerStatus" + ], + { + "title_aux": "ComfyUI-Text2Speech" + } + ], + "https://github.com/GeekatplayStudio/comfyui-hitem3d": [ + [ + "DynamicValueGenerator", + "HTMLPreviewer", + "HiTem3DConfigNode", + "HiTem3DDownloaderNode", + "HiTem3DHistoryNode", + "HiTem3DNode", + "HiTem3DPreviewNode", + "TextTemplate" + ], + { + "title_aux": "ComfyUI HiTem3D Integration" + } + ], "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": [ [ "GeekyKokoroAdvancedVoice", @@ -6431,6 +7602,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", @@ -6440,6 +7619,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", @@ -6473,6 +7661,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" @@ -6506,6 +7753,7 @@ "ReActorMaskHelper", "ReActorOptions", "ReActorRestoreFace", + "ReActorRestoreFaceAdvanced", "ReActorSaveFaceModel", "ReActorSetWeight", "ReActorUnload" @@ -6514,6 +7762,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", @@ -6565,7 +7829,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" @@ -6579,6 +7845,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", @@ -6588,6 +7862,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" @@ -6596,13 +7879,20 @@ "title_aux": "AuraSR-ComfyUI" } ], - "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [ + "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": [ [ - "PixelArtDownscaleNode", - "PixelArtNode" + "SILVER_FL_BooruBrowser" ], { - "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": [ @@ -6622,6 +7912,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", @@ -6739,6 +8038,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", @@ -6777,14 +8087,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": [ @@ -6821,6 +8131,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" @@ -6859,13 +8187,23 @@ "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 Paster", "Image Scale Bounding Box", "Make Inpaint Model", "Save Image w/o Metadata", - "Sympy Math Interpreter" + "Sympy Math Interpreter", + "Text Encode Wildcards" ], { "author": "AlexL", @@ -6885,9 +8223,8 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Normalization", - "Recenter", - "Recenter XL" + "Diffusion CG", + "Disable CG" ], { "title_aux": "Diffusion CG" @@ -6903,7 +8240,7 @@ ], "https://github.com/Haoming02/comfyui-resharpen": [ [ - "Resharpen" + "ReSharpen" ], { "title_aux": "ComfyUI ReSharpen" @@ -6990,6 +8327,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" @@ -7050,18 +8404,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": [ @@ -7120,19 +8468,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", @@ -7242,6 +9011,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", @@ -7254,6 +9048,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" @@ -7430,6 +9237,7 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": [ [ "CLIPTextEncodeStyles", + "ComputePadding", "JoinVideos", "MakeDrivingVideoForLivePortrait", "MakePortraitWalk", @@ -7540,7 +9348,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", @@ -7548,7 +9356,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": [ @@ -7561,15 +9369,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": [ @@ -7724,6 +9554,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", @@ -8048,6 +9887,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" @@ -8218,6 +10068,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", @@ -8250,9 +10114,11 @@ "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" @@ -8287,6 +10153,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", @@ -8296,6 +10171,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", @@ -8316,6 +10204,18 @@ "title_aux": "TIPO-extension" } ], + "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", @@ -8617,18 +10517,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" ], { @@ -8662,6 +10577,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" @@ -8729,26 +10679,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" @@ -8798,6 +10754,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", @@ -8822,15 +10788,6 @@ "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", @@ -8866,6 +10823,7 @@ "Texturaizer_GetIPAdapterData", "Texturaizer_GetImageData", "Texturaizer_GetJsonData", + "Texturaizer_GetKontextData", "Texturaizer_GetLoraData", "Texturaizer_GetMaterialTileData", "Texturaizer_GetModelName", @@ -8890,6 +10848,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", @@ -9138,6 +11153,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" @@ -9154,6 +11199,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", @@ -9163,21 +11217,27 @@ "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", + "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": [ @@ -9371,21 +11431,52 @@ ], "https://github.com/Ltamann/ComfyUI-TBG-ETUR": [ [ + "AddFluxFlow", + "ApplyFluxRaveAttention", + "ApplyRefFlux", + "ApplyRegionalConds", + "ConfigureModifiedFlux", + "CreateRegionalCond", "EdgePadNode", + "FlowEditForwardSampler", + "FlowEditGuider", + "FlowEditReverseSampler", + "FlowEditSampler", + "FluxAttnOverride", + "FluxDeGuidance", + "FluxForwardODESampler", + "FluxInverseSampler", + "FluxNoiseMixer", + "FluxReverseODESampler", + "InFluxFlipSigmas", + "InFluxModelSamplingPred", + "OutFluxModelSamplingPred", + "PAGAttention", + "PrepareAttnBank", + "RFDoubleBlocksOverride", + "RFSingleBlocksOverride", + "RegionalStyleModelApply", + "SEGAttention", "TBG_masked_attention" ], { "title_aux": "TBG_Enhanced Tiled Upscaler & Refiner FLUX PRO" } ], + "https://github.com/Ltamann/ComfyUI-TBG-SAM3": [ + [ + "TBGLoadSAM3Model", + "TBGSAM3ModelLoaderAdvanced", + "TBGSAM3PromptCollector", + "TBGSam3Segmentation" + ], + { + "title_aux": "ComfyUI-TBG-SAM3" + } + ], "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": [ [ - "BasicSchedulerNormalized", - "LogSigmaSamplerNode", - "LogSigmaStepSamplerNode", - "ModelSamplingFluxGradual", - "PolyExponentialSigmaAdder", - "TBG_FluxKontextStabilizer" + "TBG_Preview_Sender_WebSocked" ], { "title_aux": "TBG\u2019s ComfyUI Development Takeaways" @@ -9428,6 +11519,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" @@ -9537,16 +11637,42 @@ [ "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_InitNoiseOptimizer", + "MD_Qwen_Image_Edit_Object_Replacer_Node", + "MD_SelfCrossGuider", "MasteringChainNode", "NoiseDecayScheduler_Custom", - "PingPongSampler_Custom_FBG", + "PingPongSamplerNodeFBG", "PingPongSampler_Custom_Lite", "SceneGeniusAutocreator", - "SeedSaver", - "UniversalGuardian" + "SigmaConcatenate", + "SigmaSmooth", + "SmartColorPaletteManager", + "SmartFilenameBuilder", + "TextFileLoader", + "UniversalRoutingHubAdvanced", + "VLM_Confirmation_Gate_Node_MD", + "WildcardPromptBuilder", + "WorkflowSectionOrganizer" ], { "title_aux": "MD Nodes" @@ -9556,6 +11682,8 @@ [ "AudioVisualizer", "ColorfulStartingImage", + "LoadImagesFromPath", + "LoadRandomCheckpoint", "LoraTagLoader", "ResolutionSelector", "StringCleaning", @@ -9571,10 +11699,12 @@ "\u2728\ud83d\udcdd Groq ALM API - Transcribe", "\u2728\ud83d\udcf7 Groq VLM API", "\ud83c\udfa8 Colorful Starting Image", + "\ud83c\udfb2 Load Random Checkpoint", "\ud83c\udfb5\ud83d\udcca Audio Visualizer", "\ud83c\udff7\ufe0f LoRA Loader Prompt Tags", "\ud83d\udcbe Save Text File With Path", "\ud83d\udcc1 Get File Path", + "\ud83d\udcc2 Load Images From Path", "\ud83d\udcc5 Format Date Time", "\ud83d\udcd0 Resolution Image Size Selector", "\ud83d\udcdd Wildcard Processor", @@ -9583,7 +11713,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" ], { @@ -9604,6 +11735,7 @@ "AnyImagetoConditioning_flux_kontext_makki", "AutoLoop_create_pseudo_loop_video_makki", "BatchLoraLoader_makki", + "BooleanSplitter_makki", "Environment_INFO_makki", "GetImageNthCount_makki", "ImageChannelSeparate_makki", @@ -9614,6 +11746,7 @@ "MergeImageChannels_makki", "Prism_Mirage_makki", "UniversalInstaller_makki", + "get_folder_info_makki", "int_calculate_statistics_makki", "random_any_makki", "show_type_makki", @@ -9706,10 +11839,14 @@ "BadmanDesaturate", "BadmanDilateErodeMask", "BadmanIO", + "BadmanInjectLatentNoiseMasked", "BadmanIntUtil", "BadmanMaskBlur", + "BadmanSelectFromList", "BadmanStringSelect", "BadmanStringToInteger", + "BadmanWanOutpaintFrameCalculator", + "BadmanWanThreeFrameToVideo", "BadmanWildCardProcessor", "Badman_Blend", "Badman_ColorTransferLab", @@ -9750,6 +11887,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", @@ -9761,6 +11906,14 @@ "title_aux": "ComfyUI-DeanLogic" } ], + "https://github.com/MartinDeanMoriarty/ComfyUI-NumberToText": [ + [ + "NumberToTextNode" + ], + { + "title_aux": "ComfyUI-NumberToText" + } + ], "https://github.com/MaruPelkar/comfyui-conditioning-resizer": [ [ "ConditioningResizer" @@ -9803,23 +11956,37 @@ ], "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", + "wan22EmptyHunyuanLatentVideoMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -9857,6 +12024,17 @@ "title_aux": "SimpleToolsNodes" } ], + "https://github.com/Me-gumin/MeComfyuiEncrypt": [ + [ + "ChaosDecrypt", + "ChaosEncrypt", + "PNGDecryptNode", + "PNGEncryptNode" + ], + { + "title_aux": "MeComfyuiEncrypt" + } + ], "https://github.com/MeeeyoAI/ComfyUI_StringOps": [ [ "AddPrefixSuffix", @@ -9933,6 +12111,12 @@ "title_aux": "ComfyUI-OneForOne" } ], + "https://github.com/MergeBlockWeighted/fo_ComfyUI": [ + [ + "MergeBlockWeighted" + ], + {} + ], "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ [ "VideoReportData", @@ -9943,6 +12127,19 @@ "title_aux": "ComfyUI ZhipuAI Platform" } ], + "https://github.com/MichaelMaxAgent/comfyui_ML_nodes": [ + [ + "MLFrameRateResampler", + "MLFrameRateResampler_GPU", + "MLVideoRateConverter", + "SaveImageCleanMetadata", + "SaveImageNoMetadata", + "SaveVideoNoMetadata" + ], + { + "title_aux": "ComfyUI ML Nodes" + } + ], "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": [ [ "Sam2ContextSegmentation", @@ -10007,12 +12204,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" ], { @@ -10047,6 +12248,16 @@ "title_aux": "ComfyUI-FBCNN" } ], + "https://github.com/Mister-Link/link-comfy-nodes": [ + [ + "Farthest Color", + "Hex or 24 Bit Color", + "WAN Frame Calculator" + ], + { + "title_aux": "Link Comfy Nodes" + } + ], "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": [ [ "PreviewSdlImage", @@ -10079,6 +12290,36 @@ "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/MohammadAboulEla/ComfyUI-iTools": [ [ "iToolsAddOverlay", @@ -10259,6 +12500,29 @@ "title_aux": "ComfyUI-StableAudioOpen" } ], + "https://github.com/MoonMoon82/ClipVision_Tools": [ + [ + "CalcEmbeds", + "CompareEmbeds", + "Cond2Embeds", + "EditDB", + "EditResults", + "EmbedsInfo", + "FolderScores", + "GenerateDB", + "ImageSearcher", + "LoadDB", + "ResultBrowser", + "ResultBrowserAdvanced", + "ResultCombiner", + "ResultSubtract", + "ScaleEmbeds", + "testnode1" + ], + { + "title_aux": "ClipVision_Tools" + } + ], "https://github.com/MovieLabs/comfyui-movielabs-util": [ [ "PublishAsset", @@ -10320,6 +12584,14 @@ "title_aux": "Zenkai-POML for ComfyUI" } ], + "https://github.com/MushroomFleet/DJZ-Pedalboard": [ + [ + "DJZ_Pedalboard" + ], + { + "title_aux": "DJZ-Pedalboard" + } + ], "https://github.com/MuziekMagie/ComfyUI-Matchering": [ [ "Matchering", @@ -10402,6 +12674,7 @@ "RTXRemixRemoveLayer", "RTXRemixRestAPIDetails", "RTXRemixSaveLayer", + "RTXRemixSaveTexture", "RTXRemixSetEditTarget", "RTXRemixSetTexture", "RTXRemixStartContext", @@ -10465,12 +12738,15 @@ "title_aux": "ComfyUI-NS-Util" } ], - "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": [ + "https://github.com/NeoDroleDeGueule/NDDG_Great_Nodes": [ [ - "ImageLatentMixer" + "GreatConditioningModifier", + "GreatRandomOrganicGradientNode", + "ImageBlendNode", + "InteractiveOrganicGradientNode" ], { - "title_aux": "comfyui-image-mixer" + "title_aux": "NDDG_Great_Nodes" } ], "https://github.com/NeoGriever/ComfyUI-NeoGriever": [ @@ -10549,26 +12825,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" ], { @@ -10665,6 +12973,17 @@ "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", @@ -10675,6 +12994,15 @@ "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" @@ -10793,6 +13121,14 @@ "title_aux": "Allor Plugin" } ], + "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": [ + [ + "Image2Prompt" + ], + { + "title_aux": "ComfyUI-NudeJS-Image2Prompt" + } + ], "https://github.com/Nuked88/ComfyUI-N-Nodes": [ [ "CLIPTextEncodeAdvancedNSuite [n-suite]", @@ -10859,6 +13195,15 @@ "title_aux": "Efficiency Nodes ExtendeD" } ], + "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", @@ -10894,7 +13239,13 @@ ], "https://github.com/OneThingAI/ComfyUI_Onething_Image": [ [ - "OneThingAILoader" + "OneThingAILoader", + "OnethingAIFlux", + "OnethingAIImageGemini", + "OnethingAIImageHunyuan", + "OnethingAIImageOpenAI", + "OnethingAIImageSeedream", + "OnethingAIImageWanxiang" ], { "title_aux": "ComfyUI OneThing AI Node" @@ -10918,6 +13269,15 @@ "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", @@ -10930,6 +13290,35 @@ "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": [ [ "Load Artists CSV", @@ -11039,6 +13428,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" @@ -11049,7 +13454,7 @@ ], "https://github.com/PenguinTeo/Comfyui-GeminiBanana": [ [ - "GeminiFlash25Node" + "Gemini3ImageNode" ], { "title_aux": "GeminiBanana for ComfyUI" @@ -11103,6 +13508,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", @@ -11133,22 +13550,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" ], @@ -11181,6 +13603,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", @@ -11228,12 +13661,23 @@ [ "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_Save_Text_File", "FRED_Simplified_Parameters_Panel", "FRED_Text_to_XMP", + "FRED_UNETLoaderWithName", "FRED_WildcardConcat_Dynamic" ], { @@ -11253,6 +13697,199 @@ "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": [ + [ + "GeomPackBooleanOp", + "GeomPackCheckNormals", + "GeomPackCombineMeshes", + "GeomPackComputeNormals", + "GeomPackCreatePrimitive", + "GeomPackDetectSelfIntersections", + "GeomPackExtractSkeleton", + "GeomPackFillHoles", + "GeomPackFixNormals", + "GeomPackFixSelfIntersectionsByPerturbation", + "GeomPackFixSelfIntersectionsByRemoval", + "GeomPackLoadMesh", + "GeomPackLoadMeshBatch", + "GeomPackLoadMeshBlend", + "GeomPackLoadMeshFBX", + "GeomPackMeshFromSkeleton", + "GeomPackMeshInfo", + "GeomPackMeshQuality", + "GeomPackMeshToMeshDistance", + "GeomPackMeshToPointCloud", + "GeomPackPointToMeshDistance", + "GeomPackPreviewMesh", + "GeomPackPreviewMeshDual", + "GeomPackPreviewMeshUV", + "GeomPackPreviewMeshVTK", + "GeomPackPreviewMeshVTKBatch", + "GeomPackReconstructSurface", + "GeomPackRefineMesh", + "GeomPackRemesh", + "GeomPackRemeshSelfIntersections", + "GeomPackRemeshWithTexture", + "GeomPackSaveMesh", + "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", + "SAM3InteractiveSegmentation", + "SAM3PointCollector", + "SAM3Propagate", + "SAM3Segmentation", + "SAM3VideoModelLoader", + "SAM3VideoOutput", + "SAM3VideoSegmentation" + ], + { + "title_aux": "ComfyUI-SAM3" + } + ], + "https://github.com/PozzettiAndrea/ComfyUI-SAM3DBody": [ + [ + "LoadSAM3DBodyModel", + "SAM3DBodyAddMeshToSkeleton", + "SAM3DBodyExportFBX", + "SAM3DBodyExportMesh", + "SAM3DBodyGetVertices", + "SAM3DBodyLoadMesh", + "SAM3DBodyLoadSkeleton", + "SAM3DBodyPreviewRiggedMesh", + "SAM3DBodyPreviewSkeleton", + "SAM3DBodyProcess", + "SAM3DBodyProcessAdvanced", + "SAM3DBodySaveSkeleton", + "SAM3DBodySelectMesh", + "SAM3DBodyVisualize" + ], + { + "title_aux": "ComfyUI-SAM3DBody" + } + ], "https://github.com/PressWagon/ComfyUI-StringsAndThings": [ [ "DebugString", @@ -11310,6 +13947,15 @@ "title_aux": "ComfyUI_pytorch360convert" } ], + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert_video": [ + [ + "Create360SweepVideoFramesNode", + "Create360SweepVideoFramesTensorNode" + ], + { + "title_aux": "ComfyUI_pytorch360convert_video" + } + ], "https://github.com/PrunaAI/ComfyUI_pruna": [ [ "CacheModelAdaptive", @@ -11413,6 +14059,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" @@ -11431,7 +14085,8 @@ "SaveAudioOpusExtended", "SaveImageExtended", "SaveVideoExtended", - "SaveWEBMExtended" + "SaveWEBMExtended", + "SaveWorkflowExtended" ], { "title_aux": "comfyui-save-file-extended" @@ -11546,6 +14201,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" @@ -11629,10 +14293,11 @@ ], "https://github.com/Rizzlord/ComfyUI-RizzNodes": [ [ - "RizzAnything", + "RizzAlphaMargin", "RizzBatchImageLoader", "RizzBlur", "RizzChannelPack", + "RizzChannelSplit", "RizzClean", "RizzCropAndScaleFromMask", "RizzDynamicPromptGenerator", @@ -11641,7 +14306,8 @@ "RizzLoadLatestMesh", "RizzModelBatchLoader", "RizzPasteAndUnscale", - "RizzUpscaleImageBatch" + "RizzUpscaleImageBatch", + "SimplifyMesh" ], { "title_aux": "ComfyUI-RizzNodes" @@ -11710,11 +14376,19 @@ "https://github.com/Runware/ComfyUI-Runware": [ [ "Runware API Manager", + "Runware Accelerator Options", + "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", @@ -11722,29 +14396,62 @@ "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", + "RunwareAudioInferenceInputs", + "RunwareBriaProviderSettings", + "RunwareBytedanceProviderSettings", "RunwareFrameImages", + "RunwareKlingProviderSettings", + "RunwareLightricksProviderSettings", + "RunwareLumaProviderSettings", + "RunwareMidjourneyProviderSettings", + "RunwareMiniMaxProviderSettings", "RunwareOpenAIProviderSettings", "RunwarePixverseProviderSettings", - "RunwareProviderSettings", + "RunwareRunwayProviderSettings", + "RunwareSafetyInputs", + "RunwareVectorize", + "RunwareVideoAdvancedFeatureInputs", + "RunwareVideoBgRemoval", + "RunwareVideoInputsFrameImages", + "RunwareVideoInputsReferences", + "RunwareVideoUpscaler", "txt2vid" ], { @@ -11806,18 +14513,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", @@ -11828,7 +14567,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" @@ -11836,25 +14580,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" @@ -12013,6 +14764,15 @@ "title_aux": "ComfyUI-Qwen-VL" } ], + "https://github.com/Saganaki22/ComfyUI-Maya1_TTS": [ + [ + "Maya1TTS_Barebones", + "Maya1TTS_Combined" + ], + { + "title_aux": "Maya1 TTS" + } + ], "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [ [ "Seedream4_Replicate" @@ -12021,6 +14781,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" @@ -12062,6 +14831,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", @@ -12106,11 +14886,29 @@ "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", + "SaveWorkflowAndShutdown", + "SplitBatchWithPrefix", + "WildcardManager" ], { "title_aux": "Santodan Random LoRA Node" @@ -12130,7 +14928,9 @@ ], "https://github.com/SatadalAI/SATA_UtilityNode": [ [ + "ImageSaveWithMetadata", "Prompt_Machine", + "Resolution_Machine", "Upscale_Machine" ], { @@ -12220,6 +15020,26 @@ "title_aux": "ComfyUI-DiffusersLoader" } ], + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": [ + [ + "Brightness", + "Contrast", + "DepthDOF", + "DualEaseCosineScheduler", + "EmptyLatent", + "Exposure", + "ImageTransform", + "MaskProcessor", + "MaskTransform", + "RAMPreviewImage", + "Saturation", + "SigmaVisualizer", + "Temperature" + ], + { + "title_aux": "WtlNodes" + } + ], "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [ [ "OllamaCLIPTextEncode", @@ -12243,6 +15063,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", @@ -12368,6 +15230,14 @@ "title_aux": "SeargeSDXL" } ], + "https://github.com/Seb-Lis/comfyui-image-labeler": [ + [ + "AddTextLabel" + ], + { + "title_aux": "comfyui-image-labeler" + } + ], "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": [ [ "WebpToPngSequence" @@ -12376,6 +15246,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" @@ -12400,25 +15279,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", @@ -12430,6 +15290,45 @@ "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" + ], + { + "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", @@ -12487,8 +15386,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" ], { @@ -12946,6 +15857,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", @@ -13255,6 +16175,35 @@ "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/Stability-AI/ComfyUI-SAI_API": [ [ "Stability Conservative Upscale", @@ -13468,6 +16417,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", @@ -13479,6 +16429,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", @@ -13595,6 +16546,14 @@ "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", @@ -13610,14 +16569,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" @@ -13631,23 +16596,28 @@ "FluxStartSettings", "Fluxstarsampler", "OllamaModelChooser", + "QwenImageStartSettings", "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", "Star Face Loader", "Star3LoRAs", + "StarApplyOverlayDepth", "StarConditioningLoader", "StarConditioningSaver", "StarDeleteSamplerSettings", "StarDenoiseSlider", "StarDivisibleDimension", + "StarDuplicateModelFinder", "StarEasyTextStorage", "StarFiveWildcards", "StarFrameFromVideo", + "StarGeminiRefiner", "StarGridCaptionsBatcher", "StarGridComposer", "StarGridImageBatcher", "StarIconExporter", + "StarImageEditQwenKontext", "StarImageLoader1by1", "StarImageSwitch", "StarImageSwitch2", @@ -13659,13 +16629,26 @@ "StarInfiniteYouSaver", "StarLatentSwitch", "StarLoadSamplerSettings", + "StarNanoBanana", "StarNewsScraper", + "StarOllamaSysprompterJC", "StarPSDSaver", "StarPSDSaver2", "StarPaletteExtractor", + "StarQwenEditEncoder", + "StarQwenEditPlusConditioner", + "StarQwenImageEditInputs", + "StarQwenImageRatio", + "StarQwenRebalancePrompter", + "StarQwenRegionalPrompter", + "StarQwenWanRatio", "StarRandomImageLoader", + "StarSDUpscaleRefiner", + "StarSampler", + "StarSaveFolderString", "StarSavePanoramaJPEG", "StarSaveSamplerSettings", + "StarSimpleFilters", "StarTextFilter", "StarTextInput", "StarWildcardsAdvanced", @@ -13680,6 +16663,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" @@ -14144,6 +17135,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" @@ -14391,7 +17424,8 @@ "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": [ [ "FensTokenCounter", - "OptiEmptyLatent" + "OptiEmptyLatent", + "OptiEmptyLatentAdvanced" ], { "title_aux": "Fens-Simple-Nodes" @@ -14421,6 +17455,7 @@ "StringToolsBalancedChoice", "StringToolsConcat", "StringToolsRandomChoice", + "StringToolsSeed", "StringToolsString", "StringToolsText" ], @@ -14592,6 +17627,22 @@ "title_aux": "ComfyUI-Unprompted" } ], + "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", @@ -14603,21 +17654,57 @@ "title_aux": "RisuTools" } ], + "https://github.com/TianDongL/Blind_watermark_Comfyui": [ + [ + "WatermarkEmbedImage", + "WatermarkEmbedText", + "WatermarkExtractImage", + "WatermarkExtractText", + "WatermarkQRCodeDecoder", + "WatermarkQRCodeGenerator" + ], + { + "title_aux": "Blind_watermark_Comfyui" + } + ], "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" @@ -14715,6 +17802,38 @@ "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", + "PromptLoraMatcher" + ], + { + "title_aux": "LoRA Matcher Nodes for ComfyUI" + } + ], "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ [ "Object Mask" @@ -14819,6 +17938,14 @@ "title_aux": "ComfyUI Neural Network Latent Upscale" } ], + "https://github.com/TuriSc/comfyui-text-line-selector": [ + [ + "TextLineSelectorNode" + ], + { + "title_aux": "Text Line Selector" + } + ], "https://github.com/TylerZoro/SD3-Scaling": [ [ "SD3ImageScaleToTotalPixels" @@ -14843,6 +17970,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", @@ -14919,6 +18054,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" @@ -15010,13 +18153,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": [ @@ -15031,6 +18180,7 @@ "VrchAudioRecorderNode", "VrchAudioSaverNode", "VrchAudioVisualizerNode", + "VrchAudioWebSocketChannelLoaderNode", "VrchAudioWebViewerNode", "VrchBPMDetectorNode", "VrchBooleanKeyControlNode", @@ -15043,6 +18193,7 @@ "VrchFloatRemapNode", "VrchGamepadLoaderNode", "VrchImageChannelLoaderNode", + "VrchImageFallbackNode", "VrchImageFlipBookWebViewerNode", "VrchImagePreviewBackgroundNewNode", "VrchImagePreviewBackgroundNode", @@ -15121,6 +18272,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" @@ -15131,8 +18297,9 @@ ], "https://github.com/WASasquatch/FreeU_Advanced": [ [ - "FreeU (Advanced)", - "FreeU_V2 (Advanced)" + "WAS_FreeU", + "WAS_FreeU_V2", + "WAS_PostCFGShift" ], { "title_aux": "FreeU_Advanced" @@ -15178,7 +18345,15 @@ "KSamplerSeq2", "VAEEncodeForInpaint (WAS)", "VividSharpen", - "VividSharpenV2" + "VividSharpenV2", + "WASApplyLUT", + "WASChannelWaveform", + "WASCombineLUT", + "WASLoadLUT", + "WASMoEConditioningListAppend", + "WASSaveLUT", + "WASTiledImageUpscaleWithModel", + "WASWan22MoESamplerCtx" ], { "title_aux": "WAS_Extras" @@ -15189,6 +18364,7 @@ "FUSEGenericKSampler", "FUSEKSampler", "FUSESamplerMaskOptions", + "FUSEVideoKSampler", "FUSEYOLOSettings" ], { @@ -15214,15 +18390,18 @@ "WASLatentAffineCommonOptions", "WASLatentAffineOptions", "WASLatentAffineSimple", + "WASLatentUpscale", + "WASMultiBandNoiseApply", "WASPerlinOptions", "WASPoissonBlueOptions", "WASRingNoiseOptions", "WASSmoothRegionOptions", "WASTileLinesOptions", - "WASUltimateCustomAdvancedAffine", - "WASUltimateCustomAdvancedAffineCustom", "WASUltimateCustomAdvancedAffineNoUpscale", + "WASUltimateCustomAdvancedAffineNoUpscaleLatent", "WASVelvetOptions", + "WASWANVAEDecode", + "WASWANVAEEncode", "WASWorleyEdgesOptions" ], { @@ -15237,6 +18416,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" @@ -15257,6 +18447,7 @@ "InstaCSeed", "InstaCText", "InstaCTextML", + "InstaFileExist", "InstaLoadImageLocal", "InstaLoadImageWithMask", "InstaPromptMultipleStyleSelector", @@ -15290,6 +18481,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", @@ -15346,12 +18547,14 @@ "WarpedHunyuanLoraConvert", "WarpedHunyuanLoraConvertKeys", "WarpedHunyuanLoraConvertKeys2", + "WarpedHunyuanLoraConvertToMusubi", "WarpedHunyuanLoraMerge", "WarpedHunyuanMultiLoraAvgMerge", "WarpedHunyuanMultiLoraLoader", "WarpedHunyuanMultiLoraMerge", "WarpedHunyuanMultiLoraMixer", "WarpedHunyuanMultiLoraMixerExt", + "WarpedHunyuanMultiLoraMixerUlt", "WarpedHunyuanVideoLoraLoader", "WarpedImageNoiseAugmentation", "WarpedImageScaleToSide", @@ -15379,8 +18582,10 @@ "WarpedSamplerScripts8", "WarpedSaveAnimatedPng", "WarpedSaveImageCaption", + "WarpedSingleEncoder", "WarpedUpscaleWithModel", "WarpedVAELoader", + "WarpedWan22MergeLoaderGGUF", "WarpedWanImageToVideo", "WarpedWanLoadAndEditLoraBlocks", "WarpedWanLoraMerge" @@ -15432,6 +18637,7 @@ "WaveSpeedAI KwaivgiKlingV21I2vProNode", "WaveSpeedAI KwaivgiKlingV21I2vStandardNode", "WaveSpeedAI KwaivgiKlingV21T2vMasterNode", + "WaveSpeedAI Loras Config", "WaveSpeedAI LtxVideoV097I2V480pNode", "WaveSpeedAI LtxVideoV097I2V720pNode", "WaveSpeedAI MMAudioV2Node", @@ -15447,6 +18653,9 @@ "WaveSpeedAI SeedreamV3Node", "WaveSpeedAI SkyReelsV1Node", "WaveSpeedAI Step1xEditNode", + "WaveSpeedAI Task Create", + "WaveSpeedAI Task Status", + "WaveSpeedAI Task Submit", "WaveSpeedAI UnoNode", "WaveSpeedAI Upload Audio", "WaveSpeedAI Upload Image", @@ -15522,6 +18731,7 @@ "WF_FixupPixelArt", "WF_MultilineText", "WF_RandomStyle", + "WF_RefineToggle", "WF_ResolutionSDXL", "WF_TextFlow" ], @@ -15545,6 +18755,35 @@ "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": [ + [ + "Qwen25Caption", + "Qwen25CaptionBatch", + "Qwen3Caption", + "Qwen3CaptionBatch", + "StringToBbox", + "StringToSam3Box" + ], + { + "title_aux": "ComfyUI_QwenVL_PromptCaption" + } + ], "https://github.com/X-School-Academy/X-FluxAgent": [ [ "X-FluxAgent.AICodeGenNode", @@ -15786,12 +19025,14 @@ "ApplyStyleModelEnhanced", "ApplyStyleModelSimple", "BatchImagesNode", - "FrameCalculator", "FrameCalculatorAudio", + "FrameCalculatorVideo", + "GetResolutionImage", "InpaintConditioningNode", "InpaintFluxKontextConditioning", "Prepimg2Vid", "RemoveBackgroundNode", + "ShowAnyDataType", "StitchImages", "StitchImagesAndMask", "TextFieldNode", @@ -15810,7 +19051,16 @@ "ImageColorMatch", "ImageSizeBySide", "IterativeUpscaleWithModelsNode", - "LoraLoaderStack" + "LoraLoaderStack", + "NoiseInversion", + "SpotDiffusionParams", + "TiledDiffusion", + "TiledVAEDecode", + "TiledVAEEncode", + "UtilRepeatImages", + "WanVideoControlnet", + "WanVideoControlnetLoader", + "WanVideoNAG" ], { "title_aux": "Yaser-nodes for ComfyUI" @@ -15821,22 +19071,18 @@ "Base64ListToImages", "Base64VideoToImages", "CreateBlankFrames", + "ImageBatchAssembler", "ImageFrameSelector", + "ImagesToBase64List", "ImagesToBase64Video", - "MultiImageInserter" + "MultiImageInserter", + "WanVideoLatentInsertFrames", + "WanVideoLatentZeroFrames" ], { "title_aux": "ComfyUI Image to Video Inserter" } ], - "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ - [ - "MergeBlockWeighted" - ], - { - "title_aux": "MergeBlockWeighted_fo_ComfyUI" - } - ], "https://github.com/Yo1up/Diffusion-Model-Detailer": [ [ "Detailer" @@ -16459,9 +19705,9 @@ "ImageBatchLoader", "ImageBatchSaver", "LoraBatchLoader", - "SimpleImageTagger", "TXTBatchLoader", - "TextModifyTool" + "TextModifyTool", + "VideoBatchSaver" ], { "title_aux": "ComfyUI-Batch-Process" @@ -16469,16 +19715,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" @@ -16632,6 +19876,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" @@ -16700,6 +19977,14 @@ "title_aux": "Prompt PostProcessor" } ], + "https://github.com/adambarbato/ComfyUI-Sa2VA": [ + [ + "Sa2VANodeTpl" + ], + { + "title_aux": "Sa2VA Segmentation" + } + ], "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ [ "DownloadLinkChecker", @@ -16837,6 +20122,14 @@ "title_aux": "ComfyUI Utilitools Nodes" } ], + "https://github.com/aesethtics/comfyui-3d-model-viewer": [ + [ + "ThreeDModelViewer" + ], + { + "title_aux": "ComfyUI 3D Model Viewer" + } + ], "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": [ [ "MotorwayFloat", @@ -16858,6 +20151,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", @@ -16995,14 +20310,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" @@ -17032,8 +20361,17 @@ "JsonLoads", "QwenLatentImage", "ReadFileToString", + "Seededit3", + "Seedream3Txt2Img", + "Seedream4Img2Img", + "Seedream4Txt2Img", "SplitString", - "Translate" + "Translate", + "VolcengineChat", + "VolcengineChatOption", + "VolcengineImageOption", + "VolcengineImg2Img", + "VolcengineTxt2Img" ], { "title_aux": "ComfyUI_NYJY" @@ -17071,10 +20409,12 @@ "CogVideoXFunInpaintSampler", "CogVideoXFunT2VSampler", "CogVideoXFunV2VSampler", + "CombineQwenImagePipeline", "CombineWan2_2Pipeline", "CombineWan2_2VaceFunPipeline", "CombineWanPipeline", "CreateTrajectoryBasedOnKJNodes", + "FunAttention", "FunCompile", "FunRiflex", "FunTextBox", @@ -17082,6 +20422,12 @@ "ImageMaximumNode", "LoadCogVideoXFunLora", "LoadCogVideoXFunModel", + "LoadQwenImageLora", + "LoadQwenImageModel", + "LoadQwenImageProcessor", + "LoadQwenImageTextEncoderModel", + "LoadQwenImageTransformerModel", + "LoadQwenImageVAEModel", "LoadVaceWanTransformer3DModel", "LoadWan2_2FunLora", "LoadWan2_2FunModel", @@ -17097,6 +20443,8 @@ "LoadWanTextEncoderModel", "LoadWanTransformerModel", "LoadWanVAEModel", + "QwenImageEditSampler", + "QwenImageT2VSampler", "VideoToCanny", "VideoToDepth", "VideoToOpenpose", @@ -17161,6 +20509,7 @@ "Comfly_Mj_swap_face", "Comfly_Mju", "Comfly_Mjv", + "Comfly_api_set", "Comfly_gpt_image_1", "Comfly_gpt_image_1_edit", "Comfly_kling_image2video", @@ -17171,10 +20520,21 @@ "Comfly_mj_video_extend", "Comfly_mjstyle", "Comfly_nano_banana", + "Comfly_nano_banana2_edit", "Comfly_nano_banana_edit", "Comfly_nano_banana_fal", "Comfly_qwen_image", "Comfly_qwen_image_edit", + "Comfly_sora2", + "Comfly_sora2_character", + "Comfly_sora2_chat", + "Comfly_sora2_openai", + "Comfly_suno_cover", + "Comfly_suno_custom", + "Comfly_suno_description", + "Comfly_suno_lyrics", + "Comfly_suno_upload", + "Comfly_suno_upload_extend", "Comfly_upload", "Comfly_video_extend" ], @@ -17192,6 +20552,16 @@ "title_aux": "comfyui-labs-google" } ], + "https://github.com/aining2022/ComfyUI_Swwan": [ + [ + "LayerUtility: CropByMask V2", + "LayerUtility: ImageScaleByAspectRatio V2", + "LayerUtility: RestoreCropBox" + ], + { + "title_aux": "ComfyUI_Swwan" + } + ], "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [ [ "ASVL" @@ -17344,6 +20714,14 @@ "title_aux": "ComfyUI-X-Portrait-Nodes" } ], + "https://github.com/akawana/ComfyUI-Keybinding-extra": [ + [ + "TextCleanerSplitter" + ], + { + "title_aux": "Keybinding Extra" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -17409,12 +20787,31 @@ "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": [ @@ -17427,6 +20824,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", @@ -17446,13 +20851,16 @@ "DanbooruPopularPostsTagsRetriever", "DanbooruPostTagsRetriever", "DanbooruRelatedTagsRetriever", + "DownloadImage", "FilterSubtags", "FilterTags", "FixBreakAfterTIPO", "GeminiInference", "OllamaInference", "ProcessTags", + "RemoveWeights", "ReplaceUnderscores", + "SaveImageWithText", "SignalSwitch", "TextEditingInference", "TokenAnalyzer", @@ -17473,11 +20881,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" @@ -17527,8 +20938,10 @@ ], "https://github.com/alexcong/ComfyUI_QwenVL": [ [ + "Qwen", "Qwen2.5", - "Qwen2.5VL" + "Qwen2.5VL", + "QwenVL" ], { "title_aux": "Qwen2-VL wrapper for ComfyUI" @@ -17570,12 +20983,15 @@ "BlenderInputLoadDiffusionModel", "BlenderInputLoadImage", "BlenderInputLoadLora", + "BlenderInputLoadMask", + "BlenderInputSampler", "BlenderInputSeed", "BlenderInputString", "BlenderInputStringMultiline", "BlenderOutputDownload3D", "BlenderOutputSaveGlb", - "BlenderOutputSaveImage" + "BlenderOutputSaveImage", + "BlenderOutputString" ], { "title_aux": "ComfyUI-Blender" @@ -17594,6 +21010,86 @@ "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": [ + [ + "XJFloatRangeList", + "XJImageGrid", + "XJImageListFilter", + "XJImageRandomTransform", + "XJImageScaleCalc", + "XJImageScaleMegapixel", + "XJImageTransform", + "XJIntOffset", + "XJIntegerDecrement", + "XJIntegerIncrement", + "XJJSONExtractor", + "XJLoadImageByPath", + "XJLoadImageWithMetadata", + "XJLoadImagesFromDirBatch", + "XJLoadImagesFromDirList", + "XJOneImageFromBatch", + "XJRandomImagesFromBatch", + "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", @@ -17609,6 +21105,16 @@ "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", @@ -17739,6 +21245,74 @@ "title_aux": "Dream Video Batches" } ], + "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": [ + [ + "ArchAi3D_Average_Color", + "ArchAi3D_Cinematography_Prompt_Builder", + "ArchAi3D_Clean_Room_Prompt", + "ArchAi3D_Color_Correction_Advanced", + "ArchAi3D_Color_Correction_BT709", + "ArchAi3D_Mask_Crop_Rotate", + "ArchAi3D_Mask_To_Position_Guide", + "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_Position_Guide_Prompt_Builder", + "ArchAi3D_Qwen_Camera_View_Selector", + "ArchAi3D_Qwen_Colorization", + "ArchAi3D_Qwen_DX8152_Camera_LoRA", + "ArchAi3D_Qwen_Encoder", + "ArchAi3D_Qwen_Encoder_Simple", + "ArchAi3D_Qwen_Encoder_V2", + "ArchAi3D_Qwen_Encoder_V3", + "ArchAi3D_Qwen_Environment_Navigator", + "ArchAi3D_Qwen_Exterior_Focus", + "ArchAi3D_Qwen_Exterior_Navigation", + "ArchAi3D_Qwen_Exterior_View_Control", + "ArchAi3D_Qwen_Image_Scale", + "ArchAi3D_Qwen_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_Simple_Position_Prompt", + "ArchAi3D_Solid_Color_Image", + "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/an90ray/ComfyUI_RErouter_CustomNodes": [ [ "CLIPTextEncode (RE)", @@ -17811,6 +21385,14 @@ "title_aux": "Handy Node ComfyUI" } ], + "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": [ + [ + "Placeholder Replacer By ID" + ], + { + "title_aux": "Placeholder-Replacer-By-ID" + } + ], "https://github.com/annewj023/Comfyui_google_nano": [ [ "GoogleNanoNode" @@ -17828,6 +21410,15 @@ "title_aux": "DaimalyadNodes" } ], + "https://github.com/apenguin24/ComfyUI-WanKeyframing": [ + [ + "LoadImagesFromDirectory", + "WanKeyframeToVideo" + ], + { + "title_aux": "ComfyUI-WanKeyframing" + } + ], "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "SageSetWildcardText", @@ -17884,11 +21475,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", @@ -17902,7 +21504,9 @@ "Sage_SchedulerSelector", "Sage_SetText", "Sage_SetTextWithInt", + "Sage_SingleCLIPTextEncode", "Sage_SixLoraStack", + "Sage_SystemPrompt", "Sage_TextRandomLine", "Sage_TextSelectLine", "Sage_TextSubstitution", @@ -17918,15 +21522,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", @@ -18027,6 +21649,14 @@ "title_aux": "Hunyuan-Multi-Lora-Loader" } ], + "https://github.com/ashtar1984/comfyui-find-perfect-resolution": [ + [ + "FindPerfectResolution" + ], + { + "title_aux": "comfyui-find-perfect-resolution" + } + ], "https://github.com/asutermo/ComfyUI-Flux-TryOff": [ [ "TryOffFluxFillModelNode", @@ -18215,6 +21845,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", @@ -18326,6 +21967,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", @@ -18560,6 +22212,7 @@ "VACEControlImageCombine", "VACEPromptCheckTotalFrame", "VACEPromptCombine", + "VaceFunLongVideo", "VaceLongVideo" ], { @@ -18586,6 +22239,8 @@ ], "https://github.com/bedovyy/ComfyUI_NAIDGenerator": [ [ + "AnlasTrackerNAID", + "CharacterReferenceOptionNAID", "ColorizeNAID", "DeclutterNAID", "EmotionNAID", @@ -18723,6 +22378,14 @@ "title_aux": "Comfy-Pack" } ], + "https://github.com/bgreene2/ComfyUI-Hunyuan-Image-3": [ + [ + "HunyuanImage3" + ], + { + "title_aux": "ComfyUI-Hunyuan-Image-3" + } + ], "https://github.com/bhvbhushan/ComfyUI-LoRABlockWeight": [ [ "HierarchicalLoRAWeightEditor", @@ -19160,6 +22823,14 @@ "title_aux": "ComfyUI_sloppy-comic" } ], + "https://github.com/blob8/ComfyUI_video-image-motion-transfer": [ + [ + "VideoImageWarp" + ], + { + "title_aux": "ComfyUI_video-image-motion-transfer" + } + ], "https://github.com/blovett80/ComfyUI-PixelDojo": [ [ "PixelDojoAPI" @@ -19213,6 +22884,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", @@ -19259,9 +22982,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", + "LoadUpscaleModelFromUrlOrPath", + "LoadVideoFromUrlOrPath", "LoadVideoLoraFromUrlOrPath", "LoadVideoLoraFromUrlOrPathSelect" ], @@ -19379,6 +23112,26 @@ "title_aux": "ComfyUI-Bori-QwenImageResolutions" } ], + "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/bradsec/ComfyUI_ResolutionSelector": [ [ "ResolutionSelector" @@ -19430,6 +23183,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" @@ -19491,6 +23256,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", @@ -19566,6 +23339,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", @@ -19600,10 +23392,12 @@ "https://github.com/burnsbert/ComfyUI-EBU-Workflow": [ [ "EbuAppendToFile", + "EbuComputeImageUpscale", "EbuDecodeNewLines", "EbuEncodeNewLines", "EbuFileListCache", "EbuGetImageAspectRatio", + "EbuGetImageAspectRatioFromImage", "EbuImageWaitForImage", "EbuModelWaitForImage", "EbuReadFromFile", @@ -19786,36 +23580,32 @@ "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", "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", "Data_Highway", @@ -19826,36 +23616,51 @@ "Data_preset_save", "Data_sampleData", "Data_select", - "IO_adjust_image", + "Easy_QwenEdit2509", "IO_clear_cache", + "IO_getFilePath", + "IO_image_select", "IO_input_any", "IO_inputbasic", + "IO_inputfile", "IO_load_anyimage", + "IO_outputfile", "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_merge2image", + "Image_pad_adjust", + "Image_pad_adjust_restore", + "Image_pad_keep", + "Image_precision_Converter", + "Image_smooth_blur", "Image_solo_crop", "Image_solo_stitch", + "Image_target_adjust", "Image_transform_layer", - "Image_transform_solo", "Mask_Detect_label", "Mask_Remove_bg", "Mask_face_detect", "Mask_image2mask", "Mask_math", + "Mask_simple_adjust", "Mask_splitMask", "Mask_splitMask_by_color", "Mask_split_mulMask", @@ -19863,23 +23668,43 @@ "Model_Preset_Unpack", "Model_Preset_pack", "Stack_CN_union", + "Stack_CN_union3", "Stack_ControlNet", "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_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", @@ -19891,9 +23716,9 @@ "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", @@ -19909,38 +23734,35 @@ "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_adjust_HDR", "color_adjust_HSL", - "color_adjust_WB_balance", - "color_adjust_light", + "color_balance_adv", "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", @@ -19948,15 +23770,26 @@ "excel_column_diff", "excel_imgEditor_helper", "excel_insert_image", + "excel_insert_image_easy", + "excel_object", "excel_qwen_artistic", "excel_qwen_font", "excel_read", + "excel_read_easy", "excel_roles", "excel_row_diff", "excel_search_data", "excel_write_data", + "excel_write_data_easy", + "flow_QueueTrigger", + "flow_ValueReceiver", + "flow_ValueSender", "flow_auto_pixel", + "flow_case_tentor", "flow_judge", + "flow_low_gpu", + "flow_sch_control", + "flow_switch", "img_effect_CircleWarp", "img_effect_Liquify", "img_effect_Load", @@ -19964,33 +23797,23 @@ "img_effect_WaveWarp", "latent_Image2Noise", "latent_chx_noise", - "latent_ratio", "lay_ImageGrid", "lay_MaskGrid", - "lay_compare_img", "lay_edge_cut", - "lay_fill_inpaint", "lay_image_grid_note", - "lay_images_free_layout", "lay_imgCanvas", + "lay_mul_image", "lay_text_sum", - "lay_texture_Offset", - "list_ListGetByIndex", "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", @@ -19999,17 +23822,20 @@ "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", "pre_ic_light_sd15", + "pre_inpaint_sum", "pre_latent_light", "pre_mul_Mulcondi", "pre_qwen_controlnet", + "pre_ref_condition", "pre_sample_data", "sampler_DynamicTileMerge", "sampler_DynamicTileSplit", @@ -20022,25 +23848,35 @@ "sch_text", "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_Qwen_camera", "text_SuperPrompter", "text_free_wildcards", + "text_list_combine", "text_mul_Join", "text_mul_Split", "text_mul_remove", "text_mul_replace", "text_stack_wildcards", "text_sum", + "texture_Ksampler", + "texture_Offset", + "texture_apply", + "texture_create", "type_AnyCast", - "type_Anyswitch", + "type_AnyIndex", "type_BasiPIPE", "type_BatchToList", "type_Image_Batch2List", @@ -20048,7 +23884,6 @@ "type_ListToBatch", "type_Mask_Batch2List", "type_Mask_List2Batch", - "type_text_list2batch", "unpack_box2", "view_Data", "view_GetLength", @@ -20058,7 +23893,6 @@ "view_bridge_Text", "view_bridge_image", "view_combo", - "view_latent", "view_mask", "view_node_Script" ], @@ -20066,6 +23900,14 @@ "title_aux": "ComfyUI-Apt_Preset" } ], + "https://github.com/casc1701/ComfyUI_OverlayFrameNumber": [ + [ + "OverlayFrameNumber" + ], + { + "title_aux": "ComfyUI_OverlayFrameNumber" + } + ], "https://github.com/casterpollux/MiniMax-bmo": [ [ "MinimaxRemoverBMO" @@ -20120,32 +23962,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": [ @@ -20161,12 +23997,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" @@ -20221,13 +24065,16 @@ ], "https://github.com/cerspense/ComfyUI_cspnodes": [ [ + "CountTextLines", "DepthToNormalMap", + "GetLastFrameFromBatch", "GetMP4Prompt", "ImageDirIterator", "IncrementEveryN", "Modelscopet2v", "Modelscopev2v", "RemapRange", + "RemoveBlankLines", "ResizeByImage", "SplitImageChannels", "VidDirIterator" @@ -20765,6 +24612,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", @@ -20777,6 +24635,7 @@ "SetData", "TemplateFileLoader", "UploadImagesToWebDAV", + "UploadMP4ToWebDAV", "UploadWebMToWebDAV", "YAMLData", "YAMLFileLoader" @@ -20827,6 +24686,7 @@ [ "AudioCleanupNode", "IndexTTS2BaseNode", + "IndexTTS2CacheControlNode", "IndexTTS2EmotionAudioNode", "IndexTTS2EmotionTextNode", "IndexTTS2EmotionVectorNode", @@ -20966,6 +24826,7 @@ "LayerFilter: WaterColor", "LayerMask: BlendIf Mask", "LayerMask: CreateGradientMask", + "LayerMask: DrawRoundedRectangle", "LayerMask: ImageToMask", "LayerMask: LoadSegformerModel", "LayerMask: MaskBoxDetect", @@ -21048,6 +24909,7 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", + "LayerUtility: ImageCompositeHandleMask", "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAsV2", @@ -21382,7 +25244,15 @@ } ], "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)" @@ -21500,7 +25370,8 @@ "CYHTextFileLoaderNode", "PromptEnhancer", "PromptEnhancerEditable", - "PromptToolsSetup" + "PromptToolsSetup", + "PromptWildcardGenerator" ], { "title_aux": "Chye ComfyUI Toolset" @@ -21768,7 +25639,8 @@ "SomethingToString_clh", "String2FatLabels_clh", "String2Image_clh", - "StringConstant_clh" + "StringConstant_clh", + "duplicate_checker_clh" ], { "author": "Dr.Lt.Data", @@ -21834,6 +25706,14 @@ "title_aux": "Simple Image To Palette" } ], + "https://github.com/cmeka/ComfyUI-WanMoEScheduler": [ + [ + "WanMoEScheduler" + ], + { + "title_aux": "ComfyUI-WanMoEScheduler" + } + ], "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": [ [ "Xoxxox_CnvDat", @@ -21882,6 +25762,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", @@ -21898,6 +25786,7 @@ "ConfigGenerateImageOpenRouter", "ConfigGenerateImagePortrait", "ConfigGenerateImageSeedream", + "ConfigGenerateImageUnified", "ConfigGenerateMusic", "ConfigGenerateSpeech", "ConfigGenerateVideo", @@ -21956,13 +25845,28 @@ ], "https://github.com/comfyanonymous/ComfyUI": [ [ + "APG", "AddNoise", + "AlignYourStepsScheduler", + "AudioAdjustVolume", + "AudioConcat", "AudioEncoderEncode", "AudioEncoderLoader", + "AudioMerge", "BasicGuider", "BasicScheduler", "BetaSamplingScheduler", + "ByteDanceFirstLastFrameNode", + "ByteDanceImageEditNode", + "ByteDanceImageNode", + "ByteDanceImageReferenceNode", + "ByteDanceImageToVideoNode", + "ByteDanceSeedreamNode", + "ByteDanceTextToVideoNode", "CFGGuider", + "CFGNorm", + "CFGZeroStar", + "CLIPAttentionMultiply", "CLIPLoader", "CLIPMergeAdd", "CLIPMergeSimple", @@ -21970,6 +25874,7 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeFlux", "CLIPTextEncodeHiDream", "CLIPTextEncodeHunyuanDiT", @@ -21980,9 +25885,12 @@ "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", "CLIPVisionLoader", + "Canny", + "CaseConverter", "CheckpointLoader", "CheckpointLoaderSimple", "CheckpointSave", + "ChromaRadianceOptions", "ConditioningAverage", "ConditioningCombine", "ConditioningConcat", @@ -21994,11 +25902,15 @@ "ConditioningSetTimestepRange", "ConditioningStableAudio", "ConditioningZeroOut", + "ContextWindowsManual", "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", "ControlNetInpaintingAliMamaApply", "ControlNetLoader", + "CosmosImageToVideoLatent", + "CosmosPredict2ImageToVideoLatent", + "CreateVideo", "CropMask", "DiffControlNetLoader", "DifferentialDiffusion", @@ -22006,6 +25918,12 @@ "DisableNoise", "DualCFGGuider", "DualCLIPLoader", + "EasyCache", + "EmptyAceStepLatentAudio", + "EmptyAudio", + "EmptyChromaRadianceLatentImage", + "EmptyCosmosLatentVideo", + "EmptyFlux2LatentImage", "EmptyHunyuanImageLatent", "EmptyHunyuanLatentVideo", "EmptyImage", @@ -22015,21 +25933,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", @@ -22037,17 +25953,25 @@ "GITSScheduler", "GLIGENLoader", "GLIGENTextBoxApply", + "GeminiImage2Node", "GeminiImageNode", "GeminiInputFiles", "GeminiNode", "GetImageSize", + "GetVideoComponents", "GrowMask", "Hunyuan3Dv2Conditioning", "Hunyuan3Dv2ConditioningMultiView", "HunyuanImageToVideo", "HunyuanRefinerLatent", + "HunyuanVideo15ImageToVideo", + "HunyuanVideo15LatentUpscaleWithModel", + "HunyuanVideo15SuperResolution", "HyperTile", "HypernetworkLoader", + "IdeogramV1", + "IdeogramV2", + "IdeogramV3", "ImageAddNoise", "ImageBatch", "ImageBlend", @@ -22122,6 +26046,8 @@ "LatentSubtract", "LatentUpscale", "LatentUpscaleBy", + "LatentUpscaleModelLoader", + "LazyCache", "Load3D", "Load3DAnimation", "LoadAudio", @@ -22131,12 +26057,15 @@ "LoadImageSetFromFolderNode", "LoadImageTextSetFromFolderNode", "LoadLatent", + "LoadVideo", "LoraLoader", "LoraLoaderModelOnly", "LoraModelLoader", "LoraSave", "LossGraphNode", "LotusConditioning", + "LtxvApiImageToVideo", + "LtxvApiTextToVideo", "LumaConceptsNode", "LumaImageModifyNode", "LumaImageNode", @@ -22147,6 +26076,10 @@ "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", + "MinimaxImageToVideoNode", + "MinimaxSubjectToVideoNode", + "MinimaxTextToVideoNode", "ModelComputeDtype", "ModelMergeAdd", "ModelMergeAuraflow", @@ -22177,6 +26110,9 @@ "ModelSamplingSD3", "ModelSamplingStableCascade", "ModelSave", + "MoonvalleyImg2VideoNode", + "MoonvalleyTxt2VideoNode", + "MoonvalleyVideo2VideoNode", "Morphology", "OpenAIChatConfig", "OpenAIChatNode", @@ -22184,6 +26120,7 @@ "OpenAIDalle3", "OpenAIGPTImage1", "OpenAIInputFiles", + "OpenAIVideoSora2", "OptimalStepsScheduler", "PatchModelAddDownscale", "PerpNeg", @@ -22209,6 +26146,11 @@ "PreviewAny", "PreviewAudio", "PreviewImage", + "PrimitiveBoolean", + "PrimitiveFloat", + "PrimitiveInt", + "PrimitiveString", + "PrimitiveStringMultiline", "QuadrupleCLIPLoader", "QwenImageDiffsynthControlnet", "RandomNoise", @@ -22217,29 +26159,34 @@ "RecordAudio", "RecraftColorRGB", "RecraftControls", - "RecraftCreativeUpscaleNode", "RecraftCrispUpscaleNode", "RecraftImageInpaintingNode", "RecraftImageToImageNode", "RecraftRemoveBackgroundNode", "RecraftReplaceBackgroundNode", - "RecraftStyleV3DigitalIllustration", "RecraftStyleV3InfiniteStyleLibrary", - "RecraftStyleV3LogoRaster", "RecraftStyleV3RealisticImage", "RecraftTextToImageNode", "RecraftTextToVectorNode", "RecraftVectorizeImageNode", "ReferenceLatent", + "RegexExtract", + "RegexMatch", + "RegexReplace", "RenormCFG", "RepeatImageBatch", "RepeatLatentBatch", "RescaleCFG", "ResizeAndPadImage", "Rodin3D_Detail", + "Rodin3D_Gen2", "Rodin3D_Regular", "Rodin3D_Sketch", "Rodin3D_Smooth", + "RunwayFirstLastFrameNode", + "RunwayImageToVideoNodeGen3a", + "RunwayImageToVideoNodeGen4", + "RunwayTextToImageNode", "SDTurboScheduler", "SD_4XUpscale_Conditioning", "SV3D_Conditioning", @@ -22254,6 +26201,8 @@ "SamplerER_SDE", "SamplerEulerAncestral", "SamplerEulerAncestralCFGPP", + "SamplerEulerCFGpp", + "SamplerLCMUpscale", "SamplerLMS", "SamplerSASolver", "SamplingPercentToSigma", @@ -22268,6 +26217,9 @@ "SaveLatent", "SaveLoRANode", "SaveSVGNode", + "SaveVideo", + "SaveWEBM", + "ScaleROPE", "SelfAttentionGuidance", "SetFirstSigma", "SetLatentNoiseMask", @@ -22276,11 +26228,31 @@ "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", @@ -22288,7 +26260,9 @@ "StubMask", "StyleModelApply", "StyleModelLoader", + "T5TokenizerOptions", "TCFG", + "TemporalScoreRescaling", "TestAccumulateNode", "TestAccumulationGetItemNode", "TestAccumulationGetLengthNode", @@ -22336,12 +26310,18 @@ "TestVariadicAverage", "TestWhileLoopClose", "TestWhileLoopOpen", + "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", "TextEncodeQwenImageEdit", + "TextEncodeQwenImageEditPlus", "ThresholdMask", "TomePatchModel", + "TopazImageEnhance", + "TopazVideoEnhance", "TorchCompileModel", "TrainLoraNode", + "TrimAudioDuration", + "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -22352,6 +26332,9 @@ "TripoTextToModelNode", "TripoTextureNode", "UNETLoader", + "UNetCrossAttentionMultiply", + "UNetSelfAttentionMultiply", + "UNetTemporalAttentionMultiply", "USOStyleReference", "UpscaleModelLoader", "VAEDecode", @@ -22365,13 +26348,38 @@ "VAELoader", "VAESave", "VPScheduler", + "VeoVideoGenerationNode", "VideoLinearCFGGuidance", "VideoTriangleCFGGuidance", + "ViduImageToVideoNode", + "ViduReferenceVideoNode", + "ViduStartEndToVideoNode", + "ViduTextToVideoNode", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", + "Wan22ImageToVideoLatent", + "WanAnimateToVideo", + "WanCameraEmbedding", + "WanCameraImageToVideo", + "WanFirstLastFrameToVideo", + "WanFunControlToVideo", + "WanFunInpaintToVideo", + "WanHuMoImageToVideo", + "WanImageToImageApi", + "WanImageToVideo", + "WanImageToVideoApi", + "WanPhantomSubjectToVideo", + "WanSoundImageToVideo", + "WanSoundImageToVideoExtend", + "WanTextToImageApi", + "WanTextToVideoApi", + "WanTrackToVideo", + "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", - "unCLIPConditioning" + "unCLIPConditioning", + "wanBlockSwap" ], { "title_aux": "ComfyUI" @@ -22406,7 +26414,10 @@ [ "AspectRatioImageSize", "AspectRatioResizeImage", - "MarkdownModelNote" + "GitCloneManager", + "HuggingFaceDownloader", + "MarkdownModelNote", + "TransparentVideoSave" ], { "title_aux": "ComfyUI-Studio-nodes" @@ -22430,6 +26441,46 @@ "title_aux": "ComfyUI builmenlabo - Unified Package" } ], + "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer": [ + [ + "NanoBananaSizeCalculator" + ], + { + "title_aux": "ComfyUI-Nano-Banana-Resizer" + } + ], + "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/comrender/ComfyUI-edge-match-checker": [ + [ + "EdgeMatchChecker" + ], + { + "title_aux": "ComfyUI-edge-match-checker" + } + ], + "https://github.com/comrender/ComfyUI-gpt5_image_text": [ + [ + "GPT5ImageText" + ], + { + "title_aux": "ComfyUI-gpt5_image_text" + } + ], "https://github.com/concarne000/ComfyUI-Stacker": [ [ "StackPopFloat", @@ -22822,6 +26873,17 @@ "title_aux": "ComfyUI-MaskBatchPermutations" } ], + "https://github.com/cyan9977/ComfyUI_PromptQueue": [ + [ + "NegativePromptQueue", + "PromptQueue", + "SimplePromptQueue", + "StylePromptQueue" + ], + { + "title_aux": "ComfyUI_PromptQueue" + } + ], "https://github.com/cyberhirsch/seb_nodes": [ [ "AspectRatioSeb", @@ -22835,6 +26897,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" @@ -22974,16 +27048,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", + "DN_pyPinNode", "PinterestFetch", "inactivePinterestImageNode" ], @@ -23021,27 +27115,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" @@ -23144,6 +27236,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", @@ -23175,7 +27275,6 @@ [ "CircuitBreaker", "FormatString", - "ModelUnloader", "RandomChoice" ], { @@ -23186,6 +27285,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", @@ -23361,6 +27485,11 @@ "DavchaModelMergeSDXL", "DavchaModelMergeSimple", "DavchaPop", + "DavchaQwenImageEditLoraTagLoader", + "DavchaScheduledTextEncoderQwenImageEditPlus", + "DavchaTextEncodeQwenImageEditPlus", + "DavchaWan22LoraTagLoader", + "DavchaWan22LoraTagParser", "PadAndResize", "PercentPadding", "ResizeCropFit", @@ -23421,6 +27550,17 @@ "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", @@ -23514,6 +27654,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", @@ -23580,7 +27747,12 @@ "ChatterBoxOfficial23LangEngineNode", "F5TTSEngineNode", "HiggsAudioEngineNode", + "IndexTTS Engine", + "IndexTTSEmotionOptionsNode", "MouthMovementAnalyzer", + "PhonemeTextNormalizer", + "QwenEmotionNode", + "StringMultilineTagEditor", "UnifiedTTSSRTNode", "UnifiedTTSTextNode", "UnifiedVoiceChangerNode", @@ -23781,6 +27953,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", @@ -23791,6 +27971,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", @@ -23853,6 +28045,8 @@ ], "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": [ [ + "HuMoI2VPatch", + "StringToFloatListRanged", "VACEAdvDetailerHookProvider", "VaceAdvancedModelPatch", "VaceStrengthTester", @@ -23927,6 +28121,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" @@ -23992,6 +28203,14 @@ "title_aux": "ComfyUI-crop-alpha" } ], + "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI": [ + [ + "SeedreamImageGenerate" + ], + { + "title_aux": "Seedream Image Generate ComfyUI Node" + } + ], "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": [ [ "E_TierTextSaver" @@ -24010,6 +28229,40 @@ "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", + "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 Upload Image" + ], + { + "title_aux": "ERPK Collection" + } + ], "https://github.com/ealkanat/comfyui-easy-padding": [ [ "comfyui-easy-padding" @@ -24032,6 +28285,7 @@ [ "CLIPVisionLoaderSetDevice", "HDR Effects with LAB Adjust", + "ModelMergeHiDream", "QuadrupleCLIPLoaderSetDevice", "SaveImageWithPrompt", "TripleCLIPLoaderSetDevice" @@ -24058,6 +28312,60 @@ "title_aux": "ComfyUI-MusicGen-HF" } ], + "https://github.com/eddyhhlure1Eddy/ComfyUI-EddySevenResonance": [ + [ + "EddyIntSevenRandomV2", + "EddyLuckySeedNode" + ], + { + "title_aux": "ComfyUI-EddySevenResonance" + } + ], + "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" @@ -24131,11 +28439,13 @@ "MaskedRegionVideoExport", "OrganicFillNode", "ParallaxZoom", + "ProjectionPreview", "Random_Style_Mixture", "SDAnyConverter", "SDTypeConverter", "SaveImageAdvanced", "SavePosEmbeds", + "SurfaceRadiometricCompensation", "VAEDecode_to_folder", "VideoFrameSelector", "WidthHeightPicker" @@ -24152,6 +28462,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", @@ -24169,6 +28487,14 @@ "title_aux": "ComfyUI-gpt-oss-PromptDesigner" } ], + "https://github.com/efortin/ComfyUI-Ollama-Enhancer": [ + [ + "OllamaEnhancerNode" + ], + { + "title_aux": "ComfyUI-Manufnode" + } + ], "https://github.com/eg0pr0xy/comfyui_noisegen": [ [ "AudioAnalyzer", @@ -24209,6 +28535,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", @@ -24263,8 +28598,12 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [ [ "Compositor3", + "Compositor4", + "Compositor4MasksOutput", + "Compositor4TransformsOut", "CompositorColorPicker", "CompositorConfig3", + "CompositorConfig4", "CompositorMasksOutputV3", "CompositorTools3", "CompositorTransformsOutV3", @@ -24429,6 +28768,15 @@ "title_aux": "ComfyUI-EZ-AF-Nodes" } ], + "https://github.com/facefusion/facefusion-comfyui": [ + [ + "SwapFaceImage", + "SwapFaceVideo" + ], + { + "title_aux": "FaceFusion ComfyUI" + } + ], "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": [ [ "HunyuanVideoLoraLoader" @@ -24533,17 +28881,29 @@ ], "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ [ - "DenoiseCurveVisualizer", - "LatentStatisticsMonitor", - "MinimalKeyframeV2V", - "QwenContextProcessor", + "QwenDebugController", + "QwenDebugLatents", + "QwenEliGenEntityControl", + "QwenEliGenMaskPainter", + "QwenFlowMatchSamplerNode", + "QwenImageBatch", + "QwenImageDiTLoaderWrapper", + "QwenImageEncodeWrapper", + "QwenImageModelWithEdit", + "QwenImageModelWrapper", + "QwenImageModelWrapperNode", + "QwenImageSamplerNode", + "QwenImageSamplerWithEdit", + "QwenImageVAELoaderWrapper", "QwenInpaintSampler", + "QwenLatentPackerNode", "QwenLowresFixNode", "QwenMaskProcessor", - "QwenNativeEncoder", - "QwenNativeLoader", - "QwenOptimalResolution", - "QwenResolutionSelector", + "QwenModelManagerWrapper", + "QwenProcessedToEmbedding", + "QwenProcessorWrapper", + "QwenSchedulerInfoNode", + "QwenSmartCrop", "QwenSpatialTokenGenerator", "QwenTemplateBuilderV2", "QwenTemplateConnector", @@ -24553,9 +28913,8 @@ "QwenVLEmptyLatent", "QwenVLImageToLatent", "QwenVLTextEncoder", - "QwenValidationTools", - "QwenWANKeyframeEditor", - "QwenWANKeyframeExtractor" + "QwenVLTextEncoderAdvanced", + "QwenVLTextEncoderLoaderWrapper" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -24609,6 +28968,7 @@ "DualProviderConfig", "GlobalMemoryCleanup", "ImageToAny", + "LoadAudio", "LoopAwareResponseIterator", "LoopAwareVLMAccumulator", "LoopSafeAccumulator", @@ -24616,6 +28976,8 @@ "RemoteTextEncoder", "RobustImageRangeExtractor", "SeedPromptGenerator", + "ShrugASRNode", + "ShrugPromptBatchFromFile", "ShrugPrompter", "SmartImageRangeExtractor", "TextCleanup", @@ -24640,22 +29002,21 @@ "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", + "MeuxMultiSaveImage", + "MeuxSimpleLLMNode" ], { - "title_aux": "comfyui-camera-tools" + "title_aux": "BaiduMeux_Comfy Tools" } ], "https://github.com/fchangjun/Comfyui_MultiSaveImage": [ [ - "MultiSaveImage", - "SimpleLLMNode" + "MeuxAdvancedImageCrop", + "MeuxMultiSaveImage", + "MeuxSimpleLLMNode" ], { "title_aux": "MultiSaveImage Node" @@ -24803,6 +29164,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", @@ -24835,13 +29204,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", @@ -24850,13 +29236,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", @@ -24895,6 +29287,7 @@ "FL_ImageDimensionDisplay", "FL_ImageListToImageBatch", "FL_ImageNotes", + "FL_ImageOverlay", "FL_ImagePixelator", "FL_ImageRandomizer", "FL_ImageSelector", @@ -24903,12 +29296,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", @@ -24930,6 +29325,7 @@ "FL_PaperDrawn", "FL_PasteByMask", "FL_PasteOnCanvas", + "FL_PathAnimator", "FL_PathTypeChecker", "FL_PixVerseAPI", "FL_PixelArtShader", @@ -24938,7 +29334,11 @@ "FL_PromptBasic", "FL_PromptMulti", "FL_PromptSelector", + "FL_PromptSelectorBasic", + "FL_QwenImageEditStrength", + "FL_RIFE", "FL_RandomNumber", + "FL_ReplaceColor", "FL_RetroEffect", "FL_Ripple", "FL_RunwayAct2", @@ -24948,6 +29348,7 @@ "FL_SaveAndDisplayImage", "FL_SaveCSV", "FL_SaveImages", + "FL_SaveRGBAAnimatedWebP", "FL_SaveWebM", "FL_SaveWebPImage(SaveImage)", "FL_SchedulerStrings", @@ -24965,6 +29366,8 @@ "FL_UnloadAllModels", "FL_UnloadModel", "FL_UpscaleModel", + "FL_Veo3VideoGen", + "FL_VertexGemini25FlashImage", "FL_VideoBatchSplitter", "FL_VideoCadence", "FL_VideoCadenceCompile", @@ -24976,6 +29379,11 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WanVaceToVideoMultiRef", + "FL_WanVideoBlender", + "FL_WanVideoBlender3Way", + "FL_WanVideoContinuationBlender", + "FL_WanVideoContinue", "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", @@ -24986,6 +29394,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", @@ -25042,6 +29463,7 @@ [ "PortraitMaster", "PortraitMasterBaseCharacter", + "PortraitMasterFaceGenerator", "PortraitMasterMakeup", "PortraitMasterPromptStyler", "PortraitMasterSkinDetails", @@ -25108,6 +29530,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" @@ -25116,6 +29547,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" @@ -25270,6 +29711,43 @@ "title_aux": "lama_with_refiner" } ], + "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator": [ + [ + "FaceComparator" + ], + { + "title_aux": "ComfyUI-Face-Comparator" + } + ], + "https://github.com/fr0nky0ng/ComfyUI-frankAI-banana": [ + [ + "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", + "OnDemandUNETLoader", + "OnDemandVAELoader" + ], + { + "title_aux": "ComfyUI-OnDemand-Lora-Loader" + } + ], "https://github.com/frankchieng/ComfyUI_Aniportrait": [ [ "AniPortrait_Audio2Video", @@ -25300,42 +29778,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", @@ -25423,6 +29865,16 @@ "title_aux": "ComfyUI_pose_inter" } ], + "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" @@ -25431,6 +29883,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", @@ -25491,6 +29954,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" @@ -25529,6 +30001,44 @@ "title_aux": "ComfyUI-FLUX-BFL-API" } ], + "https://github.com/geltz/ComfyUI-geltz": [ + [ + "ApplyLUT", + "ChromaticAberrationFilter", + "ColorBorderNode", + "ColorPaletteExtractor", + "DanbooruTagsTransformerMoeV2", + "DiffusionDenoiser", + "DiffusionDenoiserBatch", + "FidelityFX_Upscaler", + "KohyaLoraConfig", + "KuwaharaFilter", + "L0SmoothingFilter", + "LoRAExtract", + "LocalLaplacianFilter", + "PaletteFilterLUT", + "PerturbedAttentionDelta", + "PixelSortingFilter", + "PromptShuffler", + "QuantileMatchScaling", + "ReflectionPadding", + "SADAInfo", + "SADAModelPatch", + "SDXL_LoRA_BlockSlider_Loader", + "SemanticNoise", + "SimpleInpaint", + "StructuredLatent", + "Temperature Adjust", + "TokenSculptor", + "TokenShuffler", + "TokenVisualizer", + "UNetHeatmap", + "VoronoiTessellationFilter" + ], + { + "title_aux": "ComfyUI-geltz" + } + ], "https://github.com/gemell1/ComfyUI_GMIC": [ [ "GmicCliWrapper", @@ -25634,6 +30144,15 @@ "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" @@ -25859,12 +30378,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", @@ -25875,10 +30399,14 @@ "HunyuanVideoLoraTrainer_fal", "Ideogramv3_fal", "Imagen4Preview_fal", + "InfinityStarTextToVideo_fal", + "Kling21Pro_fal", + "Kling25TurboPro_fal", "KlingMaster_fal", "KlingPro10_fal", "KlingPro16_fal", "Kling_fal", + "Krea_Wan14b_VideoToVideo_fal", "LLM_fal", "LoadVideoURL", "LtxVideoTrainer_fal", @@ -25887,20 +30415,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" @@ -25965,7 +30513,10 @@ "Image5Switcher_node", "MonoClip_node", "PixelArt_node", + "RandomImageFromDirectory_node", "RandomOrgTrueRandomNumber_node", + "RandomOrgV2TrueRandomNumber", + "RandomOrgV2TrueRandomNumber_node", "VAEDecodePreview_node", "image2contrastMask_node", "image2imbgg_node", @@ -26004,6 +30555,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", @@ -26014,6 +30584,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" @@ -26270,9 +30853,14 @@ ], "https://github.com/gsusgg/ComfyUI_CozyGen": [ [ + "CozyGenChoiceInput", "CozyGenDynamicInput", + "CozyGenFloatInput", "CozyGenImageInput", - "CozyGenOutput" + "CozyGenIntInput", + "CozyGenOutput", + "CozyGenStringInput", + "CozyGenVideoOutput" ], { "title_aux": "ComfyUI-CozyGen" @@ -26304,6 +30892,14 @@ "title_aux": "abracadabra-comfyui" } ], + "https://github.com/guill/comfyui-stegaflow": [ + [ + "SaveImageStegaflow" + ], + { + "title_aux": "Stegaflow" + } + ], "https://github.com/guyaton/guy-nodes-comfyui": [ [ "GuyRecommendedLatentResCalc" @@ -26312,6 +30908,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", @@ -26335,6 +30940,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", @@ -26365,7 +30978,7 @@ "VideoGenerator" ], { - "title_aux": "ComfyUI-FastVideo" + "title_aux": "FastVideo" } ], "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": [ @@ -26376,6 +30989,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", @@ -26475,6 +31097,8 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": [ [ "ConvertAny", + "PowerLoraLoader", + "PowerLoraStacker", "SamplerSetup", "SamplerSetupUnpack" ], @@ -26532,17 +31156,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" @@ -26783,6 +31406,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": [ [ "Double_Prompt_Encode", + "FiveRandomLines", "Multi_Wildcard_Loader", "Prompt_Extender", "Prompt_Library", @@ -26792,22 +31416,79 @@ "title_aux": "ComfyUI-Prompt_Library" } ], + "https://github.com/heyburns/PortraitUtils": [ + [ + "AutoAdjustNode", + "AutoColorConfigNode", + "AutoCropBorders", + "AutoWBColorMatch", + "ComparisonGate", + "CropImageByMargins", + "CropMaskByMargins", + "FilenameAppendSuffix", + "FitAspectHeadSafe", + "FluxResolutionPrepare", + "GpuSyncCacheClear", + "ImageMegapixelSelector", + "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_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" @@ -26892,6 +31573,15 @@ "title_aux": "ComfyUI-SaveMem" } ], + "https://github.com/hobinrude/ComfyUI_DWposeDeluxe": [ + [ + "DWposeKeypointConverter", + "DWposeWeightOptions" + ], + { + "title_aux": "ComfyUI_DWposeDeluxe" + } + ], "https://github.com/hodanajan/optimal-crop-resolution": [ [ "AspectRatioCalculator", @@ -26910,6 +31600,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", @@ -27041,7 +31739,10 @@ ], "https://github.com/hugobb/FastGAN-ComfyUI-Node": [ [ + "BlendLatents", + "GANImg2Img", "GenerateImages", + "InvertToLatent", "LoadFastGAN", "LoadLatent", "SampleLatent", @@ -27059,16 +31760,9 @@ "title_aux": "ComfyUI-HX-Captioner" } ], - "https://github.com/huixingyun/ComfyUI-HX-Pimg": [ - [ - "SaveImageWithPromptsWebsocket" - ], - { - "title_aux": "ComfyUI-HX-Pimg" - } - ], "https://github.com/hujuying/ComfyUI-ModelScope-API": [ [ + "ModelScopeImageCaptionNode", "ModelScopeImageEditNode", "ModelScopeImageNode", "ModelScopeTextNode", @@ -27078,6 +31772,15 @@ "title_aux": "ComfyUI ModelScope API Node" } ], + "https://github.com/hum-ma/ComfyUI-TiledVaeLite": [ + [ + "DecoderNoise", + "LTTiledVAEDecode" + ], + { + "title_aux": "ComfyUI-TiledVaeLite" + } + ], "https://github.com/hunzmusic/ComfyUI-IG2MV": [ [ "DiffusersIGMVModelMakeup", @@ -27116,6 +31819,22 @@ "title_aux": "ComfyUI Text Remove Node" } ], + "https://github.com/huyl3-cpu/comfyui-sortlist": [ + [ + "image_to_sha256", + "sort_list_string", + "steg_alpha_embed", + "steg_alpha_extract", + "steg_rgb_embed", + "steg_rgb_extract", + "string_clear_if_contains", + "video_dir_combiner_ultra", + "video_scene_splitter" + ], + { + "title_aux": "comfyui-huyl2-nodes" + } + ], "https://github.com/hvppycoding/comfyui-json-prompt-renderer": [ [ "ExtractJSON", @@ -27133,6 +31852,27 @@ "title_aux": "RandomSamplerSchedulerSteps for ComfyUI" } ], + "https://github.com/hvppycoding/hvppyflow": [ + [ + "HFDebug", + "HFShowMarkdownNode", + "HFShowTextNode", + "HFSleep", + "HFSplitText" + ], + { + "title_aux": "hvppyflow" + } + ], + "https://github.com/hw5511/comfyui_hf_upscaler_loader": [ + [ + "GGUFModelLoaderFromHF", + "UpscaleModelLoaderFromHF" + ], + { + "title_aux": "Woohee HF Upscaler Loader" + } + ], "https://github.com/hwhaocool/ComfyUI-Select-Any": [ [ "SelectAnyValues" @@ -27143,9 +31883,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" @@ -27179,6 +31920,32 @@ "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", + "ROCMSamplerPerformanceMonitor", + "ROCMVAEPerformanceMonitor", + "ROCmDiffusionLoader" + ], + { + "title_aux": "RocM Ninodes" + } + ], "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": [ [ "AlignYourStepsScheduler", @@ -27337,6 +32104,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", @@ -27354,6 +32129,16 @@ "title_aux": "NSFW Check for ComfyUI" } ], + "https://github.com/icekiub-ai/ComfyUI-IcyHider": [ + [ + "IcyLoadImage", + "IcyPreviewImage", + "IcySaveImage" + ], + { + "title_aux": "ComfyUI-IcyHider" + } + ], "https://github.com/icesun963/ComfyUI_HFDownLoad": [ [ "Apply EasyOCR V2", @@ -27373,6 +32158,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" ], { @@ -27445,26 +32234,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", @@ -27570,12 +32339,14 @@ ], "https://github.com/ifmylove2011/comfyui-missed-tool": [ [ + "ColorImageFillRm", "ImageQueueLoader", "LoadImageA", "LoraLoad", "LoraMerge", "LoraSaver", "ScaleMultilplePixels", + "TextSplitToList", "TrimBG", "TrimBGAdvanced", "TxtSave" @@ -27584,9 +32355,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" @@ -27603,6 +32381,7 @@ "Light-Tool: DeserializeJsonString", "Light-Tool: GetImageSize", "Light-Tool: GetImagesCount", + "Light-Tool: GetSideLength", "Light-Tool: Hex2RGB", "Light-Tool: ImageConcat", "Light-Tool: ImageMaskApply", @@ -27630,6 +32409,7 @@ "Light-Tool: RGBA2RGB", "Light-Tool: ResizeImage", "Light-Tool: ResizeImageByMaxSize", + "Light-Tool: ResizeImageByMinSize", "Light-Tool: ResizeImageByRatio", "Light-Tool: ResizeImageV2", "Light-Tool: SaveMetadata", @@ -27652,6 +32432,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", @@ -27776,15 +32572,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", @@ -27954,267 +32741,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" @@ -28314,6 +32840,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", @@ -28341,6 +32890,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", @@ -28353,6 +32910,14 @@ "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/jax-explorer/ComfyUI-InstantCharacter": [ [ "InstantCharacterGenerate", @@ -28490,15 +33055,20 @@ "title_aux": "ComfyUI_StreamDiffusion" } ], + "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" @@ -28573,8 +33143,10 @@ ], "https://github.com/jinchanz/ComfyUI-ADIC": [ [ + "ADICOpenAIGPTImage1", "ADIC_COMMON_API", "AliCloudOSSUpload", + "IdeaLabImageGenerate", "ImageTranslateAPI", "ImageTranslateParamsBuilder", "ImageTranslateResultExtractor", @@ -28828,6 +33400,29 @@ "title_aux": "ComfyUI-sampler-lcm-alternative" } ], + "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": [ + [ + "ColorMNetImage", + "ColorMNetVideo", + "DeepExColorImageNode", + "DeepExColorVideoNode" + ], + { + "title_aux": "Reference-Based Video Colorization" + } + ], + "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", @@ -28866,6 +33461,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" @@ -29003,6 +33614,9 @@ ], "https://github.com/juddisjudd/ComfyUI-BawkNodes": [ [ + "BawkBatchProcessor", + "BawkControlNet", + "BawkImageLoader", "BawkSampler", "DiffusionModelLoader", "FluxImageSaver", @@ -29029,6 +33643,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", @@ -29065,6 +33694,7 @@ "FK_3dpose", "FK_Node", "FK_ShowBaseNode", + "FK_gjttNode2", "FK_imgedit" ], { @@ -29620,6 +34250,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" @@ -30081,6 +34719,7 @@ "BatchUncropAdvanced", "BboxToInt", "BboxVisualize", + "BlockifyMask", "CFGZeroStarAndInit", "CameraPoseVisualizer", "CheckpointLoaderKJ", @@ -30093,6 +34732,7 @@ "ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine4", "ConditioningSetMaskAndCombine5", + "ConsolidateMasksKJ", "CreateAudioMask", "CreateFadeMask", "CreateFadeMaskAdvanced", @@ -30118,6 +34758,7 @@ "DiffusionModelSelector", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", + "DrawMaskOnImage", "DummyOut", "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", @@ -30128,6 +34769,7 @@ "FloatToMask", "FloatToSigmas", "FluxBlockLoraSelect", + "GGUFLoaderKJ", "GLIGENTextBoxApplyBatchCoords", "GenerateNoise", "GetImageRangeFromBatch", @@ -30144,6 +34786,7 @@ "INTConstant", "ImageAddMulti", "ImageAndMaskPreview", + "ImageBatchExtendWithOverlap", "ImageBatchFilter", "ImageBatchJoinWithTransition", "ImageBatchMulti", @@ -30180,6 +34823,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LatentInpaintTTM", "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", @@ -30462,52 +35106,74 @@ "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", "WanVideoATITracks", "WanVideoATITracksVisualize", "WanVideoATI_comfy", + "WanVideoAddBindweaveEmbeds", "WanVideoAddControlEmbeds", "WanVideoAddExtraLatent", "WanVideoAddFantasyPortrait", + "WanVideoAddFlashVSRInput", + "WanVideoAddLucyEditLatents", + "WanVideoAddLynxEmbeds", "WanVideoAddMTVMotion", + "WanVideoAddOviAudioToLatents", "WanVideoAddPusaNoise", "WanVideoAddS2VEmbeds", "WanVideoAddStandInLatent", + "WanVideoAddTTMLatents", + "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", @@ -30524,6 +35190,7 @@ "WanVideoMagCache", "WanVideoMiniMaxRemoverEmbeds", "WanVideoModelLoader", + "WanVideoOviCFG", "WanVideoPassImagesFromSamples", "WanVideoPhantomEmbeds", "WanVideoPromptExtender", @@ -30535,7 +35202,10 @@ "WanVideoRoPEFunction", "WanVideoSLG", "WanVideoSampler", + "WanVideoSamplerFromSettings", + "WanVideoSamplerSettings", "WanVideoScheduler", + "WanVideoSchedulerSA_ODE", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -30551,12 +35221,14 @@ "WanVideoUni3C_embeds", "WanVideoUniAnimateDWPoseDetector", "WanVideoUniAnimatePoseInput", + "WanVideoUniLumosEmbeds", "WanVideoVACEEncode", "WanVideoVACEModelSelect", "WanVideoVACEStartToEndFrame", "WanVideoVAELoader", "WanVideoVRAMManagement", - "Wav2VecModelLoader" + "Wav2VecModelLoader", + "WhisperModelLoader" ], { "title_aux": "ComfyUI-WanVideoWrapper" @@ -30646,6 +35318,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", @@ -30684,15 +35411,19 @@ [ "AspectSelector", "BBoxCropper", + "FlexibleBatchImage", "FolderLoader", "Json Extractor - klinter", "LoadImagePlus", "LoadVideoForExtendingKlinter", + "NanoBananaMultiInput", "OutpaintPadding", + "OutputTester", "PrepVideoForExtendKlinter", "SaveAudioPlus", "SizeSelector", "SpeedRamp", + "VideoFromFolder", "YellowBus", "ZoomOutComposer", "concat", @@ -30743,7 +35474,8 @@ ], "https://github.com/kohs100/comfyui-ppwc": [ [ - "PPWCReplace" + "PPWCReplace", + "PPWCTerminate" ], { "author": "Phospholipids", @@ -30761,6 +35493,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", @@ -31007,6 +35751,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", @@ -31148,6 +35902,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", @@ -31323,6 +36086,17 @@ "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", @@ -31364,6 +36138,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", @@ -31381,6 +36163,39 @@ "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" + ], + { + "title_aux": "comfyui_qwen_image_edit_adv" + } + ], "https://github.com/lenskikh/ComfyUI-Prompt-Worker": [ [ "Clip and Text -> Encode", @@ -31436,6 +36251,7 @@ ], "https://github.com/lerignoux/ComfyUI-PechaKucha": [ [ + "DownloadPechaKucha", "GeneratePowerpoint", "SplitPrompt" ], @@ -31453,18 +36269,22 @@ "title_aux": "ComfyUI Stable3DGen" } ], - "https://github.com/leylahkrell/ComfyUI-Violet-Tools": [ + "https://github.com/leylahviolet/ComfyUI-Violet-Tools": [ [ "AestheticAlchemist", "BodyBard", + "CharacterCurator", "EncodingEnchantress", "GlamourGoddess", "NegativityNullifier", + "OracleOverride", "PosePriestess", - "QualityQueen" + "QualityQueen", + "SaveSiren", + "SceneSeductress" ], { - "title_aux": "ComfyUI Violet Tools" + "title_aux": "iolet Tools \ud83d\udc85" } ], "https://github.com/lgldlk/ComfyUI-PC-ding-dong": [ @@ -31530,28 +36350,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" @@ -31852,6 +36698,7 @@ "FixPulidFluxPatch", "PulidFluxEvaClipLoader", "PulidFluxFaceDetector", + "PulidFluxFaceNetLoader", "PulidFluxInsightFaceLoader", "PulidFluxModelLoader", "PulidFluxOptions" @@ -32182,6 +37029,21 @@ "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", @@ -32272,6 +37134,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", @@ -32301,6 +37171,14 @@ "title_aux": "comfyui_wildcards" } ], + "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", @@ -32373,6 +37251,42 @@ "title_aux": "Comfyui Kolors Utils" } ], + "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" @@ -32989,24 +37903,44 @@ "title_aux": "ComfyUI CrewAI" } ], - "https://github.com/lucak5s/comfyui_gfpgan": [ - [ - "GFPGANRestorer" - ], - { - "title_aux": "ComfyUI GFPGAN" - } - ], "https://github.com/lucasgattas/ComfyUI-Egregora-Audio-Super-Resolution": [ [ + "ABX Judge", + "ABX Prepare", + "Audio Align (XCorr)", + "Audio Gain Match", + "Audio Gain Match (1770)", + "Audio Null Test", + "Audio Plotter", "EgregoraAudioUpscaler", "EgregoraFatLlamaCPU", - "EgregoraFatLlamaGPU" + "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 \u00b7 Egregora Audio Super\u2011Resolution" } ], + "https://github.com/lucasgattas/ComfyUI-Egregora-Frames-Animation-Nodes": [ + [ + "AdvancedBatchLoader", + "BatchAnimationProcessor", + "BatchMultiFolderProcessor", + "MultiFormatAnimationEncoder", + "VideoFrameExtractor" + ], + { + "title_aux": "Egregora Frames Animation Nodes for ComfyUI" + } + ], "https://github.com/lucasgattas/comfyui-egregora-divide-and-enhance": [ [ "Egregora Algorithm", @@ -33041,8 +37975,10 @@ ], "https://github.com/lum3on/ComfyUI-FrameUtilitys": [ [ + "FrameClipper", "FrameExtender", "FrameExtenderAdvanced", + "FrameRepeater", "FrameReplacer", "GitInstaller" ], @@ -33093,6 +38029,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", @@ -33161,8 +38105,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", @@ -33178,6 +38123,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", @@ -33210,6 +38170,26 @@ "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", + "easy_ImageBatch" + ], + { + "title_aux": "ComfyUI-Koolook" + } + ], "https://github.com/mamorett/ComfyUI_minicpmv4": [ [ "GenCheckerImage", @@ -33461,6 +38441,7 @@ ], "https://github.com/martijnat/comfyui-previewlatent": [ [ + "LatentToRGB", "PreviewLatent", "PreviewLatentAdvanced", "PreviewLatentFlux", @@ -33552,6 +38533,20 @@ "title_aux": "OllamaTools for ComfyUI" } ], + "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/mbrostami/ComfyUI-HF": [ [ "GPT2Node" @@ -33569,6 +38564,22 @@ "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", @@ -33578,6 +38589,15 @@ "title_aux": "Dynamic Thresholding" } ], + "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader": [ + [ + "LoRAAutoDownloader", + "WorkflowLoRAScanner" + ], + { + "title_aux": "comfyui-smart-lora-downloader - Automatically Fetch Missing LoRAs" + } + ], "https://github.com/meanin2/comfyui-MGnodes": [ [ "FluxKontextDiffMerge", @@ -33785,6 +38805,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", @@ -33942,6 +38982,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", @@ -34080,6 +39129,8 @@ "TwoBooleanTrigger", "TwoFloats", "UpscaleImageByModelThenResize", + "camie_tagger_mira", + "cl_tagger_mira", "illustrious_character_select", "illustrious_character_select_en", "llm_prompt_gen_node", @@ -34233,6 +39284,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" @@ -34250,10 +39315,13 @@ "JsonExtractString", "KSamplerFromJsonInfo", "LatentSelector", + "LoadLoraFromLoraList", "MultipartCLIPTextEncode", "MultipleLoraTagLoader", + "PromptDecode", "PromptLoader", "SeedGenerator", + "SplitLoraList", "StringConcat", "StringConcatInt", "StringPicker", @@ -34526,6 +39594,17 @@ "title_aux": "ComfyUI_KSamplerTimer" } ], + "https://github.com/myonmu0/ComfyUI-Jumper": [ + [ + "Receive Images", + "Receive String", + "Send Images", + "Send String" + ], + { + "title_aux": "ComfyUI-Jumper" + } + ], "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": [ [ "ShellAgentPluginInputAudio", @@ -34577,6 +39656,15 @@ "title_aux": "comfyui_openai_node" } ], + "https://github.com/nakagawadev/comfyui_nakagawa": [ + [ + "SaveVideoWebsocket", + "SaveWEBMWebsocket" + ], + { + "title_aux": "comfyui_nakagawa" + } + ], "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": [ [ "AddFileNameonly", @@ -34666,6 +39754,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", @@ -34677,6 +39777,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" @@ -34685,14 +39793,6 @@ "title_aux": "comfyui-smooth-step-lora-loader" } ], - "https://github.com/netroxin/comfyui_netro": [ - [ - "CamPromptNode" - ], - { - "title_aux": "comfyui_netro" - } - ], "https://github.com/neverbiasu/ComfyUI-BAGEL": [ [ "BagelImageEdit", @@ -34740,6 +39840,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", @@ -34846,6 +39956,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", @@ -34908,6 +40037,7 @@ [ "CLIPTextEncodeWithTokens", "DAAMAnalyzer", + "DAAMPreviewImage", "KSamplerDAAM" ], { @@ -34922,6 +40052,14 @@ "title_aux": "ComfyUI OpenAI Prompter" } ], + "https://github.com/njlent/ComfyUI_performance-report": [ + [ + "ExecutionTimeReporter" + ], + { + "title_aux": "ComfyUI Execution Time Reporter" + } + ], "https://github.com/njlent/ComfyUI_wavelet-colorfix": [ [ "WaveletColorFix" @@ -35054,24 +40192,38 @@ "https://github.com/nofunstudio/Node_Fun_ComfyUI": [ [ "DynamicQueueCounter", + "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", @@ -35213,8 +40365,10 @@ ], "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": [ [ - "SeedVR2", - "SeedVR2BlockSwap" + "SeedVR2LoadDiTModel", + "SeedVR2LoadVAEModel", + "SeedVR2TorchCompileSettings", + "SeedVR2VideoUpscaler" ], { "title_aux": "ComfyUI-SeedVR2_VideoUpscaler" @@ -35362,6 +40516,19 @@ "title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)" } ], + "https://github.com/okdalto/ComfyUI-WithAnyone": [ + [ + "WithAnyoneArcFaceExtractorNode", + "WithAnyoneBBoxNode", + "WithAnyoneModelLoaderNode", + "WithAnyoneSamplerNode", + "WithAnyoneSigLIPExtractorNode", + "WithAnyoneSinglePersonConditioningNode" + ], + { + "title_aux": "ComfyUI-WithAnyone" + } + ], "https://github.com/okgo4/ComfyUI-Mosaic-Mask": [ [ "MosaicMask" @@ -35402,7 +40569,8 @@ [ "LoRAVisualizer", "PromptComposer", - "PromptSplitter" + "PromptSplitter", + "WANLoRAHighLowSplitter" ], { "title_aux": "LoRA Visualizer" @@ -35480,9 +40648,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" @@ -35523,6 +40702,7 @@ [ "IoNetVision", "KontextPresetsOrex", + "OreX Image Load Batch", "OreX Image Save", "PollinationsTextGenOrex", "flux-kontext-orexnodes", @@ -35740,6 +40920,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" @@ -35753,9 +40941,6 @@ "EasyAspectRatioNode", "GPTImage1", "LLMAIONode", - "LoRASwitcherNode", - "LoRASwitcherNode20", - "LoRASwitcherNode40", "LoraSwitcherDynamic", "StringSplitterNode" ], @@ -35802,27 +40987,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" ], { @@ -35891,6 +41117,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" @@ -35904,6 +41138,7 @@ "AttentionCouplePPM", "CFGLimiterGuider", "CFGPPSamplerSelect", + "CLIPAttentionSelector", "CLIPMicroConditioning", "CLIPNegPip", "CLIPTextEncodeBREAK", @@ -35921,10 +41156,14 @@ "LatentToMaskBB", "LatentToWidthHeight", "MaskCompositePPM", + "ModelAttentionSelector", "PPMSamplerSelect", "RenormCFGPost", "RescaleCFGPost", - "SamplerGradientEstimation" + "SamplerGradientEstimation", + "SkipFirstStepCFG", + "TCFGAdvanced", + "VAEPadding" ], { "title_aux": "ComfyUI-ppm" @@ -35943,8 +41182,8 @@ "https://github.com/pamparamm/sd-perturbed-attention": [ [ "NormalizedAttentionGuidance", + "PLADIS", "PerturbedAttention", - "Pladis", "SlidingWindowGuidanceAdvanced", "SmoothedEnergyGuidanceAdvanced", "TRTAttachPag", @@ -36066,22 +41305,20 @@ "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": [ [ "Gemini File Processing", "Gemini File Upload", - "Gemini Pro", - "Gemini-Pro-Chat", - "Gemini-Pro-Editimage" + "Gemini Pro" ], { "title_aux": "ComfyUI Gemini Pro Node" @@ -36098,6 +41335,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", @@ -36150,7 +41413,10 @@ [ "FluxBlockSwap", "HidreamBlockSwap", - "TaylorSeer" + "QwenimageBlockSwap", + "TaylorSeer", + "TaylorSeerLite", + "WanvideoBlockSwap" ], { "title_aux": "ComfyUI-TaylorSeer" @@ -36176,8 +41442,11 @@ ], "https://github.com/phyblas/nsfw-shorier_comfyui": [ [ + "CensorNsfwPart", "FilterNsfw", "FilterNsfwWithText", + "FindNsfwPart", + "FindNudenetPart", "GetNsfwScore", "IsNsfw", "ReplaceIfNsfw", @@ -36248,6 +41517,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", @@ -36263,6 +41553,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" @@ -36271,6 +41570,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" @@ -36343,6 +41660,8 @@ "CRT_DynamicPromptScheduler", "CRT_FileBatchPromptScheduler", "CRT_QuantizeAndCropImage", + "CRT_StringBatcher", + "CRT_StringSplitter", "CRT_UpscaleModelAdv", "CRT_WAN_BatchSampler", "ClarityFX", @@ -36350,7 +41669,6 @@ "ColorIsolationFX", "ColourfulnessFX", "ContourFX", - "EmptyContext", "EnableLatent", "FaceEnhancementPipeline", "FaceEnhancementPipelineWithInjection", @@ -36400,7 +41718,8 @@ "Toggle Lora Unet Blocks L2", "Video Duration Calculator", "VideoLoaderCrawl", - "WAN2.2 LoRA Compare Sampler" + "WAN2.2 LoRA Compare Sampler", + "WanVideoLoraSelectMultiImproved" ], { "author": "chflame", @@ -36412,7 +41731,8 @@ ], "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": [ [ - "SpeakerDiarizer" + "SpeakerDiarizer", + "SpeakerDiarizerChronoNode" ], { "title_aux": "ComfyUI-Speaker-Isolation" @@ -36430,13 +41750,21 @@ [ "CheckpointLoaderAdvancedDisTorch2MultiGPU", "CheckpointLoaderAdvancedMultiGPU", - "DeviceSelectorMultiGPU", - "HunyuanVideoEmbeddingsAdapter" + "UNetLoaderLP" ], { "title_aux": "ComfyUI-MultiGPU" } ], + "https://github.com/polym/ComfyUI-musubi": [ + [ + "MusubiUNETJitLoader", + "MusubiUNETLoader" + ], + { + "title_aux": "ComfyUI-musubi" + } + ], "https://github.com/popoimm/comfyui-popo-utility": [ [ "PopoImageAspectRatioNode", @@ -36524,6 +41852,58 @@ "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-PainterSampler": [ + [ + "PainterSampler" + ], + { + "title_aux": "Comfyui-PainterSampler" + } + ], "https://github.com/prodogape/ComfyUI-EasyOCR": [ [ "Apply EasyOCR" @@ -36572,6 +41952,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" @@ -36654,23 +42048,50 @@ [ "PVL Call OpenAI Assistant", "PVL ComfyDeploy API Caller", - "PVL KONTEXT MAX", + "PVL Compare", "PVLCheckIfConnected", + "PVL_Any2String", + "PVL_BatchAny", + "PVL_BooleanLogic", + "PVL_ComfyDeploy_LoraPrep", + "PVL_ComfyDeploy_Universal", + "PVL_Comfydeploy_Avatar_PulID_API", "PVL_Crop2AR", + "PVL_EdgeExtend", + "PVL_Gemini_API", + "PVL_Gemini_API_Multi", + "PVL_Gemini_API_avatar_special", "PVL_Google_NanoBanana_API", + "PVL_Google_NanoBanana_API_mandatory_IMG", + "PVL_Google_NanoBanana_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_SplitString", "PVL_Stitch2Size", + "PVL_StringConcatX3", + "PVL_StringConcatX8", + "PVL_StringToNumber", "PVL_StylePicker", + "PVL_Switch", "PVL_Switch_Huge", + "PVL_Txt", + "PVL_fal_DepthAnythingV2_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", @@ -36681,7 +42102,9 @@ "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" ], { "title_aux": "ComfyUI Assistant Node" @@ -36871,6 +42294,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" @@ -36903,6 +42338,7 @@ ], "https://github.com/rainlizard/ComfyUI-Raffle": [ [ + "CurvedRescaleCFG", "PreviewHistory", "Raffle", "TagCategoryStrength" @@ -37014,19 +42450,57 @@ ], "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 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", @@ -37067,6 +42541,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" @@ -37122,6 +42622,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", @@ -37164,6 +42674,7 @@ ], "https://github.com/regiellis/ComfyUI-EasyIllustrious": [ [ + "IllustriousAppendRegion", "IllustriousArtists", "IllustriousAttentionCouple", "IllustriousAutoOutpaint", @@ -37175,18 +42686,22 @@ "IllustriousE621Characters", "IllustriousEmotions", "IllustriousEmptyLatentImage", + "IllustriousEmptyRegions", "IllustriousHairstyles", "IllustriousKSamplerPresets", "IllustriousKSamplerPro", "IllustriousLatentUpscale", + "IllustriousMakeRegion", "IllustriousMasterModel", "IllustriousMultiPassSampler", "IllustriousNegativeCLIPEncoder", "IllustriousPonyTokens", "IllustriousPoses", "IllustriousPrompt", + "IllustriousRegionalConditioning", "IllustriousScenesPlus", "IllustriousScheduler", + "IllustriousSmartSceneGenerator", "IllustriousTriplePassSampler", "IllustriousVAEDecode", "IllustriousVAEEncode", @@ -37400,7 +42915,8 @@ "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [ [ "VTONAPINode", - "VTONAPIPaidNode" + "VTONAPIPaidNode", + "VTONLookbookNode" ], { "title_aux": "ComfyUI_sm4ll-Wrapper" @@ -37443,6 +42959,7 @@ "https://github.com/robertvoy/ComfyUI-Distributed": [ [ "DistributedCollector", + "DistributedEmptyImage", "DistributedSeed", "ImageBatchDivider", "UltimateSDUpscaleDistributed" @@ -37583,6 +43100,32 @@ "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", + "TextInput", + "TextScraper", + "TextStorageReader", + "TextStorageWriter", + "WildcardsNode" + ], + { + "title_aux": "ComfyUI Text Processor" + } + ], "https://github.com/roundyyy/ComfyUI-mesh-simplifier": [ [ "MeshSimplifierNode" @@ -37663,16 +43206,81 @@ "title_aux": "ComfyUI-EZ_Prompts" } ], + "https://github.com/rslosch/comfyui-nodesweet": [ + [ + "BboxDetectorBatch", + "BboxDetectorBatchChunked", + "BboxDetectorBatchForEach", + "LoadImageSetFromFolderSortedNode", + "MultilineStringRepeater" + ], + { + "title_aux": "ComfyUI Batch BBox Detector" + } + ], + "https://github.com/rsxdalv/ComfyUI-TTS-Webui": [ + [ + "TTSWebUI_OpenAI_TTS", + "TTS_ChatterboxNode", + "TTS_F5TTSNode", + "TTS_FireRedTTS2Node", + "TTS_GlobalPresetNode", + "TTS_HiggsV2Node", + "TTS_KittenTTSNode", + "TTS_KokoroNode", + "TTS_MMSNode", + "TTS_MegaTTS3Node", + "TTS_ParlerTTSNode", + "TTS_PiperTTSNode", + "TTS_StyleTTS2Node", + "TTS_VallEXNode" + ], + { + "title_aux": "TTS WebUI API nodes for ComfyUI" + } + ], + "https://github.com/ru4ls/ComfyUI_Google-Fonts": [ + [ + "GoogleFontTextNode" + ], + { + "title_aux": "Google Font Text Image Node for ComfyUI" + } + ], + "https://github.com/ru4ls/ComfyUI_Imagen": [ + [ + "ImagenNode" + ], + { + "title_aux": "ComfyUI_Imagen" + } + ], "https://github.com/ru4ls/ComfyUI_Nano_Banana": [ [ - "NanoBanana" + "NanoBanana", + "NanoBananaAIO", + "NanoBananaGrounding" ], { "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", "WanT2IGenerator", @@ -37687,6 +43295,15 @@ "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", @@ -37798,6 +43415,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" @@ -38191,6 +43817,35 @@ "title_aux": "ComfyUI_FlipStreamViewer" } ], + "https://github.com/sammykumar/ComfyUI-SwissArmyKnife": [ + [ + "AzureStorageUpload", + "CivitMetadataHelper", + "ControlPanelOverview", + "ControlPanelPromptBreakdown", + "FilenameGenerator", + "FrameExtractor", + "GeminiUtilOptions", + "LLMStudioOptions", + "LLMStudioPictureDescribe", + "LLMStudioVideoDescribe", + "LoRAInfoExtractor", + "MediaDescribe", + "MediaDescribeOverrides", + "MediaSelection", + "MultiCaptionCombiner", + "ShowText", + "VACEDepthAnnotator", + "VACEFlowAnnotator", + "VACEScribbleAnnotator", + "VideoMetadataNode", + "VideoPreview", + "VideoPreviewNative" + ], + { + "title_aux": "ComfyUI-SwissArmyKnife" + } + ], "https://github.com/sanbuphy/ComfyUI-AudioLDM": [ [ "AudioLDM", @@ -38213,6 +43868,47 @@ "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", + "CameraShakeNode", + "MergeVideoAudioNode", + "VideoImageOverlay", + "VideoOverlay", + "VideoOverlayBatch", + "ZoomSequenceBatchNode", + "ZoomSequenceNode" + ], + { + "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", @@ -38305,6 +44001,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", @@ -38641,9 +44349,9 @@ "GetComboFromImage", "GetFloatFromImage", "GetIntFromImage", - "GetNodesFromImage", "GetPromptFromImage", "GetStringFromImage", + "GetValuesFromImage", "GetWorkflowFromImage" ], { @@ -38703,15 +44411,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", @@ -38734,6 +44471,7 @@ ], "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ [ + "GetKeyAPI", "SSL_GeminiAPIKeyConfig", "SSL_GeminiTextPrompt" ], @@ -38741,6 +44479,15 @@ "title_aux": "ComfyUI Gemini Expanded API" } ], + "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader": [ + [ + "ScaledFP8HybridCheckpointLoader", + "ScaledFP8HybridUNetLoader" + ], + { + "title_aux": "ComfyUI_Hybrid-Scaled_fp8-Loader" + } + ], "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": [ [ "PowerShiftScheduler" @@ -38771,6 +44518,7 @@ "AV_ControlNetEfficientStackerSimple", "AV_ControlNetLoader", "AV_ControlNetPreprocessor", + "AV_GeminiApi", "AV_LLMApiConfig", "AV_LLMChat", "AV_LLMCompletion", @@ -38778,7 +44526,9 @@ "AV_LoraListLoader", "AV_LoraListStacker", "AV_LoraLoader", + "AV_NanoBananaApiConfig", "AV_OpenAIApi", + "AV_OpenRouterApi", "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", "AV_PromptsToParametersPipe", @@ -38853,6 +44603,34 @@ "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/sittere/ComfyUI-YK_Line-loading": [ [ "MultiTextLoader" @@ -38902,16 +44680,26 @@ "title_aux": "Skycoder Tools" } ], + "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ + [ + "SID_AIPromptGenerator" + ], + { + "title_aux": "ComfyUI-AI-Photography-Toolkit" + } + ], "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": [ [ "SmartFormatString", "SmartFormatString10", "SmartHVLoraSelect", "SmartHVLoraStack", + "SmartHWMonitor", "SmartLoadLoRA", "SmartModelOrLoraToString", "SmartPrompt", "SmartRemoveComments", + "SmartSaveAnimatedGIF", "SmartSaveText", "SmartShowAnything" ], @@ -38921,23 +44709,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" @@ -38958,15 +44758,6 @@ "title_aux": "comfyui-ollama-nodes" } ], - "https://github.com/sm079/ComfyUI-Face-Detection": [ - [ - "FaceCombine", - "FaceDetection" - ], - { - "title_aux": "ComfyUI-Face-Detection" - } - ], "https://github.com/smagnetize/kb-comfyui-nodes": [ [ "SingleImageDataUrlLoader" @@ -38975,6 +44766,14 @@ "title_aux": "kb-comfyui-nodes" } ], + "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": [ + [ + "PKLoadImagePaste" + ], + { + "title_aux": "ComfyUI PK Load Image Paste" + } + ], "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": [ [ "SML_FluxProUltra_Replicate_Standalone", @@ -39045,6 +44844,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", @@ -39100,6 +44914,17 @@ "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", @@ -39120,6 +44945,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", @@ -39192,6 +45027,7 @@ "https://github.com/smthemex/ComfyUI_KV_Edit": [ [ "KV_Edit_Load", + "KV_Edit_Load_LoRA", "KV_Edit_PreData", "KV_Edit_Sampler" ], @@ -39219,6 +45055,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", @@ -39268,6 +45117,19 @@ "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", @@ -39370,6 +45232,7 @@ ], "https://github.com/smthemex/ComfyUI_SongGeneration": [ [ + "SongGeneration_Loader", "SongGeneration_Sampler", "SongGeneration_Stage1", "SongGeneration_Stage2" @@ -39417,6 +45280,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", @@ -39501,6 +45373,7 @@ "Load AI Toolkit Latent Flux", "Save_Image_And_Caption", "Send_to_Eagle", + "Snek SQLite Prompt Logger", "\ud83d\udc0d Random Prompt From JSON" ], { @@ -39509,14 +45382,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" @@ -39525,6 +45412,16 @@ "title_aux": "ComfyUI Video Crop" } ], + "https://github.com/sonnybox/ComfyUI-SuperNodes": [ + [ + "SuperCalculateTiles", + "SuperCreateTiles", + "SuperStitchTiles" + ], + { + "title_aux": "ComfyUI-SuperNodes" + } + ], "https://github.com/souki202/ComfyUI-LoadImage-Advanced": [ [ "ColorAdjustment", @@ -39680,6 +45577,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" @@ -39790,6 +45710,7 @@ ], "https://github.com/stavsap/comfyui-ollama": [ [ + "OllamaChat", "OllamaConnectivityV2", "OllamaGenerate", "OllamaGenerateAdvance", @@ -39957,6 +45878,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", @@ -39999,6 +45931,9 @@ "TagMerger", "TagMerger4", "TagMerger6", + "TagPipeIn", + "TagPipeOut", + "TagPipeUpdate", "TagRandomCategory", "TagRemover", "TagReplace", @@ -40010,6 +45945,25 @@ "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", @@ -40019,6 +45973,8 @@ "NukeCornerPin", "NukeCrop", "NukeDefocus", + "NukeExposure", + "NukeExposureAdvanced", "NukeGrade", "NukeLevels", "NukeMerge", @@ -40067,6 +46023,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" @@ -40099,6 +46067,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", @@ -40202,6 +46183,17 @@ "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": [ [ "ElevenlabsTextToEffect", @@ -40348,15 +46340,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", @@ -40377,6 +46387,23 @@ "title_aux": "ComfyUI-Omini-Kontext" } ], + "https://github.com/terefang/ComfyUI-Terefang-Nodes": [ + [ + "Terefang Simple Latent Image", + "Terefang Wildcards" + ], + { + "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", @@ -40586,6 +46613,7 @@ "MLXClipTextEncoder", "MLXDecoder", "MLXLoadFlux", + "MLXLoadFluxLocal", "MLXSampler" ], { @@ -40678,6 +46706,24 @@ "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" + ], + { + "title_aux": "TA-ComfyUI-Nodes-Pack" + } + ], "https://github.com/tocubed/ComfyUI-AudioReactor": [ [ "AudioFrameTransformBeats", @@ -40740,13 +46786,22 @@ "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [ [ "CaptureWebcam", + "ComfyCoupleMask", + "ComfyCoupleRegion", + "ComfyCoupleRegionExtractor", + "ComfyCoupleRegionVisualizer", "Depth to normal", "Direct Screen Capture", "Export glb", "ImageResize_Padding", + "JoinPose", "LatentDelay", "Load Random Text From File", "LoadWebcamImage", + "OpenposeEditorNode", + "PoseKeypointToCoordStr", + "PoseToMaskNode", + "Pose_Inter", "Remove noise", "SaveImagetoPath", "VisualAreaMask" @@ -40845,8 +46900,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" ], { @@ -40867,6 +46953,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" @@ -40907,6 +47005,14 @@ "title_aux": "Remove Banding Artifacts" } ], + "https://github.com/tritant/ComfyUI_SuperScaler": [ + [ + "SuperScaler_Pipeline" + ], + { + "title_aux": "SuperScaler" + } + ], "https://github.com/trojblue/trNodes": [ [ "trColorCorrection", @@ -40934,6 +47040,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" @@ -40942,6 +47063,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", @@ -40968,6 +47131,25 @@ "title_aux": "ComfyUI-Tensor-Operations" } ], + "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/tungdop2/Comfyui_face_restorer": [ [ "FaceRestorer", @@ -40993,6 +47175,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", @@ -41045,6 +47259,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", @@ -41056,6 +47282,31 @@ "title_aux": "ComfyUI-Fans" } ], + "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", + "OpenAICaptionImage", + "UCloud ModelVerse Client" + ], + { + "title_aux": "ComfyUl-UCloud" + } + ], "https://github.com/uetuluk/comfyui-webcam-node": [ [ "webcam_capture_node" @@ -41160,6 +47411,7 @@ "ApplyInstantID", "ColorAdjustNew(FaceParsing)", "CropFaces", + "DetectFaceByIndex", "DetectFaces", "Example", "InstantIDFaceAnalysis", @@ -41184,6 +47436,33 @@ "title_aux": "comfyui-holdup" } ], + "https://github.com/ussoewwin/ComfyUI-DistorchMemoryManager": [ + [ + "DisTorchPurgeVRAMV2", + "MemoryCleaner", + "MemoryManager", + "SafeMemoryManager" + ], + { + "title_aux": "ComfyUI-DistorchMemoryManager" + } + ], + "https://github.com/ussoewwin/ComfyUI-NunchakuFluxLoraStacker": [ + [ + "FluxLoraMultiLoader" + ], + { + "title_aux": "ComfyUI-NunchakuFluxLoraStacker" + } + ], + "https://github.com/ussoewwin/image_resize_comfyui": [ + [ + "ImageResizeAdvanced" + ], + { + "title_aux": "image-resize-comfyui" + } + ], "https://github.com/vadimcro/VKRiez-Edge": [ [ "VKriezEnhancedEdgePreprocessor", @@ -41226,17 +47505,29 @@ "title_aux": "OpenRouter Node" } ], + "https://github.com/vanche1212/ComfyUI-InspireMusic": [ + [ + "InspireMusicTextToMusic" + ], + { + "title_aux": "ComfyUI InspireMusic Plugin" + } + ], "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [ [ - "VC_Load_Video_Path_Unified_Output", - "VC_Load_Video_Upload_Unified_Output", - "VC_Video_Combine_Unified_Output", - "Waveform2Audio", - "\ud83d\ude0bAPI Request Node", - "\ud83d\ude0bJSON Parser Node", - "\ud83d\ude0bOld Photo Colorization Node", - "\ud83d\ude0bOllama Request Node", - "\ud83d\ude0bSave Image Unified Output" + "API Request Node", + "CombineImageAudioToVideoNode", + "Empty Image Node", + "JSON Builder Node", + "JSON Parser Node", + "JsonBuilderNode", + "LoadAudioFromUrlNode", + "LoadImageFromUrlNode", + "MultilinePromptNode", + "OSSUploadNode", + "RemoveEmptyLinesNode", + "SaveVideoRGBA", + "TextToImageNode" ], { "title_aux": "ZMG PLUGIN" @@ -41255,6 +47546,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", @@ -41266,6 +47574,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", @@ -41481,24 +47799,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": [ @@ -41523,8 +47898,15 @@ ], "https://github.com/vslinx/ComfyUI-vslinx-nodes": [ [ + "vsLinx_AppendLorasFromNodeToString", + "vsLinx_BooleanAndOperator", + "vsLinx_BooleanFlip", + "vsLinx_BooleanOrOperator", + "vsLinx_BypassOnBool", + "vsLinx_FitImageIntoBBoxMask", "vsLinx_LoadSelectedImagesBatch", - "vsLinx_LoadSelectedImagesList" + "vsLinx_LoadSelectedImagesList", + "vsLinx_MuteOnBool" ], { "title_aux": "ComfyUI vsLinx Nodes" @@ -41584,6 +47966,87 @@ "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": [ + [ + "AEAnimationCore", + "AERender" + ], + { + "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-TTM-WAN22": [ + [ + "WanTTMConditioning", + "WanTTMSamplerComplete" + ], + { + "title_aux": "ComfyUI-TTM-WAN22" + } + ], + "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)", @@ -41661,18 +48124,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" @@ -41710,8 +48184,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" ], @@ -41777,6 +48276,23 @@ "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_SceneBeat", + "fot_SceneBeatData", + "fot_SceneData" + ], + { + "title_aux": "comfyui_play_traversal" + } + ], "https://github.com/whatbirdisthat/cyberdolphin": [ [ "\ud83d\udc2c Gradio ChatInterface", @@ -41809,16 +48325,25 @@ ], "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", "FillMaskedArea_UTK", + "GetImageRangeFromBatch_UTK", "ImageAndMaskPreview_UTK", + "ImageBlendAdvance_UTK", "ImageCombineAlpha_UTK", "ImageConcatenateMulti_UTK", "ImageConcatenate_UTK", + "ImageCropByMaskAndResize_UTK", "ImageMaskScaleAs_UTK", "ImagePadForOutpaintMasked_UTK", "ImageRatioDetector_UTK", @@ -41826,6 +48351,7 @@ "ImageScaleByAspectRatio_UTK", "ImageScaleRestore_UTK", "ImitationHueNode_UTK", + "LazySwitchKJ_UTK", "LoadAudioPlusFromPath_UTK", "LoadKontextPresets_UTK", "LoraInfo_UTK", @@ -41834,9 +48360,12 @@ "MaskSub_UTK", "MathExpression_UTK", "PurgeVRAM_UTK", + "ResizeImageVerKJ_UTK", "RestoreCropBox_UTK", + "SeparateMasks_UTK", "TextBoxNode_UTK", "TextConcatenate_UTK", + "TextTranslatorAPI_UTK", "ThinkRemover_UTK", "Video_Prompt_Helper" ], @@ -41853,6 +48382,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", @@ -41863,6 +48400,14 @@ "title_aux": "ComfyUI-KEEP" } ], + "https://github.com/wildminder/ComfyUI-KaniTTS": [ + [ + "KaniTTS" + ], + { + "title_aux": "ComfyUI-KaniTTS" + } + ], "https://github.com/wildminder/ComfyUI-VibeVoice": [ [ "VibeVoiceTTS" @@ -41871,6 +48416,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", @@ -41895,25 +48448,39 @@ "BatchPromptSelector", "ConnectionString", "DoubleCLIPEncode", + "FaceRestoreCFWithModel", "FloatMathOperation", "ImageAddText", + "ImageColorAdapter", "ImageEmpty", "IndexString", "IntMathOperation", "JoinImageBatch", "LLMImage", "LLMText", + "LoadImagesFromFolder", + "MaskToImage", "OptionString", + "PersonMaskUltraV2", "PortraitStyler", + "ReActorBuildFaceModel", + "ReActorMakeFaceModelBatch", + "ReActorSaveFaceModel", "SaveJpgImage", "StringInput", "ZSQPixelLatent", "ZSQRatioLatent", "ZSQShowINT", "ZSQShowText", + "ZsqLatent", "checkpoint_sampler", + "checkpoint_sampler_dualclip", + "checkpoint_sampler_tripleclip", + "checkpoint_sampler_unet", "controlnetStack", "controlnetStack_2", + "face_reactor", + "face_reactor_plus", "imageConcat", "imageCount", "imageCrop", @@ -41921,7 +48488,6 @@ "imageFilter", "imageFlip", "imageGaussianBlur", - "imageHug", "imageRGB", "imageRatio", "imageResize", @@ -41936,6 +48502,7 @@ "loraStack", "loraStack_2", "stylesSelector", + "zsq_rmbg", "zsqcheckpoint", "zsqcontrolnet", "zsqsampler" @@ -41991,22 +48558,25 @@ "title_aux": "mpx-comfyui-nodes" } ], - "https://github.com/wizdroid/wizdroid-fashionista": [ + "https://github.com/wizdroid/wizdroid-character": [ [ - "CharacterSheetGeneratorNode", - "ImageValidatorNode", - "OllamaLLMNode", - "PhotoStyleHelperNode", - "PresetPatchApplierNode", - "SimpleOllamaNode" + "CharacterPromptBuilder", + "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", @@ -42165,6 +48735,25 @@ "title_aux": "ComfyUI-RK-Sampler" } ], + "https://github.com/wouterverweirder/comfyui-penplotter": [ + [ + "DisengagePlotter", + "ImageToCenterline", + "OptimizeSVG", + "PlotSVG" + ], + { + "title_aux": "ComfyUI PenPlotter" + } + ], + "https://github.com/wouterverweirder/comfyui_sam3": [ + [ + "SAM3Segmentation" + ], + { + "title_aux": "ComfyUI SAM3" + } + ], "https://github.com/wqjuser/ComfyUI-Chat-Image": [ [ "LLMImageDescription" @@ -42226,6 +48815,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" @@ -42234,6 +48831,37 @@ "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/xXAdonesXx/NodeGPT": [ [ "AppendAgent", @@ -42296,6 +48924,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", @@ -42500,7 +49137,6 @@ "ForInnerEnd", "ForInnerStart", "ForStart", - "GLM3Prompt", "IdentifyingQR", "IfInnerExecute", "Image2Video", @@ -42541,6 +49177,12 @@ "LamGetPngInfo", "LamHeyGemNode", "LamHeyGemQueryNode", + "LamIndexTTS2AdvancedParams", + "LamIndexTTS2Node0", + "LamIndexTTS2Node1", + "LamIndexTTS2Node2", + "LamIndexTTS2Node3", + "LamIndexTTS2UnloadModel", "LamLoadImageBase64", "LamLoadPathImage", "LamLoadVideo", @@ -42571,6 +49213,7 @@ "MultiTextSetArea", "MultiTextSetGligen", "MultiTextSetMask", + "OpenAiPrompt", "OutDoWhileEnd", "OutDoWhileStart", "PreviewImageLam", @@ -42594,6 +49237,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", @@ -42614,6 +49273,18 @@ "title_aux": "ComfyUI Preview Magnifier" } ], + "https://github.com/ycyy/ComfyUI-YCYY-API": [ + [ + "YCYY_Gemini_Image_API", + "YCYY_Gemini_Image_Preset", + "YCYY_Ollama_LLM_API", + "YCYY_Ollama_LLM_Advanced_Options", + "YCYY_Ollama_VLM_API" + ], + { + "title_aux": "ComfyUI-YCYY-API" + } + ], "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [ [ "LoraInfo" @@ -42622,6 +49293,24 @@ "title_aux": "ComfyUI-YCYY-LoraInfo" } ], + "https://github.com/yeeyou/ComfyUI-OpenAI-Compatible-API": [ + [ + "OpenAICompatibleLLM" + ], + { + "title_aux": "ComfyUI OpenAI Compatible API Node" + } + ], + "https://github.com/yemanou/ComfyUI-NABA": [ + [ + "NABAImageNode", + "NABAImageNodeREST", + "NABAImportErrorStub" + ], + { + "title_aux": "NABA Image (Gemini REST) Node" + } + ], "https://github.com/yffyhk/comfyui_auto_danbooru": [ [ "GetDanbooru", @@ -42696,6 +49385,27 @@ "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", @@ -42708,6 +49418,7 @@ "ImageMirror", "ImageMosaic", "ImageRotate", + "ImageScaleRestoreV2_YC", "ImageSelector", "ImageUpscaleTiled", "IrregularToEllipseMask", @@ -42721,6 +49432,7 @@ "MaskFromBatch", "MaskPreviewNode", "MaskRepeatBatch", + "MaskResizeToRatio", "MaskSmartValleySplit", "MaskSplitFilter", "MaskTopNFilter", @@ -42732,15 +49444,18 @@ "YC Text Condition Switch", "YC Text Index Switch", "YC Universal Gate", + "YCImageAccumulator", "YCImageSmartCrop", "YCImageSmartPad", "YCImageTile", "YCImageUntile", "YCMaskComposite", + "YCMaskRatioPadCrop", "YCRemapMaskRange", "YCTextImageGenerator", "YC_FiveTextCombineNode", "YC_Image_Save", + "YC_MaskColorOverlay", "YC_SingleTextNode", "YC_textReplaceNode" ], @@ -42748,6 +49463,16 @@ "title_aux": "ComfyUI-YCNodes" } ], + "https://github.com/yichengup/ComfyUI-YCNodes_Toolkit": [ + [ + "ycBBoxBridge", + "ycCanvasBBox", + "ycimagebrushmask" + ], + { + "title_aux": "ComfyUI-YCNodes_Toolkit" + } + ], "https://github.com/yichengup/ComfyUI_SwiftCut": [ [ "SelectImages", @@ -42860,6 +49585,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", @@ -43067,6 +49801,14 @@ "title_aux": "ComfyUI Easy Use" } ], + "https://github.com/yolain/SaveVideoRGBA": [ + [ + "SaveVideoRGBA" + ], + { + "title_aux": "SaveVideoRGBA" + } + ], "https://github.com/yolanother/ComfyUI-Save16bitPng": [ [ "SaveImageARGB16PNG" @@ -43177,9 +49919,17 @@ "KY_BBoxesToSAM2", "KY_CreateMask", "KY_CreateVideoObjectFromPath", + "KY_CropImageByXYWH", + "KY_Eval_Python", + "KY_FFmpegAddAudio", + "KY_FFmpegCustomCmd", + "KY_FFmpegImagesToVideo", + "KY_FFmpegTrimVideo", + "KY_FFmpegVideoToImages", "KY_FilePathAnalyzer-", "KY_FileSequenceAnalyzer", "KY_First_NOT_EMPTY", + "KY_GetFromPath", "KY_ImageCropByBBox", "KY_JSONToBBox", "KY_JoinToString", @@ -43194,8 +49944,11 @@ "KY_ReadImage", "KY_RegexExtractor", "KY_RegexReplace", + "KY_SaveImageSequence", "KY_SaveImageToPath", + "KY_SaveVideo", "KY_ToVideoUrl", + "KY_Uploads", "KY_VideoCompare", "KY_isNone", "KY_restoreBBox", @@ -43254,6 +50007,44 @@ "title_aux": "chinese_clip_encode" } ], + "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": [ + [ + "HyVidelSrTransformerUpsamplerLoader", + "HyVidelSrVaeDecoder", + "HyVideo15Byt5Loader", + "HyVideo15CFG", + "HyVideo15GlyphByT5", + "HyVideo15I2VSampler", + "HyVideo15LatentsPrepare", + "HyVideo15ModelLoader", + "HyVideo15SR", + "HyVideo15SRModelLoader", + "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", @@ -43626,6 +50417,10 @@ "DeepfaceAnalyzeFaceAttributes", "DetectorForNSFW", "EmptyConditioning", + "FalFunControlVideoRequestNode", + "FalImage2VideoRequestNode", + "FalNanoBananaNode", + "FalVideo2VideoRequestNode", "FloatMultipleAddLiteral", "FrameAdjuster", "GeminiPromptEnhance", @@ -43656,15 +50451,20 @@ "MaskFromFaceModel", "MaskofCenter", "MatchImageRatioToPreset", + "ModelsDownloaderOfUtils", "ModifyTextGender", "NeedImageSizeAndCount", + "NovitaVideoRequestNode", + "QwenEditPlusLoraNode", "ReplicateRequstNode", "ReplicateVideoRequestNode", + "SegmindVideoRequestNode", "SplitMask", "TextInputAutoSelector", "TextPreview", "TorchCompileModelAdvanced", "UpscaleImageWithModelIfNeed", + "VolcanoArkImageEditNode", "VolcanoImageEditNode", "VolcanoOutpaintingNode" ], @@ -43733,15 +50533,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" @@ -43799,6 +50590,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" @@ -44042,9 +50841,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 6cc320e1..4d424248 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/pyproject.toml b/pyproject.toml index d3c83138..81c68881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "comfyui-manager" license = { text = "GPL-3.0-only" } -version = "4.0.3b1" +version = "4.0.3b2" requires-python = ">= 3.9" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." readme = "README.md" diff --git a/requirements.txt b/requirements.txt index 2ba553e8..d225a63c 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 870c0721..2139eba1 100644 --- a/scanner.py +++ b/scanner.py @@ -7,13 +7,15 @@ import concurrent 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 def download_url(url, dest_folder, filename=None): @@ -39,26 +41,51 @@ 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") +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 -if not os.path.exists(temp_dir): - os.makedirs(temp_dir) + # 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 + ''' + ) + + 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') + + # 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 -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}") +# 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 @@ -73,12 +100,22 @@ def extract_nodes(code_text): 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,7 +127,7 @@ 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()) - + return s else: return set() @@ -98,6 +135,99 @@ def extract_nodes(code_text): return set() +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 scan_in_file(filename, is_builtin=False): global builtin_nodes @@ -105,13 +235,18 @@ def scan_in_file(filename, is_builtin=False): 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 = {} + # V1 nodes detection nodes |= extract_nodes(code) + + # V3 nodes detection + nodes |= extract_v3_nodes(code) code = re.sub(r'^#.*?$', '', code, flags=re.MULTILINE) def extract_keys(pattern, code): @@ -208,6 +343,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 +446,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,46 +594,59 @@ def update_custom_nodes(): 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 Exception: 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): + """ + 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 + """ # 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) + # Include metadata from .py files in both modes metadata.update(metadata_in_file) dirname = os.path.basename(dirname) @@ -436,17 +661,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 +695,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 +716,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 +749,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 +768,53 @@ 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() -print("\n# Updating extensions\n") -updated_node_info = update_custom_nodes() + # Determine mode + scan_only_mode = args.scan_only is not None + url_list_file = args.scan_only if scan_only_mode else None -print("\n# 'extension-node-map.json' file is generated.\n") -gen_json(updated_node_info) + # 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") -print("\nDONE.\n") \ No newline at end of file + 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# Generating 'extension-node-map.json'...\n") + + # Generate extension-node-map.json + gen_json(updated_node_info, scan_only_mode) + + 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)") \ No newline at end of file