Compare commits

...

28 Commits

Author SHA1 Message Date
Dr.Lt.Data
e089896df9 update README.md 2025-09-20 09:05:51 +09:00
Dr.Lt.Data
0014eec124 update README.md 2025-09-20 08:53:18 +09:00
Dr.Lt.Data
e0b3f3eb45 update DB 2025-09-20 07:50:52 +09:00
Dr.Lt.Data
4bbc8594a7 update DB 2025-09-19 18:05:57 +09:00
Dr.Lt.Data
3a377300e1 update DB 2025-09-19 07:57:39 +09:00
SBCODE
33a07e3a86 add ComfyUI Virtual Webcam to custom-node-list.json (#2161)
* Added ComfyUI Virtual Webcam plugin to custom-node-list.json

The ComfyUI Virtual Webcam allows you to stream your ksampler output images to a webcam driver

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2025-09-19 07:27:21 +09:00
Dr.Lt.Data
212cafc1d7 update DB 2025-09-18 12:45:47 +09:00
Leylah
2643b3cbcc Update author and reference for ComfyUI-Violet-Tools (#2159) 2025-09-18 07:38:32 +09:00
Dr.Lt.Data
d445229b6d update DB 2025-09-17 12:54:06 +09:00
Dr.Lt.Data
dab5c451b0 update DB 2025-09-17 07:37:39 +09:00
Dr.Lt.Data
7bdf06131a update DB 2025-09-17 06:44:45 +09:00
LeechKing
854648d5af Add Danbooru FAISS Search Node to custom-node-list (#2157) 2025-09-17 06:43:55 +09:00
Dr.Lt.Data
c5f7b97359 update DB 2025-09-17 06:43:39 +09:00
Aaalice
dd8a727ad6 Update custom-node-list.json (#2154) 2025-09-17 06:42:10 +09:00
Dr.Lt.Data
6c627fe422 update DB 2025-09-17 06:41:49 +09:00
dehypnotic
ee980e1caf Update custom-node-list.json (#2153) 2025-09-17 06:39:29 +09:00
Semonxue
22bfaf6527 Add ComfyUI FlexAI Nodes to custom-node-list (#2149)
Added a new node for ComfyUI FlexAI with detailed description.
2025-09-17 06:35:58 +09:00
Dr.Lt.Data
48ab48cc30 fixed: more complete uv support
* Previously, only `uv` installed inside a venv was properly handled. Now `uv` installed outside the venv is also supported.
* Even if `use_uv=False`, `uv` is used as a fallback when `pip` is unavailable.
* Even if `use_uv=True`, `pip` is used as a fallback when `uv` is unavailable.

https://github.com/Comfy-Org/ComfyUI-Manager/issues/2125
2025-09-17 06:28:06 +09:00
Dr.Lt.Data
a0b14d4127 update DB 2025-09-16 12:39:14 +09:00
Dr.Lt.Data
03f9fe1a70 update DB 2025-09-16 07:44:02 +09:00
Jonnathan Nakagawa
8915b8d796 Add custom node: comfyui_nakagawa for websocket video data handling (#2151) 2025-09-16 06:36:09 +09:00
Dr.Lt.Data
c77ffeeec0 update DB 2025-09-15 12:52:43 +09:00
Dr.Lt.Data
4acf5660b2 fixed: broken db 2025-09-15 08:11:56 +09:00
Dr.Lt.Data
2d9f0a668c update DB 2025-09-15 07:41:30 +09:00
S4MUEL
9e6cb246cc Update ComfyUI-S4Tool-Image to custom_nodes list (#2150)
* Add ComfyUI-S4Tool-Image to custom nodes list

Add ComfyUI-S4Tool-Image to custom nodes list

* Update custom-node-list.json

Add custom-node : ComfyUI-S4Motion

* Add ComfyUI-S4Tool-Text to custom node list

Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control.

* Add ComfyUI-Prepack to custom node list

A small, practical bundle of ComfyUI nodes that streamlines common workflows.

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2025-09-15 07:01:27 +09:00
Dr.Lt.Data
14544ca63d update DB 2025-09-14 08:21:21 +09:00
fr0nky0ng
26b347c04c Add custom node: ComfyUI-Face-Comparator (#2147) 2025-09-14 08:20:23 +09:00
Dr.Lt.Data
36f75d1811 update DB 2025-09-13 15:55:25 +09:00
13 changed files with 7987 additions and 5702 deletions

View File

@@ -1,16 +1,26 @@
# ComfyUI Manager
# ComfyUI Manager (V3.0)
## Introducing the New ComfyUI Manager (V4.0)
This branch is a temporary branch maintained for users of the older ComfyUI. It will be kept for a limited time and then replaced by the [manager-v4](https://github.com/Comfy-Org/ComfyUI-Manager/tree/manager-v4) branch. (This branch will be renamed to the `manager-v3` branch.)
Previously, **ComfyUI Manager** functioned as a somewhat independent extension of ComfyUI, requiring users to install it via `git clone`. This branch will continue to exist for a while to ensure that using `git clone` with older versions of ComfyUI does not cause problems.
The new **ComfyUI Manager** is now managed as an optional dependency of ComfyUI. This means that if you are using the new ComfyUI, you no longer need to visit this repository to use **ComfyUI Manager**.
**Notes:**
* **ComfyUI Manager** is now available as a package on PyPI: [https://pypi.org/project/comfyui-manager](https://pypi.org/project/comfyui-manager)
* Even if the **ComfyUI Manager** dependency is installed, you must enable it by adding the `--enable-manager` option when running ComfyUI.
* Once the new **ComfyUI Manager** is enabled, any copy of **comfyui-manager** installed under `ComfyUI/custom_nodes` will be disabled.
* Please make all future contributions for feature improvements and bug fixes to the manager-v4 branch.
* For now, custom node registration will continue in this branch as well, but it will eventually be fully replaced by registration through https://registry.comfy.org via `pyproject.toml` ([guide](https://docs.comfy.org/registry/overview)).
---
**ComfyUI-Manager** is an extension designed to enhance the usability of [ComfyUI](https://github.com/comfyanonymous/ComfyUI). It offers management functions to **install, remove, disable, and enable** various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/refs/heads/Main/ComfyUI-Manager/images/dialog.jpg)
## NOTICE
* V3.16: Support for `uv` has been added. Set `use_uv` in `config.ini`.
* V3.10: `double-click feature` is removed
* This feature has been moved to https://github.com/ltdrdata/comfyui-connection-helper
* V3.3.2: Overhauled. Officially supports [https://registry.comfy.org/](https://registry.comfy.org/).
* You can see whole nodes info on [ComfyUI Nodes Info](https://ltdrdata.github.io/) page.
## Installation
### Installation[method1] (General installation method: ComfyUI-Manager only)

View File

@@ -1030,6 +1030,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",
@@ -4388,16 +4398,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",
@@ -8195,6 +8195,16 @@
"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 FireRedTTS2, 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": "Klinter",
"title": "Klinter_nodes",
@@ -9152,17 +9162,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",
@@ -13197,7 +13196,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 Alibabas InspireMusic model, supporting text-to-music generation and music continuation features."
},
{
"author": "hben35096",
@@ -14350,6 +14359,16 @@
"install_type": "git-clone",
"description": "A ComfyUI node to implement Together AI API image generation"
},
{
"author": "APZmedia",
"title": "ComfyUI APZmedia PSD Tools",
"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": "N3rd00d",
"title": "ComfyUI-Paint3D-Nodes",
@@ -17405,6 +17424,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",
@@ -18731,7 +18760,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",
@@ -23505,6 +23534,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",
@@ -27242,6 +27281,16 @@
"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": "cloudkoala",
"title": "comfyui-koala",
@@ -27296,7 +27345,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"
@@ -28085,16 +28134,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",
@@ -28466,6 +28505,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",
@@ -29169,16 +29218,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",
@@ -30707,16 +30746,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",
@@ -31335,13 +31364,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",
@@ -31731,6 +31760,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 +31790,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",
@@ -32438,11 +32467,11 @@
"description": "save your image with customized naming rule"
},
{
"author": "leylahkrell",
"author": "leylahviolet",
"title": "ComfyUI Violet Tools",
"reference": "https://github.com/leylahkrell/ComfyUI-Violet-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."
@@ -32649,6 +32678,16 @@
"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": "garg-aayush",
"title": "ComfyUI-Svg2Raster",
@@ -32718,7 +32757,341 @@
],
"install_type": "git-clone",
"description": "Lightweight ComfyUI wrapper for IndexTTS 2 (voice cloning + emotion 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": "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": "Dehypnotic",
"title": "Save MP3",
"reference": "https://github.com/Dehypnotic/comfyui-save-mp3",
"files": [
"https://github.com/Dehypnotic/comfyui-save-mp3"
],
"install_type": "git-clone",
"description": "A node for saving audio in MP3-format with selected bitrate mode and quality to an output subfolder or absolute path on any drive."
},
{
"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": "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": "wallen0322",
"title": "ComfyUI-QI-QwenEditSafe",
"reference": "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe",
"files": [
"https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe"
],
"install_type": "git-clone",
"description": "NODES: QI • TextEncodeQwenImageEdit, QI • VAE Decode, QI • RefEdit Encode — by wallen0322"
},
{
"author": "Yuxi Liu",
"title": "comfyui-ddu",
"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": "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."
},
{
"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": "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-smart-lora-downloader - Automatically Fetch Missing LoRAs",
"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": "SiggEye",
"title": "FaceCanon — Consistent Faces at Any Resolution",
"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."
},

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 36]
version_code = [3, 37]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')

View File

@@ -15,6 +15,7 @@ import re
import logging
import platform
import shlex
from functools import lru_cache
cache_lock = threading.Lock()
@@ -34,18 +35,64 @@ def add_python_path_to_env():
os.environ['PATH'] = os.path.dirname(sys.executable)+sep+os.environ['PATH']
@lru_cache(maxsize=2)
def get_pip_cmd(force_uv=False):
"""
Get the base pip command, with automatic fallback to uv if pip is unavailable.
Args:
force_uv (bool): If True, use uv directly without trying pip
Returns:
list: Base command for pip operations
"""
embedded = 'python_embeded' in sys.executable
# Try pip first (unless forcing uv)
if not force_uv:
try:
test_cmd = [sys.executable] + (['-s'] if embedded else []) + ['-m', 'pip', '--version']
subprocess.check_output(test_cmd, stderr=subprocess.DEVNULL, timeout=5)
return [sys.executable] + (['-s'] if embedded else []) + ['-m', 'pip']
except Exception:
logging.warning("[ComfyUI-Manager] python -m pip not available. Falling back to uv.")
# Try uv (either forced or pip failed)
import shutil
# Try uv as Python module
try:
test_cmd = [sys.executable] + (['-s'] if embedded else []) + ['-m', 'uv', '--version']
subprocess.check_output(test_cmd, stderr=subprocess.DEVNULL, timeout=5)
logging.info("[ComfyUI-Manager] Using uv as Python module for pip operations.")
return [sys.executable] + (['-s'] if embedded else []) + ['-m', 'uv', 'pip']
except Exception:
pass
# Try standalone uv
if shutil.which('uv'):
logging.info("[ComfyUI-Manager] Using standalone uv for pip operations.")
return ['uv', 'pip']
# Nothing worked
logging.error("[ComfyUI-Manager] Neither python -m pip nor uv are available. Cannot proceed with package operations.")
raise Exception("Neither pip nor uv are available for package management")
def make_pip_cmd(cmd):
if 'python_embeded' in sys.executable:
if use_uv:
return [sys.executable, '-s', '-m', 'uv', 'pip'] + cmd
else:
return [sys.executable, '-s', '-m', 'pip'] + cmd
else:
# FIXED: https://github.com/ltdrdata/ComfyUI-Manager/issues/1667
if use_uv:
return [sys.executable, '-m', 'uv', 'pip'] + cmd
else:
return [sys.executable, '-m', 'pip'] + cmd
"""
Create a pip command by combining the cached base pip command with the given arguments.
Args:
cmd (list): List of pip command arguments (e.g., ['install', 'package'])
Returns:
list: Complete command list ready for subprocess execution
"""
global use_uv
base_cmd = get_pip_cmd(force_uv=use_uv)
return base_cmd + cmd
# DON'T USE StrictVersion - cannot handle pre_release version
# try:

View File

@@ -1,5 +1,155 @@
{
"custom_nodes": [
{
"author": "Santat2023",
"title": "ComfyUiRagNodes",
"reference": "https://github.com/Santat2023/ComfyUiRagNodes",
"files": [
"https://github.com/Santat2023/ComfyUiRagNodes"
],
"install_type": "git-clone",
"description": "NODES: RAG KSampler Node, LLM Node, DB Load Node, ..."
},
{
"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'"
},
{
"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": "GeekyGhost",
"title": "Studio42 Image, Audio, and Video Editing Suite for ComfyUI [WIP]",
"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": "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": "yokoyoko9053",
"title": "comfyui-sequential-prompt",
"reference": "https://github.com/yokoyoko9053/comfyui-sequential-prompt",
"files": [
"https://github.com/yokoyoko9053/comfyui-sequential-prompt"
],
"install_type": "git-clone",
"description": "NODES: SQPrompt"
},
{
"author": "polygoningenieur",
"title": "ComfyUI-Diffusion-SDXL-Video",
"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]",
@@ -1243,14 +1393,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",
@@ -3260,7 +3410,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"
},
{
@@ -4344,16 +4494,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]",

View File

@@ -267,11 +267,13 @@
"PromptList",
"PromptSelectorList",
"PromptSelectorStr",
"PromptSelectorStrV2",
"SelectImageSize",
"SimpleIntMathHandle",
"SimpleJsonArrayHandle",
"SimpleJsonObjectHandle",
"VideoFrameSize",
"VideoSizeAndFps",
"VideoTimeAndFPS",
"Wan22StepHandle"
],
@@ -316,6 +318,29 @@
"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": [
[
"Empty_Line",
@@ -497,6 +522,14 @@
"title_aux": "UtilNodes-ComfyUI [WIP]"
}
],
"https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero": [
[
"TextEncodeQwenImageEdit_zero"
],
{
"title_aux": "AIGCZero-comfyui-Qwen_edit-zero"
}
],
"https://github.com/ALatentPlace/ComfyUI_yanc": [
[
"> Bloom",
@@ -735,7 +768,6 @@
],
"https://github.com/AlexYez/comfyui-timesaver": [
[
"Gemma3nNode",
"TS Cube to Equirectangular",
"TS Equirectangular to Cube",
"TS Files Downloader",
@@ -750,9 +782,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"
],
@@ -1153,6 +1188,7 @@
"VTS Repeat Text As List",
"VTS Replace Text In List",
"VTS Sharpen",
"VTS To Boolean",
"VTS To List",
"VTS To Text",
"VTS_Load_Pose_Keypoints",
@@ -1322,6 +1358,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"
@@ -1435,8 +1482,13 @@
],
"https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": [
[
"BTK_PixAITaggerNode",
"GetAIBooruPost",
"GetAnyBooruPostAdv",
"GetBooruPost",
"GetDanbooruPost",
"GetE621Post",
"GetGelbooruPost",
"TagWikiFetch"
],
{
@@ -1503,16 +1555,27 @@
],
"https://github.com/EQXai/ComfyUI_EQX": [
[
"AspectRatioCropEQX",
"BatchImageTrimmer",
"BatchImageTrimmerMulti",
"BodyCropMaskEQX",
"CountFaces_EQX",
"Extract Filename - EQX",
"Extract LORA name - EQX",
"FaceCropMaskEQX",
"FaceDetectOut",
"File Image Selector",
"ImageDuplicateRemover",
"Load Prompt From File - EQX",
"LoadRetinaFace_EQX",
"LoraStackEQX_random",
"NSFW Detector EQX",
"ResolutionSelectorEQX",
"SaveImage_EQX",
"SaveVideoEQX",
"UncropByMaskEQX",
"VideoFragmentsNode",
"VideoFragmentsSplitter",
"WorkFlow Check"
],
{
@@ -1745,7 +1808,9 @@
"https://github.com/Firetheft/ComfyUI_Local_Image_Gallery": [
[
"LocalImageGalleryNode",
"SelectOriginalImageNode"
"SelectOriginalAudioNode",
"SelectOriginalImageNode",
"SelectOriginalVideoNode"
],
{
"title_aux": "ComfyUI Local Media Manager [UNSAFE]"
@@ -1775,6 +1840,21 @@
"title_aux": "PMSnodes [WIP]"
}
],
"https://github.com/GeekyGhost/24oiduts-ComfyUI": [
[
"Studio42AudioLoader",
"Studio42AudioMixer",
"Studio42BackgroundRemoverEnhanced",
"Studio42LayerComposer",
"Studio42PatchDrop",
"Studio42PatchLiftLoader",
"Studio42VideoPatchDrop",
"Studio42VideoPatchLiftLoader"
],
{
"title_aux": "Studio42 Image, Audio, and Video Editing Suite for ComfyUI [WIP]"
}
],
"https://github.com/GentlemanHu/ComfyUI-Notifier": [
[
"GentlemanHu_Notifier"
@@ -1886,14 +1966,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,6 +1996,14 @@
"title_aux": "ComfyUI-igTools"
}
],
"https://github.com/Inoriac/comfyui-HandDetect": [
[
"HandMaskGenerator"
],
{
"title_aux": "comfyui-HandDetect"
}
],
"https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [
[
"dropdowns",
@@ -2841,7 +2921,9 @@
"Downloader",
"FileMoveNode",
"FolderIteratorNODE",
"GLM_Node",
"GetImageListFromFloderNode",
"GetRefModelImageListNode",
"Get_cookies_Node",
"Get_json_value_Node",
"Get_video_Node",
@@ -2875,12 +2957,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"
],
@@ -3041,6 +3126,14 @@
"title_aux": "DoomFLUX Nodes [WIP]"
}
],
"https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": [
[
"DiffusionSDXLFrameByFrame"
],
{
"title_aux": "ComfyUI-Diffusion-SDXL-Video"
}
],
"https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [
[
"Clean input and output file"
@@ -3315,6 +3408,16 @@
"title_aux": "HiDreamSampler for ComfyUI [WIP]"
}
],
"https://github.com/Santat2023/ComfyUiRagNodes": [
[
"MyNodesForDB",
"MyNodesForLLM",
"MyNodesForRAG"
],
{
"title_aux": "ComfyUiRagNodes"
}
],
"https://github.com/Scaryplasmon/ComfTrellis": [
[
"LoadTrellisModel",
@@ -3421,6 +3524,39 @@
"title_aux": "Simlym/comfyui-prompt-helper [WIP]"
}
],
"https://github.com/SlackinJack/multigpu_diffusion_comfyui": [
[
"AdvancedSchedulerSelector",
"AsyncDiffADSampler",
"AsyncDiffConfig",
"AsyncDiffSDSampler",
"AsyncDiffSDUpscaleSampler",
"AsyncDiffSVDSampler",
"CheckpointSelector",
"ControlNetSelector",
"DistrifuserConfig",
"DistrifuserSDSampler",
"EncodePromptWithCompel",
"GGUFSelector",
"HostConfig",
"IPAdapterSelector",
"LoraSelector",
"MotionAdapterLoraSelector",
"MotionAdapterSelector",
"MotionModuleSelector",
"MultiLoraJoiner",
"SchedulerSelector",
"VAESelector",
"xDiTConfig",
"xDiTSampler",
"xDiTUSPConfig",
"xDiTUSPImageSampler",
"xDiTUSPVideoSampler"
],
{
"title_aux": "multigpu_diffusion_comfyui"
}
],
"https://github.com/Slix-M-Lestragg/comfyui-enhanced": [
[
"Range Iterator"
@@ -5180,6 +5316,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",
@@ -5779,6 +5928,16 @@
"title_aux": "DCNodess [WIP]"
}
],
"https://github.com/dcduanchao/comfyui_video_http": [
[
"Audio Upload Node",
"Image Upload Node",
"Video Upload Node"
],
{
"title_aux": "comfyui_video_http"
}
],
"https://github.com/dead-matrix/ComfyUI-RMBG-Custom": [
[
"RMBG_Custom"
@@ -5861,6 +6020,19 @@
"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/dogcomplex/ComfyUI-LOKI": [
[
"EvaluateRelevanceLLM",
@@ -6850,6 +7022,15 @@
"title_aux": "comfyui-hnznodes"
}
],
"https://github.com/husw725/comfyui_alta_nodes": [
[
"Alta:LoadImagesPath",
"Alta:SaveImagePlus"
],
{
"title_aux": "comfyui_alta_nodes"
}
],
"https://github.com/hy134300/comfyui-hb-node": [
[
"generate story",
@@ -8004,6 +8185,36 @@
"title_aux": "SK-Nodes"
}
],
"https://github.com/lu64k/ks_nodes": [
[
"KS Json Count",
"KS Json To String",
"KS JsonKeyExtractor",
"KS JsonKeyReplacer",
"KS JsonlFolderMatchReader",
"KS JsonlReader",
"KS Load Images From Folder KS",
"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 extract key and value",
"KS json float range filter",
"KS json key random",
"KS json key replace",
"KS json value eliminator",
"KS load text",
"KS_any_payload_image",
"KS_image_metadata_node",
"KS_make_json_node",
"KS_merge_json_node"
],
{
"title_aux": "ks_nodes"
}
],
"https://github.com/lucafoscili/lf-nodes": [
[
"LF_Blend",
@@ -8047,6 +8258,7 @@
"LF_ImagesSlideshow",
"LF_Integer",
"LF_IsLandscape",
"LF_JSONPromptCombinator",
"LF_KeywordCounter",
"LF_KeywordToggleFromJSON",
"LF_LLMChat",
@@ -8447,7 +8659,7 @@
"Image Size Calculator",
"Model Selector",
"Upscale Settings Calculator",
"Video Settings Calculator"
"Video Settings"
],
{
"title_aux": "ComfyUI-Codinghero"
@@ -8744,6 +8956,16 @@
"title_aux": "Unified List Selector 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",
@@ -9341,6 +9563,8 @@
"Save Image Folder",
"Select Image From Batch",
"Slot Frame",
"String To Float List",
"Threshold Image",
"Trim Padded Batch"
],
{
@@ -9351,6 +9575,7 @@
[
"FaceMeshEyewearMask",
"MaskFromFacialKeypoints",
"MediaPipeFaceToMask",
"OpenPoseEyewearMask"
],
{
@@ -10366,7 +10591,8 @@
"DownloadAndLoadLoraModelOnly",
"EdgeNoise",
"FeatheredSharpen",
"IterativeDeHaloAlphaWithMaskTorch"
"IterativeDeHaloAlphaWithMaskTorch",
"SkinColorFusion"
],
{
"title_aux": "comfyui-virallover"
@@ -10630,49 +10856,6 @@
"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",
@@ -10821,7 +11004,6 @@
"ForInnerEnd",
"ForInnerStart",
"ForStart",
"GLM3Prompt",
"IdentifyingQR",
"IfInnerExecute",
"Image2Video",
@@ -10862,6 +11044,12 @@
"LamGetPngInfo",
"LamHeyGemNode",
"LamHeyGemQueryNode",
"LamIndexTTS2AdvancedParams",
"LamIndexTTS2Node0",
"LamIndexTTS2Node1",
"LamIndexTTS2Node2",
"LamIndexTTS2Node3",
"LamIndexTTS2UnloadModel",
"LamLoadImageBase64",
"LamLoadPathImage",
"LamLoadVideo",
@@ -10892,6 +11080,7 @@
"MultiTextSetArea",
"MultiTextSetGligen",
"MultiTextSetMask",
"OpenAiPrompt",
"OutDoWhileEnd",
"OutDoWhileStart",
"PreviewImageLam",
@@ -10975,6 +11164,14 @@
"title_aux": "ComfyUI-Dropbox-API [WIP]"
}
],
"https://github.com/yokoyoko9053/comfyui-sequential-prompt": [
[
"YokoYoko.Tec"
],
{
"title_aux": "comfyui-sequential-prompt"
}
],
"https://github.com/yuvraj108c/ComfyUI-HYPIR": [
[
"HYPIRProcess",

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,86 @@
{
"custom_nodes": [
{
"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]",

View File

@@ -1,5 +1,437 @@
{
"custom_nodes": [
{
"author": "3dgopnik",
"title": "comfyui-smart-lora-downloader - Automatically Fetch Missing LoRAs",
"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": "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": "SiggEye",
"title": "FaceCanon — Consistent Faces at Any Resolution",
"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": "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": "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": "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": "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": "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": "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."
},
{
"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": "VraethrDalkr",
"title": "ComfyUI-TripleKSampler",
"reference": "https://github.com/VraethrDalkr/ComfyUI-TripleKSampler",
"files": [
"https://github.com/VraethrDalkr/ComfyUI-TripleKSampler"
],
"install_type": "git-clone",
"description": "Triple-stage KSampler for Wan2.2 split models with Lightning LoRA"
},
{
"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": "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": "APZmedia",
"title": "ComfyUI APZmedia PSD Tools",
"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": "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": "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": "wallen0322",
"title": "ComfyUI-QI-QwenEditSafe",
"reference": "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe",
"files": [
"https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe"
],
"install_type": "git-clone",
"description": "NODES: QI • TextEncodeQwenImageEdit, QI • VAE Decode, QI • RefEdit Encode — by wallen0322"
},
{
"author": "Yuxi Liu",
"title": "comfyui-ddu",
"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": "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": "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 FireRedTTS2, 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": "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": "Dehypnotic",
"title": "Save MP3",
"reference": "https://github.com/Dehypnotic/comfyui-save-mp3",
"files": [
"https://github.com/Dehypnotic/comfyui-save-mp3"
],
"install_type": "git-clone",
"description": "A node for saving audio in MP3-format with selected bitrate mode and quality to an output subfolder or absolute path on any drive."
},
{
"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "S4MUEL404",
"title": "ComfyUI Prepack",
"id": "comfyui-prepack",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Prepack"
],
"install_type": "git-clone",
"description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows."
},
{
"author": "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": "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": "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": "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": "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": "snicolast",
"title": "ComfyUI-Manufnode",
"reference": "https://github.com/efortin/ComfyUI-Ollama-Enhancer",
"files": [
"https://github.com/efortin/ComfyUI-Ollama-Enhancer"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes integrating Ollama to generate and enhance positive/negative prompts for Stable Diffusion workflows."
},
{
"author": "snicolast",
"title": "ComfyUI-IndexTTS2",
@@ -381,321 +813,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI node pack for encrypting and hiding text or images.\nSecurity: AES-256-GCM (authenticated) with scrypt key derivation.\nSteganography: LSB (PNG/TIFF) and DCT/JPEG (more robust to recompression)."
},
{
"author": "leylahkrell",
"title": "ComfyUI Violet Tools",
"reference": "https://github.com/leylahkrell/ComfyUI-Violet-Tools",
"files": [
"https://github.com/leylahkrell/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."
},
{
"author": "SnJake",
"title": "JPG & Noise Remover for ComfyUI",
"reference": "https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner",
"files": [
"https://github.com/SnJake/SnJake_JPG_Artifacts_Noise_Cleaner"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI designed to remove JPEG compression artifacts and digital noise from images. It is powered by a lightweight UNetRestorer model that efficiently restores image quality."
},
{
"author": "SatadalAI",
"title": "SATA UtilityNode Node for ComfyUI",
"id": "SATA UtilityNode",
"reference": "https://github.com/SatadalAI/SATA_UtilityNode",
"files": [
"https://github.com/SatadalAI/SATA_UtilityNode"
],
"install_type": "git-clone",
"description": "A collection of utility nodes including image upscale,touchpad support and CSV-driven prompt machine for ComfyUI."
},
{
"author": "ShmuelRonen",
"title": "ComfyUI Flux Pro Integrative - Enhanced Flux API Node",
"reference": "https://github.com/ShmuelRonen/flux_pro_integrative",
"files": [
"https://github.com/ShmuelRonen/flux_pro_integrative"
],
"install_type": "git-clone",
"description": "A completely rewritten and enhanced custom node for ComfyUI that integrates with Black Forest Labs FLUX API, providing seamless access to FLUX's image generation and finetuning capabilities with improved reliability and user experience."
},
{
"author": "CoreyCorza",
"title": "ComfyUI-CRZnodes",
"reference": "https://github.com/CoreyCorza/ComfyUI-CRZnodes",
"files": [
"https://github.com/CoreyCorza/ComfyUI-CRZnodes"
],
"install_type": "git-clone",
"description": "Dashboard Nodes for Comfy"
},
{
"author": "wizdroid",
"title": "Wizdroid ComfyUI Outfit Selection",
"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": "Vantage with AI",
"title": "Vantage-HunyuanFoley",
"reference": "https://github.com/vantagewithai/Vantage-HunyuanFoley",
"files": [
"https://github.com/vantagewithai/Vantage-HunyuanFoley"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for generating high-fidelity, synchronized foley audio for any video, powered by Tencents HunyuanVideo-Foley model."
},
{
"author": "MilleN2ium",
"title": "ComfyUI-CutomizableSave",
"reference": "https://github.com/MilleN2ium/ComfyUI-CutomizableSave",
"files": [
"https://github.com/MilleN2ium/ComfyUI-CutomizableSave"
],
"install_type": "git-clone",
"description": "save your image with customized naming rule"
},
{
"author": "Justify87",
"title": "ComfyUI Multi-Analysis Heatmaps",
"reference": "https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps",
"files": [
"https://github.com/Justify87/ComfyUI-Multi-Analysis-Heatmaps"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node for visual comparison of two images using multiple perceptual and mathematical methods. The goal: make hidden differences visible as colorful heatmaps, so you can see where an upscaler, denoiser, or diffusion model changed your image — even when your eyes cant tell at first glance."
},
{
"author": "iguanesolutions",
"title": "Flux Resolution",
"reference": "https://github.com/iguanesolutions/comfyui-flux-resolution",
"files": [
"https://github.com/iguanesolutions/comfyui-flux-resolution"
],
"install_type": "git-clone",
"description": "Get the closest compatible flux resolution from a given resolution."
},
{
"author": "matthewfriedrichs",
"title": "Thought Bubble",
"id": "thoughtbubble_interactivecanvas",
"reference": "https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble",
"files": [
"https://github.com/matthewfriedrichs/ComfyUI-ThoughtBubble"
],
"install_type": "git-clone",
"description": "ThoughtBubble is a custom node for ComfyUI that provides an interactive canvas to build and manage your prompts in a more visual and organized way. Think of it as a whiteboard for your ideas, allowing you to link different concepts, create conditional logic, and dynamically generate prompts using a powerful set of commands."
},
{
"author": "opparco",
"title": "Wan2.2 Lightx2v Scheduler for ComfyUI",
"reference": "https://github.com/opparco/ComfyUI-WanLightx2vScheduler",
"files": [
"https://github.com/opparco/ComfyUI-WanLightx2vScheduler"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node package designed specifically for Wan2.2 Lightx2v models to fix the 'burnt-out' look, over-sharpening, and abrupt lighting shifts through proper denoising trajectory alignment."
},
{
"author": "FredBisAI",
"title": "ComfyUI FRED Nodes v2",
"reference": "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2",
"files": [
"https://github.com/Poukpalaova/ComfyUI-FRED-Nodes_v2"
],
"install_type": "git-clone",
"description": "FRED's enhanced custom nodes for ComfyUI"
},
{
"author": "HM-RunningHub",
"title": "ComfyUI IC-Custom Node",
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom",
"files": [
"https://github.com/HM-RunningHub/ComfyUI_RH_ICCustom"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that integrates IC-Custom model for high-quality image customization and generation."
},
{
"author": "polygoningenieur",
"title": "ComfyUI-IC-Light-Video",
"reference": "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video",
"files": [
"https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video"
],
"install_type": "git-clone",
"description": "ComfyUI native nodes for IC-Light with a Video node"
},
{
"author": "sumitchatterjee13",
"title": "Nuke Nodes for ComfyUI",
"reference": "https://github.com/sumitchatterjee13/nuke-nodes-comfyui",
"files": [
"https://github.com/sumitchatterjee13/nuke-nodes-comfyui"
],
"install_type": "git-clone",
"description": "A comprehensive collection of ComfyUI custom nodes that replicate the functionality of popular Nuke compositing nodes. Includes merge, grade, transform, blur nodes and more for professional compositing workflows."
},
{
"author": "Yeq6X",
"title": "ComfyUI Image to Video Inserter",
"reference": "https://github.com/Yeq6X/ComfyUI-image-to-video-inserter",
"files": [
"https://github.com/Yeq6X/ComfyUI-image-to-video-inserter"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that inserts images into videos."
},
{
"author": "yichengup",
"title": "ComfyUI_SwiftCut",
"reference": "https://github.com/yichengup/ComfyUI_SwiftCut",
"files": [
"https://github.com/yichengup/ComfyUI_SwiftCut"
],
"install_type": "git-clone",
"description": "A simple ComfyUI plugin that Its purpose and function is to replicate some of the editing effects of capcut,jianying and pr."
},
{
"author": "Shellishack",
"title": "ComfyUI Remote Media Loaders",
"reference": "https://github.com/Shellishack/comfyui-remote-media-loaders",
"files": [
"https://github.com/Shellishack/comfyui-remote-media-loaders"
],
"install_type": "git-clone",
"description": "Load media (image/video/audio) from remote URL"
},
{
"author": "S4MUEL404",
"title": "ComfyUI Prepack",
"id": "comfyui-prepack",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Prepack"
],
"install_type": "git-clone",
"description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows."
},
{
"author": "Frief84",
"title": "ComfyUI-LoRAWeightAxisXY",
"reference": "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY",
"files": [
"https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY"
],
"install_type": "git-clone",
"description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.",
"tags": ["xy-plot", "lora", "efficiency-nodes", "utility"]
},
{
"author": "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 Googles Gemini 2.5 Flash Image Preview API."
},
{
"author": "PenguinTeo",
"title": "GeminiBanana for ComfyUI",
"reference": "https://github.com/PenguinTeo/Comfyui-GeminiBanana",
"files": [
"https://github.com/PenguinTeo/Comfyui-GeminiBanana"
],
"install_type": "git-clone",
"description": "GeminiBanana is a custom node for ComfyUI based on the Gemini API. It allows you to call Gemini inside ComfyUI workflows to generate text, parse images, or perform multimodal interactions, greatly enhancing workflow automation and creative capabilities."
},
{
"author": "grovergol",
"title": "ComfyUI Grover Nodes",
"reference": "https://github.com/grovergol/comfyui-grover-nodes",
"files": [
"https://github.com/grovergol/comfyui-grover-nodes"
],
"install_type": "git-clone",
"description": "A custom node that allows opening file paths in the default system file explorer."
},
{
"author": "noelkim12",
"title": "ComfyUI-ComfyUI-NoelTextUtil",
"reference": "https://github.com/noelkim12/ComfyUI-NoelTextUtil",
"files": [
"https://github.com/noelkim12/ComfyUI-NoelTextUtil"
],
"install_type": "git-clone",
"description": "Text utility nodes for file path and LoRA auto triggering"
},
{
"author": "Juste-Leo2",
"title": "Canary-ComfyUI",
"reference": "https://github.com/Juste-Leo2/Canary-ComfyUI",
"files": [
"https://github.com/Juste-Leo2/Canary-ComfyUI"
],
"install_type": "git-clone",
"description": "This node pack integrates the core capabilities of the Canary-1b-v2 model, providing three main features: it can transcribe audio in any of 25 supported languages into text in the same language, translate audio from 24 source languages directly into English, and translate English audio directly into one of the 24 other supported languages."
},
{
"author": "otavanopisto",
"title": "ComfyUI-aihub-workflow-exposer",
"reference": "https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer",
"files": [
"https://github.com/otavanopisto/ComfyUI-aihub-workflow-exposer"
],
"install_type": "git-clone",
"description": "Custom nodes for ComfyUI in order to expose AI workflows to external applications (particularly image, video and audio editors) so workflows can be integrated as plugins"
},
{
"author": "D3lUX3I",
"title": "VideoPromptEnhancer",
"reference": "https://github.com/D3lUX3I/ComfyUI-VideoPromptEnhancer",
"files": [
"https://github.com/D3lUX3I/ComfyUI-VideoPromptEnhancer"
],
"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"
}
]
}

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "3.36"
version = "3.37"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-nio", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]