diff --git a/__init__.py b/__init__.py
index 44dd6935..65d4625a 100644
--- a/__init__.py
+++ b/__init__.py
@@ -29,7 +29,7 @@ except:
print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.")
-version = [2, 7, 1]
+version = [2, 7, 2]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")
diff --git a/alter-list.json b/alter-list.json
index e79915c1..7822ffc0 100644
--- a/alter-list.json
+++ b/alter-list.json
@@ -199,6 +199,11 @@
"id":"https://github.com/abyz22/image_control",
"tags":"BMAB",
"description": "This extension provides some alternative functionalities of the [a/sd-webui-bmab](https://github.com/portu-sim/sd-webui-bmab) extension."
+ },
+ {
+ "id":"https://github.com/blepping/ComfyUI-sonar",
+ "tags":"sonar",
+ "description": "This extension provides some alternative functionalities of the [a/stable-diffusion-webui-sonar](https://github.com/Kahsolt/stable-diffusion-webui-sonar) extension."
}
]
}
\ No newline at end of file
diff --git a/check.bat b/check.bat
new file mode 100644
index 00000000..e7a3b09f
--- /dev/null
+++ b/check.bat
@@ -0,0 +1,21 @@
+@echo off
+
+python json-checker.py "custom-node-list.json"
+python json-checker.py "model-list.json"
+python json-checker.py "alter-list.json"
+python json-checker.py "extension-node-map.json"
+python json-checker.py "node_db\new\custom-node-list.json"
+python json-checker.py "node_db\new\model-list.json"
+python json-checker.py "node_db\new\extension-node-map.json"
+python json-checker.py "node_db\dev\custom-node-list.json"
+python json-checker.py "node_db\dev\model-list.json"
+python json-checker.py "node_db\dev\extension-node-map.json"
+python json-checker.py "node_db\tutorial\custom-node-list.json"
+python json-checker.py "node_db\tutorial\model-list.json"
+python json-checker.py "node_db\tutorial\extension-node-map.json"
+python json-checker.py "node_db\legacy\custom-node-list.json"
+python json-checker.py "node_db\legacy\model-list.json"
+python json-checker.py "node_db\legacy\extension-node-map.json"
+python json-checker.py "node_db\forked\custom-node-list.json"
+python json-checker.py "node_db\forked\model-list.json"
+python json-checker.py "node_db\forked\extension-node-map.json"
\ No newline at end of file
diff --git a/custom-node-list.json b/custom-node-list.json
index 3589cc1e..4a494bf2 100644
--- a/custom-node-list.json
+++ b/custom-node-list.json
@@ -446,7 +446,7 @@
],
"install_type": "git-clone",
"description": "Custom node to convert the lantents between SDXL and SD v1.5 directly without the VAE decoding/encoding step."
- },
+ },
{
"author": "city96",
"title": "SD-Advanced-Noise",
@@ -456,7 +456,7 @@
],
"install_type": "git-clone",
"description": "Nodes: LatentGaussianNoise, MathEncode. An experimental custom node that generates latent noise directly by utilizing the linear characteristics of the latent space."
- },
+ },
{
"author": "city96",
"title": "SD-Latent-Upscaler",
@@ -467,7 +467,7 @@
"pip": ["huggingface-hub"],
"install_type": "git-clone",
"description": "Upscaling stable diffusion latents using a small neural network."
- },
+ },
{
"author": "city96",
"title": "ComfyUI_DiT [WIP]",
@@ -478,7 +478,7 @@
"pip": ["huggingface-hub"],
"install_type": "git-clone",
"description": "Testbed for [a/DiT(Scalable Diffusion Models with Transformers)](https://github.com/facebookresearch/DiT). [w/None of this code is stable, expect breaking changes if for some reason you want to use this.]"
- },
+ },
{
"author": "city96",
"title": "ComfyUI_ColorMod",
@@ -488,7 +488,7 @@
],
"install_type": "git-clone",
"description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files."
- },
+ },
{
"author": "city96",
"title": "Extra Models for ComfyUI",
@@ -813,6 +813,16 @@
"install_type": "git-clone",
"description": "Given a set of lists, the node adjusts them so that when used as input to another node all the possible argument permutations are computed."
},
+ {
+ "author": "bmad4ever",
+ "title": "comfyui_wfc_like",
+ "reference": "https://github.com/bmad4ever/comfyui_wfc_like",
+ "files": [
+ "https://github.com/bmad4ever/comfyui_wfc_like"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Sample (WFC), Generate (WFC), Encode (WFC), Decode (WFC), Custom Temperature Config (WFC), Custom Value Weights (WFC), Empty State (WFC), Filter (WFC), Parallel Multi Gen. (WFC)"
+ },
{
"author": "FizzleDorf",
"title": "FizzNodes",
@@ -904,6 +914,26 @@
"install_type": "git-clone",
"description": "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy."
},
+ {
+ "author": "cubiq",
+ "title": "ComfyUI InstantID (Native Support)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID",
+ "files": [
+ "https://github.com/cubiq/ComfyUI_InstantID"
+ ],
+ "install_type": "git-clone",
+ "description": "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback."
+ },
+ {
+ "author": "cubiq",
+ "title": "Face Analysis for ComfyUI",
+ "reference": "https://github.com/cubiq/ComfyUI_FaceAnalysis",
+ "files": [
+ "https://github.com/cubiq/ComfyUI_FaceAnalysis"
+ ],
+ "install_type": "git-clone",
+ "description": "This extension uses [a/DLib](http://dlib.net/) to calculate the Euclidean and Cosine distance between two faces.\nNOTE: Install the Shape Predictor, Face Recognition model from the Install models menu."
+ },
{
"author": "shockz0rz",
"title": "InterpolateEverything",
@@ -1497,6 +1527,16 @@
"install_type": "git-clone",
"description": "A few nodes to mix sigmas and a custom scheduler that uses phi, then one using eval() to be able to schedule with custom formulas."
},
+ {
+ "author": "Extraltodeus",
+ "title": "ComfyUI-AutomaticCFG",
+ "reference": "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG",
+ "files": [
+ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG"
+ ],
+ "install_type": "git-clone",
+ "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality."
+ },
{
"author": "JPS",
"title": "JPS Custom Nodes for ComfyUI",
@@ -1850,13 +1890,13 @@
},
{
"author": "Ttl",
- "title": "ComfyUI Neural network latent upscale custom node",
+ "title": "ComfyUI Neural Network Latent Upscale",
"reference": "https://github.com/Ttl/ComfyUi_NNLatentUpscale",
"files": [
"https://github.com/Ttl/ComfyUi_NNLatentUpscale"
],
"install_type": "git-clone",
- "description": "A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding."
+ "description": "Nodes:NNLatentUpscale, A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding."
},
{
"author": "spro",
@@ -2297,6 +2337,16 @@
"install_type": "git-clone",
"description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI."
},
+ {
+ "author": "Kijai",
+ "title": "Animatediff MotionLoRA Trainer",
+ "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector",
+ "files": [
+ "https://github.com/kijai/ComfyUI-ADMotionDirector"
+ ],
+ "install_type": "git-clone",
+ "description": "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML."
+ },
{
"author": "hhhzzyang",
"title": "Comfyui-Lama",
@@ -3010,6 +3060,36 @@
"install_type": "git-clone",
"description": "Easily use Stable Video Diffusion inside ComfyUI!"
},
+ {
+ "author": "thecooltechguy",
+ "title": "ComfyUI-ComfyRun",
+ "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyRun",
+ "files": [
+ "https://github.com/thecooltechguy/ComfyUI-ComfyRun"
+ ],
+ "install_type": "git-clone",
+ "description": "The easiest way to run & share any ComfyUI workflow [a/https://comfyrun.com](https://comfyrun.com)"
+ },
+ {
+ "author": "thecooltechguy",
+ "title": "ComfyUI-MagicAnimate",
+ "reference": "https://github.com/thecooltechguy/ComfyUI-MagicAnimate",
+ "files": [
+ "https://github.com/thecooltechguy/ComfyUI-MagicAnimate"
+ ],
+ "install_type": "git-clone",
+ "description": "Easily use Magic Animate within ComfyUI!\n[w/WARN: This extension requires 15GB disk space.]"
+ },
+ {
+ "author": "thecooltechguy",
+ "title": "ComfyUI-ComfyWorkflows",
+ "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows",
+ "files": [
+ "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows"
+ ],
+ "install_type": "git-clone",
+ "description": "The best way to run, share, & discover thousands of ComfyUI workflows."
+ },
{
"author": "Danand",
"title": "ComfyUI-ComfyCouple",
@@ -3132,7 +3212,7 @@
},
{
"author": "ZHO-ZHO-ZHO",
- "title": "ComfyUI-SVD-ZHO",
+ "title": "ComfyUI-SVD-ZHO (WIP)",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO"
@@ -3150,6 +3230,16 @@
"install_type": "git-clone",
"description": "Unofficial implementation of [a/SegMoE: Segmind Mixture of Diffusion Experts](https://github.com/segmind/segmoe) for ComfyUI"
},
+ {
+ "author": "ZHO-ZHO-ZHO",
+ "title": "ComfyUI YoloWorld-EfficientSAM",
+ "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM",
+ "files": [
+ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM"
+ ],
+ "install_type": "git-clone",
+ "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]"
+ },
{
"author": "kenjiqq",
"title": "qq-nodes-comfyui",
@@ -3892,36 +3982,6 @@
"install_type": "git-clone",
"description": "A ComfyUI extension for chatting with your images. Runs on your own system, no external services used, no filter. Uses the [a/LLaVA multimodal LLM](https://llava-vl.github.io/) so you can give instructions or ask questions in natural language. It's maybe as smart as GPT3.5, and it can see."
},
- {
- "author": "thecooltechguy",
- "title": "ComfyUI-ComfyRun",
- "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyRun",
- "files": [
- "https://github.com/thecooltechguy/ComfyUI-ComfyRun"
- ],
- "install_type": "git-clone",
- "description": "The easiest way to run & share any ComfyUI workflow [a/https://comfyrun.com](https://comfyrun.com)"
- },
- {
- "author": "thecooltechguy",
- "title": "ComfyUI-MagicAnimate",
- "reference": "https://github.com/thecooltechguy/ComfyUI-MagicAnimate",
- "files": [
- "https://github.com/thecooltechguy/ComfyUI-MagicAnimate"
- ],
- "install_type": "git-clone",
- "description": "Easily use Magic Animate within ComfyUI!\n[w/WARN: This extension requires 15GB disk space.]"
- },
- {
- "author": "thecooltechguy",
- "title": "ComfyUI-ComfyWorkflows",
- "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows",
- "files": [
- "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows"
- ],
- "install_type": "git-clone",
- "description": "The best way to run, share, & discover thousands of ComfyUI workflows."
- },
{
"author": "styler00dollar",
"title": "ComfyUI-sudo-latent-upscale",
@@ -4013,6 +4073,16 @@
"install_type": "git-clone",
"description": "This is a custom node of ComfyUI that downloads and loads models from the input URL. The model is temporarily downloaded into memory and not saved to storage.\nThis could be useful when trying out models or when using various models on machines with limited storage. Since the model is downloaded into memory, expect higher memory usage than usual."
},
+ {
+ "author": "pkpkTech",
+ "title": "ComfyUI-SaveQueues",
+ "reference": "https://github.com/pkpkTech/ComfyUI-SaveQueues",
+ "files": [
+ "https://github.com/pkpkTech/ComfyUI-SaveQueues"
+ ],
+ "install_type": "git-clone",
+ "description": "Add a button to the menu to save and load the running queue and the pending queues.\nThis is intended to be used when you want to exit ComfyUI with queues still remaining."
+ },
{
"author": "Crystian",
"title": "Crystools",
@@ -4204,6 +4274,26 @@
"install_type": "git-clone",
"description": "Nodes:3D Pose Editor"
},
+ {
+ "author": "chaojie",
+ "title": "ComfyUI-Gemma",
+ "reference": "https://github.com/chaojie/ComfyUI-Gemma",
+ "files": [
+ "https://github.com/chaojie/ComfyUI-Gemma"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI Gemma"
+ },
+ {
+ "author": "chaojie",
+ "title": "ComfyUI-DynamiCrafter",
+ "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter",
+ "files": [
+ "https://github.com/chaojie/ComfyUI-DynamiCrafter"
+ ],
+ "install_type": "git-clone",
+ "description": "Better Dynamic, Higher Resolution, and Stronger Coherence!"
+ },
{
"author": "chaojie",
"title": "ComfyUI-Panda3d",
@@ -4331,8 +4421,9 @@
"files": [
"https://github.com/MrForExample/ComfyUI-3D-Pack"
],
+ "nodename_pattern": "^\\[Comfy3D\\]",
"install_type": "git-clone",
- "description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)"
+ "description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)\nNOTE: Pre-built python wheels can be download from [a/https://github.com/remsky/ComfyUI3D-Assorted-Wheels](https://github.com/remsky/ComfyUI3D-Assorted-Wheels)"
},
{
"author": "Mr.ForExample",
@@ -4341,6 +4432,7 @@
"files": [
"https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved"
],
+ "nodename_pattern": "^\\[AnimateAnyone\\]",
"install_type": "git-clone",
"description": "Improved AnimateAnyone implementation that allows you to use the opse image sequence and reference image to generate stylized video.\nThe current goal of this project is to achieve desired pose2video result with 1+FPS on GPUs that are equal to or better than RTX 3080!🚀\n[w/The torch environment may be compromised due to version issues as some torch-related packages are being reinstalled.]"
},
@@ -4354,6 +4446,16 @@
"install_type": "git-clone",
"description": "Nodes: MS kosmos-2 Interrogator, Save Image w/o Metadata, Image Scale Bounding Box. An implementation of Microsoft [a/kosmos-2](https://huggingface.co/microsoft/kosmos-2-patch14-224) image to text transformer."
},
+ {
+ "author": "Hangover3832",
+ "title": "ComfyUI-Hangover-Moondream",
+ "reference": "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream",
+ "files": [
+ "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream"
+ ],
+ "install_type": "git-clone",
+ "description": "Moondream is a lightweight multimodal large languge model.\nIMPORTANT:According to the creator, Moondream is for research purposes only, commercial use is not allowed!\n[w/WARN:Additional python code will be downloaded from huggingface and executed. You have to trust this creator if you want to use this node!]"
+ },
{
"author": "tzwm",
"title": "ComfyUI Profiler",
@@ -4554,6 +4656,36 @@
"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": "nkchocoai",
+ "title": "ComfyUI-TextOnSegs",
+ "reference": "https://github.com/nkchocoai/ComfyUI-TextOnSegs",
+ "files": [
+ "https://github.com/nkchocoai/ComfyUI-TextOnSegs"
+ ],
+ "install_type": "git-clone",
+ "description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack."
+ },
+ {
+ "author": "nkchocoai",
+ "title": "ComfyUI-SaveImageWithMetaData",
+ "reference": "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData",
+ "files": [
+ "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData"
+ ],
+ "install_type": "git-clone",
+ "description": "Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.\nSince the values are extracted dynamically, values output by various extension nodes can be added to metadata."
+ },
+ {
+ "author": "nkchocoai",
+ "title": "ComfyUI-Dart",
+ "reference": "https://github.com/nkchocoai/ComfyUI-Dart",
+ "files": [
+ "https://github.com/nkchocoai/ComfyUI-Dart"
+ ],
+ "install_type": "git-clone",
+ "description": "Add nodes that generates danbooru tags by [a/Dart(Danbooru Tags Transformer)](https://huggingface.co/p1atdev/dart-v1-sft)."
+ },
{
"author": "JaredTherriault",
"title": "ComfyUI-JNodes",
@@ -4752,7 +4884,7 @@
"https://github.com/gokayfem/ComfyUI_VLM_nodes"
],
"install_type": "git-clone",
- "description": "Nodes:VisionQuestionAnswering Node, PromptGenerate Node"
+ "description": "Custom Nodes for Vision Language Models (VLM) , Large Language Models (LLM), Image Captioning, Automatic Prompt Generation, Creative and Consistent Prompt Suggestion, Keyword Extraction"
},
{
"author": "Hiero207",
@@ -4794,6 +4926,16 @@
"install_type": "git-clone",
"description": "Better TAESD previews, BlehHyperTile."
},
+ {
+ "author": "blepping",
+ "title": "ComfyUI-sonar",
+ "reference": "https://github.com/blepping/ComfyUI-sonar",
+ "files": [
+ "https://github.com/blepping/ComfyUI-sonar"
+ ],
+ "install_type": "git-clone",
+ "description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI."
+ },
{
"author": "JerryOrbachJr",
"title": "ComfyUI-RandomSize",
@@ -4874,6 +5016,26 @@
"install_type": "git-clone",
"description": "Nodes:segformer_clothes, segformer_agnostic, segformer_remove_bg, stabel_vition. Nodes for model dress up."
},
+ {
+ "author": "StartHua",
+ "title": "Comfyui_joytag",
+ "reference": "https://github.com/StartHua/Comfyui_joytag",
+ "files": [
+ "https://github.com/StartHua/Comfyui_joytag"
+ ],
+ "install_type": "git-clone",
+ "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)"
+ },
+ {
+ "author": "StartHua",
+ "title": "comfyui_segformer_b2_clothes",
+ "reference": "https://github.com/StartHua/Comfyui_segformer_b2_clothes",
+ "files": [
+ "https://github.com/StartHua/Comfyui_segformer_b2_clothes"
+ ],
+ "install_type": "git-clone",
+ "description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)"
+ },
{
"author": "ricklove",
"title": "comfyui-ricklove",
@@ -4936,7 +5098,7 @@
},
{
"author": "TemryL",
- "title": "ComfyS3: Amazon S3 Integration for ComfyUI",
+ "title": "ComfyS3",
"reference": "https://github.com/TemryL/ComfyS3",
"files": [
"https://github.com/TemryL/ComfyS3"
@@ -4986,7 +5148,7 @@
},
{
"author": "antrobot",
- "title": "antrobots-comfyUI-nodepack",
+ "title": "antrobots ComfyUI Nodepack",
"reference": "https://github.com/antrobot1234/antrobots-comfyUI-nodepack",
"files": [
"https://github.com/antrobot1234/antrobots-comfyUI-nodepack"
@@ -4994,6 +5156,356 @@
"install_type": "git-clone",
"description": "A small node pack containing various things I felt like ought to be in base comfy-UI. Currently includes Some image handling nodes to help with inpainting, a version of KSampler (advanced) that allows for denoise, and a node that can swap it's inputs. Remember to make an issue if you experience any bugs or errors!"
},
+ {
+ "author": "bilal-arikan",
+ "title": "ComfyUI_TextAssets",
+ "reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets",
+ "files": [
+ "https://github.com/bilal-arikan/ComfyUI_TextAssets"
+ ],
+ "install_type": "git-clone",
+ "description": "With this node you can upload text files to input folder from your local computer."
+ },
+ {
+ "author": "kadirnar",
+ "title": "ComfyUI-Transformers",
+ "reference": "https://github.com/kadirnar/ComfyUI-Transformers",
+ "files": [
+ "https://github.com/kadirnar/ComfyUI-Transformers"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging."
+ },
+ {
+ "author": "digitaljohn",
+ "title": "ComfyUI-ProPost",
+ "reference": "https://github.com/digitaljohn/comfyui-propost",
+ "files": [
+ "https://github.com/digitaljohn/comfyui-propost"
+ ],
+ "install_type": "git-clone",
+ "description": "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural."
+ },
+ {
+ "author": "DonBaronFactory",
+ "title": "ComfyUI-Cre8it-Nodes",
+ "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes",
+ "files": [
+ "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows"
+ },
+ {
+ "author": "deforum",
+ "title": "Deforum Nodes",
+ "reference": "https://github.com/XmYx/deforum-comfy-nodes",
+ "files": [
+ "https://github.com/XmYx/deforum-comfy-nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art."
+ },
+ {
+ "author": "adbrasi",
+ "title": "ComfyUI-TrashNodes-DownloadHuggingface",
+ "reference": "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface",
+ "files": [
+ "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment."
+ },
+ {
+ "author": "mbrostami",
+ "title": "ComfyUI-HF",
+ "reference": "https://github.com/mbrostami/ComfyUI-HF",
+ "files": [
+ "https://github.com/mbrostami/ComfyUI-HF"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI Node to work with Hugging Face repositories"
+ },
+ {
+ "author": "Billius-AI",
+ "title": "ComfyUI-Path-Helper",
+ "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper",
+ "files": [
+ "https://github.com/Billius-AI/ComfyUI-Path-Helper"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath"
+ },
+ {
+ "author": "Franck-Demongin",
+ "title": "NX_PromptStyler",
+ "reference": "https://github.com/Franck-Demongin/NX_PromptStyler",
+ "files": [
+ "https://github.com/Franck-Demongin/NX_PromptStyler"
+ ],
+ "install_type": "git-clone",
+ "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files."
+ },
+ {
+ "author": "xiaoxiaodesha",
+ "title": "hd-nodes-comfyui",
+ "reference": "https://github.com/xiaoxiaodesha/hd_node",
+ "files": [
+ "https://github.com/xiaoxiaodesha/hd_node"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Combine HDMasks, Cover HDMasks, HD FaceIndex, HD SmoothEdge, HD GetMaskArea, HD Image Levels, HD Ultimate SD Upscale"
+ },
+ {
+ "author": "ShmuelRonen",
+ "title": "ComfyUI-SVDResizer",
+ "reference": "https://github.com/ShmuelRonen/ComfyUI-SVDResizer",
+ "files": [
+ "https://github.com/ShmuelRonen/ComfyUI-SVDResizer"
+ ],
+ "install_type": "git-clone",
+ "description": "SVDResizer is a helper for resizing the source image, according to the sizes enabled in Stable Video Diffusion. The rationale behind the possibility of changing the size of the image in steps between the ranges of 576 and 1024, is the use of the greatest common denominator of these two numbers which is 64. SVD is lenient with resizing that adheres to this rule, so the chance of coherent video that is not the standard size of 576X1024 is greater. It is advisable to keep the value 1024 constant and play with the second size to maintain the stability of the result."
+ },
+ {
+ "author": "redhottensors",
+ "title": "ComfyUI-Prediction",
+ "reference": "https://github.com/redhottensors/ComfyUI-Prediction",
+ "files": [
+ "https://github.com/redhottensors/ComfyUI-Prediction"
+ ],
+ "install_type": "git-clone",
+ "description": "Fully customizable Classifier Free Guidance for ComfyUI."
+ },
+ {
+ "author": "Mamaaaamooooo",
+ "title": "Batch Rembg for ComfyUI",
+ "reference": "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes",
+ "files": [
+ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Remove background of plural images."
+ },
+ {
+ "author": "jordoh",
+ "title": "ComfyUI Deepface",
+ "reference": "https://github.com/jordoh/ComfyUI-Deepface",
+ "files": [
+ "https://github.com/jordoh/ComfyUI-Deepface"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library."
+ },
+ {
+ "author": "yuvraj108c",
+ "title": "ComfyUI-Pronodes",
+ "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes",
+ "files": [
+ "https://github.com/yuvraj108c/ComfyUI-Pronodes"
+ ],
+ "install_type": "git-clone",
+ "description": "A collection of nice utility nodes for ComfyUI"
+ },
+ {
+ "author": "GavChap",
+ "title": "ComfyUI-CascadeResolutions",
+ "reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions",
+ "files": [
+ "https://github.com/GavChap/ComfyUI-CascadeResolutions"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Cascade Resolutions"
+ },
+ {
+ "author": "yuvraj108c",
+ "title": "ComfyUI-Vsgan",
+ "reference": "https://github.com/yuvraj108c/ComfyUI-Vsgan",
+ "files": [
+ "https://github.com/yuvraj108c/ComfyUI-Vsgan"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Upscale Video Tensorrt"
+ },
+ {
+ "author": "yytdfc",
+ "title": "Amazon Bedrock nodes for for ComfyUI",
+ "reference": "https://github.com/yytdfc/ComfyUI-Bedrock",
+ "files": [
+ "https://github.com/yytdfc/ComfyUI-Bedrock"
+ ],
+ "install_type": "git-clone",
+ "description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL."
+ },
+ {
+ "author": "mirabarukaso",
+ "title": "ComfyUI_Mira",
+ "reference": "https://github.com/mirabarukaso/ComfyUI_Mira",
+ "files": [
+ "https://github.com/mirabarukaso/ComfyUI_Mira"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Integer Multiplier, Float Multiplier, Convert Numeral to String, Create Canvas Advanced, Create Canvas, Create PNG Mask, Color Mask to HEX String, Color Mask to INT RGB, Color Masks to List"
+ },
+ {
+ "author": "1038lab",
+ "title": "ComfyUI-GPT2P",
+ "reference": "https://github.com/1038lab/ComfyUI-GPT2P",
+ "files": [
+ "https://github.com/1038lab/ComfyUI-GPT2P"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt"
+ },
+ {
+ "author": "LykosAI",
+ "title": "ComfyUI Nodes for Inference.Core",
+ "reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes",
+ "files": [
+ "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names."
+ },
+ {
+ "author": "Klinter",
+ "title": "Klinter_nodes",
+ "reference": "https://github.com/klinter007/klinter_nodes",
+ "files": [
+ "https://github.com/klinter007/klinter_nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Concat_strings atm - celebrating first_node"
+ },
+ {
+ "author": "Ludobico",
+ "title": "ComfyUI-ScenarioPrompt",
+ "reference": "https://github.com/Ludobico/ComfyUI-ScenarioPrompt",
+ "files": [
+ "https://github.com/Ludobico/ComfyUI-ScenarioPrompt"
+ ],
+ "install_type": "git-clone",
+ "description": "ScenarioPrompt is a custom node that helps you understand what you're prompting for each property as you build your prompts"
+ },
+ {
+ "author": "logtd",
+ "title": "InstanceDiffusion Nodes",
+ "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion",
+ "files": [
+ "https://github.com/logtd/ComfyUI-InstanceDiffusion"
+ ],
+ "install_type": "git-clone",
+ "description": "A set of nodes to perform multi-object prompting with InstanceDiffusion"
+ },
+ {
+ "author": "logtd",
+ "title": "Tracking Nodes for Videos",
+ "reference": "https://github.com/logtd/ComfyUI-TrackingNodes",
+ "files": [
+ "https://github.com/logtd/ComfyUI-TrackingNodes"
+ ],
+ "install_type": "git-clone",
+ "description": "A set of nodes to track objects through videos using YOLO and other processors."
+ },
+ {
+ "author": "Big-Idea-Technology",
+ "title": "ImageTextOverlay Node for ComfyUI",
+ "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay",
+ "files": [
+ "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay"
+ ],
+ "install_type": "git-clone",
+ "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding."
+ },
+ {
+ "author": "Guillaume-Fgt",
+ "title": "ComfyUI-ScenarioPrompt",
+ "reference": "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio",
+ "files": [
+ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio"
+ ],
+ "install_type": "git-clone",
+ "description": "A custom node to create empty latents for Stable Cascade.\nfeatures: width and height incrementation of 64 by default, possibility to lock the aspect ratio, switch width/height at execution"
+ },
+ {
+ "author": "AuroBit",
+ "title": "ComfyUI OOTDiffusion",
+ "reference": "https://github.com/AuroBit/ComfyUI-OOTDiffusion",
+ "files": [
+ "https://github.com/AuroBit/ComfyUI-OOTDiffusion"
+ ],
+ "install_type": "git-clone",
+ "description": "A ComfyUI custom node that simply integrates the [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion) functionality."
+ },
+ {
+ "author": "czcz1024",
+ "title": "Comfyui-FaceCompare",
+ "reference": "https://github.com/czcz1024/Comfyui-FaceCompare",
+ "files": [
+ "https://github.com/czcz1024/Comfyui-FaceCompare"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:FaceCompare"
+ },
+ {
+ "author": "TheBill2001",
+ "title": "comfyui-upscale-by-model",
+ "reference": "https://github.com/TheBill2001/comfyui-upscale-by-model",
+ "files": [
+ "https://github.com/TheBill2001/comfyui-upscale-by-model"
+ ],
+ "install_type": "git-clone",
+ "description": "This custom node allow upscaling an image by a factor using a model."
+ },
+ {
+ "author": "leoleelxh",
+ "title": "ComfyUI-LLMs",
+ "reference": "https://github.com/leoleelxh/ComfyUI-LLMs",
+ "files": [
+ "https://github.com/leoleelxh/ComfyUI-LLMs"
+ ],
+ "install_type": "git-clone",
+ "description": "A minimalist node that calls LLMs, combined with one API, can call all language models, including local models."
+ },
+ {
+ "author": "hughescr",
+ "title": "OpenPose Keypoint Extractor",
+ "reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor",
+ "files": [
+ "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor"
+ ],
+ "install_type": "git-clone",
+ "description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton"
+ },
+ {
+ "author": "jkrauss82",
+ "title": "ULTools for ComfyUI",
+ "reference": "https://github.com/jkrauss82/ultools-comfyui",
+ "files": [
+ "https://github.com/jkrauss82/ultools-comfyui"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:SaveImgAdv, CLIPTextEncodeWithStats. Collection of tools supporting txt2img generation in ComfyUI and other tasks."
+ },
+ {
+ "author": "hiforce",
+ "title": "Comfyui HiFORCE Plugin",
+ "reference": "https://github.com/hiforce/comfyui-hiforce-plugin",
+ "files": [
+ "https://github.com/hiforce/comfyui-hiforce-plugin"
+ ],
+ "install_type": "git-clone",
+ "description": "Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.\nNOTE:You should install [a/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack). Many optimizations are built upon the foundation of ComfyUI-Impact-Pack."
+ },
+ {
+ "author": "kuschanow",
+ "title": "Advanced Latent Control",
+ "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control",
+ "files": [
+ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control"
+ ],
+ "install_type": "git-clone",
+ "description": "This custom node helps to transform latent in different ways."
+ },
@@ -5268,7 +5780,17 @@
"install_type": "copy",
"description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning."
},
-
+ {
+ "author": "AshMartian",
+ "title": "Dir Gir",
+ "reference": "https://github.com/AshMartian/ComfyUI-DirGir",
+ "files": [
+ "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py",
+ "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py"
+ ],
+ "install_type": "copy",
+ "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering."
+ },
{
"author": "theally",
diff --git a/extension-node-map.json b/extension-node-map.json
index c64a0e56..55353de7 100644
--- a/extension-node-map.json
+++ b/extension-node-map.json
@@ -29,6 +29,15 @@
"title_aux": "Latent Consistency Model for ComfyUI"
}
],
+ "https://github.com/1038lab/ComfyUI-GPT2P": [
+ [
+ "GPT2PNode",
+ "ShowText_GPT2P"
+ ],
+ {
+ "title_aux": "ComfyUI-GPT2P"
+ }
+ ],
"https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [
[
"LoadPILImages",
@@ -238,6 +247,15 @@
"title_aux": "AnimateDiff"
}
],
+ "https://github.com/AuroBit/ComfyUI-OOTDiffusion": [
+ [
+ "LoadOOTDPipeline",
+ "OOTDGenerate"
+ ],
+ {
+ "title_aux": "ComfyUI OOTDiffusion"
+ }
+ ],
"https://github.com/AustinMroz/ComfyUI-SpliceTools": [
[
"LogSigmas",
@@ -307,6 +325,7 @@
],
"https://github.com/BennyKok/comfyui-deploy": [
[
+ "ComfyDeployWebscoketImageOutput",
"ComfyUIDeployExternalCheckpoint",
"ComfyUIDeployExternalImage",
"ComfyUIDeployExternalImageAlpha",
@@ -323,6 +342,14 @@
"title_aux": "ComfyUI Deploy"
}
],
+ "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay": [
+ [
+ "Image Text Overlay"
+ ],
+ {
+ "title_aux": "ImageTextOverlay Node for ComfyUI"
+ }
+ ],
"https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [
[
"BatchJoinAudio",
@@ -337,6 +364,21 @@
"title_aux": "Waveform Extensions"
}
],
+ "https://github.com/Billius-AI/ComfyUI-Path-Helper": [
+ [
+ "Add File Name Prefix",
+ "Add File Name Prefix Advanced",
+ "Add Folder",
+ "Add Folder Advanced",
+ "Create Project Root",
+ "Join Variables",
+ "Show Path",
+ "Show String"
+ ],
+ {
+ "title_aux": "ComfyUI-Path-Helper"
+ }
+ ],
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
[
"BNK_AddCLIPSDXLParams",
@@ -436,7 +478,10 @@
],
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
[
- "LoadImageFromPath"
+ "ImageToPIL",
+ "LoadImageFromPath",
+ "PILToImage",
+ "PILToMask"
],
{
"title_aux": "ComfyUI_Ib_CustomNodes"
@@ -449,6 +494,7 @@
"SamplerCustomNoise",
"SamplerCustomNoiseDuo",
"SamplerDPMPP_DualSDE_Momentumized",
+ "SamplerEulerAncestralDancing_Experimental",
"SamplerLCMCustom",
"SamplerRES_Momentumized",
"SamplerTTM"
@@ -477,8 +523,10 @@
"PrimereEmbedding",
"PrimereEmbeddingHandler",
"PrimereEmbeddingKeywordMerger",
+ "PrimereEmotionsStyles",
"PrimereHypernetwork",
"PrimereImageSegments",
+ "PrimereKSampler",
"PrimereLCMSelector",
"PrimereLORA",
"PrimereLYCORIS",
@@ -491,14 +539,18 @@
"PrimereMetaRead",
"PrimereMetaSave",
"PrimereMidjourneyStyles",
+ "PrimereModelConceptSelector",
"PrimereModelKeyword",
"PrimereNetworkTagLoader",
"PrimerePrompt",
+ "PrimerePromptOrganizer",
"PrimerePromptSwitch",
"PrimereRefinerPrompt",
"PrimereResolution",
"PrimereResolutionMultiplier",
+ "PrimereResolutionMultiplierMPX",
"PrimereSamplers",
+ "PrimereSamplersSteps",
"PrimereSeed",
"PrimereStepsCfg",
"PrimereStyleLoader",
@@ -620,6 +672,20 @@
"title_aux": "Derfuu_ComfyUI_ModdedNodes"
}
],
+ "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [
+ [
+ "ApplySerialPrompter",
+ "ImageSizer",
+ "SerialPrompter"
+ ],
+ {
+ "author": "CRE8IT GmbH",
+ "description": "This extension offers various nodes.",
+ "nickname": "cre8Nodes",
+ "title": "cr8SerialPrompter",
+ "title_aux": "ComfyUI-Cre8it-Nodes"
+ }
+ ],
"https://github.com/Electrofried/ComfyUI-OpenAINode": [
[
"OpenAINode"
@@ -660,6 +726,14 @@
"title_aux": "ComfyUI-post-processing-nodes"
}
],
+ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [
+ [
+ "Automatic CFG"
+ ],
+ {
+ "title_aux": "ComfyUI-AutomaticCFG"
+ }
+ ],
"https://github.com/Extraltodeus/LoadLoraWithTags": [
[
"LoraLoaderTagsQuery"
@@ -746,6 +820,7 @@
],
"https://github.com/Fannovel16/ComfyUI-Video-Matting": [
[
+ "BRIAAI Matting",
"Robust Video Matting"
],
{
@@ -886,6 +961,14 @@
"title_aux": "tiled_ksampler"
}
],
+ "https://github.com/Franck-Demongin/NX_PromptStyler": [
+ [
+ "NX_PromptStyler"
+ ],
+ {
+ "title_aux": "NX_PromptStyler"
+ }
+ ],
"https://github.com/GMapeSplat/ComfyUI_ezXY": [
[
"ConcatenateString",
@@ -921,6 +1004,14 @@
"title_aux": "ComfyUI-GTSuya-Nodes"
}
],
+ "https://github.com/GavChap/ComfyUI-CascadeResolutions": [
+ [
+ "CascadeResolutions"
+ ],
+ {
+ "title_aux": "ComfyUI-CascadeResolutions"
+ }
+ ],
"https://github.com/Gourieff/comfyui-reactor-node": [
[
"ReActorFaceSwap",
@@ -932,6 +1023,14 @@
"title_aux": "ReActor Node for ComfyUI"
}
],
+ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": [
+ [
+ "StableCascadeLatentRatio"
+ ],
+ {
+ "title_aux": "ComfyUI-ScenarioPrompt"
+ }
+ ],
"https://github.com/HAL41/ComfyUI-aichemy-nodes": [
[
"aichemyYOLOv8Segmentation"
@@ -940,6 +1039,14 @@
"title_aux": "ComfyUI aichemy nodes"
}
],
+ "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [
+ [
+ "Moondream Interrogator (NO COMMERCIAL USE)"
+ ],
+ {
+ "title_aux": "ComfyUI-Hangover-Moondream"
+ }
+ ],
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [
[
"Image Scale Bounding Box",
@@ -953,12 +1060,10 @@
],
"https://github.com/Haoming02/comfyui-diffusion-cg": [
[
- "Hook Recenter",
- "Hook Recenter XL",
"Normalization",
"NormalizationXL",
- "Tensor Debug",
- "Unhook Recenter"
+ "Recenter",
+ "Recenter XL"
],
{
"title_aux": "ComfyUI Diffusion Color Grading"
@@ -1025,6 +1130,7 @@
],
"https://github.com/Inzaniak/comfyui-ranbooru": [
[
+ "LockSeed",
"PromptBackground",
"PromptLimit",
"PromptMix",
@@ -1032,7 +1138,8 @@
"PromptRemove",
"Ranbooru",
"RanbooruURL",
- "RandomPicturePath"
+ "RandomPicturePath",
+ "TimestampFileName"
],
{
"title_aux": "Ranbooru for ComfyUI"
@@ -1268,6 +1375,8 @@
"ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple",
"ADE_BatchedContextOptions",
+ "ADE_CustomCFG",
+ "ADE_CustomCFGKeyframe",
"ADE_EmptyLatentImageLarge",
"ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit",
@@ -1280,6 +1389,11 @@
"ADE_NoiseLayerAdd",
"ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace",
+ "ADE_RawSigmaSchedule",
+ "ADE_SigmaSchedule",
+ "ADE_SigmaScheduleSplitAndCombine",
+ "ADE_SigmaScheduleWeightedAverage",
+ "ADE_SigmaScheduleWeightedAverageInterp",
"ADE_StandardStaticContextOptions",
"ADE_StandardStaticViewOptions",
"ADE_StandardUniformContextOptions",
@@ -1434,6 +1548,14 @@
"title_aux": "ComfyUI-RawSaver"
}
],
+ "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": [
+ [
+ "ScenarioPrompt"
+ ],
+ {
+ "title_aux": "ComfyUI-ScenarioPrompt"
+ }
+ ],
"https://github.com/LyazS/comfyui-anime-seg": [
[
"Anime Character Seg"
@@ -1442,6 +1564,14 @@
"title_aux": "Anime Character Segmentation node for comfyui"
}
],
+ "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [
+ [
+ "Inference_Core_PromptExpansion"
+ ],
+ {
+ "title_aux": "ComfyUI Nodes for Inference.Core"
+ }
+ ],
"https://github.com/M1kep/ComfyLiterals": [
[
"Checkpoint",
@@ -1538,6 +1668,14 @@
"title_aux": "ComfyUI-mnemic-nodes"
}
],
+ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": [
+ [
+ "Image Remove Background (rembg)"
+ ],
+ {
+ "title_aux": "Batch Rembg for ComfyUI"
+ }
+ ],
"https://github.com/ManglerFTW/ComfyI2I": [
[
"Color Transfer",
@@ -1578,6 +1716,20 @@
"title_aux": "ComfyUI Slothful Attention"
}
],
+ "https://github.com/MrForExample/ComfyUI-3D-Pack": [
+ [],
+ {
+ "nodename_pattern": "^\\[Comfy3D\\]",
+ "title_aux": "ComfyUI-3D-Pack"
+ }
+ ],
+ "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [
+ [],
+ {
+ "nodename_pattern": "^\\[AnimateAnyone\\]",
+ "title_aux": "ComfyUI-AnimateAnyone-Evolved"
+ }
+ ],
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [
[
"LatentTravel"
@@ -1745,17 +1897,20 @@
],
"https://github.com/Nuked88/ComfyUI-N-Nodes": [
[
- "DynamicPrompt",
- "Float Variable",
- "FrameInterpolator",
- "GPT Loader Simple",
- "GPTSampler",
- "Integer Variable",
- "LoadFramesFromFolder",
- "LoadVideo",
- "SaveVideo",
- "SetMetadataForSaveVideo",
- "String Variable"
+ "CLIPTextEncodeAdvancedNSuite [n-suite]",
+ "DynamicPrompt [n-suite]",
+ "Float Variable [n-suite]",
+ "FrameInterpolator [n-suite]",
+ "GPT Loader Simple [n-suite]",
+ "GPT Sampler [n-suite]",
+ "ImagePadForOutpaintAdvanced [n-suite]",
+ "Integer Variable [n-suite]",
+ "Llava Clip Loader [n-suite]",
+ "LoadFramesFromFolder [n-suite]",
+ "LoadVideo [n-suite]",
+ "SaveVideo [n-suite]",
+ "SetMetadataForSaveVideo [n-suite]",
+ "String Variable [n-suite]"
],
{
"title_aux": "ComfyUI-N-Nodes"
@@ -1763,6 +1918,7 @@
],
"https://github.com/Off-Live/ComfyUI-off-suite": [
[
+ "Apply CLAHE",
"Cached Image Load From URL",
"Crop Center wigh SEGS",
"Crop Center with SEGS",
@@ -1857,6 +2013,15 @@
"title_aux": "ComfyUI-RenderRiftNodes"
}
],
+ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [
+ [
+ "LatentMirror",
+ "LatentShift"
+ ],
+ {
+ "title_aux": "Advanced Latent Control"
+ }
+ ],
"https://github.com/Ryuukeisyou/comfyui_face_parsing": [
[
"BBoxListItemSelect(FaceParsing)",
@@ -1923,8 +2088,10 @@
],
"https://github.com/SOELexicon/ComfyUI-LexTools": [
[
+ "AesthetlcScoreSorter",
"AgeClassifierNode",
"ArtOrHumanClassifierNode",
+ "CalculateAestheticScore",
"DocumentClassificationNode",
"FoodCategoryClassifierNode",
"ImageAspectPadNode",
@@ -1934,6 +2101,7 @@
"ImageQualityScoreNode",
"ImageRankingNode",
"ImageScaleToMin",
+ "LoadAesteticModel",
"MD5ImageHashNode",
"SamplerPropertiesNode",
"ScoreConverterNode",
@@ -2058,6 +2226,14 @@
"title_aux": "SDXL_sizing"
}
],
+ "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
+ [
+ "SVDRsizer"
+ ],
+ {
+ "title_aux": "ComfyUI-SVDResizer"
+ }
+ ],
"https://github.com/Shraknard/ComfyUI-Remover": [
[
"Remover"
@@ -2133,6 +2309,22 @@
"title_aux": "ComfyUI_Seg_VITON"
}
],
+ "https://github.com/StartHua/Comfyui_joytag": [
+ [
+ "CXH_JoyTag"
+ ],
+ {
+ "title_aux": "Comfyui_joytag"
+ }
+ ],
+ "https://github.com/StartHua/Comfyui_segformer_b2_clothes": [
+ [
+ "segformer_b2_clothes"
+ ],
+ {
+ "title_aux": "comfyui_segformer_b2_clothes"
+ }
+ ],
"https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [
[
"CR 8 Channel In",
@@ -2428,6 +2620,8 @@
],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
+ "tri3d-HistogramEqualization",
+ "tri3d-adjust-neck",
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
"tri3d-clipdrop-bgremove-api",
@@ -2449,6 +2643,7 @@
"tri3d-position-parts-batch",
"tri3d-recolor-mask",
"tri3d-recolor-mask-LAB_space",
+ "tri3d-recolor-mask-LAB_space_manual",
"tri3d-recolor-mask-RGB_space",
"tri3d-skin-feathered-padded-mask",
"tri3d-swap-pixels"
@@ -2467,6 +2662,7 @@
],
"https://github.com/Taremin/comfyui-string-tools": [
[
+ "StringToolsBalancedChoice",
"StringToolsConcat",
"StringToolsRandomChoice",
"StringToolsString",
@@ -2482,7 +2678,6 @@
"TC_EqualizeCLAHE",
"TC_ImageResize",
"TC_ImageScale",
- "TC_MaskBG_DIS",
"TC_RandomColorFill",
"TC_SizeApproximation"
],
@@ -2492,11 +2687,14 @@
],
"https://github.com/TemryL/ComfyS3": [
[
+ "DownloadFileS3",
"LoadImageS3",
- "SaveImageS3"
+ "SaveImageS3",
+ "SaveVideoFilesS3",
+ "UploadFileS3"
],
{
- "title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI"
+ "title_aux": "ComfyS3"
}
],
"https://github.com/TheBarret/ZSuite": [
@@ -2509,6 +2707,18 @@
"title_aux": "ZSuite"
}
],
+ "https://github.com/TheBill2001/comfyui-upscale-by-model": [
+ [
+ "UpscaleImageByUsingModel"
+ ],
+ {
+ "author": "Tr\u1ea7n Nam Tu\u1ea5n",
+ "description": "This custom node allow upscaling an image by a factor using a model.",
+ "nickname": "Upscale Image By (Using Model)",
+ "title": "Upscale Image By (Using Model)",
+ "title_aux": "comfyui-upscale-by-model"
+ }
+ ],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
[
"ttN busIN",
@@ -2615,7 +2825,7 @@
"NNLatentUpscale"
],
{
- "title_aux": "ComfyUI Neural network latent upscale custom node"
+ "title_aux": "ComfyUI Neural Network Latent Upscale"
}
],
"https://github.com/Umikaze-job/select_folder_path_easy": [
@@ -3070,7 +3280,7 @@
"SVD_Styler_Zho"
],
{
- "title_aux": "ComfyUI-SVD-ZHO"
+ "title_aux": "ComfyUI-SVD-ZHO (WIP)"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": [
@@ -3098,6 +3308,17 @@
"title_aux": "ComfyUI-Text_Image-Composite [WIP]"
}
],
+ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": [
+ [
+ "ESAM_ModelLoader_Zho",
+ "Yoloworld_ESAM_DetectorProvider_Zho",
+ "Yoloworld_ESAM_Zho",
+ "Yoloworld_ModelLoader_Zho"
+ ],
+ {
+ "title_aux": "ComfyUI YoloWorld-EfficientSAM"
+ }
+ ],
"https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": [
[
"PortraitMaster_\u4e2d\u6587\u7248"
@@ -3178,6 +3399,7 @@
"abyz22_ImpactWildcardEncode_GetPrompt",
"abyz22_Ksampler",
"abyz22_Padding Image",
+ "abyz22_RemoveControlnet",
"abyz22_SaveImage",
"abyz22_SetQueue",
"abyz22_ToBasicPipe",
@@ -3196,6 +3418,15 @@
"title_aux": "image_control"
}
],
+ "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [
+ [
+ "DownloadLinkChecker",
+ "ShowFileNames"
+ ],
+ {
+ "title_aux": "ComfyUI-TrashNodes-DownloadHuggingface"
+ }
+ ],
"https://github.com/adieyal/comfyui-dynamicprompts": [
[
"DPCombinatorialGenerator",
@@ -3436,10 +3667,14 @@
],
"https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [
[
- "sample"
+ "composite",
+ "crop",
+ "paste",
+ "preview_mask",
+ "scale"
],
{
- "title_aux": "antrobots-comfyUI-nodepack"
+ "title_aux": "antrobots ComfyUI Nodepack"
}
],
"https://github.com/asagi4/ComfyUI-CADS": [
@@ -3456,6 +3691,7 @@
"FilterSchedule",
"LoRAScheduler",
"PCApplySettings",
+ "PCPromptFromSchedule",
"PCScheduleSettings",
"PCSplitSampling",
"PromptControlSimple",
@@ -3469,6 +3705,7 @@
],
"https://github.com/asagi4/comfyui-utility-nodes": [
[
+ "MUForceCacheClear",
"MUJinjaRender",
"MUSimpleWildcard"
],
@@ -3618,7 +3855,8 @@
"InpaintingOptionNAID",
"MaskImageToNAID",
"ModelOptionNAID",
- "PromptToNAID"
+ "PromptToNAID",
+ "VibeTransferOptionNAID"
],
{
"title_aux": "ComfyUI_NAIDGenerator"
@@ -3633,16 +3871,40 @@
"title_aux": "CLIPSeg"
}
],
+ "https://github.com/bilal-arikan/ComfyUI_TextAssets": [
+ [
+ "LoadTextAsset"
+ ],
+ {
+ "title_aux": "ComfyUI_TextAssets"
+ }
+ ],
"https://github.com/blepping/ComfyUI-bleh": [
[
"BlehDeepShrink",
"BlehDiscardPenultimateSigma",
- "BlehHyperTile"
+ "BlehForceSeedSampler",
+ "BlehHyperTile",
+ "BlehInsaneChainSampler",
+ "BlehModelPatchConditional"
],
{
"title_aux": "ComfyUI-bleh"
}
],
+ "https://github.com/blepping/ComfyUI-sonar": [
+ [
+ "NoisyLatentLike",
+ "SamplerSonarDPMPPSDE",
+ "SamplerSonarEuler",
+ "SamplerSonarEulerA",
+ "SonarCustomNoise",
+ "SonarGuidanceConfig"
+ ],
+ {
+ "title_aux": "ComfyUI-sonar"
+ }
+ ],
"https://github.com/bmad4ever/comfyui_ab_samplercustom": [
[
"AB SamplerCustom (experimental)"
@@ -3756,6 +4018,7 @@
"RemapToInnerCylinder",
"RemapToOuterCylinder",
"RemapToQuadrilateral",
+ "RemapWarpPolar",
"Repeat Into Grid (image)",
"Repeat Into Grid (latent)",
"RequestInputs",
@@ -3791,6 +4054,22 @@
"title_aux": "Lists Cartesian Product"
}
],
+ "https://github.com/bmad4ever/comfyui_wfc_like": [
+ [
+ "WFC_CustomTemperature_Bmad",
+ "WFC_CustomValueWeights_Bmad",
+ "WFC_Decode_BMad",
+ "WFC_EmptyState_Bmad",
+ "WFC_Encode_BMad",
+ "WFC_Filter_Bmad",
+ "WFC_GenParallel_Bmad",
+ "WFC_Generate_BMad",
+ "WFC_SampleNode_BMad"
+ ],
+ {
+ "title_aux": "comfyui_wfc_like"
+ }
+ ],
"https://github.com/bradsec/ComfyUI_ResolutionSelector": [
[
"ResolutionSelector"
@@ -3944,6 +4223,24 @@
"title_aux": "ComfyUI-DragNUWA"
}
],
+ "https://github.com/chaojie/ComfyUI-DynamiCrafter": [
+ [
+ "DynamiCrafter Simple",
+ "DynamiCrafterLoader"
+ ],
+ {
+ "title_aux": "ComfyUI-DynamiCrafter"
+ }
+ ],
+ "https://github.com/chaojie/ComfyUI-Gemma": [
+ [
+ "GemmaLoader",
+ "GemmaRun"
+ ],
+ {
+ "title_aux": "ComfyUI-Gemma"
+ }
+ ],
"https://github.com/chaojie/ComfyUI-I2VGEN-XL": [
[
"I2VGEN-XL Simple",
@@ -4016,6 +4313,7 @@
"Panda3dAttachNewNode",
"Panda3dBase",
"Panda3dDirectionalLight",
+ "Panda3dLoadDepthModel",
"Panda3dLoadModel",
"Panda3dLoadTexture",
"Panda3dModelMerge",
@@ -4056,6 +4354,7 @@
[
"LayerColor: Brightness & Contrast",
"LayerColor: ColorAdapter",
+ "LayerColor: Exposure",
"LayerColor: Gamma",
"LayerColor: HSV",
"LayerColor: LAB",
@@ -4066,17 +4365,24 @@
"LayerFilter: ColorMap",
"LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur",
+ "LayerFilter: Sharp & Soft",
"LayerFilter: SkinBeauty",
"LayerFilter: SoftLight",
"LayerFilter: WaterColor",
+ "LayerMask: CreateGradientMask",
"LayerMask: MaskBoxDetect",
+ "LayerMask: MaskByDifferent",
"LayerMask: MaskEdgeShrink",
+ "LayerMask: MaskEdgeUltraDetail",
"LayerMask: MaskGradient",
"LayerMask: MaskGrow",
"LayerMask: MaskInvert",
"LayerMask: MaskMotionBlur",
"LayerMask: MaskPreview",
- "LayerMask: MaskStrkoe",
+ "LayerMask: MaskStroke",
+ "LayerMask: PixelSpread",
+ "LayerMask: RemBgUltra",
+ "LayerMask: SegmentAnythingUltra",
"LayerStyle: ColorOverlay",
"LayerStyle: DropShadow",
"LayerStyle: GradientOverlay",
@@ -4091,16 +4397,21 @@
"LayerUtility: GetColorTone",
"LayerUtility: GetImageSize",
"LayerUtility: GradientImage",
+ "LayerUtility: ImageAutoCrop",
"LayerUtility: ImageBlend",
"LayerUtility: ImageBlendAdvance",
"LayerUtility: ImageChannelMerge",
"LayerUtility: ImageChannelSplit",
"LayerUtility: ImageMaskScaleAs",
"LayerUtility: ImageOpacity",
+ "LayerUtility: ImageScaleByAspectRatio",
"LayerUtility: ImageScaleRestore",
"LayerUtility: ImageShift",
+ "LayerUtility: LayerImageTransform",
+ "LayerUtility: LayerMaskTransform",
"LayerUtility: PrintInfo",
"LayerUtility: RestoreCropBox",
+ "LayerUtility: TextImage",
"LayerUtility: XY to Percent"
],
{
@@ -4291,6 +4602,7 @@
"CLIPSave",
"CLIPSetLastLayer",
"CLIPTextEncode",
+ "CLIPTextEncodeControlnet",
"CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner",
"CLIPVisionEncode",
@@ -4333,6 +4645,7 @@
"ImageColorToMask",
"ImageCompositeMasked",
"ImageCrop",
+ "ImageFromBatch",
"ImageInvert",
"ImageOnlyCheckpointLoader",
"ImageOnlyCheckpointSave",
@@ -4379,6 +4692,7 @@
"ModelMergeSubtract",
"ModelSamplingContinuousEDM",
"ModelSamplingDiscrete",
+ "ModelSamplingStableCascade",
"PatchModelAddDownscale",
"PerpNeg",
"PhotoMakerEncode",
@@ -4406,6 +4720,9 @@
"SolidMask",
"SplitImageWithAlpha",
"SplitSigmas",
+ "StableCascade_EmptyLatentImage",
+ "StableCascade_StageB_Conditioning",
+ "StableCascade_StageC_VAEEncode",
"StableZero123_Conditioning",
"StableZero123_Conditioning_Batched",
"StyleModelApply",
@@ -4473,6 +4790,15 @@
"title_aux": "ComfyQR-scanning-nodes"
}
],
+ "https://github.com/cubiq/ComfyUI_FaceAnalysis": [
+ [
+ "FaceAnalysisModels",
+ "FaceEmbedDistance"
+ ],
+ {
+ "title_aux": "Face Analysis for ComfyUI"
+ }
+ ],
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": [
[
"IPAdapterApply",
@@ -4492,6 +4818,18 @@
"title_aux": "ComfyUI_IPAdapter_plus"
}
],
+ "https://github.com/cubiq/ComfyUI_InstantID": [
+ [
+ "ApplyInstantID",
+ "ApplyInstantIDAdvanced",
+ "FaceKeypointsPreprocessor",
+ "InstantIDFaceAnalysis",
+ "InstantIDModelLoader"
+ ],
+ {
+ "title_aux": "ComfyUI InstantID (Native Support)"
+ }
+ ],
"https://github.com/cubiq/ComfyUI_SimpleMath": [
[
"SimpleMath",
@@ -4520,6 +4858,7 @@
"ImageFlip+",
"ImageFromBatch+",
"ImagePosterize+",
+ "ImageRemoveBackground+",
"ImageResize+",
"ImageSeamCarving+",
"KSamplerVariationsStochastic+",
@@ -4532,6 +4871,9 @@
"MaskFromColor+",
"MaskPreview+",
"ModelCompile+",
+ "NoiseFromImage~",
+ "RemBGSession+",
+ "RemoveLatentMask+",
"SDXLEmptyLatentSizePicker+",
"SimpleMath+",
"TransitionMask+"
@@ -4540,6 +4882,18 @@
"title_aux": "ComfyUI Essentials"
}
],
+ "https://github.com/czcz1024/Comfyui-FaceCompare": [
+ [
+ "FaceCompare"
+ ],
+ {
+ "author": "czcz1024",
+ "description": "Face Compare",
+ "nickname": "Face Compare",
+ "title": "Face Compare",
+ "title_aux": "Comfyui-FaceCompare"
+ }
+ ],
"https://github.com/dagthomas/comfyui_dagthomas": [
[
"CSL",
@@ -4594,7 +4948,11 @@
],
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [
[
+ "MarasitBusNode",
"MarasitAnyBusNode"
+ "MarasitBusPipeNode",
+ "MarasitPipeNodeBasic",
+ "MarasitUniversalBusNode"
],
{
"title_aux": "🐰 MarasIT Nodes"
@@ -4659,6 +5017,18 @@
"title_aux": "comfyui-clip-with-break"
}
],
+ "https://github.com/digitaljohn/comfyui-propost": [
+ [
+ "ProPostApplyLUT",
+ "ProPostDepthMapBlur",
+ "ProPostFilmGrain",
+ "ProPostRadialBlur",
+ "ProPostVignette"
+ ],
+ {
+ "title_aux": "ComfyUI-ProPost"
+ }
+ ],
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
[
"PixelArtAddDitherPattern",
@@ -4833,21 +5203,21 @@
],
"https://github.com/edenartlab/eden_comfy_pipelines": [
[
- "Bool",
"CLIP_Interrogator",
- "Compare",
- "DebugPrint",
+ "Eden_Bool",
+ "Eden_Compare",
+ "Eden_DebugPrint",
+ "Eden_Float",
+ "Eden_Int",
+ "Eden_String",
"Filepicker",
- "Float",
"IMG_blender",
"IMG_padder",
"IMG_scaler",
"IMG_unpadder",
"If ANY execute A else B",
- "Int",
"LatentTypeConversion",
"SaveImageAdvanced",
- "String",
"VAEDecode_to_folder"
],
{
@@ -4944,6 +5314,7 @@
"FEImagePadForOutpaintByImage",
"FEOperatorIf",
"FEPythonStrOp",
+ "FERandomBool",
"FERandomLoraSelect",
"FERandomPrompt",
"FERandomizedColor2Image",
@@ -4951,6 +5322,7 @@
"FERerouteWithName",
"FESaveEncryptImage",
"FETextCombine",
+ "FETextCombine2Any",
"FETextInput"
],
{
@@ -5109,6 +5481,7 @@
"DalleImage",
"Enhancer",
"ImgTextSwitch",
+ "Plush-Exif Wrangler",
"mulTextSwitch"
],
{
@@ -5143,10 +5516,26 @@
],
"https://github.com/gokayfem/ComfyUI_VLM_nodes": [
[
+ "CreativeArtPromptGenerator",
+ "Internlm",
"Joytag",
- "PromptGenerate",
+ "JsonToText",
+ "KeywordExtraction",
+ "Kosmos2model",
+ "LLMLoader",
+ "LLMPromptGenerator",
+ "LLMSampler",
+ "LLava Loader Simple",
+ "LLavaPromptGenerator",
+ "LLavaSamplerAdvanced",
+ "LLavaSamplerSimple",
+ "LlavaClipLoader",
+ "MoonDream",
+ "PromptGenerateAPI",
"SimpleText",
- "VisionTextQuestion"
+ "Suggester",
+ "UformGen2QwenNode",
+ "ViewText"
],
{
"title_aux": "VLM_nodes"
@@ -5171,6 +5560,23 @@
"title_aux": "Comfyui-Lama"
}
],
+ "https://github.com/hiforce/comfyui-hiforce-plugin": [
+ [
+ "HfBoolSwitchKSampleStatus",
+ "HfIterativeLatentUpscale",
+ "HfLookbackSamplerLoader",
+ "HfLoopback",
+ "HfSampler",
+ "HfSamplerLoader",
+ "HfSamplerLoopback",
+ "HfSwitchKSampleStatus",
+ "HfTwoSamplersForMask",
+ "HfTwoStepSamplers"
+ ],
+ {
+ "title_aux": "Comfyui HiFORCE Plugin"
+ }
+ ],
"https://github.com/hinablue/ComfyUI_3dPoseEditor": [
[
"Hina.PoseEditor3D"
@@ -5179,6 +5585,14 @@
"title_aux": "ComfyUI 3D Pose Editor"
}
],
+ "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [
+ [
+ "Openpose Keypoint Extractor"
+ ],
+ {
+ "title_aux": "OpenPose Keypoint Extractor"
+ }
+ ],
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": [
[
"KSampler With Refiner (Fooocus)"
@@ -5411,6 +5825,15 @@
"title_aux": "ComfyUI-Jjk-Nodes"
}
],
+ "https://github.com/jkrauss82/ultools-comfyui": [
+ [
+ "CLIPTextEncodeWithStats",
+ "SaveImgAdv"
+ ],
+ {
+ "title_aux": "ULTools for ComfyUI"
+ }
+ ],
"https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": [
[
"LCMScheduler",
@@ -5421,6 +5844,15 @@
"title_aux": "ComfyUI-sampler-lcm-alternative"
}
],
+ "https://github.com/jordoh/ComfyUI-Deepface": [
+ [
+ "DeepfaceExtractFaces",
+ "DeepfaceVerify"
+ ],
+ {
+ "title_aux": "ComfyUI Deepface"
+ }
+ ],
"https://github.com/jtrue/ComfyUI-JaRue": [
[
"Text2Image_jru",
@@ -5444,18 +5876,30 @@
"title_aux": "comfyui-yanc"
}
],
+ "https://github.com/kadirnar/ComfyUI-Transformers": [
+ [
+ "DepthEstimationPipeline",
+ "ImageClassificationPipeline",
+ "ImageSegmentationPipeline",
+ "ObjectDetectionPipeline"
+ ],
+ {
+ "title_aux": "ComfyUI-Transformers"
+ }
+ ],
"https://github.com/kenjiqq/qq-nodes-comfyui": [
[
"Any List",
- "Axis To Float",
- "Axis To Int",
- "Axis To Model",
- "Axis To Number",
- "Axis To String",
+ "Any List Iterator",
+ "Any To Any",
+ "Axis Pack",
+ "Axis To Any",
+ "Axis Unpack",
"Image Accumulator End",
"Image Accumulator Start",
"Load Lines From Text File",
"Slice List",
+ "Text Splitter",
"XY Grid Helper"
],
{
@@ -5473,6 +5917,22 @@
"title_aux": "Knodes"
}
],
+ "https://github.com/kijai/ComfyUI-ADMotionDirector": [
+ [
+ "ADMD_AdditionalModelSelect",
+ "ADMD_CheckpointLoader",
+ "ADMD_DiffusersLoader",
+ "ADMD_InitializeTraining",
+ "ADMD_LoadLora",
+ "ADMD_SaveLora",
+ "ADMD_TrainLora",
+ "ADMD_ValidationSampler",
+ "ADMD_ValidationSettings"
+ ],
+ {
+ "title_aux": "Animatediff MotionLoRA Trainer"
+ }
+ ],
"https://github.com/kijai/ComfyUI-CCSR": [
[
"CCSR_Model_Select",
@@ -5518,6 +5978,7 @@
"CreateVoronoiMask",
"CrossFadeImages",
"DummyLatentOut",
+ "EffnetEncode",
"EmptyLatentImagePresets",
"FilterZeroMasksAndCorrespondingImages",
"FlipSigmasAdjusted",
@@ -5535,9 +5996,12 @@
"ImageGrabPIL",
"ImageGridComposite2x2",
"ImageGridComposite3x3",
+ "ImageNormalize_Neg1_To_1",
"ImageTransformByNormalizedAmplitude",
+ "ImageUpscaleWithModelBatched",
"InjectNoiseToLatent",
"InsertImageBatchByIndexes",
+ "Intrinsic_lora_sampling",
"NormalizeLatent",
"NormalizedAmplitudeToMask",
"OffsetMask",
@@ -5548,6 +6012,7 @@
"ReverseImageBatch",
"RoundMask",
"SaveImageWithAlpha",
+ "ScaleBatchPromptSchedule",
"SomethingToString",
"SoundReactive",
"SplitBboxes",
@@ -5616,6 +6081,14 @@
"title_aux": "TiledIPAdapter"
}
],
+ "https://github.com/klinter007/klinter_nodes": [
+ [
+ "concat_klinter"
+ ],
+ {
+ "title_aux": "Klinter_nodes"
+ }
+ ],
"https://github.com/knuknX/ComfyUI-Image-Tools": [
[
"BatchImagePathLoader",
@@ -5732,6 +6205,14 @@
"title_aux": "pfg-ComfyUI"
}
],
+ "https://github.com/leoleelxh/ComfyUI-LLMs": [
+ [
+ "\ud83d\udc35 ComfyUI-LLMs"
+ ],
+ {
+ "title_aux": "ComfyUI-LLMs"
+ }
+ ],
"https://github.com/lilly1987/ComfyUI_node_Lilly": [
[
"CheckpointLoaderSimpleText",
@@ -5762,6 +6243,27 @@
"title_aux": "comfyui-easyapi-nodes"
}
],
+ "https://github.com/logtd/ComfyUI-InstanceDiffusion": [
+ [
+ "ApplyScaleUModelNode",
+ "InstanceDiffusionTrackingPrompt",
+ "LoadInstanceFusersNode",
+ "LoadInstancePositionNetModel",
+ "LoadInstanceScaleUNode"
+ ],
+ {
+ "title_aux": "InstanceDiffusion Nodes"
+ }
+ ],
+ "https://github.com/logtd/ComfyUI-TrackingNodes": [
+ [
+ "OpenPoseTrackerNode",
+ "YOLOTrackerNode"
+ ],
+ {
+ "title_aux": "Tracking Nodes for Videos"
+ }
+ ],
"https://github.com/longgui0318/comfyui-mask-util": [
[
"Mask Region Info",
@@ -5850,6 +6352,7 @@
"ImpactGaussianBlurMask",
"ImpactGaussianBlurMaskInSEGS",
"ImpactHFTransformersClassifierProvider",
+ "ImpactIPAdapterApplySEGS",
"ImpactIfNone",
"ImpactImageBatchToImageList",
"ImpactImageInfo",
@@ -5873,6 +6376,7 @@
"ImpactRemoteInt",
"ImpactSEGSClassify",
"ImpactSEGSConcat",
+ "ImpactSEGSLabelAssign",
"ImpactSEGSLabelFilter",
"ImpactSEGSOrderedFilter",
"ImpactSEGSPicker",
@@ -5951,6 +6455,7 @@
"SegsMaskCombine",
"SegsToCombinedMask",
"SetDefaultImageForSEGS",
+ "StepsScheduleHookProvider",
"SubtractMask",
"SubtractMaskForEach",
"TiledKSamplerProvider",
@@ -6046,6 +6551,7 @@
"RetrieveBackendDataNumberKey //Inspire",
"SeedExplorer //Inspire",
"ShowCachedInfo //Inspire",
+ "StableCascade_CheckpointLoader //Inspire",
"TilePreprocessor_Provider_for_SEGS //Inspire",
"ToIPAdapterPipe //Inspire",
"UnzipPrompt //Inspire",
@@ -6106,7 +6612,8 @@
"https://github.com/martijnat/comfyui-previewlatent": [
[
"PreviewLatent",
- "PreviewLatentAdvanced"
+ "PreviewLatentAdvanced",
+ "PreviewLatentXL"
],
{
"title_aux": "comfyui-previewlatent"
@@ -6142,6 +6649,14 @@
"title_aux": "Facerestore CF (Code Former)"
}
],
+ "https://github.com/mbrostami/ComfyUI-HF": [
+ [
+ "GPT2Node"
+ ],
+ {
+ "title_aux": "ComfyUI-HF"
+ }
+ ],
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [
[
"DynamicThresholdingFull",
@@ -6268,6 +6783,38 @@
"title_aux": "ComfyUI - Mask Bounding Box"
}
],
+ "https://github.com/mirabarukaso/ComfyUI_Mira": [
+ [
+ "CanvasCreatorAdvanced",
+ "CanvasCreatorBasic",
+ "CanvasCreatorSimple",
+ "CreateRegionalPNGMask",
+ "EightFloats",
+ "FloatMultiplier",
+ "FourBooleanTrigger",
+ "FourFloats",
+ "IntMultiplier",
+ "NumeralToString",
+ "PngColorMasksToMaskList",
+ "PngColorMasksToRGB",
+ "PngColorMasksToString",
+ "PngColorMasksToStringList",
+ "PngRectanglesToMask",
+ "PngRectanglesToMaskList",
+ "SingleBooleanTrigger",
+ "SixBooleanTrigger",
+ "SixFloats",
+ "StepsAndCfg",
+ "StepsAndCfgAndWH",
+ "TextBox",
+ "TextWithBooleanSwitchAndCommonTextInput",
+ "TwoBooleanTrigger",
+ "TwoFloats"
+ ],
+ {
+ "title_aux": "ComfyUI_Mira"
+ }
+ ],
"https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [
[
"LaMaPreprocessor",
@@ -6344,6 +6891,21 @@
"title_aux": "comfyui-NDI"
}
],
+ "https://github.com/nkchocoai/ComfyUI-Dart": [
+ [
+ "DanbooruTagsTransformerComposePrompt",
+ "DanbooruTagsTransformerDecode",
+ "DanbooruTagsTransformerDecodeBySplitedParts",
+ "DanbooruTagsTransformerGenerate",
+ "DanbooruTagsTransformerGenerateAdvanced",
+ "DanbooruTagsTransformerGenerationConfig",
+ "DanbooruTagsTransformerRearrangedByAnimagine",
+ "DanbooruTagsTransformerRemoveTagToken"
+ ],
+ {
+ "title_aux": "ComfyUI-Dart"
+ }
+ ],
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": [
[
"PromptUtilitiesConstString",
@@ -6359,6 +6921,14 @@
"title_aux": "ComfyUI-PromptUtilities"
}
],
+ "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": [
+ [
+ "SaveImageWithMetaData"
+ ],
+ {
+ "title_aux": "ComfyUI-SaveImageWithMetaData"
+ }
+ ],
"https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [
[
"EmptyLatentImageFromPresetsSD15",
@@ -6374,6 +6944,18 @@
"title_aux": "ComfyUI-SizeFromPresets"
}
],
+ "https://github.com/nkchocoai/ComfyUI-TextOnSegs": [
+ [
+ "CalcMaxFontSize",
+ "ExtractDominantColor",
+ "GetComplementaryColor",
+ "SegsToRegion",
+ "TextOnSegsFloodFill"
+ ],
+ {
+ "title_aux": "ComfyUI-TextOnSegs"
+ }
+ ],
"https://github.com/noembryo/ComfyUI-noEmbryo": [
[
"PromptTermList1",
@@ -6587,7 +7169,8 @@
"https://github.com/pkpkTech/ComfyUI-TemporaryLoader": [
[
"LoadTempCheckpoint",
- "LoadTempLoRA"
+ "LoadTempLoRA",
+ "LoadTempMultiLoRA"
],
{
"title_aux": "ComfyUI-TemporaryLoader"
@@ -6682,6 +7265,25 @@
"title_aux": "comfyui-prompt-reader-node"
}
],
+ "https://github.com/redhottensors/ComfyUI-Prediction": [
+ [
+ "AvoidErasePrediction",
+ "CFGPrediction",
+ "CombinePredictions",
+ "ConditionedPrediction",
+ "PerpNegPrediction",
+ "SamplerCustomPrediction",
+ "ScalePrediction",
+ "ScaledGuidancePrediction"
+ ],
+ {
+ "author": "RedHotTensors",
+ "description": "Fully customizable Classifer Free Guidance for ComfyUI",
+ "nickname": "ComfyUI-Prediction",
+ "title": "ComfyUI-Prediction",
+ "title_aux": "ComfyUI-Prediction"
+ }
+ ],
"https://github.com/rgthree/rgthree-comfy": [
[],
{
@@ -6808,15 +7410,11 @@
"3DImage",
"AppInfo",
"AreaToMask",
- "CLIPSeg",
- "CLIPSeg_",
"CenterImage",
"CharacterInText",
"ChatGPTOpenAI",
"CkptNames_",
"Color",
- "CombineMasks_",
- "CombineSegMasks",
"DynamicDelayProcessor",
"EmbeddingPrompt",
"EnhanceImage",
@@ -6863,6 +7461,7 @@
"SvgImage",
"SwitchByIndex",
"TESTNODE_",
+ "TESTNODE_TOKEN",
"TextImage",
"TextInput_",
"TextToNumber",
@@ -7111,21 +7710,34 @@
"AdainLatent",
"AlphaClean",
"AlphaMatte",
+ "BatchAlign",
+ "BatchAverageImage",
+ "BatchAverageUnJittered",
"BatchNormalizeImage",
"BatchNormalizeLatent",
+ "BetterFilmGrain",
"BlurImageFast",
"BlurMaskFast",
"ClampOutliers",
+ "ColorMatch",
+ "ConvertNormals",
"DifferenceChecker",
"DilateErodeMask",
"EnhanceDetail",
"ExposureAdjust",
"GuidedFilterAlpha",
"ImageConstant",
+ "ImageConstantHSV",
+ "JitterImage",
+ "Keyer",
"LatentStats",
+ "NormalMapSimple",
"OffsetLatentImage",
+ "RelightSimple",
"RemapRange",
+ "ShuffleChannels",
"Tonemap",
+ "UnJitterImage",
"UnTonemap"
],
{
@@ -7794,6 +8406,20 @@
"title_aux": "NodeGPT"
}
],
+ "https://github.com/xiaoxiaodesha/hd_node": [
+ [
+ "Combine HDMasks",
+ "Cover HDMasks",
+ "HD FaceIndex",
+ "HD GetMaskArea",
+ "HD Image Levels",
+ "HD SmoothEdge",
+ "HD UltimateSDUpscale"
+ ],
+ {
+ "title_aux": "hd-nodes-comfyui"
+ }
+ ],
"https://github.com/yffyhk/comfyui_auto_danbooru": [
[
"GetDanbooru",
@@ -7808,8 +8434,10 @@
"dynamicThresholdingFull",
"easy LLLiteLoader",
"easy XYInputs: CFG Scale",
+ "easy XYInputs: Checkpoint",
"easy XYInputs: ControlNet",
"easy XYInputs: Denoise",
+ "easy XYInputs: Lora",
"easy XYInputs: ModelMergeBlocks",
"easy XYInputs: NegativeCond",
"easy XYInputs: NegativeCondList",
@@ -7823,6 +8451,9 @@
"easy XYPlotAdvanced",
"easy a1111Loader",
"easy boolean",
+ "easy cascadeKSampler",
+ "easy cascadeLoader",
+ "easy cleanGpuUsed",
"easy comfyLoader",
"easy compare",
"easy controlnetLoader",
@@ -7831,6 +8462,7 @@
"easy detailerFix",
"easy float",
"easy fooocusInpaintLoader",
+ "easy fullCascadeKSampler",
"easy fullLoader",
"easy fullkSampler",
"easy globalSeed",
@@ -7849,6 +8481,7 @@
"easy imageSwitch",
"easy imageToMask",
"easy int",
+ "easy isSDXL",
"easy joinImageBatch",
"easy kSampler",
"easy kSamplerDownscaleUnet",
@@ -7868,6 +8501,7 @@
"easy preDetailerFix",
"easy preSampling",
"easy preSamplingAdvanced",
+ "easy preSamplingCascade",
"easy preSamplingDynamicCFG",
"easy preSamplingSdTurbo",
"easy promptList",
@@ -7986,6 +8620,23 @@
"title_aux": "tdxh_node_comfyui"
}
],
+ "https://github.com/yuvraj108c/ComfyUI-Pronodes": [
+ [
+ "LoadYoutubeVideoNode"
+ ],
+ {
+ "title_aux": "ComfyUI-Pronodes"
+ }
+ ],
+ "https://github.com/yuvraj108c/ComfyUI-Vsgan": [
+ [
+ "DepthAnythingTrtNode",
+ "UpscaleVideoTrtNode"
+ ],
+ {
+ "title_aux": "ComfyUI-Vsgan"
+ }
+ ],
"https://github.com/yuvraj108c/ComfyUI-Whisper": [
[
"Add Subtitles To Background",
@@ -7997,6 +8648,18 @@
"title_aux": "ComfyUI Whisper"
}
],
+ "https://github.com/yytdfc/ComfyUI-Bedrock": [
+ [
+ "Bedrock - Claude",
+ "Bedrock - SDXL",
+ "Bedrock - Titan Image",
+ "Prompt Regex Remove",
+ "Prompt Template"
+ ],
+ {
+ "title_aux": "Amazon Bedrock nodes for for ComfyUI"
+ }
+ ],
"https://github.com/zcfrank1st/Comfyui-Toolbox": [
[
"PreviewJson",
diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js
index 00d5456d..46cd5924 100644
--- a/js/comfyui-manager.js
+++ b/js/comfyui-manager.js
@@ -624,12 +624,12 @@ async function updateAll(update_check_checkbox, manager_dialog) {
}
app.ui.dialog.show(
- "ComfyUI and all extensions have been updated to the latest version.
To apply the updated custom node, please ComfyUI. And refresh browser.
"
+ "ComfyUI and all extensions have been updated to the latest version.
To apply the updated custom node, please ComfyUI. And refresh browser.
"
+failed_list
+updated_list
);
- const rebootButton = document.getElementById('cm-reboot-button');
+ const rebootButton = document.getElementById('cm-reboot-button5');
rebootButton.addEventListener("click",
function() {
if(rebootAPI()) {
@@ -1052,7 +1052,7 @@ class ManagerMenuDialog extends ComfyDialog {
onclick: (e) => {
const last_visited_site = localStorage.getItem("wg_last_visited")
if (!!last_visited_site) {
- window.open(last_visited_site, "comfyui-workflow-gallery");
+ window.open(last_visited_site, last_visited_site);
} else {
this.handleWorkflowGalleryButtonClick(e)
}
@@ -1179,7 +1179,7 @@ class ManagerMenuDialog extends ComfyDialog {
callback: () => {
const url = "https://openart.ai/workflows/dev";
localStorage.setItem("wg_last_visited", url);
- window.open(url, "comfyui-workflow-gallery");
+ window.open(url, url);
modifyButtonStyle(url);
},
},
@@ -1188,7 +1188,7 @@ class ManagerMenuDialog extends ComfyDialog {
callback: () => {
const url = "https://youml.com/?from=comfyui-share";
localStorage.setItem("wg_last_visited", url);
- window.open(url, "comfyui-workflow-gallery");
+ window.open(url, url);
modifyButtonStyle(url);
},
},
@@ -1197,7 +1197,16 @@ class ManagerMenuDialog extends ComfyDialog {
callback: () => {
const url = "https://comfyworkflows.com/";
localStorage.setItem("wg_last_visited", url);
- window.open(url, "comfyui-workflow-gallery");
+ window.open(url, url);
+ modifyButtonStyle(url);
+ },
+ },
+ {
+ title: "Open 'flowt.ai'",
+ callback: () => {
+ const url = "https://flowt.ai/";
+ localStorage.setItem("wg_last_visited", url);
+ window.open(url, url);
modifyButtonStyle(url);
},
},
diff --git a/js/common.js b/js/common.js
index a45bf75f..0815c1eb 100644
--- a/js/common.js
+++ b/js/common.js
@@ -67,7 +67,7 @@ export async function install_checked_custom_node(grid_rows, target_i, caller, m
}
await caller.invalidateControl();
- caller.updateMessage("
To apply the installed/updated/disabled/enabled custom node, please ComfyUI. And refresh browser.", 'cm-reboot-button');
+ caller.updateMessage("
To apply the installed/updated/disabled/enabled custom node, please ComfyUI. And refresh browser.", 'cm-reboot-button1');
}
};
@@ -92,9 +92,9 @@ export async function install_pip(packages) {
const res = await api.fetchApi(`/customnode/install/pip?packages=${packages}`);
if(res.status == 200) {
- app.ui.dialog.show(`PIP package installation is processed.
To apply the pip packages, please click the button in ComfyUI.`);
+ app.ui.dialog.show(`PIP package installation is processed.
To apply the pip packages, please click the button in ComfyUI.`);
- const rebootButton = document.getElementById('cm-reboot-button');
+ const rebootButton = document.getElementById('cm-reboot-button3');
const self = this;
rebootButton.addEventListener("click", rebootAPI);
@@ -124,9 +124,9 @@ export async function install_via_git_url(url, manager_dialog) {
const res = await api.fetchApi(`/customnode/install/git_url?url=${url}`);
if(res.status == 200) {
- app.ui.dialog.show(`'${url}' is installed
To apply the installed custom node, please ComfyUI.`);
+ app.ui.dialog.show(`'${url}' is installed
To apply the installed custom node, please ComfyUI.`);
- const rebootButton = document.getElementById('cm-reboot-button');
+ const rebootButton = document.getElementById('cm-reboot-button4');
const self = this;
rebootButton.addEventListener("click",
diff --git a/js/snapshot.js b/js/snapshot.js
index 2e26df55..e2eed3f4 100644
--- a/js/snapshot.js
+++ b/js/snapshot.js
@@ -23,7 +23,7 @@ async function restore_snapshot(target) {
}
finally {
await SnapshotManager.instance.invalidateControl();
- SnapshotManager.instance.updateMessage("
To apply the snapshot, please ComfyUI. And refresh browser.", 'cm-reboot-button');
+ SnapshotManager.instance.updateMessage("
To apply the snapshot, please ComfyUI. And refresh browser.", 'cm-reboot-button2');
}
}
}
diff --git a/model-list.json b/model-list.json
index efc5fe64..db94446f 100644
--- a/model-list.json
+++ b/model-list.json
@@ -270,6 +270,138 @@
"filename": "easynegative.safetensors",
"url": "https://civitai.com/api/download/models/9208"
},
+
+ {
+ "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_b.safetensors",
+ "type": "checkpoints",
+ "base": "Stable Cascade",
+ "save_path": "checkpoints/Stable-Cascade",
+ "description": "[4.55GB] Stable Cascade stage_b checkpoints",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stable_cascade_stage_b.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/comfyui_checkpoints/stable_cascade_stage_b.safetensors"
+ },
+ {
+ "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_c.safetensors",
+ "type": "checkpoints",
+ "base": "Stable Cascade",
+ "save_path": "checkpoints/Stable-Cascade",
+ "description": "[9.22GB] Stable Cascade stage_c checkpoints",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stable_cascade_stage_c.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/comfyui_checkpoints/stable_cascade_stage_c.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_a.safetensors (VAE)",
+ "type": "VAE",
+ "base": "Stable Cascade",
+ "save_path": "vae/Stable-Cascade",
+ "description": "[73.7MB] Stable Cascade: stage_a",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_a.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_a.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: effnet_encoder.safetensors (VAE)",
+ "type": "VAE",
+ "base": "Stable Cascade",
+ "save_path": "vae/Stable-Cascade",
+ "description": "[81.5MB] Stable Cascade: effnet_encoder.\nVAE encoder for stage_c latent.",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "effnet_encoder.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/effnet_encoder.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_b.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[6.25GB] Stable Cascade: stage_b",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_b.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_b_bf16.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[3.13GB] Stable Cascade: stage_b/bf16",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_b_bf16.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_bf16.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_b_lite.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[2.8GB] Stable Cascade: stage_b/lite",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_b_lite.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_lite.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_b_lite.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[1.4GB] Stable Cascade: stage_b/bf16,lite",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_b_lite_bf16.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_lite_bf16.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_c.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[14.4GB] Stable Cascade: stage_c",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_c.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_c_bf16.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[7.18GB] Stable Cascade: stage_c/bf16",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_c_bf16.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_bf16.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_c_lite.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[4.12GB] Stable Cascade: stage_c/lite",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_c_lite.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_lite.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_c_lite.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[2.06GB] Stable Cascade: stage_c/bf16,lite",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_c_lite_bf16.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_lite_bf16.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: text_encoder (CLIP)",
+ "type": "clip",
+ "base": "Stable Cascade",
+ "save_path": "clip/Stable-Cascade",
+ "description": "[1.39GB] Stable Cascade: text_encoder",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "model.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/text_encoder/model.safetensors"
+ },
+
{
"name": "SDXL-Turbo 1.0 (fp16)",
"type": "checkpoints",
@@ -360,6 +492,39 @@
"filename": "sd_xl_offset_example-lora_1.0.safetensors",
"url": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors"
},
+
+ {
+ "name": "SDXL Lightning LoRA (2step)",
+ "type": "lora",
+ "base": "SDXL",
+ "save_path": "loras/SDXL-Lightning",
+ "description": "SDXL Lightning LoRA (2step)",
+ "reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
+ "filename": "sdxl_lightning_2step_lora.safetensors",
+ "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_2step_lora.safetensors"
+ },
+ {
+ "name": "SDXL Lightning LoRA (4step)",
+ "type": "lora",
+ "base": "SDXL",
+ "save_path": "loras/SDXL-Lightning",
+ "description": "SDXL Lightning LoRA (4step)",
+ "reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
+ "filename": "sdxl_lightning_4step_lora.safetensors",
+ "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_4step_lora.safetensors"
+ },
+ {
+ "name": "SDXL Lightning LoRA (8step)",
+ "type": "lora",
+ "base": "SDXL",
+ "save_path": "loras/SDXL-Lightning",
+ "description": "SDXL Lightning LoRA (8tep)",
+ "reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
+ "filename": "sdxl_lightning_8step_lora.safetensors",
+ "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors"
+ },
+
+
{
"name": "v1-5-pruned-emaonly.ckpt",
"type": "checkpoints",
@@ -667,8 +832,8 @@
"save_path": "default",
"description": "TemporalNet was a ControlNet model designed to enhance the temporal consistency of generated outputs",
"reference": "https://huggingface.co/CiaraRowles/TemporalNet2",
- "filename": "temporalnetversion2.ckpt",
- "url": "https://huggingface.co/CiaraRowles/TemporalNet2/resolve/main/temporalnetversion2.ckpt"
+ "filename": "temporalnetversion2.safetensors",
+ "url": "https://huggingface.co/CiaraRowles/TemporalNet2/resolve/main/temporalnetversion2.safetensors"
},
{
"name": "CiaraRowles/TemporalNet1XL (1.0)",
@@ -1246,56 +1411,220 @@
},
{
- "name": "animatediff/mmd_sd_v14.ckpt (comfyui-animatediff)",
+ "name": "animatediff/mmd_sd_v14.ckpt (comfyui-animatediff) (Updated path)",
"type": "animatediff",
"base": "SD1.x",
- "save_path": "custom_nodes/comfyui-animatediff/models",
- "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "save_path": "AnimateDiff",
+ "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node.",
"reference": "https://huggingface.co/guoyww/animatediff",
"filename": "mm_sd_v14.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt"
},
{
- "name": "animatediff/mm_sd_v15.ckpt (comfyui-animatediff)",
+ "name": "animatediff/mm_sd_v15.ckpt (comfyui-animatediff) (Updated path)",
"type": "animatediff",
"base": "SD1.x",
- "save_path": "custom_nodes/comfyui-animatediff/models",
- "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "save_path": "AnimateDiff",
+ "description": "Pressing 'install' directly downloads the model from the ArtVentureX/AnimateDiff extension node.",
"reference": "https://huggingface.co/guoyww/animatediff",
"filename": "mm_sd_v15.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt"
},
{
- "name": "animatediff/mmd_sd_v14.ckpt (ComfyUI-AnimateDiff-Evolved)",
+ "name": "animatediff/mmd_sd_v14.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
"type": "animatediff",
"base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
"reference": "https://huggingface.co/guoyww/animatediff",
"filename": "mm_sd_v14.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt"
},
{
- "name": "animatediff/mm_sd_v15.ckpt (ComfyUI-AnimateDiff-Evolved)",
+ "name": "animatediff/mm_sd_v15.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
"type": "animatediff",
"base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
"reference": "https://huggingface.co/guoyww/animatediff",
"filename": "mm_sd_v15.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt"
},
{
- "name": "animatediff/mm_sd_v15_v2.ckpt (ComfyUI-AnimateDiff-Evolved)",
+ "name": "animatediff/mm_sd_v15_v2.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
"type": "animatediff",
"base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
"reference": "https://huggingface.co/guoyww/animatediff",
"filename": "mm_sd_v15_v2.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt"
},
+ {
+ "name": "animatediff/v3_sd15_mm.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v3_sd15_mm.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_mm.ckpt"
+ },
+
+ {
+ "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "animatediff",
+ "base": "SDXL",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "mm_sdxl_v10_beta.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt"
+ },
+ {
+ "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion",
+ "filename": "mm-Stabilized_high.pth",
+ "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth"
+ },
+ {
+ "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion",
+ "filename": "mm-Stabilized_mid.pth",
+ "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth"
+ },
+ {
+ "name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/CiaraRowles/TemporalDiff",
+ "filename": "temporaldiff-v1-animatediff.ckpt",
+ "url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt"
+ },
+
+ {
+ "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "motion lora",
+ "base": "SD1.x",
+ "save_path": "animatediff_motion_lora",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v2_lora_PanLeft.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt"
+ },
+ {
+ "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "motion lora",
+ "base": "SD1.x",
+ "save_path": "animatediff_motion_lora",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v2_lora_PanRight.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt"
+ },
+ {
+ "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "motion lora",
+ "base": "SD1.x",
+ "save_path": "animatediff_motion_lora",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v2_lora_RollingAnticlockwise.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt"
+ },
+ {
+ "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "motion lora",
+ "base": "SD1.x",
+ "save_path": "animatediff_motion_lora",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v2_lora_RollingClockwise.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt"
+ },
+ {
+ "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "motion lora",
+ "base": "SD1.x",
+ "save_path": "animatediff_motion_lora",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v2_lora_TiltDown.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt"
+ },
+ {
+ "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "motion lora",
+ "base": "SD1.x",
+ "save_path": "animatediff_motion_lora",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v2_lora_TiltUp.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt"
+ },
+ {
+ "name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "motion lora",
+ "base": "SD1.x",
+ "save_path": "animatediff_motion_lora",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v2_lora_ZoomIn.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt"
+ },
+ {
+ "name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "motion lora",
+ "base": "SD1.x",
+ "save_path": "animatediff_motion_lora",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/guoyww/animatediff",
+ "filename": "v2_lora_ZoomOut.ckpt",
+ "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt"
+ },
+ {
+ "name": "LongAnimatediff/lt_long_mm_32_frames.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
+ "filename": "lt_long_mm_32_frames.ckpt",
+ "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_32_frames.ckpt"
+ },
+ {
+ "name": "LongAnimatediff/lt_long_mm_16_64_frames.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
+ "filename": "lt_long_mm_16_64_frames.ckpt",
+ "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt"
+ },
+ {
+ "name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
+ "type": "animatediff",
+ "base": "SD1.x",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
+ "reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
+ "filename": "lt_long_mm_16_64_frames_v1.1.ckpt",
+ "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt"
+ },
+
+
{
"name": "animatediff/v3_sd15_sparsectrl_rgb.ckpt (ComfyUI-AnimateDiff-Evolved)",
"type": "controlnet",
@@ -1316,16 +1645,6 @@
"filename": "v3_sd15_sparsectrl_scribble.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_sparsectrl_scribble.ckpt"
},
- {
- "name": "animatediff/v3_sd15_mm.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v3_sd15_mm.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_mm.ckpt"
- },
{
"name": "animatediff/v3_sd15_adapter.ckpt",
"type": "lora",
@@ -1337,158 +1656,6 @@
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v3_sd15_adapter.ckpt"
},
- {
- "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SDXL",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "mm_sdxl_v10_beta.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt"
- },
- {
- "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion",
- "filename": "mm-Stabilized_high.pth",
- "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth"
- },
- {
- "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion",
- "filename": "mm-Stabilized_mid.pth",
- "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth"
- },
- {
- "name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/CiaraRowles/TemporalDiff",
- "filename": "temporaldiff-v1-animatediff.ckpt",
- "url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt"
- },
-
- {
- "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_PanLeft.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt"
- },
- {
- "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_PanRight.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt"
- },
- {
- "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_RollingAnticlockwise.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt"
- },
- {
- "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_RollingClockwise.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt"
- },
- {
- "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_TiltDown.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt"
- },
- {
- "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_TiltUp.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt"
- },
- {
- "name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_ZoomIn.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt"
- },
- {
- "name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_ZoomOut.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt"
- },
- {
- "name": "LongAnimatediff/lt_long_mm_32_frames.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
- "filename": "lt_long_mm_32_frames.ckpt",
- "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_32_frames.ckpt"
- },
- {
- "name": "LongAnimatediff/lt_long_mm_16_64_frames.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
- "filename": "lt_long_mm_16_64_frames.ckpt",
- "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt"
- },
- {
- "name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
- "filename": "lt_long_mm_16_64_frames_v1.1.ckpt",
- "url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt"
- },
-
{
"name": "TencentARC/motionctrl.pth",
"type": "checkpoints",
@@ -1810,6 +1977,148 @@
"reference": "https://huggingface.co/TencentARC/PhotoMaker",
"filename": "photomaker-v1.bin",
"url": "https://huggingface.co/TencentARC/PhotoMaker/resolve/main/photomaker-v1.bin"
+ },
+ {
+ "name": "1k3d68.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 1k3d68.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "1k3d68.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/1k3d68.onnx"
+ },
+ {
+ "name": "2d106det.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 2d106det.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "2d106det.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/2d106det.onnx"
+ },
+ {
+ "name": "genderage.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 genderage.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "genderage.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/genderage.onnx"
+ },
+ {
+ "name": "glintr100.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 glintr100.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "glintr100.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/glintr100.onnx"
+ },
+ {
+ "name": "scrfd_10g_bnkps.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 scrfd_10g_bnkps.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "scrfd_10g_bnkps.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/scrfd_10g_bnkps.onnx"
+ },
+ {
+ "name": "ip-adapter.bin",
+ "type": "instantid",
+ "base": "SDXL",
+ "save_path": "instantid",
+ "description": "InstantId main model based on IpAdapter",
+ "reference": "https://huggingface.co/InstantX/InstantID",
+ "filename": "ip-adapter.bin",
+ "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ip-adapter.bin"
+ },
+ {
+ "name": "diffusion_pytorch_model.safetensors",
+ "type": "controlnet",
+ "base": "SDXL",
+ "save_path": "controlnet/instantid",
+ "description": "InstantId controlnet model",
+ "reference": "https://huggingface.co/InstantX/InstantID",
+ "filename": "diffusion_pytorch_model.safetensors",
+ "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ControlNetModel/diffusion_pytorch_model.safetensors"
+ },
+
+ {
+ "name": "efficient_sam_s_cpu.jit [ComfyUI-YoloWorld-EfficientSAM]",
+ "type": "efficient_sam",
+ "base": "efficient_sam",
+ "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM",
+ "description": "Install efficient_sam_s_cpu.jit into ComfyUI-YoloWorld-EfficientSAM",
+ "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main",
+ "filename": "efficient_sam_s_cpu.jit",
+ "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_cpu.jit"
+ },
+ {
+ "name": "efficient_sam_s_gpu.jit [ComfyUI-YoloWorld-EfficientSAM]",
+ "type": "efficient_sam",
+ "base": "efficient_sam",
+ "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM",
+ "description": "Install efficient_sam_s_gpu.jit into ComfyUI-YoloWorld-EfficientSAM",
+ "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main",
+ "filename": "efficient_sam_s_gpu.jit",
+ "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_gpu.jit"
+ },
+
+ {
+ "name": "shape_predictor_68_face_landmarks.dat [Face Analysis]",
+ "type": "Shape Predictor",
+ "base": "DLIB",
+ "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib",
+ "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.",
+ "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main",
+ "filename": "shape_predictor_68_face_landmarks.dat",
+ "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/shape_predictor_68_face_landmarks.dat"
+ },
+ {
+ "name": "dlib_face_recognition_resnet_model_v1.dat [Face Analysis]",
+ "type": "Face Recognition",
+ "base": "DLIB",
+ "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib",
+ "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.",
+ "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main",
+ "filename": "dlib_face_recognition_resnet_model_v1.dat",
+ "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/dlib_face_recognition_resnet_model_v1.dat"
+ },
+ {
+ "name": "InstanceDiffusion/fusers",
+ "type": "InstanceDiffusion",
+ "base": "SD1.5",
+ "save_path": "instance_models/fuser_models",
+ "description": "Fusers checkpoints for multi-object prompting with InstanceDiffusion.",
+ "reference": "https://huggingface.co/logtd/instance_diffusion",
+ "filename": "fusers.ckpt",
+ "url": "https://huggingface.co/logtd/instance_diffusion/resolve/main/fusers.ckpt"
+ },
+ {
+ "name": "InstanceDiffusion/position_net",
+ "type": "InstanceDiffusion",
+ "base": "SD1.5",
+ "save_path": "instance_models/positionnet_models",
+ "description": "PositionNet checkpoints for multi-object prompting with InstanceDiffusion.",
+ "reference": "https://huggingface.co/logtd/instance_diffusion",
+ "filename": "position_net.ckpt",
+ "url": "https://huggingface.co/logtd/instance_diffusion/resolve/main/position_net.ckpt"
+ },
+ {
+ "name": "InstanceDiffusion/scaleu",
+ "type": "InstanceDiffusion",
+ "base": "SD1.5",
+ "save_path": "instance_models/scaleu_models",
+ "description": "ScaleU checkpoints for multi-object prompting with InstanceDiffusion.",
+ "reference": "https://huggingface.co/logtd/instance_diffusion",
+ "filename": "scaleu.ckpt",
+ "url": "https://huggingface.co/logtd/instance_diffusion/resolve/main/scaleu.ckpt"
}
- ]
+ ]
}
diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json
index b1d1d231..8085affd 100644
--- a/node_db/dev/custom-node-list.json
+++ b/node_db/dev/custom-node-list.json
@@ -8,17 +8,86 @@
"install_type": "git-clone",
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
},
-
{
- "author": "LotzF",
- "title": "ComfyUI simple ChatGPT completion [UNSAFE]",
- "reference": "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion",
+ "author": "logtd",
+ "title": "ComfyUI-FLATTEN",
+ "reference": "https://github.com/logtd/ComfyUI-FLATTEN",
"files": [
- "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion"
+ "https://github.com/logtd/ComfyUI-FLATTEN"
],
"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.]"
+ "description": "Load Checkpoint with FLATTEN model, KSampler (Flatten), Unsampler (Flatten), Sample Trajectories"
+ },
+ {
+ "author": "shadowcz007",
+ "title": "comfyui-llamafile [WIP]",
+ "reference": "https://github.com/shadowcz007/comfyui-llamafile",
+ "files": [
+ "https://github.com/shadowcz007/comfyui-llamafile"
+ ],
+ "install_type": "git-clone",
+ "description": "This node is an experimental node aimed at exploring the collaborative way of human-machine creation."
+ },
+ {
+ "author": "gameltb",
+ "title": "ComfyUI paper playground",
+ "reference": "https://github.com/gameltb/ComfyUI_paper_playground",
+ "files": [
+ "https://github.com/gameltb/ComfyUI_paper_playground"
+ ],
+ "install_type": "git-clone",
+ "description": "Evaluate some papers in ComfyUI, just playground.\nNOTE: Various models need to be installed, so please visit the repository to check."
+ },
+ {
+ "author": "huizhang0110",
+ "title": "ComfyUI_Easy_Nodes_hui",
+ "reference": "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui",
+ "files": [
+ "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:EasyEmptyLatentImage"
+ },
+ {
+ "author": "tuckerdarby",
+ "title": "ComfyUI-TDNodes [WIP]",
+ "reference": "https://github.com/tuckerdarby/ComfyUI-TDNodes",
+ "files": [
+ "https://github.com/tuckerdarby/ComfyUI-TDNodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:KSampler (RAVE), KSampler (TF), Object Tracker, KSampler Batched, Video Tracker Prompt, TemporalNet Preprocessor, Instance Tracker Prompt, Instance Diffusion Loader, Hand Tracker Node"
+ },
+ {
+ "author": "shadowcz007",
+ "title": "comfyui-musicgen",
+ "reference": "https://github.com/shadowcz007/comfyui-musicgen",
+ "files": [
+ "https://github.com/shadowcz007/comfyui-musicgen"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Musicgen"
+ },
+ {
+ "author": "Extraltodeus",
+ "title": "ComfyUI-variableCFGandAntiBurn [WIP]",
+ "reference": "https://github.com/Extraltodeus/ComfyUI-variableCFGandAntiBurn",
+ "files": [
+ "https://github.com/Extraltodeus/ComfyUI-variableCFGandAntiBurn"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Continuous CFG rescaler (pre CFG), Intermediary latent merge (post CFG), Intensity/Brightness limiter (post CFG), Dynamic renoising (post CFG), Automatic CFG scale (pre/post CFG), CFG multiplier per channel (pre CFG), Self-Attention Guidance delayed activation mod (post CFG)"
+ },
+ {
+ "author": "shadowcz007",
+ "title": "comfyui-CLIPSeg",
+ "reference": "https://github.com/shadowcz007/comfyui-CLIPSeg",
+ "files": [
+ "https://github.com/shadowcz007/comfyui-CLIPSeg"
+ ],
+ "install_type": "git-clone",
+ "description": "Download [a/CLIPSeg](https://huggingface.co/CIDAS/clipseg-rd64-refined/tree/main), move to : models/clipseg"
},
{
"author": "dezi-ai",
@@ -28,17 +97,47 @@
"https://github.com/dezi-ai/ComfyUI-AnimateLCM"
],
"install_type": "git-clone",
- "description": "Nodes: Configurator for AnimateLCM, Renderer for AnimateLCM to render the video."
+ "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)].\b[w/This extension includes a large number of nodes imported from the existing custom nodes, increasing the likelihood of conflicts.]"
},
{
- "author": "blepping",
- "title": "ComfyUI-sonar (WIP)",
- "reference": "https://github.com/blepping/ComfyUI-sonar",
+ "author": "ZHO-ZHO-ZHO",
+ "title": "ComfyUI-BRIA_AI-RMBG",
+ "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG",
"files": [
- "https://github.com/blepping/ComfyUI-sonar"
+ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG"
],
"install_type": "git-clone",
- "description": "Extremely WIP and untested implementation of Sonar sampling. Currently it may not be even close to working properly. Only supports Euler and Euler Ancestral sampling. See [a/stable-diffusion-webui-sonar](https://github.com/Kahsolt/stable-diffusion-webui-sonar) for a more in-depth explanation."
+ "description": "Unofficial [a/BRIA Background Removal v1.4](https://huggingface.co/briaai/RMBG-1.4) of BRIA RMBG Model for ComfyUI"
+ },
+ {
+ "author": "stutya",
+ "title": "ComfyUI-Terminal [UNSAFE]",
+ "reference": "https://github.com/stutya/ComfyUI-Terminal",
+ "files": [
+ "https://github.com/stutya/ComfyUI-Terminal"
+ ],
+ "install_type": "git-clone",
+ "description": "Run Terminal Commands from ComfyUI.\n[w/This extension poses a risk of executing arbitrary commands through workflow execution. Please be cautious.]"
+ },
+ {
+ "author": "marcueberall",
+ "title": "ComfyUI-BuildPath",
+ "reference": "https://github.com/marcueberall/ComfyUI-BuildPath",
+ "files": [
+ "https://github.com/marcueberall/ComfyUI-BuildPath"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes: Build Path Adv."
+ },
+ {
+ "author": "LotzF",
+ "title": "ComfyUI simple ChatGPT completion [UNSAFE]",
+ "reference": "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion",
+ "files": [
+ "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion"
+ ],
+ "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",
@@ -130,16 +229,6 @@
"install_type": "git-clone",
"description": "WIP"
},
- {
- "author": "kadirnar",
- "title": "ComfyUI-Transformers",
- "reference": "https://github.com/kadirnar/ComfyUI-Transformers",
- "files": [
- "https://github.com/kadirnar/ComfyUI-Transformers"
- ],
- "install_type": "git-clone",
- "description": "Nodes:DepthEstimation."
- },
{
"author": "MrAdamBlack",
"title": "CheckProgress [WIP]",
diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json
index a33dff52..a5671a20 100644
--- a/node_db/legacy/custom-node-list.json
+++ b/node_db/legacy/custom-node-list.json
@@ -10,6 +10,26 @@
},
+ {
+ "author": "ccvv804",
+ "title": "ComfyUI StableCascade using diffusers for Low VRAM [DEPRECATED]",
+ "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM",
+ "files": [
+ "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM"
+ ],
+ "install_type": "git-clone",
+ "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!"
+ },
+ {
+ "author": "kijai",
+ "title": "ComfyUI StableCascade using diffusers [DEPRECATED]",
+ "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade",
+ "files": [
+ "https://github.com/kijai/ComfyUI-DiffusersStableCascade"
+ ],
+ "install_type": "git-clone",
+ "description": "Simple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!"
+ },
{
"author": "solarpush",
"title": "comfyui_sendimage_node [REMOVED]",
diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json
index d5288c26..ca8695a4 100644
--- a/node_db/new/custom-node-list.json
+++ b/node_db/new/custom-node-list.json
@@ -9,7 +9,548 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!"
},
-
+
+ {
+ "author": "kuschanow",
+ "title": "Advanced Latent Control",
+ "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control",
+ "files": [
+ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control"
+ ],
+ "install_type": "git-clone",
+ "description": "This custom node helps to transform latent in different ways."
+ },
+ {
+ "author": "hiforce",
+ "title": "Comfyui HiFORCE Plugin",
+ "reference": "https://github.com/hiforce/comfyui-hiforce-plugin",
+ "files": [
+ "https://github.com/hiforce/comfyui-hiforce-plugin"
+ ],
+ "install_type": "git-clone",
+ "description": "Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.\nNOTE:You should install [a/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack). Many optimizations are built upon the foundation of ComfyUI-Impact-Pack."
+ },
+ {
+ "author": "hughescr",
+ "title": "OpenPose Keypoint Extractor",
+ "reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor",
+ "files": [
+ "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor"
+ ],
+ "install_type": "git-clone",
+ "description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton"
+ },
+ {
+ "author": "bmad4ever",
+ "title": "comfyui_wfc_like",
+ "reference": "https://github.com/bmad4ever/comfyui_wfc_like",
+ "files": [
+ "https://github.com/bmad4ever/comfyui_wfc_like"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Sample (WFC), Generate (WFC), Encode (WFC), Decode (WFC), Custom Temperature Config (WFC), Custom Value Weights (WFC), Empty State (WFC), Filter (WFC), Parallel Multi Gen. (WFC)"
+ },
+ {
+ "author": "jkrauss82",
+ "title": "ULTools for ComfyUI",
+ "reference": "https://github.com/jkrauss82/ultools-comfyui",
+ "files": [
+ "https://github.com/jkrauss82/ultools-comfyui"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:SaveImgAdv, CLIPTextEncodeWithStats. Collection of tools supporting txt2img generation in ComfyUI and other tasks."
+ },
+ {
+ "author": "leoleelxh",
+ "title": "ComfyUI-LLMs",
+ "reference": "https://github.com/leoleelxh/ComfyUI-LLMs",
+ "files": [
+ "https://github.com/leoleelxh/ComfyUI-LLMs"
+ ],
+ "install_type": "git-clone",
+ "description": "A minimalist node that calls LLMs, combined with one API, can call all language models, including local models."
+ },
+ {
+ "author": "nkchocoai",
+ "title": "ComfyUI-Dart",
+ "reference": "https://github.com/nkchocoai/ComfyUI-Dart",
+ "files": [
+ "https://github.com/nkchocoai/ComfyUI-Dart"
+ ],
+ "install_type": "git-clone",
+ "description": "Add nodes that generates danbooru tags by [a/Dart(Danbooru Tags Transformer)](https://huggingface.co/p1atdev/dart-v1-sft)."
+ },
+ {
+ "author": "chaojie",
+ "title": "ComfyUI-Gemma",
+ "reference": "https://github.com/chaojie/ComfyUI-Gemma",
+ "files": [
+ "https://github.com/chaojie/ComfyUI-Gemma"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI Gemma"
+ },
+ {
+ "author": "TheBill2001",
+ "title": "comfyui-upscale-by-model",
+ "reference": "https://github.com/TheBill2001/comfyui-upscale-by-model",
+ "files": [
+ "https://github.com/TheBill2001/comfyui-upscale-by-model"
+ ],
+ "install_type": "git-clone",
+ "description": "This custom node allow upscaling an image by a factor using a model."
+ },
+ {
+ "author": "czcz1024",
+ "title": "Comfyui-FaceCompare",
+ "reference": "https://github.com/czcz1024/Comfyui-FaceCompare",
+ "files": [
+ "https://github.com/czcz1024/Comfyui-FaceCompare"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:FaceCompare"
+ },
+ {
+ "author": "AuroBit",
+ "title": "ComfyUI OOTDiffusion",
+ "reference": "https://github.com/AuroBit/ComfyUI-OOTDiffusion",
+ "files": [
+ "https://github.com/AuroBit/ComfyUI-OOTDiffusion"
+ ],
+ "install_type": "git-clone",
+ "description": "A ComfyUI custom node that simply integrates the [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion) functionality."
+ },
+ {
+ "author": "logtd",
+ "title": "Tracking Nodes for Videos",
+ "reference": "https://github.com/logtd/ComfyUI-TrackingNodes",
+ "files": [
+ "https://github.com/logtd/ComfyUI-TrackingNodes"
+ ],
+ "install_type": "git-clone",
+ "description": "A set of nodes to track objects through videos using YOLO and other processors."
+ },
+ {
+ "author": "Big-Idea-Technology",
+ "title": "ImageTextOverlay Node for ComfyUI",
+ "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay",
+ "files": [
+ "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay"
+ ],
+ "install_type": "git-clone",
+ "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding."
+ },
+ {
+ "author": "logtd",
+ "title": "InstanceDiffusion Nodes",
+ "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion",
+ "files": [
+ "https://github.com/logtd/ComfyUI-InstanceDiffusion"
+ ],
+ "install_type": "git-clone",
+ "description": "A set of nodes to perform multi-object prompting with InstanceDiffusion"
+ },
+ {
+ "author": "Guillaume-Fgt",
+ "title": "ComfyUI-ScenarioPrompt",
+ "reference": "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio",
+ "files": [
+ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio"
+ ],
+ "install_type": "git-clone",
+ "description": "A custom node to create empty latents for Stable Cascade.\nfeatures: width and height incrementation of 64 by default, possibility to lock the aspect ratio, switch width/height at execution"
+ },
+ {
+ "author": "Ludobico",
+ "title": "ComfyUI-ScenarioPrompt",
+ "reference": "https://github.com/Ludobico/ComfyUI-ScenarioPrompt",
+ "files": [
+ "https://github.com/Ludobico/ComfyUI-ScenarioPrompt"
+ ],
+ "install_type": "git-clone",
+ "description": "ScenarioPrompt is a custom node that helps you understand what you're prompting for each property as you build your prompts"
+ },
+ {
+ "author": "Klinter",
+ "title": "Klinter_nodes",
+ "reference": "https://github.com/klinter007/klinter_nodes",
+ "files": [
+ "https://github.com/klinter007/klinter_nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Concat_strings atm - celebrating first_node"
+ },
+ {
+ "author": "LykosAI",
+ "title": "ComfyUI Nodes for Inference.Core",
+ "reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes",
+ "files": [
+ "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names."
+ },
+ {
+ "author": "cubiq",
+ "title": "Face Analysis for ComfyUI",
+ "reference": "https://github.com/cubiq/ComfyUI_FaceAnalysis",
+ "files": [
+ "https://github.com/cubiq/ComfyUI_FaceAnalysis"
+ ],
+ "install_type": "git-clone",
+ "description": "This extension uses [a/DLib](http://dlib.net/) to calculate the Euclidean and Cosine distance between two faces.\nNOTE: Install the Shape Predictor, Face Recognition model from the Install models menu."
+ },
+ {
+ "author": "1038lab",
+ "title": "ComfyUI-GPT2P",
+ "reference": "https://github.com/1038lab/ComfyUI-GPT2P",
+ "files": [
+ "https://github.com/1038lab/ComfyUI-GPT2P"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt"
+ },
+ {
+ "author": "mirabarukaso",
+ "title": "ComfyUI_Mira",
+ "reference": "https://github.com/mirabarukaso/ComfyUI_Mira",
+ "files": [
+ "https://github.com/mirabarukaso/ComfyUI_Mira"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Integer Multiplier, Float Multiplier, Convert Numeral to String, Create Canvas Advanced, Create Canvas, Create PNG Mask, Color Mask to HEX String, Color Mask to INT RGB, Color Masks to List"
+ },
+ {
+ "author": "yytdfc",
+ "title": "Amazon Bedrock nodes for for ComfyUI",
+ "reference": "https://github.com/yytdfc/ComfyUI-Bedrock",
+ "files": [
+ "https://github.com/yytdfc/ComfyUI-Bedrock"
+ ],
+ "install_type": "git-clone",
+ "description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL."
+ },
+ {
+ "author": "ZHO-ZHO-ZHO",
+ "title": "ComfyUI YoloWorld-EfficientSAM",
+ "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM",
+ "files": [
+ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM"
+ ],
+ "install_type": "git-clone",
+ "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]"
+ },
+ {
+ "author": "nkchocoai",
+ "title": "ComfyUI-SaveImageWithMetaData",
+ "reference": "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData",
+ "files": [
+ "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData"
+ ],
+ "install_type": "git-clone",
+ "description": "Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.\nSince the values are extracted dynamically, values output by various extension nodes can be added to metadata."
+ },
+ {
+ "author": "yuvraj108c",
+ "title": "ComfyUI-Vsgan",
+ "reference": "https://github.com/yuvraj108c/ComfyUI-Vsgan",
+ "files": [
+ "https://github.com/yuvraj108c/ComfyUI-Vsgan"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Upscale Video Tensorrt"
+ },
+ {
+ "author": "Kijai",
+ "title": "Animatediff MotionLoRA Trainer",
+ "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector",
+ "files": [
+ "https://github.com/kijai/ComfyUI-ADMotionDirector"
+ ],
+ "install_type": "git-clone",
+ "description": "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML."
+ },
+ {
+ "author": "GavChap",
+ "title": "ComfyUI-CascadeResolutions",
+ "reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions",
+ "files": [
+ "https://github.com/GavChap/ComfyUI-CascadeResolutions"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Cascade Resolutions"
+ },
+ {
+ "author": "blepping",
+ "title": "ComfyUI-sonar",
+ "reference": "https://github.com/blepping/ComfyUI-sonar",
+ "files": [
+ "https://github.com/blepping/ComfyUI-sonar"
+ ],
+ "install_type": "git-clone",
+ "description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI."
+ },
+ {
+ "author": "StartHua",
+ "title": "comfyui_segformer_b2_clothes",
+ "reference": "https://github.com/StartHua/Comfyui_segformer_b2_clothes",
+ "files": [
+ "https://github.com/StartHua/Comfyui_segformer_b2_clothes"
+ ],
+ "install_type": "git-clone",
+ "description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)"
+ },
+ {
+ "author": "AshMartian",
+ "title": "Dir Gir",
+ "reference": "https://github.com/AshMartian/ComfyUI-DirGir",
+ "files": [
+ "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py",
+ "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py"
+ ],
+ "install_type": "copy",
+ "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering."
+ },
+ {
+ "author": "ccvv804",
+ "title": "ComfyUI StableCascade using diffusers for Low VRAM",
+ "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM",
+ "files": [
+ "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM"
+ ],
+ "install_type": "git-clone",
+ "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!"
+ },
+ {
+ "author": "yuvraj108c",
+ "title": "ComfyUI-Pronodes",
+ "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes",
+ "files": [
+ "https://github.com/yuvraj108c/ComfyUI-Pronodes"
+ ],
+ "install_type": "git-clone",
+ "description": "A collection of nice utility nodes for ComfyUI"
+ },
+ {
+ "author": "pkpkTech",
+ "title": "ComfyUI-SaveQueues",
+ "reference": "https://github.com/pkpkTech/ComfyUI-SaveQueues",
+ "files": [
+ "https://github.com/pkpkTech/ComfyUI-SaveQueues"
+ ],
+ "install_type": "git-clone",
+ "description": "Add a button to the menu to save and load the running queue and the pending queues.\nThis is intended to be used when you want to exit ComfyUI with queues still remaining."
+ },
+ {
+ "author": "jordoh",
+ "title": "ComfyUI Deepface",
+ "reference": "https://github.com/jordoh/ComfyUI-Deepface",
+ "files": [
+ "https://github.com/jordoh/ComfyUI-Deepface"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library."
+ },
+ {
+ "author": "kijai",
+ "title": "ComfyUI StableCascade using diffusers",
+ "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade",
+ "files": [
+ "https://github.com/kijai/ComfyUI-DiffusersStableCascade"
+ ],
+ "install_type": "git-clone",
+ "description": "Simple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!"
+ },
+ {
+ "author": "Extraltodeus",
+ "title": "ComfyUI-AutomaticCFG",
+ "reference": "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG",
+ "files": [
+ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG"
+ ],
+ "install_type": "git-clone",
+ "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality."
+ },
+ {
+ "author": "Mamaaaamooooo",
+ "title": "Batch Rembg for ComfyUI",
+ "reference": "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes",
+ "files": [
+ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Remove background of plural images."
+ },
+ {
+ "author": "ShmuelRonen",
+ "title": "ComfyUI-SVDResizer",
+ "reference": "https://github.com/ShmuelRonen/ComfyUI-SVDResizer",
+ "files": [
+ "https://github.com/ShmuelRonen/ComfyUI-SVDResizer"
+ ],
+ "install_type": "git-clone",
+ "description": "SVDResizer is a helper for resizing the source image, according to the sizes enabled in Stable Video Diffusion. The rationale behind the possibility of changing the size of the image in steps between the ranges of 576 and 1024, is the use of the greatest common denominator of these two numbers which is 64. SVD is lenient with resizing that adheres to this rule, so the chance of coherent video that is not the standard size of 576X1024 is greater. It is advisable to keep the value 1024 constant and play with the second size to maintain the stability of the result."
+ },
+ {
+ "author": "xiaoxiaodesha",
+ "title": "hd-nodes-comfyui",
+ "reference": "https://github.com/xiaoxiaodesha/hd_node",
+ "files": [
+ "https://github.com/xiaoxiaodesha/hd_node"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Combine HDMasks, Cover HDMasks, HD FaceIndex, HD SmoothEdge, HD GetMaskArea, HD Image Levels, HD Ultimate SD Upscale"
+ },
+ {
+ "author": "StartHua",
+ "title": "Comfyui_joytag",
+ "reference": "https://github.com/StartHua/Comfyui_joytag",
+ "files": [
+ "https://github.com/StartHua/Comfyui_joytag"
+ ],
+ "install_type": "git-clone",
+ "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)"
+ },
+ {
+ "author": "redhottensors",
+ "title": "ComfyUI-Prediction",
+ "reference": "https://github.com/redhottensors/ComfyUI-Prediction",
+ "files": [
+ "https://github.com/redhottensors/ComfyUI-Prediction"
+ ],
+ "install_type": "git-clone",
+ "description": "Fully customizable Classifier Free Guidance for ComfyUI."
+ },
+ {
+ "author": "nkchocoai",
+ "title": "ComfyUI-TextOnSegs",
+ "reference": "https://github.com/nkchocoai/ComfyUI-TextOnSegs",
+ "files": [
+ "https://github.com/nkchocoai/ComfyUI-TextOnSegs"
+ ],
+ "install_type": "git-clone",
+ "description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack."
+ },
+ {
+ "author": "cubiq",
+ "title": "ComfyUI InstantID (Native Support)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID",
+ "files": [
+ "https://github.com/cubiq/ComfyUI_InstantID"
+ ],
+ "install_type": "git-clone",
+ "description": "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback."
+ },
+ {
+ "author": "Franck-Demongin",
+ "title": "NX_PromptStyler",
+ "reference": "https://github.com/Franck-Demongin/NX_PromptStyler",
+ "files": [
+ "https://github.com/Franck-Demongin/NX_PromptStyler"
+ ],
+ "install_type": "git-clone",
+ "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files."
+ },
+ {
+ "author": "Billius-AI",
+ "title": "ComfyUI-Path-Helper",
+ "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper",
+ "files": [
+ "https://github.com/Billius-AI/ComfyUI-Path-Helper"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath"
+ },
+ {
+ "author": "mbrostami",
+ "title": "ComfyUI-HF",
+ "reference": "https://github.com/mbrostami/ComfyUI-HF",
+ "files": [
+ "https://github.com/mbrostami/ComfyUI-HF"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI Node to work with Hugging Face repositories"
+ },
+ {
+ "author": "digitaljohn",
+ "title": "ComfyUI-ProPost",
+ "reference": "https://github.com/digitaljohn/comfyui-propost",
+ "files": [
+ "https://github.com/digitaljohn/comfyui-propost"
+ ],
+ "install_type": "git-clone",
+ "description": "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural."
+ },
+ {
+ "author": "deforum",
+ "title": "Deforum Nodes",
+ "reference": "https://github.com/XmYx/deforum-comfy-nodes",
+ "files": [
+ "https://github.com/XmYx/deforum-comfy-nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art."
+ },
+ {
+ "author": "adbrasi",
+ "title": "ComfyUI-TrashNodes-DownloadHuggingface",
+ "reference": "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface",
+ "files": [
+ "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment."
+ },
+ {
+ "author": "DonBaronFactory",
+ "title": "ComfyUI-Cre8it-Nodes",
+ "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes",
+ "files": [
+ "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows"
+ },
+ {
+ "author": "dezi-ai",
+ "title": "ComfyUI Animate LCM",
+ "reference": "https://github.com/dezi-ai/ComfyUI-AnimateLCM",
+ "files": [
+ "https://github.com/dezi-ai/ComfyUI-AnimateLCM"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)]."
+ },
+ {
+ "author": "kadirnar",
+ "title": "ComfyUI-Transformers",
+ "reference": "https://github.com/kadirnar/ComfyUI-Transformers",
+ "files": [
+ "https://github.com/kadirnar/ComfyUI-Transformers"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging."
+ },
+ {
+ "author": "chaojie",
+ "title": "ComfyUI-DynamiCrafter",
+ "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter",
+ "files": [
+ "https://github.com/chaojie/ComfyUI-DynamiCrafter"
+ ],
+ "install_type": "git-clone",
+ "description": "Better Dynamic, Higher Resolution, and Stronger Coherence!"
+ },
+ {
+ "author": "bilal-arikan",
+ "title": "ComfyUI_TextAssets",
+ "reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets",
+ "files": [
+ "https://github.com/bilal-arikan/ComfyUI_TextAssets"
+ ],
+ "install_type": "git-clone",
+ "description": "With this node you can upload text files to input folder from your local computer."
+ },
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI SegMoE",
@@ -22,7 +563,7 @@
},
{
"author": "ZHO-ZHO-ZHO",
- "title": "ComfyUI-SVD-ZHO",
+ "title": "ComfyUI-SVD-ZHO (WIP)",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO"
@@ -149,556 +690,6 @@
],
"install_type": "git-clone",
"description": "An implementation of NSFW Detection for ComfyUI"
- },
- {
- "author": "AIGODLIKE",
- "title": "AIGODLIKE-ComfyUI-Studio",
- "reference": "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio",
- "files": [
- "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio"
- ],
- "install_type": "git-clone",
- "description": "Improve the interactive experience of using ComfyUI, such as making the loading of ComfyUI models more intuitive and making it easier to create model thumbnails"
- },
- {
- "author": "Chan-0312",
- "title": "ComfyUI-IPAnimate",
- "reference": "https://github.com/Chan-0312/ComfyUI-IPAnimate",
- "files": [
- "https://github.com/Chan-0312/ComfyUI-IPAnimate"
- ],
- "install_type": "git-clone",
- "description": "This is a project that generates videos frame by frame based on IPAdapter+ControlNet. Unlike [a/Steerable-motion](https://github.com/banodoco/Steerable-Motion), we do not rely on AnimateDiff. This decision is primarily due to the fact that the videos generated by AnimateDiff are often blurry. Through frame-by-frame control using IPAdapter+ControlNet, we can produce higher definition and more controllable videos."
- },
- {
- "author": "LyazS",
- "title": "Anime Character Segmentation node for comfyui",
- "reference": "https://github.com/LyazS/comfyui-anime-seg",
- "files": [
- "https://github.com/LyazS/comfyui-anime-seg"
- ],
- "install_type": "git-clone",
- "description": "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)."
- },
- {
- "author": "zhongpei",
- "title": "ComfyUI for InstructIR",
- "reference": "https://github.com/zhongpei/ComfyUI-InstructIR",
- "files": [
- "https://github.com/zhongpei/ComfyUI-InstructIR"
- ],
- "install_type": "git-clone",
- "description": "Enhancing Image Restoration. (ref:[a/InstructIR](https://github.com/mv-lab/InstructIR))"
- },
- {
- "author": "nosiu",
- "title": "ComfyUI InstantID Faceswapper",
- "reference": "https://github.com/nosiu/comfyui-instantId-faceswap",
- "files": [
- "https://github.com/nosiu/comfyui-instantId-faceswap"
- ],
- "install_type": "git-clone",
- "description": "Implementation of [a/faceswap](https://github.com/nosiu/InstantID-faceswap/tree/main) based on [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI. Allows usage of [a/LCM Lora](https://huggingface.co/latent-consistency/lcm-lora-sdxl) which can produce good results in only a few generation steps.\nNOTE:Works ONLY with SDXL checkpoints."
- },
- {
- "author": "ricklove",
- "title": "comfyui-ricklove",
- "reference": "https://github.com/ricklove/comfyui-ricklove",
- "files": [
- "https://github.com/ricklove/comfyui-ricklove"
- ],
- "install_type": "git-clone",
- "description": "Nodes: Image Crop and Resize by Mask, Image Uncrop, Image Shadow, Optical Flow (Dip), Warp Image with Flow, Image Threshold (Channels), Finetune Variable, Finetune Analyze, Finetune Analyze Batch, ... Misc ComfyUI nodes by Rick Love"
- },
- {
- "author": "chaojie",
- "title": "ComfyUI-Pymunk",
- "reference": "https://github.com/chaojie/ComfyUI-Pymunk",
- "files": [
- "https://github.com/chaojie/ComfyUI-Pymunk"
- ],
- "install_type": "git-clone",
- "description": "Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python"
- },
- {
- "author": "ZHO-ZHO-ZHO",
- "title": "ComfyUI-Qwen-VL-API",
- "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API",
- "files": [
- "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API"
- ],
- "install_type": "git-clone",
- "description": "QWen-VL-Plus & QWen-VL-Max in ComfyUI"
- },
- {
- "author": "shadowcz007",
- "title": "comfyui-ultralytics-yolo",
- "reference": "https://github.com/shadowcz007/comfyui-ultralytics-yolo",
- "files": [
- "https://github.com/shadowcz007/comfyui-ultralytics-yolo"
- ],
- "install_type": "git-clone",
- "description": "Nodes:Detect By Label."
- },
- {
- "author": "StartHua",
- "title": "ComfyUI_Seg_VITON",
- "reference": "https://github.com/StartHua/ComfyUI_Seg_VITON",
- "files": [
- "https://github.com/StartHua/ComfyUI_Seg_VITON"
- ],
- "install_type": "git-clone",
- "description": "Nodes:segformer_clothes, segformer_agnostic, segformer_remove_bg, stabel_vition. Nodes for model dress up."
- },
- {
- "author": "HaydenReeve",
- "title": "ComfyUI Better Strings",
- "reference": "https://github.com/HaydenReeve/ComfyUI-Better-Strings",
- "files": [
- "https://github.com/HaydenReeve/ComfyUI-Better-Strings"
- ],
- "install_type": "git-clone",
- "description": "Strings should be easy, and simple. This extension aims to provide a set of nodes that make working with strings in ComfyUI a little bit easier."
- },
- {
- "author": "Loewen-Hob",
- "title": "Rembg Background Removal Node for ComfyUI",
- "reference": "https://github.com/Loewen-Hob/rembg-comfyui-node-better",
- "files": [
- "https://github.com/Loewen-Hob/rembg-comfyui-node-better"
- ],
- "install_type": "git-clone",
- "description": "This custom node is based on the [a/rembg-comfyui-node](https://github.com/Jcd1230/rembg-comfyui-node) but provides additional functionality to select ONNX models."
- },
- {
- "author": "mape",
- "title": "mape's ComfyUI Helpers",
- "reference": "https://github.com/mape/ComfyUI-mape-Helpers",
- "files": [
- "https://github.com/mape/ComfyUI-mape-Helpers"
- ],
- "install_type": "git-clone",
- "description": "A project that combines all my qualify of life improvements for ComyUI. For more info visit: [a/https://comfyui.ma.pe/](https://comfyui.ma.pe/)"
- },
- {
- "author": "zhongpei",
- "title": "Comfyui_image2prompt",
- "reference": "https://github.com/zhongpei/Comfyui_image2prompt",
- "files": [
- "https://github.com/zhongpei/Comfyui_image2prompt"
- ],
- "install_type": "git-clone",
- "description": "Nodes:Image to Text, Loader Image to Text Model."
- },
- {
- "author": "jamal-alkharrat",
- "title": "ComfyUI_rotate_image",
- "reference": "https://github.com/jamal-alkharrat/ComfyUI_rotate_image",
- "files": [
- "https://github.com/jamal-alkharrat/ComfyUI_rotate_image"
- ],
- "install_type": "git-clone",
- "description": "ComfyUI Custom Node to Rotate Images, Img2Img node."
- },
- {
- "author": "JerryOrbachJr",
- "title": "ComfyUI-RandomSize",
- "reference": "https://github.com/JerryOrbachJr/ComfyUI-RandomSize",
- "files": [
- "https://github.com/JerryOrbachJr/ComfyUI-RandomSize"
- ],
- "install_type": "git-clone",
- "description": "A ComfyUI custom node that randomly selects a height and width pair from a list in a config file"
- },
- {
- "author": "blepping",
- "title": "ComfyUI-bleh",
- "reference": "https://github.com/blepping/ComfyUI-bleh",
- "files": [
- "https://github.com/blepping/ComfyUI-bleh"
- ],
- "install_type": "git-clone",
- "description": "Better TAESD previews, BlehHyperTile."
- },
- {
- "author": "yuvraj108c",
- "title": "ComfyUI Whisper",
- "reference": "https://github.com/yuvraj108c/ComfyUI-Whisper",
- "files": [
- "https://github.com/yuvraj108c/ComfyUI-Whisper"
- ],
- "install_type": "git-clone",
- "description": "Transcribe audio and add subtitles to videos using Whisper in ComfyUI"
- },
- {
- "author": "kijai",
- "title": "ComfyUI-CCSR",
- "reference": "https://github.com/kijai/ComfyUI-CCSR",
- "files": [
- "https://github.com/kijai/ComfyUI-CCSR"
- ],
- "install_type": "git-clone",
- "description": "ComfyUI- CCSR upscaler node"
- },
- {
- "author": "azure-dragon-ai",
- "title": "ComfyUI-ClipScore-Nodes",
- "reference": "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes",
- "files": [
- "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes"
- ],
- "install_type": "git-clone",
- "description": "Nodes:ImageScore, Loader, Image Processor, Real Image Processor, Fake Image Processor, Text Processor. ComfyUI Nodes for ClipScore"
- },
- {
- "author": "Hiero207",
- "title": "ComfyUI-Hiero-Nodes",
- "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",
- "reference": "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes",
- "files": [
- "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes"
- ],
- "install_type": "git-clone",
- "description": "ComfyUI Nodes for ClipScore"
- },
- {
- "author": "godspede",
- "title": "ComfyUI Substring",
- "reference": "https://github.com/godspede/ComfyUI_Substring",
- "files": [
- "https://github.com/godspede/ComfyUI_Substring"
- ],
- "install_type": "git-clone",
- "description": "Just a simple substring node that takes text and length as input, and outputs the first length characters."
- },
- {
- "author": "gokayfem",
- "title": "VLM_nodes",
- "reference": "https://github.com/gokayfem/ComfyUI_VLM_nodes",
- "files": [
- "https://github.com/gokayfem/ComfyUI_VLM_nodes"
- ],
- "install_type": "git-clone",
- "description": "Nodes:VisionQuestionAnswering Node, PromptGenerate Node"
- },
- {
- "author": "godspede",
- "title": "ComfyUI Substring",
- "reference": "https://github.com/godspede/ComfyUI_Substring",
- "files": [
- "https://github.com/godspede/ComfyUI_Substring"
- ],
- "install_type": "git-clone",
- "description": "Just a simple substring node that takes text and length as input, and outputs the first length characters."
- },
- {
- "author": "Nlar",
- "title": "ComfyUI_CartoonSegmentation",
- "reference": "https://github.com/Nlar/ComfyUI_CartoonSegmentation",
- "files": [
- "https://github.com/Nlar/ComfyUI_CartoonSegmentation"
- ],
- "install_type": "git-clone",
- "description": "Front end ComfyUI nodes for CartoonSegmentation Based upon the work of the CartoonSegmentation repository this project will provide a front end to some of the features."
- },
- {
- "author": "Acly",
- "title": "ComfyUI Inpaint Nodes",
- "reference": "https://github.com/Acly/comfyui-inpaint-nodes",
- "files": [
- "https://github.com/Acly/comfyui-inpaint-nodes"
- ],
- "install_type": "git-clone",
- "description": "Experimental nodes for better inpainting with ComfyUI. Adds two nodes which allow using [a/Fooocus](https://github.com/Acly/comfyui-inpaint-nodes) inpaint model. It's a small and flexible patch which can be applied to any SDXL checkpoint and will transform it into an inpaint model. This model can then be used like other inpaint models, and provides the same benefits. [a/Read more](https://github.com/lllyasviel/Fooocus/discussions/414)"
- },
- {
- "author": "Abdullah Ozmantar",
- "title": "InstaSwap Face Swap Node for ComfyUI",
- "reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap",
- "files": [
- "https://github.com/abdozmantar/ComfyUI-InstaSwap"
- ],
- "install_type": "git-clone",
- "description": "A quick and easy ComfyUI custom nodes for ultra-quality, lightning-speed face swapping of humans."
- },
- {
- "author": "ZHO-ZHO-ZHO",
- "title": "ComfyUI PhotoMaker (ZHO)",
- "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO",
- "files": [
- "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO"
- ],
- "install_type": "git-clone",
- "description": "Unofficial implementation of [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) for ComfyUI"
- },
- {
- "author": "ZHO-ZHO-ZHO",
- "title": "ComfyUI-InstantID",
- "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID",
- "files": [
- "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID"
- ],
- "install_type": "git-clone",
- "description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI"
- },
- {
- "author": "FlyingFireCo",
- "title": "tiled_ksampler",
- "reference": "https://github.com/FlyingFireCo/tiled_ksampler",
- "files": [
- "https://github.com/FlyingFireCo/tiled_ksampler"
- ],
- "install_type": "git-clone",
- "description": "Nodes:Tiled KSampler, Asymmetric Tiled KSampler, Circular VAEDecode."
- },
- {
- "author": "abdozmantar",
- "title": "InstaSwap Face Swap Node for ComfyUI",
- "reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap",
- "files": [
- "https://github.com/abdozmantar/ComfyUI-InstaSwap"
- ],
- "install_type": "git-clone",
- "description": "Fastest Face Swap Extension Node for ComfyUI, Single node and FastTrack: Lightning-Speed Facial Transformation for your projects."
- },
- {
- "author": "pkpkTech",
- "title": "ComfyUI-ngrok",
- "reference": "https://github.com/pkpkTech/ComfyUI-ngrok",
- "files": [
- "https://github.com/pkpkTech/ComfyUI-ngrok"
- ],
- "install_type": "git-clone",
- "description": "Use ngrok to allow external access to ComfyUI.\nNOTE: Need to manually modify a token inside the __init__.py file."
- },
- {
- "author": "Daniel Lewis",
- "title": "ComfyUI-TTS",
- "reference": "https://github.com/daniel-lewis-ab/ComfyUI-TTS",
- "files": [
- "https://github.com/daniel-lewis-ab/ComfyUI-TTS"
- ],
- "install_type": "git-clone",
- "description": "Text To Speech (TTS) for ComfyUI"
- },
- {
- "author": "thecooltechguy",
- "title": "ComfyUI-ComfyWorkflows",
- "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows",
- "files": [
- "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows"
- ],
- "install_type": "git-clone",
- "description": "The best way to run, share, & discover thousands of ComfyUI workflows."
- },
- {
- "author": "Shraknard",
- "title": "ComfyUI-Remover",
- "reference": "https://github.com/Shraknard/ComfyUI-Remover",
- "files": [
- "https://github.com/Shraknard/ComfyUI-Remover"
- ],
- "install_type": "git-clone",
- "description": "Custom node for ComfyUI that makes parts of the image transparent (face, background...)"
- },
- {
- "author": "adriflex",
- "title": "ComfyUI_Blender_Texdiff",
- "reference": "https://github.com/adriflex/ComfyUI_Blender_Texdiff",
- "files": [
- "https://github.com/adriflex/ComfyUI_Blender_Texdiff"
- ],
- "install_type": "git-clone",
- "description": "Nodes:Blender viewport color, Blender Viewport depth"
- },
- {
- "author": "chaojie",
- "title": "ComfyUI-RAFT",
- "reference": "https://github.com/chaojie/ComfyUI-RAFT",
- "files": [
- "https://github.com/chaojie/ComfyUI-RAFT"
- ],
- "install_type": "git-clone",
- "description": "This is an ComfyUI implementation of RAFT to generate motion brush"
- },
- {
- "author": "DimaChaichan",
- "title": "LAizypainter-Exporter-ComfyUI",
- "reference": "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI",
- "files": [
- "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI"
- ],
- "install_type": "git-clone",
- "description": "This exporter is a plugin for ComfyUI, which can export tasks for [a/LAizypainter](https://github.com/DimaChaichan/LAizypainter).\nLAizypainter is a Photoshop plugin with which you can send tasks directly to a Stable Diffusion server. More information about a [a/Task](https://github.com/DimaChaichan/LAizypainter?tab=readme-ov-file#task)"
- },
- {
- "author": "Qais Malkawi",
- "title": "ComfyUI-Qais-Helper",
- "reference": "https://github.com/QaisMalkawi/ComfyUI-QaisHelper",
- "files": [
- "https://github.com/QaisMalkawi/ComfyUI-QaisHelper"
- ],
- "install_type": "git-clone",
- "description": "This Extension adds a few custom QOL nodes that ComfyUI lacks by default."
- },
- {
- "author": "longgui0318",
- "title": "comfyui-mask-util",
- "reference": "https://github.com/longgui0318/comfyui-mask-util",
- "files": [
- "https://github.com/longgui0318/comfyui-mask-util"
- ],
- "install_type": "git-clone",
- "description": "Nodes:Split Masks"
- },
- {
- "author": "shiimizu",
- "title": "ComfyUI PhotoMaker Plus",
- "reference": "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus",
- "files": [
- "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus"
- ],
- "install_type": "git-clone",
- "description": "ComfyUI reference implementation for [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) models. [w/WARN:The repository name has been changed. For those who have previously installed it, please delete custom_nodes/ComfyUI-PhotoMaker from disk and reinstall this.]"
- },
- {
- "author": "darkpixel",
- "title": "DarkPrompts",
- "reference": "https://github.com/darkpixel/darkprompts",
- "files": [
- "https://github.com/darkpixel/darkprompts"
- ],
- "install_type": "git-clone",
- "description": "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources."
- },
- {
- "author": "Taremin",
- "title": "WebUI Monaco Prompt",
- "reference": "https://github.com/Taremin/webui-monaco-prompt",
- "files": [
- "https://github.com/Taremin/webui-monaco-prompt"
- ],
- "install_type": "git-clone",
- "description": "Make it possible to edit the prompt using the Monaco Editor, an editor implementation used in VSCode.\nNOTE: This extension supports both ComfyUI and A1111 simultaneously."
- },
- {
- "author": "JcandZero",
- "title": "ComfyUI_GLM4Node",
- "reference": "https://github.com/JcandZero/ComfyUI_GLM4Node",
- "files": [
- "https://github.com/JcandZero/ComfyUI_GLM4Node"
- ],
- "install_type": "git-clone",
- "description": "GLM4 Vision Integration"
- },
- {
- "author": "miosp",
- "title": "ComfyUI-FBCNN",
- "reference": "https://github.com/Miosp/ComfyUI-FBCNN",
- "files": [
- "https://github.com/Miosp/ComfyUI-FBCNN"
- ],
- "install_type": "git-clone",
- "description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)."
- },
- {
- "author": "chaojie",
- "title": "ComfyUI-LightGlue",
- "reference": "https://github.com/chaojie/ComfyUI-LightGlue",
- "files": [
- "https://github.com/chaojie/ComfyUI-LightGlue"
- ],
- "install_type": "git-clone",
- "description": "This is an ComfyUI implementation of LightGlue to generate motion brush"
- },
- {
- "author": "Mr.ForExample",
- "title": "ComfyUI-AnimateAnyone-Evolved",
- "reference": "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved",
- "files": [
- "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved"
- ],
- "install_type": "git-clone",
- "description": "Improved AnimateAnyone implementation that allows you to use the opse image sequence and reference image to generate stylized video.\nThe current goal of this project is to achieve desired pose2video result with 1+FPS on GPUs that are equal to or better than RTX 3080!🚀\n[w/The torch environment may be compromised due to version issues as some torch-related packages are being reinstalled.]"
- },
- {
- "author": "chaojie",
- "title": "ComfyUI-I2VGEN-XL",
- "reference": "https://github.com/chaojie/ComfyUI-I2VGEN-XL",
- "files": [
- "https://github.com/chaojie/ComfyUI-I2VGEN-XL"
- ],
- "install_type": "git-clone",
- "description": "This is an implementation of [a/i2vgen-xl](https://github.com/ali-vilab/i2vgen-xl)"
- },
- {
- "author": "Inzaniak",
- "title": "Ranbooru for ComfyUI",
- "reference": "https://github.com/Inzaniak/comfyui-ranbooru",
- "files": [
- "https://github.com/Inzaniak/comfyui-ranbooru"
- ],
- "install_type": "git-clone",
- "description": "Ranbooru is an extension for the comfyUI. The purpose of this extension is to add a node that gets a random set of tags from boorus pictures. This is mostly being used to help me test my checkpoints on a large variety of"
- },
- {
- "author": "Taremin",
- "title": "ComfyUI String Tools",
- "reference": "https://github.com/Taremin/comfyui-string-tools",
- "files": [
- "https://github.com/Taremin/comfyui-string-tools"
- ],
- "install_type": "git-clone",
- "description": " This extension provides the StringToolsConcat node, which concatenates multiple texts, and the StringToolsRandomChoice node, which selects one randomly from multiple texts."
- },
- {
- "author": "dave-palt",
- "title": "comfyui_DSP_imagehelpers",
- "reference": "https://github.com/dave-palt/comfyui_DSP_imagehelpers",
- "files": [
- "https://github.com/dave-palt/comfyui_DSP_imagehelpers"
- ],
- "install_type": "git-clone",
- "description": "Nodes: DSP Image Concat"
- },
- {
- "author": "chaojie",
- "title": "ComfyUI-Moore-AnimateAnyone",
- "reference": "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone",
- "files": [
- "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone"
- ],
- "install_type": "git-clone",
- "description": "Nodes: Run python tools/download_weights.py first to download weights automatically"
- },
- {
- "author": "chflame163",
- "title": "ComfyUI Layer Style",
- "reference": "https://github.com/chflame163/ComfyUI_LayerStyle",
- "files": [
- "https://github.com/chflame163/ComfyUI_LayerStyle"
- ],
- "install_type": "git-clone",
- "description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress."
- },
- {
- "author": "kijai",
- "title": "ComfyUI-DDColor",
- "reference": "https://github.com/kijai/ComfyUI-DDColor",
- "files": [
- "https://github.com/kijai/ComfyUI-DDColor"
- ],
- "install_type": "git-clone",
- "description": "Node to use [a/DDColor](https://github.com/piddnad/DDColor) in ComfyUI."
}
]
}
diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json
index f3a1a47c..2062b501 100644
--- a/node_db/new/extension-node-map.json
+++ b/node_db/new/extension-node-map.json
@@ -29,6 +29,15 @@
"title_aux": "Latent Consistency Model for ComfyUI"
}
],
+ "https://github.com/1038lab/ComfyUI-GPT2P": [
+ [
+ "GPT2PNode",
+ "ShowText_GPT2P"
+ ],
+ {
+ "title_aux": "ComfyUI-GPT2P"
+ }
+ ],
"https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [
[
"LoadPILImages",
@@ -238,6 +247,15 @@
"title_aux": "AnimateDiff"
}
],
+ "https://github.com/AuroBit/ComfyUI-OOTDiffusion": [
+ [
+ "LoadOOTDPipeline",
+ "OOTDGenerate"
+ ],
+ {
+ "title_aux": "ComfyUI OOTDiffusion"
+ }
+ ],
"https://github.com/AustinMroz/ComfyUI-SpliceTools": [
[
"LogSigmas",
@@ -307,6 +325,7 @@
],
"https://github.com/BennyKok/comfyui-deploy": [
[
+ "ComfyDeployWebscoketImageOutput",
"ComfyUIDeployExternalCheckpoint",
"ComfyUIDeployExternalImage",
"ComfyUIDeployExternalImageAlpha",
@@ -323,6 +342,14 @@
"title_aux": "ComfyUI Deploy"
}
],
+ "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay": [
+ [
+ "Image Text Overlay"
+ ],
+ {
+ "title_aux": "ImageTextOverlay Node for ComfyUI"
+ }
+ ],
"https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [
[
"BatchJoinAudio",
@@ -337,6 +364,21 @@
"title_aux": "Waveform Extensions"
}
],
+ "https://github.com/Billius-AI/ComfyUI-Path-Helper": [
+ [
+ "Add File Name Prefix",
+ "Add File Name Prefix Advanced",
+ "Add Folder",
+ "Add Folder Advanced",
+ "Create Project Root",
+ "Join Variables",
+ "Show Path",
+ "Show String"
+ ],
+ {
+ "title_aux": "ComfyUI-Path-Helper"
+ }
+ ],
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
[
"BNK_AddCLIPSDXLParams",
@@ -436,7 +478,10 @@
],
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
[
- "LoadImageFromPath"
+ "ImageToPIL",
+ "LoadImageFromPath",
+ "PILToImage",
+ "PILToMask"
],
{
"title_aux": "ComfyUI_Ib_CustomNodes"
@@ -449,6 +494,7 @@
"SamplerCustomNoise",
"SamplerCustomNoiseDuo",
"SamplerDPMPP_DualSDE_Momentumized",
+ "SamplerEulerAncestralDancing_Experimental",
"SamplerLCMCustom",
"SamplerRES_Momentumized",
"SamplerTTM"
@@ -477,8 +523,10 @@
"PrimereEmbedding",
"PrimereEmbeddingHandler",
"PrimereEmbeddingKeywordMerger",
+ "PrimereEmotionsStyles",
"PrimereHypernetwork",
"PrimereImageSegments",
+ "PrimereKSampler",
"PrimereLCMSelector",
"PrimereLORA",
"PrimereLYCORIS",
@@ -491,14 +539,18 @@
"PrimereMetaRead",
"PrimereMetaSave",
"PrimereMidjourneyStyles",
+ "PrimereModelConceptSelector",
"PrimereModelKeyword",
"PrimereNetworkTagLoader",
"PrimerePrompt",
+ "PrimerePromptOrganizer",
"PrimerePromptSwitch",
"PrimereRefinerPrompt",
"PrimereResolution",
"PrimereResolutionMultiplier",
+ "PrimereResolutionMultiplierMPX",
"PrimereSamplers",
+ "PrimereSamplersSteps",
"PrimereSeed",
"PrimereStepsCfg",
"PrimereStyleLoader",
@@ -620,6 +672,20 @@
"title_aux": "Derfuu_ComfyUI_ModdedNodes"
}
],
+ "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": [
+ [
+ "ApplySerialPrompter",
+ "ImageSizer",
+ "SerialPrompter"
+ ],
+ {
+ "author": "CRE8IT GmbH",
+ "description": "This extension offers various nodes.",
+ "nickname": "cre8Nodes",
+ "title": "cr8SerialPrompter",
+ "title_aux": "ComfyUI-Cre8it-Nodes"
+ }
+ ],
"https://github.com/Electrofried/ComfyUI-OpenAINode": [
[
"OpenAINode"
@@ -660,6 +726,14 @@
"title_aux": "ComfyUI-post-processing-nodes"
}
],
+ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [
+ [
+ "Automatic CFG"
+ ],
+ {
+ "title_aux": "ComfyUI-AutomaticCFG"
+ }
+ ],
"https://github.com/Extraltodeus/LoadLoraWithTags": [
[
"LoraLoaderTagsQuery"
@@ -746,6 +820,7 @@
],
"https://github.com/Fannovel16/ComfyUI-Video-Matting": [
[
+ "BRIAAI Matting",
"Robust Video Matting"
],
{
@@ -886,6 +961,14 @@
"title_aux": "tiled_ksampler"
}
],
+ "https://github.com/Franck-Demongin/NX_PromptStyler": [
+ [
+ "NX_PromptStyler"
+ ],
+ {
+ "title_aux": "NX_PromptStyler"
+ }
+ ],
"https://github.com/GMapeSplat/ComfyUI_ezXY": [
[
"ConcatenateString",
@@ -921,6 +1004,14 @@
"title_aux": "ComfyUI-GTSuya-Nodes"
}
],
+ "https://github.com/GavChap/ComfyUI-CascadeResolutions": [
+ [
+ "CascadeResolutions"
+ ],
+ {
+ "title_aux": "ComfyUI-CascadeResolutions"
+ }
+ ],
"https://github.com/Gourieff/comfyui-reactor-node": [
[
"ReActorFaceSwap",
@@ -932,6 +1023,14 @@
"title_aux": "ReActor Node for ComfyUI"
}
],
+ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": [
+ [
+ "StableCascadeLatentRatio"
+ ],
+ {
+ "title_aux": "ComfyUI-ScenarioPrompt"
+ }
+ ],
"https://github.com/HAL41/ComfyUI-aichemy-nodes": [
[
"aichemyYOLOv8Segmentation"
@@ -940,6 +1039,14 @@
"title_aux": "ComfyUI aichemy nodes"
}
],
+ "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [
+ [
+ "Moondream Interrogator (NO COMMERCIAL USE)"
+ ],
+ {
+ "title_aux": "ComfyUI-Hangover-Moondream"
+ }
+ ],
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [
[
"Image Scale Bounding Box",
@@ -953,12 +1060,10 @@
],
"https://github.com/Haoming02/comfyui-diffusion-cg": [
[
- "Hook Recenter",
- "Hook Recenter XL",
"Normalization",
"NormalizationXL",
- "Tensor Debug",
- "Unhook Recenter"
+ "Recenter",
+ "Recenter XL"
],
{
"title_aux": "ComfyUI Diffusion Color Grading"
@@ -1025,6 +1130,7 @@
],
"https://github.com/Inzaniak/comfyui-ranbooru": [
[
+ "LockSeed",
"PromptBackground",
"PromptLimit",
"PromptMix",
@@ -1032,7 +1138,8 @@
"PromptRemove",
"Ranbooru",
"RanbooruURL",
- "RandomPicturePath"
+ "RandomPicturePath",
+ "TimestampFileName"
],
{
"title_aux": "Ranbooru for ComfyUI"
@@ -1268,6 +1375,8 @@
"ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple",
"ADE_BatchedContextOptions",
+ "ADE_CustomCFG",
+ "ADE_CustomCFGKeyframe",
"ADE_EmptyLatentImageLarge",
"ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit",
@@ -1280,6 +1389,11 @@
"ADE_NoiseLayerAdd",
"ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace",
+ "ADE_RawSigmaSchedule",
+ "ADE_SigmaSchedule",
+ "ADE_SigmaScheduleSplitAndCombine",
+ "ADE_SigmaScheduleWeightedAverage",
+ "ADE_SigmaScheduleWeightedAverageInterp",
"ADE_StandardStaticContextOptions",
"ADE_StandardStaticViewOptions",
"ADE_StandardUniformContextOptions",
@@ -1434,6 +1548,14 @@
"title_aux": "ComfyUI-RawSaver"
}
],
+ "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": [
+ [
+ "ScenarioPrompt"
+ ],
+ {
+ "title_aux": "ComfyUI-ScenarioPrompt"
+ }
+ ],
"https://github.com/LyazS/comfyui-anime-seg": [
[
"Anime Character Seg"
@@ -1442,6 +1564,14 @@
"title_aux": "Anime Character Segmentation node for comfyui"
}
],
+ "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [
+ [
+ "Inference_Core_PromptExpansion"
+ ],
+ {
+ "title_aux": "ComfyUI Nodes for Inference.Core"
+ }
+ ],
"https://github.com/M1kep/ComfyLiterals": [
[
"Checkpoint",
@@ -1538,6 +1668,14 @@
"title_aux": "ComfyUI-mnemic-nodes"
}
],
+ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": [
+ [
+ "Image Remove Background (rembg)"
+ ],
+ {
+ "title_aux": "Batch Rembg for ComfyUI"
+ }
+ ],
"https://github.com/ManglerFTW/ComfyI2I": [
[
"Color Transfer",
@@ -1578,6 +1716,20 @@
"title_aux": "ComfyUI Slothful Attention"
}
],
+ "https://github.com/MrForExample/ComfyUI-3D-Pack": [
+ [],
+ {
+ "nodename_pattern": "^\\[Comfy3D\\]",
+ "title_aux": "ComfyUI-3D-Pack"
+ }
+ ],
+ "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [
+ [],
+ {
+ "nodename_pattern": "^\\[AnimateAnyone\\]",
+ "title_aux": "ComfyUI-AnimateAnyone-Evolved"
+ }
+ ],
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [
[
"LatentTravel"
@@ -1745,17 +1897,20 @@
],
"https://github.com/Nuked88/ComfyUI-N-Nodes": [
[
- "DynamicPrompt",
- "Float Variable",
- "FrameInterpolator",
- "GPT Loader Simple",
- "GPTSampler",
- "Integer Variable",
- "LoadFramesFromFolder",
- "LoadVideo",
- "SaveVideo",
- "SetMetadataForSaveVideo",
- "String Variable"
+ "CLIPTextEncodeAdvancedNSuite [n-suite]",
+ "DynamicPrompt [n-suite]",
+ "Float Variable [n-suite]",
+ "FrameInterpolator [n-suite]",
+ "GPT Loader Simple [n-suite]",
+ "GPT Sampler [n-suite]",
+ "ImagePadForOutpaintAdvanced [n-suite]",
+ "Integer Variable [n-suite]",
+ "Llava Clip Loader [n-suite]",
+ "LoadFramesFromFolder [n-suite]",
+ "LoadVideo [n-suite]",
+ "SaveVideo [n-suite]",
+ "SetMetadataForSaveVideo [n-suite]",
+ "String Variable [n-suite]"
],
{
"title_aux": "ComfyUI-N-Nodes"
@@ -1763,6 +1918,7 @@
],
"https://github.com/Off-Live/ComfyUI-off-suite": [
[
+ "Apply CLAHE",
"Cached Image Load From URL",
"Crop Center wigh SEGS",
"Crop Center with SEGS",
@@ -1857,6 +2013,15 @@
"title_aux": "ComfyUI-RenderRiftNodes"
}
],
+ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [
+ [
+ "LatentMirror",
+ "LatentShift"
+ ],
+ {
+ "title_aux": "Advanced Latent Control"
+ }
+ ],
"https://github.com/Ryuukeisyou/comfyui_face_parsing": [
[
"BBoxListItemSelect(FaceParsing)",
@@ -1923,8 +2088,10 @@
],
"https://github.com/SOELexicon/ComfyUI-LexTools": [
[
+ "AesthetlcScoreSorter",
"AgeClassifierNode",
"ArtOrHumanClassifierNode",
+ "CalculateAestheticScore",
"DocumentClassificationNode",
"FoodCategoryClassifierNode",
"ImageAspectPadNode",
@@ -1934,6 +2101,7 @@
"ImageQualityScoreNode",
"ImageRankingNode",
"ImageScaleToMin",
+ "LoadAesteticModel",
"MD5ImageHashNode",
"SamplerPropertiesNode",
"ScoreConverterNode",
@@ -2058,6 +2226,14 @@
"title_aux": "SDXL_sizing"
}
],
+ "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
+ [
+ "SVDRsizer"
+ ],
+ {
+ "title_aux": "ComfyUI-SVDResizer"
+ }
+ ],
"https://github.com/Shraknard/ComfyUI-Remover": [
[
"Remover"
@@ -2133,6 +2309,22 @@
"title_aux": "ComfyUI_Seg_VITON"
}
],
+ "https://github.com/StartHua/Comfyui_joytag": [
+ [
+ "CXH_JoyTag"
+ ],
+ {
+ "title_aux": "Comfyui_joytag"
+ }
+ ],
+ "https://github.com/StartHua/Comfyui_segformer_b2_clothes": [
+ [
+ "segformer_b2_clothes"
+ ],
+ {
+ "title_aux": "comfyui_segformer_b2_clothes"
+ }
+ ],
"https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [
[
"CR 8 Channel In",
@@ -2428,6 +2620,8 @@
],
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [
[
+ "tri3d-HistogramEqualization",
+ "tri3d-adjust-neck",
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
"tri3d-clipdrop-bgremove-api",
@@ -2449,6 +2643,7 @@
"tri3d-position-parts-batch",
"tri3d-recolor-mask",
"tri3d-recolor-mask-LAB_space",
+ "tri3d-recolor-mask-LAB_space_manual",
"tri3d-recolor-mask-RGB_space",
"tri3d-skin-feathered-padded-mask",
"tri3d-swap-pixels"
@@ -2467,6 +2662,7 @@
],
"https://github.com/Taremin/comfyui-string-tools": [
[
+ "StringToolsBalancedChoice",
"StringToolsConcat",
"StringToolsRandomChoice",
"StringToolsString",
@@ -2482,7 +2678,6 @@
"TC_EqualizeCLAHE",
"TC_ImageResize",
"TC_ImageScale",
- "TC_MaskBG_DIS",
"TC_RandomColorFill",
"TC_SizeApproximation"
],
@@ -2492,11 +2687,14 @@
],
"https://github.com/TemryL/ComfyS3": [
[
+ "DownloadFileS3",
"LoadImageS3",
- "SaveImageS3"
+ "SaveImageS3",
+ "SaveVideoFilesS3",
+ "UploadFileS3"
],
{
- "title_aux": "ComfyS3: Amazon S3 Integration for ComfyUI"
+ "title_aux": "ComfyS3"
}
],
"https://github.com/TheBarret/ZSuite": [
@@ -2509,6 +2707,18 @@
"title_aux": "ZSuite"
}
],
+ "https://github.com/TheBill2001/comfyui-upscale-by-model": [
+ [
+ "UpscaleImageByUsingModel"
+ ],
+ {
+ "author": "Tr\u1ea7n Nam Tu\u1ea5n",
+ "description": "This custom node allow upscaling an image by a factor using a model.",
+ "nickname": "Upscale Image By (Using Model)",
+ "title": "Upscale Image By (Using Model)",
+ "title_aux": "comfyui-upscale-by-model"
+ }
+ ],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
[
"ttN busIN",
@@ -2615,7 +2825,7 @@
"NNLatentUpscale"
],
{
- "title_aux": "ComfyUI Neural network latent upscale custom node"
+ "title_aux": "ComfyUI Neural Network Latent Upscale"
}
],
"https://github.com/Umikaze-job/select_folder_path_easy": [
@@ -3070,7 +3280,7 @@
"SVD_Styler_Zho"
],
{
- "title_aux": "ComfyUI-SVD-ZHO"
+ "title_aux": "ComfyUI-SVD-ZHO (WIP)"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": [
@@ -3098,6 +3308,17 @@
"title_aux": "ComfyUI-Text_Image-Composite [WIP]"
}
],
+ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": [
+ [
+ "ESAM_ModelLoader_Zho",
+ "Yoloworld_ESAM_DetectorProvider_Zho",
+ "Yoloworld_ESAM_Zho",
+ "Yoloworld_ModelLoader_Zho"
+ ],
+ {
+ "title_aux": "ComfyUI YoloWorld-EfficientSAM"
+ }
+ ],
"https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": [
[
"PortraitMaster_\u4e2d\u6587\u7248"
@@ -3178,6 +3399,7 @@
"abyz22_ImpactWildcardEncode_GetPrompt",
"abyz22_Ksampler",
"abyz22_Padding Image",
+ "abyz22_RemoveControlnet",
"abyz22_SaveImage",
"abyz22_SetQueue",
"abyz22_ToBasicPipe",
@@ -3196,6 +3418,15 @@
"title_aux": "image_control"
}
],
+ "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [
+ [
+ "DownloadLinkChecker",
+ "ShowFileNames"
+ ],
+ {
+ "title_aux": "ComfyUI-TrashNodes-DownloadHuggingface"
+ }
+ ],
"https://github.com/adieyal/comfyui-dynamicprompts": [
[
"DPCombinatorialGenerator",
@@ -3436,10 +3667,14 @@
],
"https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [
[
- "sample"
+ "composite",
+ "crop",
+ "paste",
+ "preview_mask",
+ "scale"
],
{
- "title_aux": "antrobots-comfyUI-nodepack"
+ "title_aux": "antrobots ComfyUI Nodepack"
}
],
"https://github.com/asagi4/ComfyUI-CADS": [
@@ -3456,6 +3691,7 @@
"FilterSchedule",
"LoRAScheduler",
"PCApplySettings",
+ "PCPromptFromSchedule",
"PCScheduleSettings",
"PCSplitSampling",
"PromptControlSimple",
@@ -3469,6 +3705,7 @@
],
"https://github.com/asagi4/comfyui-utility-nodes": [
[
+ "MUForceCacheClear",
"MUJinjaRender",
"MUSimpleWildcard"
],
@@ -3618,7 +3855,8 @@
"InpaintingOptionNAID",
"MaskImageToNAID",
"ModelOptionNAID",
- "PromptToNAID"
+ "PromptToNAID",
+ "VibeTransferOptionNAID"
],
{
"title_aux": "ComfyUI_NAIDGenerator"
@@ -3633,16 +3871,40 @@
"title_aux": "CLIPSeg"
}
],
+ "https://github.com/bilal-arikan/ComfyUI_TextAssets": [
+ [
+ "LoadTextAsset"
+ ],
+ {
+ "title_aux": "ComfyUI_TextAssets"
+ }
+ ],
"https://github.com/blepping/ComfyUI-bleh": [
[
"BlehDeepShrink",
"BlehDiscardPenultimateSigma",
- "BlehHyperTile"
+ "BlehForceSeedSampler",
+ "BlehHyperTile",
+ "BlehInsaneChainSampler",
+ "BlehModelPatchConditional"
],
{
"title_aux": "ComfyUI-bleh"
}
],
+ "https://github.com/blepping/ComfyUI-sonar": [
+ [
+ "NoisyLatentLike",
+ "SamplerSonarDPMPPSDE",
+ "SamplerSonarEuler",
+ "SamplerSonarEulerA",
+ "SonarCustomNoise",
+ "SonarGuidanceConfig"
+ ],
+ {
+ "title_aux": "ComfyUI-sonar"
+ }
+ ],
"https://github.com/bmad4ever/comfyui_ab_samplercustom": [
[
"AB SamplerCustom (experimental)"
@@ -3756,6 +4018,7 @@
"RemapToInnerCylinder",
"RemapToOuterCylinder",
"RemapToQuadrilateral",
+ "RemapWarpPolar",
"Repeat Into Grid (image)",
"Repeat Into Grid (latent)",
"RequestInputs",
@@ -3791,6 +4054,22 @@
"title_aux": "Lists Cartesian Product"
}
],
+ "https://github.com/bmad4ever/comfyui_wfc_like": [
+ [
+ "WFC_CustomTemperature_Bmad",
+ "WFC_CustomValueWeights_Bmad",
+ "WFC_Decode_BMad",
+ "WFC_EmptyState_Bmad",
+ "WFC_Encode_BMad",
+ "WFC_Filter_Bmad",
+ "WFC_GenParallel_Bmad",
+ "WFC_Generate_BMad",
+ "WFC_SampleNode_BMad"
+ ],
+ {
+ "title_aux": "comfyui_wfc_like"
+ }
+ ],
"https://github.com/bradsec/ComfyUI_ResolutionSelector": [
[
"ResolutionSelector"
@@ -3944,6 +4223,24 @@
"title_aux": "ComfyUI-DragNUWA"
}
],
+ "https://github.com/chaojie/ComfyUI-DynamiCrafter": [
+ [
+ "DynamiCrafter Simple",
+ "DynamiCrafterLoader"
+ ],
+ {
+ "title_aux": "ComfyUI-DynamiCrafter"
+ }
+ ],
+ "https://github.com/chaojie/ComfyUI-Gemma": [
+ [
+ "GemmaLoader",
+ "GemmaRun"
+ ],
+ {
+ "title_aux": "ComfyUI-Gemma"
+ }
+ ],
"https://github.com/chaojie/ComfyUI-I2VGEN-XL": [
[
"I2VGEN-XL Simple",
@@ -4016,6 +4313,7 @@
"Panda3dAttachNewNode",
"Panda3dBase",
"Panda3dDirectionalLight",
+ "Panda3dLoadDepthModel",
"Panda3dLoadModel",
"Panda3dLoadTexture",
"Panda3dModelMerge",
@@ -4056,6 +4354,7 @@
[
"LayerColor: Brightness & Contrast",
"LayerColor: ColorAdapter",
+ "LayerColor: Exposure",
"LayerColor: Gamma",
"LayerColor: HSV",
"LayerColor: LAB",
@@ -4066,17 +4365,24 @@
"LayerFilter: ColorMap",
"LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur",
+ "LayerFilter: Sharp & Soft",
"LayerFilter: SkinBeauty",
"LayerFilter: SoftLight",
"LayerFilter: WaterColor",
+ "LayerMask: CreateGradientMask",
"LayerMask: MaskBoxDetect",
+ "LayerMask: MaskByDifferent",
"LayerMask: MaskEdgeShrink",
+ "LayerMask: MaskEdgeUltraDetail",
"LayerMask: MaskGradient",
"LayerMask: MaskGrow",
"LayerMask: MaskInvert",
"LayerMask: MaskMotionBlur",
"LayerMask: MaskPreview",
- "LayerMask: MaskStrkoe",
+ "LayerMask: MaskStroke",
+ "LayerMask: PixelSpread",
+ "LayerMask: RemBgUltra",
+ "LayerMask: SegmentAnythingUltra",
"LayerStyle: ColorOverlay",
"LayerStyle: DropShadow",
"LayerStyle: GradientOverlay",
@@ -4091,16 +4397,21 @@
"LayerUtility: GetColorTone",
"LayerUtility: GetImageSize",
"LayerUtility: GradientImage",
+ "LayerUtility: ImageAutoCrop",
"LayerUtility: ImageBlend",
"LayerUtility: ImageBlendAdvance",
"LayerUtility: ImageChannelMerge",
"LayerUtility: ImageChannelSplit",
"LayerUtility: ImageMaskScaleAs",
"LayerUtility: ImageOpacity",
+ "LayerUtility: ImageScaleByAspectRatio",
"LayerUtility: ImageScaleRestore",
"LayerUtility: ImageShift",
+ "LayerUtility: LayerImageTransform",
+ "LayerUtility: LayerMaskTransform",
"LayerUtility: PrintInfo",
"LayerUtility: RestoreCropBox",
+ "LayerUtility: TextImage",
"LayerUtility: XY to Percent"
],
{
@@ -4291,6 +4602,7 @@
"CLIPSave",
"CLIPSetLastLayer",
"CLIPTextEncode",
+ "CLIPTextEncodeControlnet",
"CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner",
"CLIPVisionEncode",
@@ -4333,6 +4645,7 @@
"ImageColorToMask",
"ImageCompositeMasked",
"ImageCrop",
+ "ImageFromBatch",
"ImageInvert",
"ImageOnlyCheckpointLoader",
"ImageOnlyCheckpointSave",
@@ -4379,6 +4692,7 @@
"ModelMergeSubtract",
"ModelSamplingContinuousEDM",
"ModelSamplingDiscrete",
+ "ModelSamplingStableCascade",
"PatchModelAddDownscale",
"PerpNeg",
"PhotoMakerEncode",
@@ -4406,6 +4720,9 @@
"SolidMask",
"SplitImageWithAlpha",
"SplitSigmas",
+ "StableCascade_EmptyLatentImage",
+ "StableCascade_StageB_Conditioning",
+ "StableCascade_StageC_VAEEncode",
"StableZero123_Conditioning",
"StableZero123_Conditioning_Batched",
"StyleModelApply",
@@ -4473,6 +4790,15 @@
"title_aux": "ComfyQR-scanning-nodes"
}
],
+ "https://github.com/cubiq/ComfyUI_FaceAnalysis": [
+ [
+ "FaceAnalysisModels",
+ "FaceEmbedDistance"
+ ],
+ {
+ "title_aux": "Face Analysis for ComfyUI"
+ }
+ ],
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": [
[
"IPAdapterApply",
@@ -4492,6 +4818,18 @@
"title_aux": "ComfyUI_IPAdapter_plus"
}
],
+ "https://github.com/cubiq/ComfyUI_InstantID": [
+ [
+ "ApplyInstantID",
+ "ApplyInstantIDAdvanced",
+ "FaceKeypointsPreprocessor",
+ "InstantIDFaceAnalysis",
+ "InstantIDModelLoader"
+ ],
+ {
+ "title_aux": "ComfyUI InstantID (Native Support)"
+ }
+ ],
"https://github.com/cubiq/ComfyUI_SimpleMath": [
[
"SimpleMath",
@@ -4520,6 +4858,7 @@
"ImageFlip+",
"ImageFromBatch+",
"ImagePosterize+",
+ "ImageRemoveBackground+",
"ImageResize+",
"ImageSeamCarving+",
"KSamplerVariationsStochastic+",
@@ -4532,6 +4871,9 @@
"MaskFromColor+",
"MaskPreview+",
"ModelCompile+",
+ "NoiseFromImage~",
+ "RemBGSession+",
+ "RemoveLatentMask+",
"SDXLEmptyLatentSizePicker+",
"SimpleMath+",
"TransitionMask+"
@@ -4540,6 +4882,18 @@
"title_aux": "ComfyUI Essentials"
}
],
+ "https://github.com/czcz1024/Comfyui-FaceCompare": [
+ [
+ "FaceCompare"
+ ],
+ {
+ "author": "czcz1024",
+ "description": "Face Compare",
+ "nickname": "Face Compare",
+ "title": "Face Compare",
+ "title_aux": "Comfyui-FaceCompare"
+ }
+ ],
"https://github.com/dagthomas/comfyui_dagthomas": [
[
"CSL",
@@ -4594,7 +4948,10 @@
],
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [
[
- "MarasitBusNode"
+ "MarasitBusNode",
+ "MarasitBusPipeNode",
+ "MarasitPipeNodeBasic",
+ "MarasitUniversalBusNode"
],
{
"title_aux": "MarasIT Nodes"
@@ -4659,6 +5016,18 @@
"title_aux": "comfyui-clip-with-break"
}
],
+ "https://github.com/digitaljohn/comfyui-propost": [
+ [
+ "ProPostApplyLUT",
+ "ProPostDepthMapBlur",
+ "ProPostFilmGrain",
+ "ProPostRadialBlur",
+ "ProPostVignette"
+ ],
+ {
+ "title_aux": "ComfyUI-ProPost"
+ }
+ ],
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
[
"PixelArtAddDitherPattern",
@@ -4833,21 +5202,21 @@
],
"https://github.com/edenartlab/eden_comfy_pipelines": [
[
- "Bool",
"CLIP_Interrogator",
- "Compare",
- "DebugPrint",
+ "Eden_Bool",
+ "Eden_Compare",
+ "Eden_DebugPrint",
+ "Eden_Float",
+ "Eden_Int",
+ "Eden_String",
"Filepicker",
- "Float",
"IMG_blender",
"IMG_padder",
"IMG_scaler",
"IMG_unpadder",
"If ANY execute A else B",
- "Int",
"LatentTypeConversion",
"SaveImageAdvanced",
- "String",
"VAEDecode_to_folder"
],
{
@@ -4944,6 +5313,7 @@
"FEImagePadForOutpaintByImage",
"FEOperatorIf",
"FEPythonStrOp",
+ "FERandomBool",
"FERandomLoraSelect",
"FERandomPrompt",
"FERandomizedColor2Image",
@@ -4951,6 +5321,7 @@
"FERerouteWithName",
"FESaveEncryptImage",
"FETextCombine",
+ "FETextCombine2Any",
"FETextInput"
],
{
@@ -5109,6 +5480,7 @@
"DalleImage",
"Enhancer",
"ImgTextSwitch",
+ "Plush-Exif Wrangler",
"mulTextSwitch"
],
{
@@ -5143,10 +5515,26 @@
],
"https://github.com/gokayfem/ComfyUI_VLM_nodes": [
[
+ "CreativeArtPromptGenerator",
+ "Internlm",
"Joytag",
- "PromptGenerate",
+ "JsonToText",
+ "KeywordExtraction",
+ "Kosmos2model",
+ "LLMLoader",
+ "LLMPromptGenerator",
+ "LLMSampler",
+ "LLava Loader Simple",
+ "LLavaPromptGenerator",
+ "LLavaSamplerAdvanced",
+ "LLavaSamplerSimple",
+ "LlavaClipLoader",
+ "MoonDream",
+ "PromptGenerateAPI",
"SimpleText",
- "VisionTextQuestion"
+ "Suggester",
+ "UformGen2QwenNode",
+ "ViewText"
],
{
"title_aux": "VLM_nodes"
@@ -5171,6 +5559,23 @@
"title_aux": "Comfyui-Lama"
}
],
+ "https://github.com/hiforce/comfyui-hiforce-plugin": [
+ [
+ "HfBoolSwitchKSampleStatus",
+ "HfIterativeLatentUpscale",
+ "HfLookbackSamplerLoader",
+ "HfLoopback",
+ "HfSampler",
+ "HfSamplerLoader",
+ "HfSamplerLoopback",
+ "HfSwitchKSampleStatus",
+ "HfTwoSamplersForMask",
+ "HfTwoStepSamplers"
+ ],
+ {
+ "title_aux": "Comfyui HiFORCE Plugin"
+ }
+ ],
"https://github.com/hinablue/ComfyUI_3dPoseEditor": [
[
"Hina.PoseEditor3D"
@@ -5179,6 +5584,14 @@
"title_aux": "ComfyUI 3D Pose Editor"
}
],
+ "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [
+ [
+ "Openpose Keypoint Extractor"
+ ],
+ {
+ "title_aux": "OpenPose Keypoint Extractor"
+ }
+ ],
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": [
[
"KSampler With Refiner (Fooocus)"
@@ -5411,6 +5824,15 @@
"title_aux": "ComfyUI-Jjk-Nodes"
}
],
+ "https://github.com/jkrauss82/ultools-comfyui": [
+ [
+ "CLIPTextEncodeWithStats",
+ "SaveImgAdv"
+ ],
+ {
+ "title_aux": "ULTools for ComfyUI"
+ }
+ ],
"https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": [
[
"LCMScheduler",
@@ -5421,6 +5843,15 @@
"title_aux": "ComfyUI-sampler-lcm-alternative"
}
],
+ "https://github.com/jordoh/ComfyUI-Deepface": [
+ [
+ "DeepfaceExtractFaces",
+ "DeepfaceVerify"
+ ],
+ {
+ "title_aux": "ComfyUI Deepface"
+ }
+ ],
"https://github.com/jtrue/ComfyUI-JaRue": [
[
"Text2Image_jru",
@@ -5444,18 +5875,30 @@
"title_aux": "comfyui-yanc"
}
],
+ "https://github.com/kadirnar/ComfyUI-Transformers": [
+ [
+ "DepthEstimationPipeline",
+ "ImageClassificationPipeline",
+ "ImageSegmentationPipeline",
+ "ObjectDetectionPipeline"
+ ],
+ {
+ "title_aux": "ComfyUI-Transformers"
+ }
+ ],
"https://github.com/kenjiqq/qq-nodes-comfyui": [
[
"Any List",
- "Axis To Float",
- "Axis To Int",
- "Axis To Model",
- "Axis To Number",
- "Axis To String",
+ "Any List Iterator",
+ "Any To Any",
+ "Axis Pack",
+ "Axis To Any",
+ "Axis Unpack",
"Image Accumulator End",
"Image Accumulator Start",
"Load Lines From Text File",
"Slice List",
+ "Text Splitter",
"XY Grid Helper"
],
{
@@ -5473,6 +5916,22 @@
"title_aux": "Knodes"
}
],
+ "https://github.com/kijai/ComfyUI-ADMotionDirector": [
+ [
+ "ADMD_AdditionalModelSelect",
+ "ADMD_CheckpointLoader",
+ "ADMD_DiffusersLoader",
+ "ADMD_InitializeTraining",
+ "ADMD_LoadLora",
+ "ADMD_SaveLora",
+ "ADMD_TrainLora",
+ "ADMD_ValidationSampler",
+ "ADMD_ValidationSettings"
+ ],
+ {
+ "title_aux": "Animatediff MotionLoRA Trainer"
+ }
+ ],
"https://github.com/kijai/ComfyUI-CCSR": [
[
"CCSR_Model_Select",
@@ -5518,6 +5977,7 @@
"CreateVoronoiMask",
"CrossFadeImages",
"DummyLatentOut",
+ "EffnetEncode",
"EmptyLatentImagePresets",
"FilterZeroMasksAndCorrespondingImages",
"FlipSigmasAdjusted",
@@ -5535,9 +5995,12 @@
"ImageGrabPIL",
"ImageGridComposite2x2",
"ImageGridComposite3x3",
+ "ImageNormalize_Neg1_To_1",
"ImageTransformByNormalizedAmplitude",
+ "ImageUpscaleWithModelBatched",
"InjectNoiseToLatent",
"InsertImageBatchByIndexes",
+ "Intrinsic_lora_sampling",
"NormalizeLatent",
"NormalizedAmplitudeToMask",
"OffsetMask",
@@ -5548,6 +6011,7 @@
"ReverseImageBatch",
"RoundMask",
"SaveImageWithAlpha",
+ "ScaleBatchPromptSchedule",
"SomethingToString",
"SoundReactive",
"SplitBboxes",
@@ -5616,6 +6080,14 @@
"title_aux": "TiledIPAdapter"
}
],
+ "https://github.com/klinter007/klinter_nodes": [
+ [
+ "concat_klinter"
+ ],
+ {
+ "title_aux": "Klinter_nodes"
+ }
+ ],
"https://github.com/knuknX/ComfyUI-Image-Tools": [
[
"BatchImagePathLoader",
@@ -5732,6 +6204,14 @@
"title_aux": "pfg-ComfyUI"
}
],
+ "https://github.com/leoleelxh/ComfyUI-LLMs": [
+ [
+ "\ud83d\udc35 ComfyUI-LLMs"
+ ],
+ {
+ "title_aux": "ComfyUI-LLMs"
+ }
+ ],
"https://github.com/lilly1987/ComfyUI_node_Lilly": [
[
"CheckpointLoaderSimpleText",
@@ -5762,6 +6242,27 @@
"title_aux": "comfyui-easyapi-nodes"
}
],
+ "https://github.com/logtd/ComfyUI-InstanceDiffusion": [
+ [
+ "ApplyScaleUModelNode",
+ "InstanceDiffusionTrackingPrompt",
+ "LoadInstanceFusersNode",
+ "LoadInstancePositionNetModel",
+ "LoadInstanceScaleUNode"
+ ],
+ {
+ "title_aux": "InstanceDiffusion Nodes"
+ }
+ ],
+ "https://github.com/logtd/ComfyUI-TrackingNodes": [
+ [
+ "OpenPoseTrackerNode",
+ "YOLOTrackerNode"
+ ],
+ {
+ "title_aux": "Tracking Nodes for Videos"
+ }
+ ],
"https://github.com/longgui0318/comfyui-mask-util": [
[
"Mask Region Info",
@@ -5850,6 +6351,7 @@
"ImpactGaussianBlurMask",
"ImpactGaussianBlurMaskInSEGS",
"ImpactHFTransformersClassifierProvider",
+ "ImpactIPAdapterApplySEGS",
"ImpactIfNone",
"ImpactImageBatchToImageList",
"ImpactImageInfo",
@@ -5873,6 +6375,7 @@
"ImpactRemoteInt",
"ImpactSEGSClassify",
"ImpactSEGSConcat",
+ "ImpactSEGSLabelAssign",
"ImpactSEGSLabelFilter",
"ImpactSEGSOrderedFilter",
"ImpactSEGSPicker",
@@ -5951,6 +6454,7 @@
"SegsMaskCombine",
"SegsToCombinedMask",
"SetDefaultImageForSEGS",
+ "StepsScheduleHookProvider",
"SubtractMask",
"SubtractMaskForEach",
"TiledKSamplerProvider",
@@ -6046,6 +6550,7 @@
"RetrieveBackendDataNumberKey //Inspire",
"SeedExplorer //Inspire",
"ShowCachedInfo //Inspire",
+ "StableCascade_CheckpointLoader //Inspire",
"TilePreprocessor_Provider_for_SEGS //Inspire",
"ToIPAdapterPipe //Inspire",
"UnzipPrompt //Inspire",
@@ -6106,7 +6611,8 @@
"https://github.com/martijnat/comfyui-previewlatent": [
[
"PreviewLatent",
- "PreviewLatentAdvanced"
+ "PreviewLatentAdvanced",
+ "PreviewLatentXL"
],
{
"title_aux": "comfyui-previewlatent"
@@ -6142,6 +6648,14 @@
"title_aux": "Facerestore CF (Code Former)"
}
],
+ "https://github.com/mbrostami/ComfyUI-HF": [
+ [
+ "GPT2Node"
+ ],
+ {
+ "title_aux": "ComfyUI-HF"
+ }
+ ],
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [
[
"DynamicThresholdingFull",
@@ -6268,6 +6782,38 @@
"title_aux": "ComfyUI - Mask Bounding Box"
}
],
+ "https://github.com/mirabarukaso/ComfyUI_Mira": [
+ [
+ "CanvasCreatorAdvanced",
+ "CanvasCreatorBasic",
+ "CanvasCreatorSimple",
+ "CreateRegionalPNGMask",
+ "EightFloats",
+ "FloatMultiplier",
+ "FourBooleanTrigger",
+ "FourFloats",
+ "IntMultiplier",
+ "NumeralToString",
+ "PngColorMasksToMaskList",
+ "PngColorMasksToRGB",
+ "PngColorMasksToString",
+ "PngColorMasksToStringList",
+ "PngRectanglesToMask",
+ "PngRectanglesToMaskList",
+ "SingleBooleanTrigger",
+ "SixBooleanTrigger",
+ "SixFloats",
+ "StepsAndCfg",
+ "StepsAndCfgAndWH",
+ "TextBox",
+ "TextWithBooleanSwitchAndCommonTextInput",
+ "TwoBooleanTrigger",
+ "TwoFloats"
+ ],
+ {
+ "title_aux": "ComfyUI_Mira"
+ }
+ ],
"https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [
[
"LaMaPreprocessor",
@@ -6344,6 +6890,21 @@
"title_aux": "comfyui-NDI"
}
],
+ "https://github.com/nkchocoai/ComfyUI-Dart": [
+ [
+ "DanbooruTagsTransformerComposePrompt",
+ "DanbooruTagsTransformerDecode",
+ "DanbooruTagsTransformerDecodeBySplitedParts",
+ "DanbooruTagsTransformerGenerate",
+ "DanbooruTagsTransformerGenerateAdvanced",
+ "DanbooruTagsTransformerGenerationConfig",
+ "DanbooruTagsTransformerRearrangedByAnimagine",
+ "DanbooruTagsTransformerRemoveTagToken"
+ ],
+ {
+ "title_aux": "ComfyUI-Dart"
+ }
+ ],
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": [
[
"PromptUtilitiesConstString",
@@ -6359,6 +6920,14 @@
"title_aux": "ComfyUI-PromptUtilities"
}
],
+ "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": [
+ [
+ "SaveImageWithMetaData"
+ ],
+ {
+ "title_aux": "ComfyUI-SaveImageWithMetaData"
+ }
+ ],
"https://github.com/nkchocoai/ComfyUI-SizeFromPresets": [
[
"EmptyLatentImageFromPresetsSD15",
@@ -6374,6 +6943,18 @@
"title_aux": "ComfyUI-SizeFromPresets"
}
],
+ "https://github.com/nkchocoai/ComfyUI-TextOnSegs": [
+ [
+ "CalcMaxFontSize",
+ "ExtractDominantColor",
+ "GetComplementaryColor",
+ "SegsToRegion",
+ "TextOnSegsFloodFill"
+ ],
+ {
+ "title_aux": "ComfyUI-TextOnSegs"
+ }
+ ],
"https://github.com/noembryo/ComfyUI-noEmbryo": [
[
"PromptTermList1",
@@ -6587,7 +7168,8 @@
"https://github.com/pkpkTech/ComfyUI-TemporaryLoader": [
[
"LoadTempCheckpoint",
- "LoadTempLoRA"
+ "LoadTempLoRA",
+ "LoadTempMultiLoRA"
],
{
"title_aux": "ComfyUI-TemporaryLoader"
@@ -6682,6 +7264,25 @@
"title_aux": "comfyui-prompt-reader-node"
}
],
+ "https://github.com/redhottensors/ComfyUI-Prediction": [
+ [
+ "AvoidErasePrediction",
+ "CFGPrediction",
+ "CombinePredictions",
+ "ConditionedPrediction",
+ "PerpNegPrediction",
+ "SamplerCustomPrediction",
+ "ScalePrediction",
+ "ScaledGuidancePrediction"
+ ],
+ {
+ "author": "RedHotTensors",
+ "description": "Fully customizable Classifer Free Guidance for ComfyUI",
+ "nickname": "ComfyUI-Prediction",
+ "title": "ComfyUI-Prediction",
+ "title_aux": "ComfyUI-Prediction"
+ }
+ ],
"https://github.com/rgthree/rgthree-comfy": [
[],
{
@@ -6808,15 +7409,11 @@
"3DImage",
"AppInfo",
"AreaToMask",
- "CLIPSeg",
- "CLIPSeg_",
"CenterImage",
"CharacterInText",
"ChatGPTOpenAI",
"CkptNames_",
"Color",
- "CombineMasks_",
- "CombineSegMasks",
"DynamicDelayProcessor",
"EmbeddingPrompt",
"EnhanceImage",
@@ -6863,6 +7460,7 @@
"SvgImage",
"SwitchByIndex",
"TESTNODE_",
+ "TESTNODE_TOKEN",
"TextImage",
"TextInput_",
"TextToNumber",
@@ -7111,21 +7709,34 @@
"AdainLatent",
"AlphaClean",
"AlphaMatte",
+ "BatchAlign",
+ "BatchAverageImage",
+ "BatchAverageUnJittered",
"BatchNormalizeImage",
"BatchNormalizeLatent",
+ "BetterFilmGrain",
"BlurImageFast",
"BlurMaskFast",
"ClampOutliers",
+ "ColorMatch",
+ "ConvertNormals",
"DifferenceChecker",
"DilateErodeMask",
"EnhanceDetail",
"ExposureAdjust",
"GuidedFilterAlpha",
"ImageConstant",
+ "ImageConstantHSV",
+ "JitterImage",
+ "Keyer",
"LatentStats",
+ "NormalMapSimple",
"OffsetLatentImage",
+ "RelightSimple",
"RemapRange",
+ "ShuffleChannels",
"Tonemap",
+ "UnJitterImage",
"UnTonemap"
],
{
@@ -7794,6 +8405,20 @@
"title_aux": "NodeGPT"
}
],
+ "https://github.com/xiaoxiaodesha/hd_node": [
+ [
+ "Combine HDMasks",
+ "Cover HDMasks",
+ "HD FaceIndex",
+ "HD GetMaskArea",
+ "HD Image Levels",
+ "HD SmoothEdge",
+ "HD UltimateSDUpscale"
+ ],
+ {
+ "title_aux": "hd-nodes-comfyui"
+ }
+ ],
"https://github.com/yffyhk/comfyui_auto_danbooru": [
[
"GetDanbooru",
@@ -7808,8 +8433,10 @@
"dynamicThresholdingFull",
"easy LLLiteLoader",
"easy XYInputs: CFG Scale",
+ "easy XYInputs: Checkpoint",
"easy XYInputs: ControlNet",
"easy XYInputs: Denoise",
+ "easy XYInputs: Lora",
"easy XYInputs: ModelMergeBlocks",
"easy XYInputs: NegativeCond",
"easy XYInputs: NegativeCondList",
@@ -7823,6 +8450,9 @@
"easy XYPlotAdvanced",
"easy a1111Loader",
"easy boolean",
+ "easy cascadeKSampler",
+ "easy cascadeLoader",
+ "easy cleanGpuUsed",
"easy comfyLoader",
"easy compare",
"easy controlnetLoader",
@@ -7831,6 +8461,7 @@
"easy detailerFix",
"easy float",
"easy fooocusInpaintLoader",
+ "easy fullCascadeKSampler",
"easy fullLoader",
"easy fullkSampler",
"easy globalSeed",
@@ -7849,6 +8480,7 @@
"easy imageSwitch",
"easy imageToMask",
"easy int",
+ "easy isSDXL",
"easy joinImageBatch",
"easy kSampler",
"easy kSamplerDownscaleUnet",
@@ -7868,6 +8500,7 @@
"easy preDetailerFix",
"easy preSampling",
"easy preSamplingAdvanced",
+ "easy preSamplingCascade",
"easy preSamplingDynamicCFG",
"easy preSamplingSdTurbo",
"easy promptList",
@@ -7986,6 +8619,23 @@
"title_aux": "tdxh_node_comfyui"
}
],
+ "https://github.com/yuvraj108c/ComfyUI-Pronodes": [
+ [
+ "LoadYoutubeVideoNode"
+ ],
+ {
+ "title_aux": "ComfyUI-Pronodes"
+ }
+ ],
+ "https://github.com/yuvraj108c/ComfyUI-Vsgan": [
+ [
+ "DepthAnythingTrtNode",
+ "UpscaleVideoTrtNode"
+ ],
+ {
+ "title_aux": "ComfyUI-Vsgan"
+ }
+ ],
"https://github.com/yuvraj108c/ComfyUI-Whisper": [
[
"Add Subtitles To Background",
@@ -7997,6 +8647,18 @@
"title_aux": "ComfyUI Whisper"
}
],
+ "https://github.com/yytdfc/ComfyUI-Bedrock": [
+ [
+ "Bedrock - Claude",
+ "Bedrock - SDXL",
+ "Bedrock - Titan Image",
+ "Prompt Regex Remove",
+ "Prompt Template"
+ ],
+ {
+ "title_aux": "Amazon Bedrock nodes for for ComfyUI"
+ }
+ ],
"https://github.com/zcfrank1st/Comfyui-Toolbox": [
[
"PreviewJson",
diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json
index a640b191..2183b78d 100644
--- a/node_db/new/model-list.json
+++ b/node_db/new/model-list.json
@@ -1,5 +1,260 @@
{
"models": [
+ {
+ "name": "SDXL Lightning LoRA (2step)",
+ "type": "lora",
+ "base": "SDXL",
+ "save_path": "loras/SDXL-Lightning",
+ "description": "SDXL Lightning LoRA (2step)",
+ "reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
+ "filename": "sdxl_lightning_2step_lora.safetensors",
+ "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_2step_lora.safetensors"
+ },
+ {
+ "name": "SDXL Lightning LoRA (4step)",
+ "type": "lora",
+ "base": "SDXL",
+ "save_path": "loras/SDXL-Lightning",
+ "description": "SDXL Lightning LoRA (4step)",
+ "reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
+ "filename": "sdxl_lightning_4step_lora.safetensors",
+ "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_4step_lora.safetensors"
+ },
+ {
+ "name": "SDXL Lightning LoRA (8step)",
+ "type": "lora",
+ "base": "SDXL",
+ "save_path": "loras/SDXL-Lightning",
+ "description": "SDXL Lightning LoRA (8tep)",
+ "reference": "https://huggingface.co/ByteDance/SDXL-Lightning",
+ "filename": "sdxl_lightning_8step_lora.safetensors",
+ "url": "https://huggingface.co/ByteDance/SDXL-Lightning/resolve/main/sdxl_lightning_8step_lora.safetensors"
+ },
+
+ {
+ "name": "shape_predictor_68_face_landmarks.dat [Face Analysis]",
+ "type": "Shape Predictor",
+ "base": "DLIB",
+ "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib",
+ "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.",
+ "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main",
+ "filename": "shape_predictor_68_face_landmarks.dat",
+ "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/shape_predictor_68_face_landmarks.dat"
+ },
+ {
+ "name": "dlib_face_recognition_resnet_model_v1.dat [Face Analysis]",
+ "type": "Face Recognition",
+ "base": "DLIB",
+ "save_path": "custom_nodes/ComfyUI_FaceAnalysis/dlib",
+ "description": "To use the Face Analysis for ComfyUI custom node, installation of this model is needed.",
+ "reference": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/tree/main",
+ "filename": "dlib_face_recognition_resnet_model_v1.dat",
+ "url": "https://huggingface.co/matt3ounstable/dlib_predictor_recognition/resolve/main/dlib_face_recognition_resnet_model_v1.dat"
+ },
+
+ {
+ "name": "efficient_sam_s_cpu.jit [ComfyUI-YoloWorld-EfficientSAM]",
+ "type": "efficient_sam",
+ "base": "efficient_sam",
+ "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM",
+ "description": "Install efficient_sam_s_cpu.jit into ComfyUI-YoloWorld-EfficientSAM",
+ "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main",
+ "filename": "efficient_sam_s_cpu.jit",
+ "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_cpu.jit"
+ },
+ {
+ "name": "efficient_sam_s_gpu.jit [ComfyUI-YoloWorld-EfficientSAM]",
+ "type": "efficient_sam",
+ "base": "efficient_sam",
+ "save_path": "custom_nodes/ComfyUI-YoloWorld-EfficientSAM",
+ "description": "Install efficient_sam_s_gpu.jit into ComfyUI-YoloWorld-EfficientSAM",
+ "reference": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/tree/main",
+ "filename": "efficient_sam_s_gpu.jit",
+ "url": "https://huggingface.co/camenduru/YoloWorld-EfficientSAM/resolve/main/efficient_sam_s_gpu.jit"
+ },
+
+ {
+ "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_b.safetensors",
+ "type": "checkpoints",
+ "base": "Stable Cascade",
+ "save_path": "checkpoints/Stable-Cascade",
+ "description": "[4.55GB] Stable Cascade stage_b checkpoints",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stable_cascade_stage_b.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/comfyui_checkpoints/stable_cascade_stage_b.safetensors"
+ },
+ {
+ "name": "stabilityai/comfyui_checkpoints/stable_cascade_stage_c.safetensors",
+ "type": "checkpoints",
+ "base": "Stable Cascade",
+ "save_path": "checkpoints/Stable-Cascade",
+ "description": "[9.22GB] Stable Cascade stage_c checkpoints",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stable_cascade_stage_c.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/comfyui_checkpoints/stable_cascade_stage_c.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: effnet_encoder.safetensors (VAE)",
+ "type": "VAE",
+ "base": "Stable Cascade",
+ "save_path": "vae/Stable-Cascade",
+ "description": "[81.5MB] Stable Cascade: effnet_encoder.\nVAE encoder for stage_c latent.",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "effnet_encoder.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/effnet_encoder.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_a.safetensors (VAE)",
+ "type": "VAE",
+ "base": "Stable Cascade",
+ "save_path": "vae/Stable-Cascade",
+ "description": "[73.7MB] Stable Cascade: stage_a",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_a.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_a.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_b.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[6.25GB] Stable Cascade: stage_b",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_b.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_b_bf16.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[3.13GB] Stable Cascade: stage_b/bf16",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_b_bf16.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_bf16.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_b_lite.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[2.8GB] Stable Cascade: stage_b/lite",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_b_lite.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_lite.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_b_lite.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[1.4GB] Stable Cascade: stage_b/bf16,lite",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_b_lite_bf16.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_b_lite_bf16.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_c.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[14.4GB] Stable Cascade: stage_c",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_c.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_c_bf16.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[7.18GB] Stable Cascade: stage_c/bf16",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_c_bf16.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_bf16.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_c_lite.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[4.12GB] Stable Cascade: stage_c/lite",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_c_lite.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_lite.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: stage_c_lite.safetensors (UNET)",
+ "type": "unet",
+ "base": "Stable Cascade",
+ "save_path": "unet/Stable-Cascade",
+ "description": "[2.06GB] Stable Cascade: stage_c/bf16,lite",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "stage_c_lite_bf16.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_c_lite_bf16.safetensors"
+ },
+ {
+ "name": "stabilityai/Stable Cascade: text_encoder (CLIP)",
+ "type": "clip",
+ "base": "Stable Cascade",
+ "save_path": "clip/Stable-Cascade",
+ "description": "[1.39GB] Stable Cascade: text_encoder",
+ "reference": "https://huggingface.co/stabilityai/stable-cascade",
+ "filename": "model.safetensors",
+ "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/text_encoder/model.safetensors"
+ },
+
+ {
+ "name": "1k3d68.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 1k3d68.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "1k3d68.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/1k3d68.onnx"
+ },
+ {
+ "name": "2d106det.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 2d106det.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "2d106det.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/2d106det.onnx"
+ },
+ {
+ "name": "genderage.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 genderage.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "genderage.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/genderage.onnx"
+ },
+ {
+ "name": "glintr100.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 glintr100.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "glintr100.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/glintr100.onnx"
+ },
+ {
+ "name": "scrfd_10g_bnkps.onnx",
+ "type": "insightface",
+ "base": "inswapper",
+ "save_path": "insightface/models/antelopev2",
+ "description": "Antelopev2 scrfd_10g_bnkps.onnx model for InstantId. (InstantId needs all Antelopev2 models)",
+ "reference": "https://github.com/cubiq/ComfyUI_InstantID#installation",
+ "filename": "scrfd_10g_bnkps.onnx",
+ "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/scrfd_10g_bnkps.onnx"
+ },
+
{
"name": "photomaker-v1.bin",
"type": "photomaker",
@@ -175,11 +430,11 @@
},
{
- "name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved)",
+ "name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
"type": "animatediff",
"base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
"reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
"filename": "lt_long_mm_16_64_frames_v1.1.ckpt",
"url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt"
@@ -258,21 +513,21 @@
"url": "https://huggingface.co/stabilityai/stable-zero123/resolve/main/stable_zero123.ckpt"
},
{
- "name": "LongAnimatediff/lt_long_mm_32_frames.ckpt (ComfyUI-AnimateDiff-Evolved)",
+ "name": "LongAnimatediff/lt_long_mm_32_frames.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
"type": "animatediff",
"base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
"reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
"filename": "lt_long_mm_32_frames.ckpt",
"url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_32_frames.ckpt"
},
{
- "name": "LongAnimatediff/lt_long_mm_16_64_frames.ckpt (ComfyUI-AnimateDiff-Evolved)",
+ "name": "LongAnimatediff/lt_long_mm_16_64_frames.ckpt (ComfyUI-AnimateDiff-Evolved) (Updated path)",
"type": "animatediff",
"base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
+ "save_path": "animatediff_models",
+ "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node.",
"reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
"filename": "lt_long_mm_16_64_frames.ckpt",
"url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames.ckpt"
@@ -417,366 +672,6 @@
"reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt",
"filename": "svd_xt.safetensors",
"url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors"
- },
-
- {
- "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SDXL",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "mm_sdxl_v10_beta.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt"
- },
- {
- "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_PanLeft.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt"
- },
- {
- "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_PanRight.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt"
- },
- {
- "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_RollingAnticlockwise.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt"
- },
- {
- "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_RollingClockwise.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt"
- },
- {
- "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_TiltDown.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt"
- },
- {
- "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_TiltUp.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt"
- },
- {
- "name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_ZoomIn.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt"
- },
- {
- "name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "motion lora",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "v2_lora_ZoomOut.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt"
- },
-
- {
- "name": "CiaraRowles/TemporalNet1XL (1.0)",
- "type": "controlnet",
- "base": "SD1.5",
- "save_path": "controlnet/TemporalNet1XL",
- "description": "This is TemporalNet1XL, it is a re-train of the controlnet TemporalNet1 with Stable Diffusion XL.",
- "reference": "https://huggingface.co/CiaraRowles/controlnet-temporalnet-sdxl-1.0",
- "filename": "diffusion_pytorch_model.safetensors",
- "url": "https://huggingface.co/CiaraRowles/controlnet-temporalnet-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors"
- },
-
- {
- "name": "LCM LoRA SD1.5",
- "type": "lora",
- "base": "SD1.5",
- "save_path": "loras/lcm/SD1.5",
- "description": "Latent Consistency LoRA for SD1.5",
- "reference": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5",
- "filename": "pytorch_lora_weights.safetensors",
- "url": "https://huggingface.co/latent-consistency/lcm-lora-sdv1-5/resolve/main/pytorch_lora_weights.safetensors"
- },
- {
- "name": "LCM LoRA SSD-1B",
- "type": "lora",
- "base": "SSD-1B",
- "save_path": "loras/lcm/SSD-1B",
- "description": "Latent Consistency LoRA for SSD-1B",
- "reference": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b",
- "filename": "pytorch_lora_weights.safetensors",
- "url": "https://huggingface.co/latent-consistency/lcm-lora-ssd-1b/resolve/main/pytorch_lora_weights.safetensors"
- },
- {
- "name": "LCM LoRA SDXL",
- "type": "lora",
- "base": "SSD-1B",
- "save_path": "loras/lcm/SDXL",
- "description": "Latent Consistency LoRA for SDXL",
- "reference": "https://huggingface.co/latent-consistency/lcm-lora-sdxl",
- "filename": "pytorch_lora_weights.safetensors",
- "url": "https://huggingface.co/latent-consistency/lcm-lora-sdxl/resolve/main/pytorch_lora_weights.safetensors"
- },
-
- {
- "name": "face_yolov8m-seg_60.pt (segm)",
- "type": "Ultralytics",
- "base": "Ultralytics",
- "save_path": "ultralytics/segm",
- "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.",
- "reference": "https://github.com/hben35096/assets/releases/tag/yolo8",
- "filename": "face_yolov8m-seg_60.pt",
- "url": "https://github.com/hben35096/assets/releases/download/yolo8/face_yolov8m-seg_60.pt"
- },
- {
- "name": "face_yolov8n-seg2_60.pt (segm)",
- "type": "Ultralytics",
- "base": "Ultralytics",
- "save_path": "ultralytics/segm",
- "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.",
- "reference": "https://github.com/hben35096/assets/releases/tag/yolo8",
- "filename": "face_yolov8n-seg2_60.pt",
- "url": "https://github.com/hben35096/assets/releases/download/yolo8/face_yolov8n-seg2_60.pt"
- },
- {
- "name": "hair_yolov8n-seg_60.pt (segm)",
- "type": "Ultralytics",
- "base": "Ultralytics",
- "save_path": "ultralytics/segm",
- "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.",
- "reference": "https://github.com/hben35096/assets/releases/tag/yolo8",
- "filename": "hair_yolov8n-seg_60.pt",
- "url": "https://github.com/hben35096/assets/releases/download/yolo8/hair_yolov8n-seg_60.pt"
- },
- {
- "name": "skin_yolov8m-seg_400.pt (segm)",
- "type": "Ultralytics",
- "base": "Ultralytics",
- "save_path": "ultralytics/segm",
- "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.",
- "reference": "https://github.com/hben35096/assets/releases/tag/yolo8",
- "filename": "skin_yolov8m-seg_400.pt",
- "url": "https://github.com/hben35096/assets/releases/download/yolo8/skin_yolov8m-seg_400.pt"
- },
- {
- "name": "skin_yolov8n-seg_400.pt (segm)",
- "type": "Ultralytics",
- "base": "Ultralytics",
- "save_path": "ultralytics/segm",
- "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.",
- "reference": "https://github.com/hben35096/assets/releases/tag/yolo8",
- "filename": "skin_yolov8n-seg_400.pt",
- "url": "https://github.com/hben35096/assets/releases/download/yolo8/skin_yolov8n-seg_400.pt"
- },
- {
- "name": "skin_yolov8n-seg_800.pt (segm)",
- "type": "Ultralytics",
- "base": "Ultralytics",
- "save_path": "ultralytics/segm",
- "description": "These are the available models in the UltralyticsDetectorProvider of Impact Pack.",
- "reference": "https://github.com/hben35096/assets/releases/tag/yolo8",
- "filename": "skin_yolov8n-seg_800.pt",
- "url": "https://github.com/hben35096/assets/releases/download/yolo8/skin_yolov8n-seg_800.pt"
- },
-
- {
- "name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/CiaraRowles/TemporalDiff",
- "filename": "temporaldiff-v1-animatediff.ckpt",
- "url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt"
- },
- {
- "name": "animatediff/mm_sd_v15_v2.ckpt (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/guoyww/animatediff",
- "filename": "mm_sd_v15_v2.ckpt",
- "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt"
- },
- {
- "name": "AD_Stabilized_Motion/mm-Stabilized_high.pth (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion",
- "filename": "mm-Stabilized_high.pth",
- "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_high.pth"
- },
- {
- "name": "AD_Stabilized_Motion/mm-Stabilized_mid.pth (ComfyUI-AnimateDiff-Evolved)",
- "type": "animatediff",
- "base": "SD1.x",
- "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
- "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
- "reference": "https://huggingface.co/manshoety/AD_Stabilized_Motion",
- "filename": "mm-Stabilized_mid.pth",
- "url": "https://huggingface.co/manshoety/AD_Stabilized_Motion/resolve/main/mm-Stabilized_mid.pth"
- },
-
- {
- "name": "GFPGANv1.4.pth",
- "type": "GFPGAN",
- "base": "GFPGAN",
- "save_path": "facerestore_models",
- "description": "Face Restoration Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.",
- "reference": "https://github.com/TencentARC/GFPGAN/releases",
- "filename": "GFPGANv1.4.pth",
- "url": "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth"
- },
- {
- "name": "codeformer.pth",
- "type": "CodeFormer",
- "base": "CodeFormer",
- "save_path": "facerestore_models",
- "description": "Face Restoration Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.",
- "reference": "https://github.com/sczhou/CodeFormer/releases",
- "filename": "codeformer.pth",
- "url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth"
- },
- {
- "name": "detection_Resnet50_Final.pth",
- "type": "facexlib",
- "base": "facexlib",
- "save_path": "facerestore_models",
- "description": "Face Detection Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.",
- "reference": "https://github.com/xinntao/facexlib",
- "filename": "detection_Resnet50_Final.pth",
- "url": "https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_Resnet50_Final.pth"
- },
- {
- "name": "detection_mobilenet0.25_Final.pth",
- "type": "facexlib",
- "base": "facexlib",
- "save_path": "facerestore_models",
- "description": "Face Detection Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.",
- "reference": "https://github.com/xinntao/facexlib",
- "filename": "detection_mobilenet0.25_Final.pth",
- "url": "https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_mobilenet0.25_Final.pth"
- },
- {
- "name": "yolov5l-face.pth",
- "type": "facexlib",
- "base": "facexlib",
- "save_path": "facedetection",
- "description": "Face Detection Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.",
- "reference": "https://github.com/xinntao/facexlib",
- "filename": "yolov5l-face.pth",
- "url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/yolov5l-face.pth"
- },
- {
- "name": "yolov5n-face.pth",
- "type": "facexlib",
- "base": "facexlib",
- "save_path": "facedetection",
- "description": "Face Detection Models. Download the model required for using the 'Facerestore CF (Code Former)' custom node.",
- "reference": "https://github.com/xinntao/facexlib",
- "filename": "yolov5n-face.pth",
- "url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/yolov5n-face.pth"
- },
-
- {
- "name": "diffusers/stable-diffusion-xl-1.0-inpainting-0.1 (UNET/fp16)",
- "type": "unet",
- "base": "SDXL",
- "save_path": "unet/xl-inpaint-0.1",
- "description": "[5.14GB] Stable Diffusion XL inpainting model 0.1. You need UNETLoader instead of CheckpointLoader.",
- "reference": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1",
- "filename": "diffusion_pytorch_model.fp16.safetensors",
- "url": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/unet/diffusion_pytorch_model.fp16.safetensors"
- },
- {
- "name": "diffusers/stable-diffusion-xl-1.0-inpainting-0.1 (UNET)",
- "type": "unet",
- "base": "SDXL",
- "save_path": "unet/xl-inpaint-0.1",
- "description": "[10.3GB] Stable Diffusion XL inpainting model 0.1. You need UNETLoader instead of CheckpointLoader.",
- "reference": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1",
- "filename": "diffusion_pytorch_model.safetensors",
- "url": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/unet/diffusion_pytorch_model.safetensors"
- },
-
- {
- "name": "Inswapper (face swap)",
- "type": "insightface",
- "base" : "inswapper",
- "save_path": "insightface",
- "description": "Checkpoint of the insightface swapper model (used by Comfy-Roop and comfy_mtb)",
- "reference": "https://huggingface.co/deepinsight/inswapper/",
- "filename": "inswapper_128.onnx",
- "url": "https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx"
- },
-
- {
- "name": "CLIPVision model (stabilityai/clip_vision_g)",
- "type": "clip_vision",
- "base": "vit-g",
- "save_path": "clip_vision",
- "description": "[3.69GB] clip_g vision model",
- "reference": "https://huggingface.co/stabilityai/control-lora",
- "filename": "clip_vision_g.safetensors",
- "url": "https://huggingface.co/stabilityai/control-lora/resolve/main/revision/clip_vision_g.safetensors"
- },
-
- {
- "name": "CLIPVision model (IP-Adapter) CLIP-ViT-H-14-laion2B-s32B-b79K",
- "type": "clip_vision",
- "base": "ViT-H",
- "save_path": "clip_vision",
- "description": "[2.5GB] CLIPVision model (needed for IP-Adapter)",
- "reference": "https://huggingface.co/h94/IP-Adapter",
- "filename": "CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors",
- "url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/model.safetensors"
- },
- {
- "name": "CLIPVision model (IP-Adapter) CLIP-ViT-bigG-14-laion2B-39B-b160k",
- "type": "clip_vision",
- "base": "ViT-G",
- "save_path": "clip_vision",
- "description": "[3.69GB] CLIPVision model (needed for IP-Adapter)",
- "reference": "https://huggingface.co/h94/IP-Adapter",
- "filename": "CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors",
- "url": "https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/image_encoder/model.safetensors"
}
]
}
diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json
index 0930d392..55a10e2c 100644
--- a/node_db/tutorial/custom-node-list.json
+++ b/node_db/tutorial/custom-node-list.json
@@ -99,6 +99,36 @@
],
"install_type": "git-clone",
"description": "Nodes:Load Image Dedup"
+ },
+ {
+ "author": "IvanRybakov",
+ "title": "comfyui-node-int-to-string-convertor",
+ "reference": "https://github.com/IvanRybakov/comfyui-node-int-to-string-convertor",
+ "files": [
+ "https://github.com/IvanRybakov/comfyui-node-int-to-string-convertor"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Int To String Convertor"
+ },
+ {
+ "author": "yowipr",
+ "title": "ComfyUI-Manual",
+ "reference": "https://github.com/yowipr/ComfyUI-Manual",
+ "files": [
+ "https://github.com/yowipr/ComfyUI-Manual"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:M_Layer, M_Output"
+ },
+ {
+ "author": "andrewharp",
+ "title": "ComfyUI Function Annotator",
+ "reference": "https://github.com/andrewharp/ComfyUI-Annotations",
+ "files": [
+ "https://github.com/andrewharp/ComfyUI-Annotations"
+ ],
+ "install_type": "git-clone",
+ "description": "This module provides an annotation @ComfyFunc to streamline adding custom node types in ComfyUI. It processes your function's signature to create a wrapped function and custom node definition required for ComfyUI, eliminating all the boilerplate code. In most cases you can just add a @ComfyFunc(\"category\") annotation to your existing function."
}
]
}
\ No newline at end of file