diff --git a/README.md b/README.md
index 313a5199..306339da 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@

## NOTICE
+* V2.37 Show a ✅ mark to accounts that have been active on GitHub for more than six months.
* V2.33 Security policy is applied.
* V2.21 [cm-cli](docs/en/cm-cli.md) tool is added.
* V2.18 to V2.18.3 is not functioning due to a severe bug. Users on these versions are advised to promptly update to V2.18.4. Please navigate to the `ComfyUI/custom_nodes/ComfyUI-Manager` directory and execute `git pull` to update.
@@ -85,6 +86,7 @@ This repository provides Colab notebooks that allow you to install and use Comfy
* Support for automatically installing dependencies of custom nodes upon restarting Colab notebooks.
## Changes
+* **2.38** `Install Custom Nodes` menu is changed to `Custom Nodes Manager`.
* **2.21** [cm-cli](docs/en/cm-cli.md) tool is added.
* **2.4** Copy the connections of the nearest node by double-clicking.
* **2.2.3** Support Components System
@@ -277,11 +279,11 @@ NODE_CLASS_MAPPINGS.update({
## Support of missing nodes installation
-
+
* When you click on the ```Install Missing Custom Nodes``` button in the menu, it displays a list of extension nodes that contain nodes not currently present in the workflow.
-
+
## Additional Feature
diff --git a/alter-list.json b/alter-list.json
index c60b2b8f..a41e7f2b 100644
--- a/alter-list.json
+++ b/alter-list.json
@@ -126,7 +126,7 @@
"description": "This is a ported version of ComfyUI for the sd-webui-roop-nsfw extension."
},
{
- "id":"https://github.com/laksjdjf/attention-couple-ComfyUI",
+ "id":"https://github.com/laksjdjf/cgem156-ComfyUI",
"tags":"regional prompt, latent couple, prompt",
"description": "This custom nodes provide a functionality similar to regional prompts, offering couple features at the attention level."
},
@@ -214,6 +214,11 @@
"id":"https://github.com/portu-sim/comfyui-bmab",
"tags":"bmab",
"description": "a comfyui custom node for [a/sd-webui-bmab](https://github.com/portu-sim/sd-webui-bmab)"
+ },
+ {
+ "id":"https://github.com/ThereforeGames/ComfyUI-Unprompted",
+ "tags":"unprompted",
+ "description": "This extension is a port of [a/unprompted](https://github.com/ThereforeGames/unprompted)"
}
]
}
\ No newline at end of file
diff --git a/check.sh b/check.sh
index c57178bc..6fa408c7 100755
--- a/check.sh
+++ b/check.sh
@@ -1,5 +1,8 @@
#!/bin/bash
+echo
+echo CHECK1
+
files=(
"custom-node-list.json"
"model-list.json"
@@ -26,3 +29,14 @@ files=(
for file in "${files[@]}"; do
python json-checker.py "$file"
done
+
+echo
+echo CHECK2
+find ~/.tmp/default -name "*.py" -print0 | xargs -0 grep "crypto"
+
+echo
+echo CHECK3
+find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*https\\?:"
+find ~/.tmp/default -name "requirements.txt" | xargs grep "\.whl"
+
+echo
diff --git a/custom-node-list.json b/custom-node-list.json
index f6aba985..e2d28f21 100644
--- a/custom-node-list.json
+++ b/custom-node-list.json
@@ -46,6 +46,17 @@
"install_type": "git-clone",
"description": "Nodes: ModelSamplerTonemapNoiseTest, TonemapNoiseWithRescaleCFG, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers."
},
+ {
+ "author": "comfyanonymous",
+ "title": "TensorRT Node for ComfyUI",
+ "id": "tensorrt",
+ "reference": "https://github.com/comfyanonymous/ComfyUI_TensorRT",
+ "files": [
+ "https://github.com/comfyanonymous/ComfyUI_TensorRT"
+ ],
+ "install_type": "git-clone",
+ "description": "This node enables the best performance on NVIDIA RTX™ Graphics Cards (GPUs) for Stable Diffusion by leveraging NVIDIA TensorRT."
+ },
{
"author": "Stability-AI",
"title": "Stability API nodes for ComfyUI",
@@ -2010,14 +2021,14 @@
},
{
"author": "laksjdjf",
- "title": "attention-couple-ComfyUI",
- "id": "attention-couple",
- "reference": "https://github.com/laksjdjf/attention-couple-ComfyUI",
+ "title": "cgem156-ComfyUI🍌",
+ "id": "cgem156",
+ "reference": "https://github.com/laksjdjf/cgem156-ComfyUI",
"files": [
- "https://github.com/laksjdjf/attention-couple-ComfyUI"
+ "https://github.com/laksjdjf/cgem156-ComfyUI"
],
"install_type": "git-clone",
- "description": "Nodes:Attention couple. This is a custom node that manipulates region-specific prompts. While vanilla ComfyUI employs an area specification method based on latent couples, this node divides regions using attention layers within UNet."
+ "description": "The custom nodes of laksjdjf have been integrated into the node pack of cgem156🍌.\nNOTE:This includes the attention couple feature."
},
{
"author": "laksjdjf",
@@ -2063,17 +2074,6 @@
"install_type": "git-clone",
"description": "Nodes:CLIP Text Encode (Batch), String Input, Batch String"
},
- {
- "author": "laksjdjf",
- "title": "cgem156-ComfyUI🍌",
- "id": "cgem156",
- "reference": "https://github.com/laksjdjf/cgem156-ComfyUI",
- "files": [
- "https://github.com/laksjdjf/cgem156-ComfyUI"
- ],
- "install_type": "git-clone",
- "description": "The custom nodes of laksjdjf have been integrated into the node pack of cgem156🍌."
- },
{
"author": "alsritter",
"title": "asymmetric-tiling-comfyui",
@@ -3210,6 +3210,17 @@
"install_type": "git-clone",
"description": "[a/ImageReward](https://github.com/THUDM/ImageReward): Human preference learning in text-to-image generation. This is a [a/paper](https://arxiv.org/abs/2304.05977) from NeurIPS 2023"
},
+ {
+ "author": "shadowcz007",
+ "title": "comfyui-sound-lab",
+ "id": "soundlab",
+ "reference": "https://github.com/shadowcz007/comfyui-sound-lab",
+ "files": [
+ "https://github.com/shadowcz007/comfyui-sound-lab"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Music Gen, Audio Play, Stable Audio"
+ },
{
"author": "ostris",
"title": "Ostris Nodes ComfyUI",
@@ -4003,6 +4014,17 @@
"install_type": "git-clone",
"description": "Animated optical illusions in ComfyUI"
},
+ {
+ "author": "ZHO-ZHO-ZHO",
+ "title": "ComfyUI-Qwen-2",
+ "id": "qwen-2",
+ "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2",
+ "files": [
+ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2"
+ ],
+ "install_type": "git-clone",
+ "description": "Using Qwen-2 in ComfyUI"
+ },
{
"author": "kenjiqq",
"title": "qq-nodes-comfyui",
@@ -6357,7 +6379,7 @@
"description": "ComfyS3 seamlessly integrates with [a/Amazon S3](https://aws.amazon.com/en/s3/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface."
},
{
- "author": "davask",
+ "author": "MaraScott",
"title": "🐰 MaraScott Nodes",
"id": "marascott-nodes",
"reference": "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes",
@@ -6365,7 +6387,7 @@
"https://github.com/MaraScott/ComfyUI_MaraScott_Nodes"
],
"install_type": "git-clone",
- "description": "A set of nodes including a universal bus, an Inpainting By Mask and a large Upscaler/Refiner\n[w/ComfyUI-MarasIT-Nodes has been changed to ComfyUI_MaraScott_Nodes. If you have previously installed ComfyUI-MarasIT-Nodes, Please uninstall the previous one and reinstall this.,\n!!! Deprecated Node will be removed sometime in June 2024. Please update your workflows !!!]"
+ "description": "A set of nodes including a universal bus, an Inpainting By Mask and a large Upscaler/Refiner\n[AnyBus,McInpainty,McBoaty]"
},
{
"author": "yffyhk",
@@ -6390,6 +6412,7 @@
{
"author": "dfl",
"title": "ComfyUI-TCD-scheduler",
+ "id": "dfl-tcd",
"reference": "https://github.com/dfl/comfyui-tcd-scheduler",
"files": [
"https://github.com/dfl/comfyui-tcd-scheduler"
@@ -6952,6 +6975,28 @@
"install_type": "git-clone",
"description": "ComfyUI native implementation of [a/IC-Light](https://github.com/lllyasviel/IC-Light)."
},
+ {
+ "author": "huchenlei",
+ "title": "ComfyUI DenseDiffusion",
+ "id": "densediffusion",
+ "reference": "https://github.com/huchenlei/ComfyUI_densediffusion",
+ "files": [
+ "https://github.com/huchenlei/ComfyUI_densediffusion"
+ ],
+ "install_type": "git-clone",
+ "description": "[a/DenseDiffusion](https://github.com/naver-ai/DenseDiffusion) custom node for ComfyUI."
+ },
+ {
+ "author": "huchenlei",
+ "title": "ComfyUI_omost",
+ "id": "omost",
+ "reference": "https://github.com/huchenlei/ComfyUI_omost",
+ "files": [
+ "https://github.com/huchenlei/ComfyUI_omost"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI implementation of [a/Omost](https://github.com/lllyasviel/Omost), and everything about regional prompt.\nNOTE: You need to install ComfyUI_densediffusion to use this node."
+ },
{
"author": "nathannlu",
"title": "ComfyUI Pets",
@@ -6977,7 +7022,7 @@
{
"author": "11dogzi",
"title": "Comfyui-ergouzi-Nodes",
- "id": "ergouzi",
+ "id": "ergouzi-nodes",
"reference": "https://github.com/11dogzi/Comfyui-ergouzi-Nodes",
"files": [
"https://github.com/11dogzi/Comfyui-ergouzi-Nodes"
@@ -6985,6 +7030,17 @@
"install_type": "git-clone",
"description": "This is a node group kit that covers multiple nodes such as local refinement, tag management, random prompt words, text processing, image processing, mask processing, etc"
},
+ {
+ "author": "11dogzi",
+ "title": "Comfyui-ergouzi-samplers",
+ "id": "ergouzi-samplers",
+ "reference": "https://github.com/11dogzi/Comfyui-ergouzi-samplers",
+ "files": [
+ "https://github.com/11dogzi/Comfyui-ergouzi-samplers"
+ ],
+ "install_type": "git-clone",
+ "description": "Partial redraw sampler and variant seed sampler"
+ },
{
"author": "BXYMartin",
"title": "ComfyUI-InstantIDUtils",
@@ -7116,14 +7172,14 @@
},
{
"author": "ljleb",
- "title": "comfy-mecha",
+ "title": "Mecha Merge Node Pack",
"id": "mecha",
"reference": "https://github.com/ljleb/comfy-mecha",
"files": [
"https://github.com/ljleb/comfy-mecha"
],
"install_type": "git-clone",
- "description": "Nodes:Blocks Mecha Hyper, Mecha Merger, Model Mecha Recipe, Custom Code Mecha Recipe"
+ "description": "Model merging node pack with a focus on low memory footprint."
},
{
"author": "diSty",
@@ -7245,6 +7301,17 @@
"install_type": "git-clone",
"description": "This node is primarily based on Easy-OCR to implement OCR text recognition functionality."
},
+ {
+ "author": "prodogape",
+ "title": "ComfyUI-OmDet",
+ "id": "omdet",
+ "reference": "https://github.com/prodogape/ComfyUI-OmDet",
+ "files": [
+ "https://github.com/prodogape/ComfyUI-OmDet"
+ ],
+ "install_type": "git-clone",
+ "description": "This node is mainly based on [a/OmDet](https://github.com/om-ai-lab/OmDet) for object detection, and it outputs related images, masks, and Labelme JSON information."
+ },
{
"author": "Alysondao",
"title": "Comfyui-Yolov8-JSON",
@@ -7389,7 +7456,7 @@
},
{
"author": "MarkoCa1",
- "title": "ComfyUI_Text",
+ "title": "ComfyUI-Text",
"reference": "https://github.com/MarkoCa1/ComfyUI-Text",
"files": [
"https://github.com/MarkoCa1/ComfyUI-Text"
@@ -7460,7 +7527,17 @@
"https://github.com/daxcay/ComfyUI-DRMN"
],
"install_type": "git-clone",
- "description": "Data Research And Manipulators Nodes for Model Trainers, Artists, Designers and Animators. Captions, Visualizer, Text Manipulator"
+ "description": "Data Research And Manipulators Nodes for Model Trainers, Artists, Designers and Animators. Captions, Visualizer, Text Manipulator\nNOTE: This repo is renamed to ComfyUI-DataSet."
+ },
+ {
+ "author": "daxcay",
+ "title": "ComfyUI-NODEJS",
+ "reference": "https://github.com/daxcay/ComfyUI-NODEJS",
+ "files": [
+ "https://github.com/daxcay/ComfyUI-NODEJS"
+ ],
+ "install_type": "git-clone",
+ "description": "This node allows the execution of Node.js application within ComfyUI by leveraging the ComfyUI-NODEJS, which starts alongside ComfyUI and facilitates the installation of Node.js. The integration enables Python subprocesses to execute Node.js scripts."
},
{
"author": "Seedsa",
@@ -7879,16 +7956,6 @@
"install_type": "git-clone",
"description": "Custom Node for comfyUI for virtual lighting based on normal map.\nYou can use normal maps to add virtual lighting effects to your images."
},
- {
- "author": "AppleBotzz",
- "title": "ComfyUI_LLMVISION",
- "reference": "https://github.com/AppleBotzz/ComfyUI_LLMVISION",
- "files": [
- "https://github.com/AppleBotzz/ComfyUI_LLMVISION"
- ],
- "install_type": "git-clone",
- "description": "This repository provides integration of GPT-4 and Claude 3 models into ComfyUI, allowing for both image and text-based interactions within the ComfyUI workflow."
- },
{
"author": "A4P7J1N7M05OT",
"title": "ComfyUI-PixelOE",
@@ -8075,7 +8142,7 @@
{
"author": "AIFSH",
"title": "ComfyUI-RVC",
- "id": "rvc",
+ "id": "aifsh-rvc",
"reference": "https://github.com/AIFSH/ComfyUI-RVC",
"files": [
"https://github.com/AIFSH/ComfyUI-RVC"
@@ -8119,7 +8186,7 @@
{
"author": "AIFSH",
"title": "ComfyUI_V-Express",
- "id": "v-express",
+ "id": "v-express-aifsh",
"reference": "https://github.com/AIFSH/ComfyUI_V-Express",
"files": [
"https://github.com/AIFSH/ComfyUI_V-Express"
@@ -8160,6 +8227,17 @@
"install_type": "git-clone",
"description": "You can call Chatglm's API in comfyUI to translate and describe pictures, and the API similar to OpenAI."
},
+ {
+ "author": "smthemex",
+ "title": "ComfyUI_StableAudio_Open",
+ "id": "stable-audio-open-1.0",
+ "reference": "https://github.com/smthemex/ComfyUI_StableAudio_Open",
+ "files": [
+ "https://github.com/smthemex/ComfyUI_StableAudio_Open"
+ ],
+ "install_type": "git-clone",
+ "description": "You can use stable-audio-open-1.0 in comfyUI"
+ },
{
"author": "smthemex",
"title": "ComfyUI_HiDiffusion_Pro",
@@ -8248,6 +8326,17 @@
"install_type": "git-clone",
"description": "This node allows you to use customnet."
},
+ {
+ "author": "smthemex",
+ "title": "ComfyUI_Pops",
+ "id": "pops",
+ "reference": "https://github.com/smthemex/ComfyUI_Pops",
+ "files": [
+ "https://github.com/smthemex/ComfyUI_Pops"
+ ],
+ "install_type": "git-clone",
+ "description": "You can use [a/Popspaper](https://popspaper.github.io/pOps/) method in comfyUI"
+ },
{
"author": "choey",
"title": "Comfy-Topaz",
@@ -8542,7 +8631,7 @@
{
"author": "JettHu",
"title": "ComfyUI-TCD",
- "id": "tcd",
+ "id": "jetthu-tcd",
"reference": "https://github.com/JettHu/ComfyUI-TCD",
"files": [
"https://github.com/JettHu/ComfyUI-TCD"
@@ -8724,17 +8813,6 @@
"install_type": "git-clone",
"description": "Photoshop type functions and adjustment layers: 30 blend modes, Selective Color, Blend If, Color Balance, Solid Color Images, Black and White, Hue/Saturation, Levels, and RGB Splitting and Merging."
},
- {
- "author": "Shinsplat",
- "title": "ComfyUI-Shinsplat",
- "id": "shinsplat",
- "reference": "https://github.com/Shinsplat/ComfyUI-Shinsplat",
- "files": [
- "https://github.com/Shinsplat/ComfyUI-Shinsplat"
- ],
- "install_type": "git-clone",
- "description": "Nodes: Clip Text Encode (Shinsplat), Clip Text Encode SDXL (Shinsplat), Lora Loader (Shinsplat)."
- },
{
"author": "da2el-ai",
"title": "D2 Steps",
@@ -8875,6 +8953,17 @@
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to create layers of an image based on input masks and save them into a PSD file."
},
+ {
+ "author": "alessandrozonta",
+ "title": "OpenPose Node",
+ "id": "openpose-alessandrozonta",
+ "reference": "https://github.com/alessandrozonta/ComfyUI-OpenPose",
+ "files": [
+ "https://github.com/alessandrozonta/ComfyUI-OpenPose"
+ ],
+ "install_type": "git-clone",
+ "description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
+ },
{
"author": "curiousjp",
"title": "ComfyUI-MaskBatchPermutations",
@@ -8905,7 +8994,7 @@
"https://github.com/runtime44/comfyui_r44_nodes"
],
"install_type": "git-clone",
- "description": "Nodes: Runtime44Upscaler, Runtime44ColorMatch, Runtime44DynamicKSampler, Runtime44ImageOverlay, Runtime44ImageResizer, Runtime44ImageToNoise, Runtime44MaskSampler, Runtime44TiledMaskSampler, Runtime44IterativeUpscaleFactor, Runtime44ImageEnhance"
+ "description": "Nodes: Runtime44Upscaler, Runtime44ColorMatch, Runtime44DynamicKSampler, Runtime44ImageOverlay, Runtime44ImageResizer, Runtime44ImageToNoise, Runtime44MaskSampler, Runtime44TiledMaskSampler, Runtime44IterativeUpscaleFactor, Runtime44ImageEnhance, Runtime44FilmGrain"
},
{
"author": "osiworx",
@@ -9387,6 +9476,17 @@
"install_type": "git-clone",
"description": "ComfyUI-AutoLabel is a custom node for ComfyUI that uses BLIP (Bootstrapping Language-Image Pre-training) to generate detailed descriptions of the main object in an image. This node leverages the power of BLIP to provide accurate and context-aware captions for images."
},
+ {
+ "author": "fexploit",
+ "title": "ComfyUI-Classifier",
+ "id": "classifier",
+ "reference": "https://github.com/fexploit/ComfyUI-Classifier",
+ "files": [
+ "https://github.com/fexploit/ComfyUI-Classifier"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI-Classifier is a custom node for ComfyUI that uses a zero-shot classification model to classify text inputs based on a set of candidate labels. This node leverages the power of Hugging Face Transformers to provide accurate and flexible text classification."
+ },
{
"author": "linshier",
"title": "comfyui-remote-tools",
@@ -9508,10 +9608,21 @@
"install_type": "git-clone",
"description": "Nodes: AnyNode. Nodes that can be anything you ask. Auto-Generate functional nodes using LLMs. Create impossible workflows. API Compatibility: (OpenAI, LocalLLMs, Gemini)."
},
+ {
+ "author": "lks-ai",
+ "title": "ComfyUI Stable Audio Open 1.0 Sampler",
+ "id": "stableaudiosampler",
+ "reference": "https://github.com/lks-ai/ComfyUI-StableAudioSampler",
+ "files": [
+ "https://github.com/lks-ai/ComfyUI-StableAudioSampler"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes: StableAudioSampler. Wraps the new Stable Audio Open Model in the sampler that dropped Jun 5th. See Github for Features"
+ },
{
"author": "SayanoAI",
"title": "Comfy-RVC",
- "id": "rvc",
+ "id": "sayano-rvc",
"reference": "https://github.com/SayanoAI/Comfy-RVC",
"files": [
"https://github.com/SayanoAI/Comfy-RVC"
@@ -9792,17 +9903,315 @@
"install_type": "git-clone",
"description": "A set of useful nodes for convenient use of ComfyUI, including: Seed randomization before the generation process starts, with saving of the last used values and the ability to automatically interrupt the current generation; A function to pause the generation process; Slider nodes for convenient control of input parameters; An alternative version of the standard Reroute node."
},
-
-
-
-
-
-
-
-
-
-
-
+ {
+ "author": "humgate",
+ "title": "simplecomfy",
+ "reference": "https://github.com/humgate/simplecomfy",
+ "files": [
+ "https://github.com/humgate/simplecomfy"
+ ],
+ "install_type": "git-clone",
+ "description": "Simple JS application based on ComfyUI which takes prompt and style picture from user and runs hardcoded workflow inference returning generated image to user."
+ },
+ {
+ "author": "vanche1212",
+ "title": "ZMG PLUGIN",
+ "id": "zmg",
+ "reference": "https://github.com/vanche1212/ComfyUI-ZMG-Nodes",
+ "files": [
+ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:ApiRequestNode, LoadVideoNode, JsonParserNode, OllamaRequestNode, OldPhotoColorizationNode."
+ },
+ {
+ "author": "hben35096",
+ "title": "ComfyUI-ToolBox",
+ "id": "hben-toolbox",
+ "reference": "https://github.com/hben35096/ComfyUI-ToolBox",
+ "files": [
+ "https://github.com/hben35096/ComfyUI-ToolBox"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:commonly_node."
+ },
+ {
+ "author": "tiankuan93",
+ "title": "V-Express: Conditional Dropout for Progressive Training of Portrait Video Generation",
+ "id": "v-express",
+ "reference": "https://github.com/tiankuan93/ComfyUI-V-Express",
+ "files": [
+ "https://github.com/tiankuan93/ComfyUI-V-Express"
+ ],
+ "install_type": "git-clone",
+ "description": "[Original] In the field of portrait video generation, the use of single images to generate portrait videos has become increasingly prevalent. A common approach involves leveraging generative models to enhance adapters for controlled generation. However, control signals can vary in strength, including text, audio, image reference, pose, depth map, etc. Among these, weaker conditions often struggle to be effective due to interference from stronger conditions, posing a challenge in balancing these conditions. In our work on portrait video generation, we identified audio signals as particularly weak, often overshadowed by stronger signals such as pose and original image. However, direct training with weak signals often leads to difficulties in convergence. To address this, we propose V-Express, a simple method that balances different control signals through a series of progressive drop operations. Our method gradually enables effective control by weak conditions, thereby achieving generation capabilities that simultaneously take into account pose, input image, and audio.\nNOTE: You need to downdload [a/model_ckpts](https://huggingface.co/tk93/V-Express/tree/main) manually."
+ },
+ {
+ "author": "CMonk",
+ "title": "Stable Projectorz Bridge",
+ "id": "projectorz",
+ "reference": "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge",
+ "files": [
+ "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge"
+ ],
+ "install_type": "git-clone",
+ "description": "This custom nodes enables Stable Projectorz to work with ComfyUI Directly."
+ },
+ {
+ "author": "Scorpinaus",
+ "title": "Loaders for Diffusers-format checkpoints",
+ "id": "diffusersloader",
+ "reference": "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader",
+ "files": [
+ "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader"
+ ],
+ "install_type": "git-clone",
+ "description": "This node pack allows loading of CLIP, MODEL, VAE aspects for both SD1.5 and SDXL checkpoints that is converted to diffusers format."
+ },
+ {
+ "author": "chakib-belgaid",
+ "title": "ComfyUI Style Plugin",
+ "id": "style-plugin",
+ "reference": "https://github.com/chakib-belgaid/Comfyui_Prompt_styler",
+ "files": [
+ "https://github.com/chakib-belgaid/Comfyui_Prompt_styler"
+ ],
+ "install_type": "git-clone",
+ "description": "This is a simple plugin for ComfyUI that allows you to import A1111 CSV styles into ComfyUI prompts."
+ },
+ {
+ "author": "chakib-belgaid",
+ "title": "ComfyUI-autosize",
+ "id": "autosize",
+ "reference": "https://github.com/chakib-belgaid/ComfyUI-autosize",
+ "files": [
+ "https://github.com/chakib-belgaid/ComfyUI-autosize"
+ ],
+ "install_type": "git-clone",
+ "description": "A ComfyUI utility plugin designed to optimize the latent space for generating high-quality results. It approximates the closest size model for better generation results."
+ },
+ {
+ "author": "ThereforeGames",
+ "title": "ComfyUI-Unprompted",
+ "id": "unprompted",
+ "reference": "https://github.com/ThereforeGames/ComfyUI-Unprompted",
+ "files": [
+ "https://github.com/ThereforeGames/ComfyUI-Unprompted"
+ ],
+ "install_type": "git-clone",
+ "description": "This is a ComfyUI node that processes your input text with the [a/Unprompted templating language](https://github.com/ThereforeGames/unprompted). Early alpha release.\n"
+ },
+ {
+ "author": "Tool Of North america",
+ "title": "Easy automatic (square) image cropper using Yolo",
+ "id": "tooldigital",
+ "reference": "https://github.com/tooldigital/ComfyUI-Yolo-Cropper",
+ "files": [
+ "https://github.com/tooldigital/ComfyUI-Yolo-Cropper"
+ ],
+ "install_type": "git-clone",
+ "description": "A very simple and easy to use node to automaticaaly create (square) image crops and masks using YoloV8. This can be very useful when using controlnet and ip adapters"
+ },
+ {
+ "author": "luandev",
+ "title": "ComfyUI CrewAI",
+ "id": "crewai",
+ "reference": "https://github.com/luandev/ComfyUI-CrewAI",
+ "files": [
+ "https://github.com/luandev/ComfyUI-CrewAI"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI-CrewAI aims to integrate Crew AI's multi-agent collaboration framework into the ComfyUI environment. By combining the strengths of Crew AI's role-based, collaborative AI agent system with ComfyUI's intuitive interface, we will create a robust platform for managing and executing complex AI tasks seamlessly"
+ },
+ {
+ "author": "chandlergis",
+ "title": "ComfyUI_EmojiOverlay",
+ "id": "emoji-overlay",
+ "reference": "https://github.com/chandlergis/ComfyUI_EmojiOverlay",
+ "files": [
+ "https://github.com/chandlergis/ComfyUI_EmojiOverlay"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Image Emoji Overlay"
+ },
+ {
+ "author": "JayLyu",
+ "title": "ComfyUI_BaiKong_Node",
+ "id": "baikong",
+ "reference": "https://github.com/JayLyu/ComfyUI_BaiKong_Node",
+ "files": [
+ "https://github.com/JayLyu/ComfyUI_BaiKong_Node"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:BK Img To Color, BK Color Selector"
+ },
+ {
+ "author": "risunobushi",
+ "title": "comfyUI_FrequencySeparation_RGB-HSV",
+ "id": "freq-sep",
+ "reference": "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV",
+ "files": [
+ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV"
+ ],
+ "install_type": "git-clone",
+ "description": "A collection of simple nodes for Frequency Separation / Frequency Recombine with RGB and HSV methods"
+ },
+ {
+ "author": "zohac",
+ "title": "ComfyUI_ZC_DrawShape",
+ "id": "drawshape",
+ "reference": "https://github.com/zohac/ComfyUI_ZC_DrawShape",
+ "files": [
+ "https://github.com/zohac/ComfyUI_ZC_DrawShape"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:ZC DrawShape Node"
+ },
+ {
+ "author": "DataCTE",
+ "title": "Prompt Injection Node for ComfyUI",
+ "id": "prompt-injection",
+ "reference": "https://github.com/DataCTE/prompt_injection",
+ "files": [
+ "https://github.com/DataCTE/prompt_injection"
+ ],
+ "install_type": "git-clone",
+ "description": "This custom node for ComfyUI allows you to inject specific prompts at specific blocks of the Stable Diffusion UNet, providing fine-grained control over the generated image. It is based on the concept that the content/subject understanding of the model is primarily contained within the MID0 and MID1 blocks, as demonstrated in the B-Lora (Content Style implicit separation) paper. Features.\nInject different prompts into specific UNet blocks Three different node variations for flexible workflow integration Customize the learning rate of specific blocks to focus on content, lighting, style, or other aspects Potential for developing a 'Mix of Experts' approach by swapping blocks on-the-fly based on prompt content"
+ },
+ {
+ "author": "FrankChieng",
+ "title": "ComfyUI_llm_easyanimiate",
+ "id": "llm-easyanimate",
+ "nodename_pattern": "^FrankChiengEasyAnimate",
+ "reference": "https://github.com/frankchieng/ComfyUI_llm_easyanimiate",
+ "files": [
+ "https://github.com/frankchieng/ComfyUI_llm_easyanimiate"
+ ],
+ "install_type": "git-clone",
+ "description": "implementation easyanimate with llama3-8b-6bit instruction LLM generation prompt help"
+ },
+ {
+ "author": "nuanarchy",
+ "title": "ComfyUI-NuA-FlashFace",
+ "id": "nua-flashface",
+ "reference": "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace",
+ "files": [
+ "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace"
+ ],
+ "install_type": "git-clone",
+ "description": "ComfyUI implementation of [a/FlashFace: Human Image Personalization with High-fidelity Identity Preservation](https://github.com/ali-vilab/FlashFace)\nNOTE: You need to downalod models manually."
+ },
+ {
+ "author": "denfrost",
+ "title": "Den_ComfyUI_Workflows",
+ "id": "den",
+ "reference": "https://github.com/denfrost/Den_ComfyUI_Workflow",
+ "files": [
+ "https://github.com/denfrost/Den_ComfyUI_Workflow"
+ ],
+ "install_type": "git-clone",
+ "description": "Custom nodes make easy Advanced Workflows. Focus on Image/Video and ControlNet efficiency and performances. Manipulation of Latent Space, Automatic pipeline with a bit efforts."
+ },
+ {
+ "author": "marduk191",
+ "title": "marduk191 workflow settings",
+ "id": "marnodes",
+ "reference": "https://github.com/marduk191/comfyui-marnodes",
+ "files": [
+ "https://github.com/marduk191/comfyui-marnodes"
+ ],
+ "install_type": "git-clone",
+ "description": "A node to set workflow settings."
+ },
+ {
+ "author": "haohaocreates",
+ "title": "ComfyUI-HH-Image-Selector",
+ "id": "hh-image-selector",
+ "reference": "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector",
+ "files": [
+ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector"
+ ],
+ "install_type": "git-clone",
+ "description": "comfuio custom node that returns an image from a batch based on selected criteria such as RGB value, brightness, etc (credits to chris goringe's custom nodes tutorial )."
+ },
+ {
+ "author": "exdysa",
+ "title": "comfyui-selector",
+ "reference": "https://github.com/exdysa/comfyui-selector",
+ "files": [
+ "https://github.com/exdysa/comfyui-selector"
+ ],
+ "install_type": "git-clone",
+ "description": "Nodes:Selector. Quick and dirty parameter generator node for ComfyUI."
+ },
+ {
+ "author": "Jin Liu",
+ "title": "ComfyUI-LJNodes",
+ "id": "ComfyUI-LJNodes",
+ "reference": "https://github.com/coolzilj/ComfyUI-LJNodes",
+ "files": [
+ "https://github.com/coolzilj/ComfyUI-LJNodes"
+ ],
+ "install_type": "git-clone",
+ "description": "A variety of custom nodes to enhance ComfyUI for a buttery smooth experience."
+ },
+ {
+ "author": "GavChap",
+ "title": "ComfyUI-SD3LatentSelectRes",
+ "id": "sd3latent-select-res",
+ "reference": "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes",
+ "files": [
+ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes"
+ ],
+ "install_type": "git-clone",
+ "description": "You'll get a new node called SD3 Latent Select Resolution, you can pick the x and y sizes from a list."
+ },
+ {
+ "author": "BenNarum",
+ "title": "SigmaWaveFormNodes",
+ "id": "sigmawaveform",
+ "reference": "https://github.com/BenNarum/SigmaWaveFormNode",
+ "files": [
+ "https://github.com/BenNarum/SigmaWaveFormNode"
+ ],
+ "install_type": "git-clone",
+ "description": "A set of tools for generating and altering sigmas in ComfyUI."
+ },
+ {
+ "author": "shobhitic",
+ "title": "PlusMinusTextClip - Single node for Positive and Negative Prompts",
+ "id": "plusminustextclip",
+ "reference": "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip",
+ "files": [
+ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip"
+ ],
+ "install_type": "git-clone",
+ "description": "This adds a node that has both the positive and negative prompts as input in one node. You can just add one node and be done with both Positive and Negative prompts, in place of adding two different nodes for them."
+ },
+ {
+ "author": "Late Night Labs",
+ "title": "LNL Frame Selector",
+ "id": "lnlframeselector",
+ "reference": "https://github.com/latenightlabs/ComfyUI-LNL",
+ "files": [
+ "https://github.com/latenightlabs/ComfyUI-LNL"
+ ],
+ "install_type": "git-clone",
+ "description": "Frame Selector & Sequence Selection Node for ComfyUI."
+ },
+ {
+ "author": "Michael Standen",
+ "title": "Ollama Prompt Encode",
+ "id": "ollamapromptencode",
+ "reference": "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode",
+ "files": [
+ "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode"
+ ],
+ "install_type": "git-clone",
+ "description": "A prompt generator and CLIP encoder using AI provided by Ollama."
+ },
+
+
{
@@ -10107,16 +10516,6 @@
"install_type": "copy",
"description": "Extension to show random cat GIFs while queueing prompt."
},
- {
- "author": "archifancy",
- "title": "Image-vector-for-ComfyUI",
- "reference": "https://github.com/archifancy/Image-vector-for-ComfyUI",
- "files": [
- "https://github.com/archifancy/Image-vector-for-ComfyUI/raw/main/AIvector.py"
- ],
- "install_type": "copy",
- "description": "Nodes:AIvector. A wrapped comfyui node for converting pixels to vectors using Vtracer. Check it out here: [a/https://github.com/visioncortex/vtracer](https://github.com/visioncortex/vtracer)."
- },
{
"author": "barckley75",
"title": "comfyUI_DaVinciResolve",
@@ -10131,14 +10530,35 @@
"description": "Nodes:TextToSpeech, phy_3_conditioning, SaveAudioToDaVinci, SaveImageToDaVinci.\nNOTE:In order to use DaVinci node you must have DaVinci Resolve Studio connected to the API. For more information check the help seciton in DaVinci Resolve Studio HELP>DOCUMENTATION>DEVELOPER. It will open a folder, search for scripting and the for README.txt file, the API documentation."
},
{
- "author": "exdysa",
- "title": "comfyui-selector",
- "reference": "https://github.com/exdysa/comfyui-selector",
+ "author": "DannyStone1999",
+ "title": "ComfyUI-Depth2Mask",
+ "reference": "https://github.com/DannyStone1999/ComfyUI-Depth2Mask",
"files": [
- "https://github.com/exdysa/comfyui-selector/raw/main/selector.py"
+ "https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py"
],
"install_type": "copy",
- "description": "Nodes:Selector. Quick and dirty parameter generator node for ComfyUI."
+ "description": "Nodes:Depth2Mask"
+ },
+ {
+ "author": "Limbicnation",
+ "title": "ComfyUIDepthEstimation",
+ "reference": "https://github.com/Limbicnation/ComfyUIDepthEstimation",
+ "files": [
+ "https://github.com/Limbicnation/ComfyUIDepthEstimation/raw/main/depth_estimation_node.py"
+ ],
+ "pip": ["transformers"],
+ "install_type": "copy",
+ "description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository."
+ },
+ {
+ "author": "seghier",
+ "title": "ComfyUI_LibreTranslate",
+ "reference": "https://github.com/seghier/ComfyUI_LibreTranslate",
+ "files": [
+ "https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py"
+ ],
+ "install_type": "copy",
+ "description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)"
},
diff --git a/extension-node-map.json b/extension-node-map.json
index 731fef68..be26b9fb 100644
--- a/extension-node-map.json
+++ b/extension-node-map.json
@@ -91,6 +91,16 @@
"title_aux": "Comfyui-ergouzi-Nodes"
}
],
+ "https://github.com/11dogzi/Comfyui-ergouzi-samplers": [
+ [
+ "EGBYZZCYQ",
+ "EGCYQJB",
+ "EGCYQJBCJ"
+ ],
+ {
+ "title_aux": "Comfyui-ergouzi-samplers"
+ }
+ ],
"https://github.com/1mckw/Comfyui-Gelbooru": [
[
"Gelbooru (ID)",
@@ -127,9 +137,12 @@
"SAMIN String Attribute Selector",
"SANMIN Adapt Coordinates",
"SANMIN AdjustTransparency",
+ "SANMIN BlurMaskArea",
"SANMIN ChineseToCharacter",
"SANMIN ClothingWildcards",
"SANMIN ConvertToEnglish",
+ "SANMIN EditWildcards",
+ "SANMIN Float",
"SANMIN LoadPathImagesPreview",
"SANMIN SCALE AND FILL BLACK",
"SANMIN SanmiSaveImageToLocal",
@@ -399,6 +412,7 @@
[
"> Clear Text",
"> Float to Int",
+ "> Get Mean Color",
"> Int",
"> Int to Text",
"> Light Source Mask",
@@ -407,6 +421,8 @@
"> Mask Curves",
"> NIKSampler",
"> Noise From Image",
+ "> Normal Map Lighting",
+ "> RGB Color",
"> Resolution by Aspect Ratio",
"> Rotate Image",
"> Save Image",
@@ -498,10 +514,19 @@
"https://github.com/Acly/comfyui-tooling-nodes": [
[
"ETN_ApplyMaskToImage",
+ "ETN_AttentionMask",
+ "ETN_BackgroundRegion",
"ETN_CropImage",
+ "ETN_DefineRegion",
+ "ETN_ExtractImageTile",
+ "ETN_ExtractMaskTile",
+ "ETN_GenerateTileMask",
+ "ETN_ListRegionMasks",
"ETN_LoadImageBase64",
"ETN_LoadMaskBase64",
- "ETN_SendImageWebSocket"
+ "ETN_MergeImageTile",
+ "ETN_SendImageWebSocket",
+ "ETN_TileLayout"
],
{
"title_aux": "ComfyUI Nodes for External Tooling"
@@ -576,17 +601,6 @@
"title_aux": "ComfyUI-SimpleCounter"
}
],
- "https://github.com/AppleBotzz/ComfyUI_LLMVISION": [
- [
- "CLAUDE_CHAT",
- "CLAUDE_VISION",
- "GPT4_CHAT",
- "GPT4_VISION"
- ],
- {
- "title_aux": "ComfyUI_LLMVISION"
- }
- ],
"https://github.com/ArcherFMY/Diffusion360_ComfyUI": [
[
"Diffusion360LoaderImage2Pano",
@@ -769,6 +783,19 @@
"title_aux": "bsz-cui-extras"
}
],
+ "https://github.com/BenNarum/SigmaWaveFormNode": [
+ [
+ "AttenuatorNode",
+ "FourierFilterNode",
+ "PhaseLockedLoopNode",
+ "SigmaWaveFormNode",
+ "SigmaWaveFormNodeAdvanced",
+ "SigmaWaveFormNodeSimple"
+ ],
+ {
+ "title_aux": "SigmaWaveFormNodes"
+ }
+ ],
"https://github.com/BennyKok/comfyui-deploy": [
[
"ComfyDeployWebscoketImageInput",
@@ -1111,6 +1138,14 @@
"title_aux": "Comfy Couple"
}
],
+ "https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py": [
+ [
+ "Depth2Mask"
+ ],
+ {
+ "title_aux": "ComfyUI-Depth2Mask"
+ }
+ ],
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig",
@@ -1120,6 +1155,16 @@
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
+ "https://github.com/DataCTE/prompt_injection": [
+ [
+ "AdvancedPromptInjection",
+ "PromptInjection",
+ "SimplePromptInjection"
+ ],
+ {
+ "title_aux": "Prompt Injection Node for ComfyUI"
+ }
+ ],
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [
[],
{
@@ -1253,12 +1298,7 @@
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [
[
"CLIP Temperature",
- "Dynamic scale as float",
- "Unet Temperature SD1",
- "Unet Temperature SD1 per layer",
- "Unet Temperature SDXL",
- "Unet Temperature SDXL per layer",
- "Unet Temperature any model"
+ "Unet Temperature"
],
{
"title_aux": "Stable-Diffusion-temperature-settings"
@@ -1287,6 +1327,7 @@
"https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": [
[
"Aligned Scheduler",
+ "Gaussian Tail Scheduler",
"Get sigmas as float",
"Graph sigmas",
"Manual scheduler",
@@ -1753,6 +1794,14 @@
"title_aux": "ComfyUI-GTSuya-Nodes"
}
],
+ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": [
+ [
+ "SD3LatentSelectRes"
+ ],
+ {
+ "title_aux": "ComfyUI-SD3LatentSelectRes"
+ }
+ ],
"https://github.com/GentlemanHu/ComfyUI-SunoAI": [
[
"GentlemanHu_SunoAI",
@@ -1790,6 +1839,8 @@
],
"https://github.com/GraftingRayman/ComfyUI_GraftingRayman": [
[
+ "GR Flip Tile Random Inverted",
+ "GR Flip Tile Random Red Ring",
"GR Image Details Displayer",
"GR Image Details Saver",
"GR Image Resize",
@@ -1919,13 +1970,16 @@
"IG Cross Fade Images",
"IG Explorer",
"IG Float",
+ "IG Float List",
"IG Folder",
"IG Int",
+ "IG Interpolate",
"IG Load Image",
"IG Load Images",
"IG Multiply",
"IG Path Join",
"IG String",
+ "IG String List",
"IG ZFill"
],
{
@@ -2108,6 +2162,7 @@
"JNodes_BooleanSelectorWithString",
"JNodes_BreakMediaInfo",
"JNodes_CheckpointSelectorWithString",
+ "JNodes_CreateStereoscopicImageFromDepth",
"JNodes_GetOutputDirectory",
"JNodes_GetParameterFromList",
"JNodes_GetParameterGlobal",
@@ -2149,6 +2204,15 @@
"title_aux": "ComfyUI-JNodes"
}
],
+ "https://github.com/JayLyu/ComfyUI_BaiKong_Node": [
+ [
+ "BK_ColorSelector",
+ "BK_Img2Color"
+ ],
+ {
+ "title_aux": "ComfyUI_BaiKong_Node"
+ }
+ ],
"https://github.com/JcandZero/ComfyUI_GLM4Node": [
[
"GLM3_turbo_CHAT",
@@ -2692,6 +2756,7 @@
"MaraScottPasteInpaintingByMask_v1",
"MaraScottSetInpaintingByMask_v1",
"MaraScottUpscalerRefinerNode_v2",
+ "MaraScottUpscalerRefinerNode_v3",
"MaraScott_Kijai_TokenCounter_v1"
],
{
@@ -2729,7 +2794,7 @@
"ShowText"
],
{
- "title_aux": "ComfyUI_Text"
+ "title_aux": "ComfyUI-Text"
}
],
"https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [
@@ -2793,6 +2858,7 @@
"HueShift",
"ImageDimensions",
"ImageResizeLong",
+ "ImageZigzag",
"IndoorBackgrounds",
"IndoorDir",
"IntEvaluate",
@@ -2822,6 +2888,7 @@
"SearchReplace",
"SimplePrompts",
"SpecificStylesDir",
+ "SplitImages",
"StringJoin",
"TimeStamp",
"TricolorComposition",
@@ -3349,6 +3416,7 @@
[
"AudioBatchValueNode",
"AudioTranscriptionNode",
+ "DownloadAudio",
"ImageRepeatInterleavedNode",
"LatentRepeatInterleavedNode",
"LoadAudio",
@@ -3377,6 +3445,37 @@
"title_aux": "SComfyUI-Keyframe"
}
],
+ "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": [
+ [
+ "CombinedDiffusersLoader",
+ "CombinedDiffusersSD15Loader",
+ "CombinedDiffusersSDXLLoader",
+ "DiffusersClipLoader",
+ "DiffusersUNETLoader",
+ "DiffusersVAELoader",
+ "SD15CLIPLoader",
+ "SD15UNETLoader",
+ "SD15VAELoader",
+ "SDXLCLIPLoader",
+ "SDXLUNETLoader",
+ "SDXLVAELoader"
+ ],
+ {
+ "title_aux": "Loaders for Diffusers-format checkpoints"
+ }
+ ],
+ "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": [
+ [
+ "OllamaCLIPTextEncode"
+ ],
+ {
+ "author": "Michael Standen",
+ "description": "Use AI to generate prompts and perform CLIP text encoding",
+ "nickname": "Ollama Prompt Encode",
+ "title": "Ollama Prompt Encode",
+ "title_aux": "Ollama Prompt Encode"
+ }
+ ],
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": [
[
"SeaArtLongClip",
@@ -3659,17 +3758,6 @@
"title_aux": "Eagleshadow Custom Nodes"
}
],
- "https://github.com/Shinsplat/ComfyUI-Shinsplat": [
- [
- "Clip Text Encode (Shinsplat)",
- "Clip Text Encode SDXL (Shinsplat)",
- "Lora Loader (Shinsplat)",
- "Sum Wrap (Shinsplat)"
- ],
- {
- "title_aux": "ComfyUI-Shinsplat"
- }
- ],
"https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
[
"SVDRsizer"
@@ -3794,6 +3882,7 @@
"Stability Creative Upscale",
"Stability Erase",
"Stability Image Core",
+ "Stability Image Ultra",
"Stability Inpainting",
"Stability Outpainting",
"Stability Remove Background",
@@ -4193,11 +4282,13 @@
"tri3d-adjust-neck",
"tri3d-atr-parse",
"tri3d-atr-parse-batch",
+ "tri3d-clear-memory",
"tri3d-clipdrop-bgremove-api",
"tri3d-clipdrop-bgreplace-api",
"tri3d-composite-image-splitter",
"tri3d-dwpose",
"tri3d-extract-hand",
+ "tri3d-extract-masks-batch",
"tri3d-extract-parts-batch",
"tri3d-extract-parts-batch2",
"tri3d-extract-parts-mask-batch",
@@ -4380,6 +4471,14 @@
"title_aux": "Anyline"
}
],
+ "https://github.com/ThereforeGames/ComfyUI-Unprompted": [
+ [
+ "Unprompted"
+ ],
+ {
+ "title_aux": "ComfyUI-Unprompted"
+ }
+ ],
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [
[
"ttN KSampler_v2",
@@ -5075,6 +5174,16 @@
"title_aux": "ComfyUI-Q-Align"
}
],
+ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2": [
+ [
+ "Qwen2_Chat_Zho",
+ "Qwen2_ModelLoader_Zho",
+ "Qwen2_Zho"
+ ],
+ {
+ "title_aux": "ComfyUI-Qwen-2"
+ }
+ ],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": [
[
"QWenVL_API_S_Multi_Zho",
@@ -5307,13 +5416,17 @@
],
"https://github.com/ai-liam/comfyui-liam": [
[
+ "AiStoreAzureGPTLiam",
"GetBetterDepthImage",
"LiamLibFillImage",
"LiamLibImageToGray",
"LiamLibLoadImage",
"LiamLibSaveImg",
"LiamLibSaveText",
- "PreviewReliefImage"
+ "OllamaApiTNodeLiam",
+ "PreviewReliefImage",
+ "SpeechRecognitionLiam",
+ "SpeechSynthesisLiam"
],
{
"title_aux": "LiamUtil"
@@ -5359,6 +5472,15 @@
"title_aux": "Save Layers Node for ComfyUI"
}
],
+ "https://github.com/alessandrozonta/ComfyUI-OpenPose": [
+ [
+ "OpenPose - Get poses"
+ ],
+ {
+ "author": "joe",
+ "title_aux": "OpenPose Node"
+ }
+ ],
"https://github.com/alexopus/ComfyUI-Image-Saver": [
[
"Cfg Literal (Image Saver)",
@@ -5617,7 +5739,7 @@
],
"https://github.com/audioscavenger/ComfyUI-Thumbnails": [
[
- "ComfyUIThumbnails"
+ "LoadImageThumbnails"
],
{
"author": "AudioscavengeR",
@@ -5667,7 +5789,10 @@
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - SDXL",
- "Bedrock - Titan Image",
+ "Bedrock - Titan Inpainting",
+ "Bedrock - Titan Outpainting",
+ "Bedrock - Titan Text to Image",
+ "Bedrock - Titan Variation",
"Image From S3",
"Image From URL",
"Image To S3",
@@ -5761,6 +5886,8 @@
"Mikey Sampler Base Only Advanced",
"Mikey Sampler Tiled",
"Mikey Sampler Tiled Base Only",
+ "MikeyLatentTileSampler",
+ "MikeyLatentTileSamplerCustom",
"MikeySamplerTiledAdvanced",
"MikeySamplerTiledAdvancedBaseOnly",
"MosaicExpandImage",
@@ -5790,6 +5917,7 @@
"TextCombinations",
"TextCombinations3",
"TextConcat",
+ "TextPadderMikey",
"TextPreserve",
"Upscale Tile Calculator",
"Wildcard Processor",
@@ -6083,6 +6211,7 @@
],
"https://github.com/bobmagicii/comfykit-custom-nodes": [
[
+ "LoraThree",
"LoraWithMeta",
"TypecasterImage",
"TypecasterLatent"
@@ -6269,6 +6398,23 @@
"title_aux": "ComfyUI LLaVA Captioner"
}
],
+ "https://github.com/chakib-belgaid/ComfyUI-autosize": [
+ [
+ "CustomAutoSize",
+ "SDXLAutoSize"
+ ],
+ {
+ "title_aux": "ComfyUI-autosize"
+ }
+ ],
+ "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": [
+ [
+ "Prompt_Styler"
+ ],
+ {
+ "title_aux": "ComfyUI Style Plugin"
+ }
+ ],
"https://github.com/chandlergis/ComfyUI-IMG_Query": [
[
"ImageRequestNode"
@@ -6277,6 +6423,14 @@
"title_aux": "ComfyUI-IMG_Query"
}
],
+ "https://github.com/chandlergis/ComfyUI_EmojiOverlay": [
+ [
+ "Image Emoji Overlay"
+ ],
+ {
+ "title_aux": "ComfyUI_EmojiOverlay"
+ }
+ ],
"https://github.com/chaojie/ComfyUI-AniPortrait": [
[
"AniPortraitLoader",
@@ -6750,9 +6904,11 @@
"LayerColor: Levels",
"LayerColor: RGB",
"LayerColor: YUV",
+ "LayerFilter: AddGrain",
"LayerFilter: ChannelShake",
"LayerFilter: ColorMap",
"LayerFilter: Film",
+ "LayerFilter: FilmV2",
"LayerFilter: GaussianBlur",
"LayerFilter: HDREffects",
"LayerFilter: LightLeak",
@@ -6764,6 +6920,7 @@
"LayerMask: BiRefNetUltra",
"LayerMask: BlendIf Mask",
"LayerMask: CreateGradientMask",
+ "LayerMask: ImageToMask",
"LayerMask: MaskBoxDetect",
"LayerMask: MaskByColor",
"LayerMask: MaskByDifferent",
@@ -6771,11 +6928,13 @@
"LayerMask: MaskEdgeUltraDetail",
"LayerMask: MaskEdgeUltraDetail V2",
"LayerMask: MaskGradient",
+ "LayerMask: MaskGrain",
"LayerMask: MaskGrow",
"LayerMask: MaskInvert",
"LayerMask: MaskMotionBlur",
"LayerMask: MaskPreview",
"LayerMask: MaskStroke",
+ "LayerMask: MediapipeFacialSegment",
"LayerMask: PersonMaskUltra",
"LayerMask: PersonMaskUltra V2",
"LayerMask: PixelSpread",
@@ -6801,6 +6960,7 @@
"LayerStyle: Stroke",
"LayerStyle: Stroke V2",
"LayerUtility: AddBlindWaterMark",
+ "LayerUtility: BatchSelector",
"LayerUtility: Boolean",
"LayerUtility: BooleanOperator",
"LayerUtility: ColorImage",
@@ -6819,6 +6979,7 @@
"LayerUtility: GetImageSize",
"LayerUtility: GradientImage",
"LayerUtility: GradientImage V2",
+ "LayerUtility: HLFrequencyDetailRestore",
"LayerUtility: ImageAutoCrop",
"LayerUtility: ImageAutoCrop V2",
"LayerUtility: ImageBlend",
@@ -6851,6 +7012,7 @@
"LayerUtility: QWenImage2Prompt",
"LayerUtility: RGB Value",
"LayerUtility: RestoreCropBox",
+ "LayerUtility: SD3NegativeConditioning",
"LayerUtility: SaveImagePlus",
"LayerUtility: Seed",
"LayerUtility: ShowBlindWaterMark",
@@ -7149,6 +7311,7 @@
"CLIPSetLastLayer",
"CLIPTextEncode",
"CLIPTextEncodeControlnet",
+ "CLIPTextEncodeSD3",
"CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner",
"CLIPVisionEncode",
@@ -7178,6 +7341,7 @@
"DualCLIPLoader",
"EmptyImage",
"EmptyLatentImage",
+ "EmptySD3LatentImage",
"ExponentialScheduler",
"FeatherMask",
"FlipSigmas",
@@ -7245,6 +7409,7 @@
"ModelMergeSubtract",
"ModelSamplingContinuousEDM",
"ModelSamplingDiscrete",
+ "ModelSamplingSD3",
"ModelSamplingStableCascade",
"Morphology",
"PatchModelAddDownscale",
@@ -7296,6 +7461,7 @@
"StyleModelLoader",
"ThresholdMask",
"TomePatchModel",
+ "TripleCLIPLoader",
"UNETLoader",
"UNetCrossAttentionMultiply",
"UNetSelfAttentionMultiply",
@@ -7319,6 +7485,16 @@
"title_aux": "ComfyUI"
}
],
+ "https://github.com/comfyanonymous/ComfyUI_TensorRT": [
+ [
+ "DYNAMIC_TRT_MODEL_CONVERSION",
+ "STATIC_TRT_MODEL_CONVERSION",
+ "TensorRTLoader"
+ ],
+ {
+ "title_aux": "TensorRT Node for ComfyUI"
+ }
+ ],
"https://github.com/comfyanonymous/ComfyUI_experiments": [
[
"ModelMergeBlockNumber",
@@ -7437,6 +7613,7 @@
"IPAdapterCombineParams",
"IPAdapterCombineWeights",
"IPAdapterEmbeds",
+ "IPAdapterEmbedsBatch",
"IPAdapterEncoder",
"IPAdapterFaceID",
"IPAdapterFromParams",
@@ -7500,6 +7677,7 @@
"ImageApplyLUT+",
"ImageBatchMultiple+",
"ImageCASharpening+",
+ "ImageColorMatch+",
"ImageCompositeFromMaskBatch+",
"ImageCrop+",
"ImageDesaturate+",
@@ -7507,6 +7685,7 @@
"ImageExpandBatch+",
"ImageFlip+",
"ImageFromBatch+",
+ "ImageHistogramMatch+",
"ImageListToBatch+",
"ImagePosterize+",
"ImageRandomTransform+",
@@ -7613,8 +7792,6 @@
],
"https://github.com/dagthomas/comfyui_dagthomas": [
[
- "CSL",
- "CSVPromptGenerator",
"PromptGenerator"
],
{
@@ -7723,14 +7900,18 @@
"JDCN_BatchLatentLoadFromDir",
"JDCN_BatchLatentLoadFromList",
"JDCN_BatchSaveLatent",
+ "JDCN_BoolInt",
+ "JDCN_EnableDisable",
"JDCN_FileMover",
"JDCN_ImageSaver",
"JDCN_ListToString",
"JDCN_ReBatch",
"JDCN_SeamlessExperience",
+ "JDCN_ShowAny",
"JDCN_SplitString",
"JDCN_StringManipulator",
"JDCN_StringToList",
+ "JDCN_SwapInputs",
"JDCN_TXTFileSaver",
"JDCN_VHSFileMover"
],
@@ -7765,6 +7946,40 @@
"title_aux": "comfyui_facetools"
}
],
+ "https://github.com/denfrost/Den_ComfyUI_Workflow": [
+ [
+ "Den_BatchIndex_AS",
+ "Den_CropImage_AS",
+ "Den_Eval_AS",
+ "Den_FaceRestoreCFWithModel",
+ "Den_GPTLoaderSimple_llama",
+ "Den_GPTSampler_llama",
+ "Den_ImageMixMasked_As",
+ "Den_ImageToLatentSpace",
+ "Den_ImageToMask_AS",
+ "Den_Int2Any_AS",
+ "Den_LatentAdd_AS",
+ "Den_LatentMixMasked_As",
+ "Den_LatentMix_AS",
+ "Den_LatentToImages_AS",
+ "Den_LoadLatent_AS",
+ "Den_MapRange_AS",
+ "Den_MaskToImage_AS",
+ "Den_Math_AS",
+ "Den_NoiseImage_AS",
+ "Den_Number2Float_AS",
+ "Den_Number2Int_AS",
+ "Den_Number_AS",
+ "Den_SVD_img2vid",
+ "Den_SaveLatent_AS",
+ "Den_TextToImage_AS",
+ "Den_TextWildcardList_AS",
+ "Increment_AS"
+ ],
+ {
+ "title_aux": "Den_ComfyUI_Workflows"
+ }
+ ],
"https://github.com/deroberon/StableZero123-comfyui": [
[
"SDZero ImageSplit",
@@ -8056,20 +8271,23 @@
"Eden_String",
"FolderScanner",
"GetRandomFile",
+ "Get_Prefixed_Imgs",
"HistogramMatching",
"IMG_blender",
"IMG_padder",
"IMG_resolution_multiple_of",
"IMG_scaler",
"IMG_unpadder",
- "IPAdapterRandomRotateEmbeds",
"If ANY execute A else B",
"ImageDescriptionNode",
"LatentTypeConversion",
+ "Linear_Combine_IP_Embeds",
+ "LoadImagesByFilename",
"LoadRandomImage",
+ "Load_Embeddings_From_Folder",
"MaskFromRGB",
"MaskFromRGB_KMeans",
- "SaveExplorationState",
+ "Random_Style_Mixture",
"SaveImageAdvanced",
"SavePosEmbeds",
"VAEDecode_to_folder",
@@ -8137,15 +8355,16 @@
"title_aux": "ComfyMath"
}
],
- "https://github.com/exdysa/comfyui-selector/raw/main/selector.py": [
+ "https://github.com/exdysa/comfyui-selector": [
[
+ "Recourse",
"Selector"
],
{
- "author": "\u02f6\ud835\udfa2\u292c\u2ad2\u2d56s\u143c\u02f6",
- "description": "Preset aspect ratios and inference parameters.",
- "nickname": "Selector",
- "title": "Selector",
+ "author": "\"\u02f6\ud835\udfa2\u292c\u2ad2\u2d56s\u143c\u02f6\"",
+ "description": "\"Selector and Recourse for exdysa workflow. Preset aspect ratios, general settings, fallback switches.\"",
+ "nickname": "\"Selector\"",
+ "title": "\"Selector\"",
"title_aux": "comfyui-selector"
}
],
@@ -8212,6 +8431,14 @@
"title_aux": "ComfyUI-AutoTrimBG"
}
],
+ "https://github.com/fexploit/ComfyUI-Classifier": [
+ [
+ "ClassifierNode"
+ ],
+ {
+ "title_aux": "ComfyUI-Classifier"
+ }
+ ],
"https://github.com/filipemeneses/comfy_pixelization": [
[
"Pixelization"
@@ -8232,8 +8459,10 @@
"FL_HalftonePattern",
"FL_HexagonalPattern",
"FL_ImageCaptionSaver",
+ "FL_ImageCollage",
"FL_ImageDimensionDisplay",
"FL_ImageDurationSync",
+ "FL_ImageNotes",
"FL_ImagePixelator",
"FL_ImageRandomizer",
"FL_InfiniteZoom",
@@ -8376,6 +8605,7 @@
"https://github.com/fmatray/ComfyUI_BattlemapGrid": [
[
"Battlemap Grid",
+ "Compass",
"Map Generator",
"Map Generator(Outdoors)"
],
@@ -8459,6 +8689,13 @@
"title_aux": "ComfyUI_MagicClothing"
}
],
+ "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": [
+ [],
+ {
+ "nodename_pattern": "^FrankChiengEasyAnimate",
+ "title_aux": "ComfyUI_llm_easyanimiate"
+ }
+ ],
"https://github.com/fsdymy1024/ComfyUI_fsdymy": [
[
"Preview Image Without Metadata",
@@ -8897,17 +9134,24 @@
"Image20SwitcherNode",
"Image3SwitcherNode",
"Image5SwitcherNode",
+ "MonoClip_node",
+ "PixelArt_node",
+ "VAEDecodePreview_node",
+ "image2contrastMask_node",
+ "image2imbgg_node",
"image_halftone",
"image_histograms_node",
"image_histograms_node_compact",
"images_side_by_side",
- "smart_checkpoint_loader"
+ "imgbbLoader_node",
+ "smart_checkpoint_loader",
+ "storeURL_node"
],
{
"author": "YFG",
- "description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.",
- "nickname": "\ud83d\udc2f YFG Histograms",
- "title": "YFG Histograms",
+ "description": "This extension loads a model checkpoint file and extracts the model state dictionary or the entire model, treating all checkpoints as if they are in the root directory.",
+ "nickname": "\ud83e\udde0 YFG Smart Checkpoint Loader",
+ "title": "YFG Smart Checkpoint Loader",
"title_aux": "\ud83d\ude38 YFG Comical Nodes"
}
],
@@ -8984,6 +9228,14 @@
"title_aux": "ComfyUI-Image-Matting"
}
],
+ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": [
+ [
+ "Image Selector"
+ ],
+ {
+ "title_aux": "ComfyUI-HH-Image-Selector"
+ }
+ ],
"https://github.com/hay86/ComfyUI_AceNodes": [
[
"ACE_AnyInputSwitchBool",
@@ -9001,6 +9253,7 @@
"ACE_ImageRemoveBackground",
"ACE_ImageSaveToCloud",
"ACE_Integer",
+ "ACE_MaskBlur",
"ACE_Seed",
"ACE_Text",
"ACE_TextConcatenate",
@@ -9052,10 +9305,22 @@
"title_aux": "ComfyUI OpenVoice"
}
],
+ "https://github.com/hben35096/ComfyUI-ToolBox": [
+ [
+ "AutoDLDownload",
+ "FolderDeleter",
+ "FolderViewe"
+ ],
+ {
+ "title_aux": "ComfyUI-ToolBox"
+ }
+ ],
"https://github.com/heshengtao/comfyui_LLM_party": [
[
"About_us",
"CLIPTextEncode_party",
+ "Dingding",
+ "Dingding_tool",
"KSampler_party",
"LLM",
"LLM_api_loader",
@@ -9066,6 +9331,7 @@
"accuweather_tool",
"api_tool",
"arxiv_tool",
+ "bing_tool",
"check_web_tool",
"classify_function",
"classify_function_plus",
@@ -9075,8 +9341,11 @@
"ebd_tool",
"end_dialog",
"end_workflow",
+ "feishu",
+ "feishu_tool",
"file_combine",
"file_combine_plus",
+ "github_tool",
"google_tool",
"interpreter_tool",
"load_embeddings",
@@ -9087,15 +9356,20 @@
"load_url",
"load_wikipedia",
"new_interpreter_tool",
+ "openai_tts",
+ "play_audio",
"show_text_party",
"start_dialog",
"start_workflow",
"string_logic",
+ "substring",
"time_tool",
"tool_combine",
"tool_combine_plus",
"weather_tool",
"wikipedia_tool",
+ "work_wechat",
+ "work_wechat_tool",
"workflow_tool",
"workflow_transfer"
],
@@ -9209,6 +9483,31 @@
"title_aux": "ComfyUI_DanTagGen"
}
],
+ "https://github.com/huchenlei/ComfyUI_densediffusion": [
+ [
+ "DenseDiffusionAddCondNode",
+ "DenseDiffusionApplyNode"
+ ],
+ {
+ "title_aux": "ComfyUI DenseDiffusion"
+ }
+ ],
+ "https://github.com/huchenlei/ComfyUI_omost": [
+ [
+ "OmostDenseDiffusionLayoutNode",
+ "OmostGreedyBagsTextEmbeddingNode",
+ "OmostLLMChatNode",
+ "OmostLLMHTTPServerNode",
+ "OmostLLMLoaderNode",
+ "OmostLayoutCondNode",
+ "OmostLoadCanvasConditioningNode",
+ "OmostLoadCanvasPythonCodeNode",
+ "OmostRenderCanvasConditioningNode"
+ ],
+ {
+ "title_aux": "ComfyUI_omost"
+ }
+ ],
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [
[
"Openpose Keypoint Extractor"
@@ -10352,14 +10651,6 @@
"title_aux": "LoRTnoC-ComfyUI"
}
],
- "https://github.com/laksjdjf/attention-couple-ComfyUI": [
- [
- "Attention couple"
- ],
- {
- "title_aux": "attention-couple-ComfyUI"
- }
- ],
"https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": [
[
"CDTuner",
@@ -10407,6 +10698,15 @@
"title_aux": "LoRA Power-Merger ComfyUI"
}
],
+ "https://github.com/latenightlabs/ComfyUI-LNL": [
+ [
+ "LNL_FrameSelector",
+ "LNL_FrameSelectorV2"
+ ],
+ {
+ "title_aux": "LNL Frame Selector"
+ }
+ ],
"https://github.com/leoleelxh/ComfyUI-LLMs": [
[
"\ud83d\uddbc\ufe0f LLMs_Vison_Ali",
@@ -10458,18 +10758,37 @@
"https://github.com/ljleb/comfy-mecha": [
[
"Blocks Mecha Hyper",
- "Custom Code Mecha Recipe",
+ "Float Mecha Hyper",
+ "Lora Mecha Recipe",
+ "Mecha Custom Code Recipe",
"Mecha Merger",
+ "Mecha Recipe List",
"Model Mecha Recipe"
],
{
- "title_aux": "comfy-mecha"
+ "title_aux": "Mecha Merge Node Pack"
+ }
+ ],
+ "https://github.com/lks-ai/ComfyUI-StableAudioSampler": [
+ [
+ "StableAudioConditioning",
+ "StableAudioLoadModel",
+ "StableAudioPrompt",
+ "StableAudioSampler"
+ ],
+ {
+ "author": "lks-ai",
+ "description": "A Simple integration of Stable Audio Diffusion with knobs and stuff!",
+ "nickname": "stableaudio",
+ "title": "StableAudioSampler",
+ "title_aux": "ComfyUI Stable Audio Open 1.0 Sampler"
}
],
"https://github.com/lks-ai/anynode": [
[
"AnyNode",
"AnyNodeCodeViewer",
+ "AnyNodeExport",
"AnyNodeGemini",
"AnyNodeLocal"
],
@@ -10592,10 +10911,15 @@
"https://github.com/longgui0318/comfyui-magic-clothing": [
[
"Add Magic Clothing Attention",
+ "Change Pipeline Dtype And Device",
"Change Pixel Value Normalization",
- "LOAD OMS",
+ "Diffusers Model Makeup &MC",
+ "Diffusers Scheduler Loader &MC",
+ "Load Magic Clothing Adapter",
"Load Magic Clothing Model",
- "RUN OMS"
+ "Load Magic Clothing Pipeline",
+ "Load Magic Clothing Pipeline With Path",
+ "RUN Magic Clothing Diffusers Model"
],
{
"title_aux": "comfyui-magic-clothing"
@@ -10605,11 +10929,15 @@
[
"Image Adaptive Crop M&R",
"Image Adaptive Crop With Mask",
+ "Image Change DType",
"Image Change Device",
"Image Resolution Adaptive With X",
"Image Resolution Limit With 8K",
+ "Load Image With Name",
+ "Mask Change DType",
"Mask Change Device",
"Mask Selection Of Masks",
+ "Output Image To Input",
"Split Masks"
],
{
@@ -10619,10 +10947,15 @@
"https://github.com/longgui0318/comfyui-oms-diffusion": [
[
"Add Magic Clothing Attention",
+ "Change Pipeline Dtype And Device",
"Change Pixel Value Normalization",
- "LOAD OMS",
+ "Diffusers Model Makeup &MC",
+ "Diffusers Scheduler Loader &MC",
+ "Load Magic Clothing Adapter",
"Load Magic Clothing Model",
- "RUN OMS"
+ "Load Magic Clothing Pipeline",
+ "Load Magic Clothing Pipeline With Path",
+ "RUN Magic Clothing Diffusers Model"
],
{
"title_aux": "comfyui-oms-diffusion"
@@ -10639,6 +10972,8 @@
"https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": [
[
"InpaintCrop",
+ "InpaintExtendOutpaint",
+ "InpaintResize",
"InpaintStitch"
],
{
@@ -10714,6 +11049,7 @@
"ImpactControlNetApplySEGS",
"ImpactControlNetClearSEGS",
"ImpactConvertDataType",
+ "ImpactCount_Elts_in_SEGS",
"ImpactDecomposeSEGS",
"ImpactDilateMask",
"ImpactDilateMaskInSEGS",
@@ -10875,6 +11211,7 @@
"ChangeLatentBatchSize //Inspire",
"CheckpointLoaderSimpleShared //Inspire",
"ColorMapToMasks //Inspire",
+ "ColorMaskToDepthMask //Inspire",
"Color_Preprocessor_Provider_for_SEGS //Inspire",
"ConcatConditioningsWithMultiplier //Inspire",
"ConditioningStretch //Inspire",
@@ -10919,6 +11256,7 @@
"PromptExtractor //Inspire",
"RandomGeneratorForList //Inspire",
"RandomNoise //Inspire",
+ "RegionalCFG //Inspire",
"RegionalConditioningColorMask //Inspire",
"RegionalConditioningSimple //Inspire",
"RegionalIPAdapterColorMask //Inspire",
@@ -10956,6 +11294,21 @@
"title_aux": "ComfyUI Inspire Pack"
}
],
+ "https://github.com/luandev/ComfyUI-CrewAI": [
+ [
+ "\ud83d\udcceCrewAI Agent",
+ "\ud83d\udcceCrewAI Agent List",
+ "\ud83d\udcceCrewAI Crew",
+ "\ud83d\udcceCrewAI LLM Chat GPT",
+ "\ud83d\udcceCrewAI LLM Hugging Face",
+ "\ud83d\udcceCrewAI LLM OpenAI",
+ "\ud83d\udcceCrewAI Task",
+ "\ud83d\udcceCrewAI Task List"
+ ],
+ {
+ "title_aux": "ComfyUI CrewAI"
+ }
+ ],
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
[
"Custom Date Format | sokes \ud83e\uddac",
@@ -10996,6 +11349,20 @@
"title_aux": "ComfyUI-SubjectStyle-CSV"
}
],
+ "https://github.com/marduk191/comfyui-marnodes": [
+ [
+ "marduk191_5_text_string",
+ "marduk191_5way_text_switch",
+ "marduk191_workflow_settings"
+ ],
+ {
+ "author": "\u02f6marduk191",
+ "description": "A node to set workflow settings.",
+ "nickname": "marduk191 workflow settings",
+ "title": "marduk191 workflow settings",
+ "title_aux": "marduk191 workflow settings"
+ }
+ ],
"https://github.com/marhensa/sdxl-recommended-res-calc": [
[
"RecommendedResCalc"
@@ -11550,6 +11917,15 @@
"title_aux": "ntdviet/comfyui-ext"
}
],
+ "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": [
+ [
+ "FlashFace_Loader_NuA",
+ "FlashFace_Sampler_NuA"
+ ],
+ {
+ "title_aux": "ComfyUI-NuA-FlashFace"
+ }
+ ],
"https://github.com/nullquant/ComfyUI-BrushNet": [
[
"BlendInpaint",
@@ -11816,6 +12192,7 @@
"BMAB Prompt",
"BMAB Remove Background",
"BMAB Resize By Person",
+ "BMAB Resize By Ratio",
"BMAB Resize and Fill",
"BMAB SD-WebUI API BMAB Extension",
"BMAB SD-WebUI API ControlNet",
@@ -11855,6 +12232,14 @@
"title_aux": "Comfyui-Minio"
}
],
+ "https://github.com/prodogape/ComfyUI-OmDet": [
+ [
+ "Apply OmDet"
+ ],
+ {
+ "title_aux": "ComfyUI-OmDet"
+ }
+ ],
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [
[
"CheckpointLoader|pysssss",
@@ -11952,6 +12337,7 @@
],
"https://github.com/receyuki/comfyui-prompt-reader-node": [
[
+ "SDAnyConverter",
"SDBatchLoader",
"SDLoraLoader",
"SDLoraSelector",
@@ -12042,6 +12428,17 @@
"title_aux": "comfyui-ricklove"
}
],
+ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [
+ [
+ "FrequencyCombination",
+ "FrequencyCombinationHSV",
+ "FrequencySeparation",
+ "FrequencySeparationHSV"
+ ],
+ {
+ "title_aux": "comfyUI_FrequencySeparation_RGB-HSV"
+ }
+ ],
"https://github.com/rklaffehn/rk-comfy-nodes": [
[
"RK_CivitAIAddHashes",
@@ -12145,6 +12542,7 @@
[
"Runtime44ColorMatch",
"Runtime44DynamicKSampler",
+ "Runtime44FilmGrain",
"Runtime44ImageEnhance",
"Runtime44ImageOverlay",
"Runtime44ImageResizer",
@@ -12206,6 +12604,14 @@
"title_aux": "SRL's nodes"
}
],
+ "https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py": [
+ [
+ "LibreTranslate"
+ ],
+ {
+ "title_aux": "ComfyUI_LibreTranslate"
+ }
+ ],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[
"AdjustAndRoundDimensions",
@@ -12247,6 +12653,7 @@
"ChatGPTOpenAI",
"CkptNames_",
"Color",
+ "CombineAudioVideo",
"ComparingTwoFrames_",
"CompositeImages_",
"DynamicDelayProcessor",
@@ -12259,6 +12666,7 @@
"Font",
"GLIGENTextBoxApply_Advanced",
"GamePal",
+ "GenerateFramesByCount",
"GetImageSize_",
"GradientImage",
"GridDisplayAndSave",
@@ -12267,12 +12675,14 @@
"ImageColorTransfer",
"ImageCropByAlpha",
"ImageListReplace_",
+ "ImageListToBatch_",
"ImagesPrompt_",
"IncrementingListNode_",
"IntNumber",
"JoinWithDelimiter",
"LimitNumber",
"ListSplit_",
+ "LoadAndCombinedAudio_",
"LoadImagesFromPath",
"LoadImagesFromURL",
"LoadImagesToBatch",
@@ -12298,6 +12708,7 @@
"SaveImageAndMetadata_",
"SaveImageToLocal",
"SaveTripoSRMesh",
+ "ScenesNode_",
"ScreenShare",
"Seed_",
"ShowLayer",
@@ -12329,6 +12740,16 @@
"title_aux": "comfyui-mixlab-nodes"
}
],
+ "https://github.com/shadowcz007/comfyui-sound-lab": [
+ [
+ "AudioPlay",
+ "Musicgen_",
+ "StableAudio_"
+ ],
+ {
+ "title_aux": "comfyui-sound-lab"
+ }
+ ],
"https://github.com/shadowcz007/comfyui-ultralytics-yolo": [
[
"DetectByLabel"
@@ -12397,6 +12818,14 @@
"title_aux": "ComfyUI-send-Eagle(slim)"
}
],
+ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [
+ [
+ "PlusMinusTextClip"
+ ],
+ {
+ "title_aux": "PlusMinusTextClip - Single node for Positive and Negative Prompts"
+ }
+ ],
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [
[
"OpenposePreprocessorInterpolate"
@@ -12542,6 +12971,9 @@
],
"https://github.com/smthemex/ComfyUI_ChatGLM_API": [
[
+ "Glm_4_9b_Chat",
+ "Glm_4v_9b",
+ "Glm_Lcoal_Or_Repo",
"ZhipuaiApi_Character",
"ZhipuaiApi_Txt",
"ZhipuaiApi_img"
@@ -12570,7 +13002,8 @@
],
"https://github.com/smthemex/ComfyUI_ID_Animator": [
[
- "ID_Animator"
+ "ID_Animator",
+ "ID_Repo_Choice"
],
{
"title_aux": "ComfyUI_ID_Animator"
@@ -12611,8 +13044,34 @@
"title_aux": "ComfyUI_Pipeline_Tool"
}
],
+ "https://github.com/smthemex/ComfyUI_Pops": [
+ [
+ "Imgae_To_Path",
+ "Pops_Controlnet_Sampler",
+ "Pops_Ipadapter_Sampler",
+ "Pops_Mean_Sampler",
+ "Pops_Prior_Embedding",
+ "Pops_Repo_Choice",
+ "Pops_Unet_Sampler"
+ ],
+ {
+ "title_aux": "ComfyUI_Pops"
+ }
+ ],
+ "https://github.com/smthemex/ComfyUI_StableAudio_Open": [
+ [
+ "StableAudio_Open",
+ "Use_LocalModel_Or_Repo"
+ ],
+ {
+ "title_aux": "ComfyUI_StableAudio_Open"
+ }
+ ],
"https://github.com/smthemex/ComfyUI_StoryDiffusion": [
[
+ "Character_Batch",
+ "Comic_Type",
+ "Pre_Translate_prompt",
"Storydiffusion_Img2Img",
"Storydiffusion_Text2Img"
],
@@ -12676,6 +13135,7 @@
"BatchNormalizeImage",
"BatchNormalizeLatent",
"BetterFilmGrain",
+ "BilateralFilterImage",
"BlurImageFast",
"BlurMaskFast",
"ClampOutliers",
@@ -12685,7 +13145,10 @@
"DilateErodeMask",
"EnhanceDetail",
"ExposureAdjust",
+ "FrequencyCombine",
+ "FrequencySeparate",
"GuidedFilterAlpha",
+ "GuidedFilterImage",
"ImageConstant",
"ImageConstantHSV",
"InstructPixToPixConditioningAdvanced",
@@ -12693,6 +13156,7 @@
"Keyer",
"LatentNormalizeShuffle",
"LatentStats",
+ "MedianFilterImage",
"NormalMapSimple",
"OffsetLatentImage",
"PrintSigmas",
@@ -13062,6 +13526,38 @@
"title_aux": "ComfyUI Stable Video Diffusion"
}
],
+ "https://github.com/tiankuan93/ComfyUI-V-Express": [
+ [
+ "Load_Audio_Path",
+ "Load_Audio_Path_From_Video",
+ "Load_Image_Path",
+ "Load_Kps_Path",
+ "Load_Kps_Path_From_Video",
+ "Load_Video_Path",
+ "VEINTConstant",
+ "VEPreview_Video",
+ "VEStringConstant",
+ "V_Express_Loader",
+ "V_Express_Sampler"
+ ],
+ {
+ "title_aux": "V-Express: Conditional Dropout for Progressive Training of Portrait Video Generation"
+ }
+ ],
+ "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": [
+ [
+ "ProjectorzControlnetInput",
+ "ProjectorzControlnetParameter",
+ "ProjectorzInitInput",
+ "ProjectorzOutput",
+ "ProjectorzParameter",
+ "ProjectorzStringToFloat",
+ "ProjectorzStringToInt"
+ ],
+ {
+ "title_aux": "Stable Projectorz Bridge"
+ }
+ ],
"https://github.com/time-river/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
[
"CLIPSeg",
@@ -13090,6 +13586,14 @@
"title_aux": "ComfyUI-AudioReactor"
}
],
+ "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": [
+ [
+ "ToolYoloCropper"
+ ],
+ {
+ "title_aux": "Easy automatic (square) image cropper using Yolo"
+ }
+ ],
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
[
"CaptureWebcam",
@@ -13113,6 +13617,12 @@
"quadmoonINTConditionalOperation",
"quadmoonKSampler",
"quadmoonKSamplerAdvanced",
+ "quadmoonLoadConfigs",
+ "quadmoonModelLoader",
+ "quadmoonSaveNeg",
+ "quadmoonSavePrompt",
+ "quadmoonSmartNeg",
+ "quadmoonSmartPrompt",
"quadmoonThebutton"
],
{
@@ -13196,7 +13706,7 @@
],
"https://github.com/turkyden/ComfyUI-Comic": [
[
- "Image To Comic"
+ "ImageToComic"
],
{
"title_aux": "ComfyUI-Comic"
@@ -13204,7 +13714,7 @@
],
"https://github.com/turkyden/ComfyUI-Sticker": [
[
- "Image To Sticker"
+ "ImageToSticker"
],
{
"title_aux": "ComfyUI-Sticker"
@@ -13299,6 +13809,22 @@
"title_aux": "unwdef-nodes"
}
],
+ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [
+ [
+ "VC_Load_Video_Path_Unified_Output",
+ "VC_Load_Video_Upload_Unified_Output",
+ "VC_Video_Combine_Unified_Output",
+ "Waveform2Audio",
+ "\ud83d\ude0bAPI Request Node",
+ "\ud83d\ude0bJSON Parser Node",
+ "\ud83d\ude0bOld Photo Colorization Node",
+ "\ud83d\ude0bOllama Request Node",
+ "\ud83d\ude0bSave Image Unified Output"
+ ],
+ {
+ "title_aux": "ZMG PLUGIN"
+ }
+ ],
"https://github.com/vanillacode314/SimpleWildcardsComfyUI": [
[
"SimpleConcat",
@@ -13690,6 +14216,7 @@
"easy a1111Loader",
"easy applyBrushNet",
"easy applyFooocusInpaint",
+ "easy applyInpaint",
"easy applyPowerPaint",
"easy boolean",
"easy cascadeKSampler",
@@ -14080,6 +14607,18 @@
"title_aux": "EasyCaptureNode for ComfyUI"
}
],
+ "https://github.com/zohac/ComfyUI_ZC_DrawShape": [
+ [
+ "ZcDrawShape"
+ ],
+ {
+ "author": "Zohac",
+ "description": "nodes for artists, designers and animators.",
+ "nickname": "Zc DrawShape",
+ "title": "Zc DrawShape",
+ "title_aux": "ComfyUI_ZC_DrawShape"
+ }
+ ],
"https://github.com/zombieyang/sd-ppp": [
[
"Get Image From Photoshop Layer",
diff --git a/github-stats.json b/github-stats.json
index beaccefb..0cbc21e5 100644
--- a/github-stats.json
+++ b/github-stats.json
@@ -1,3618 +1,4682 @@
{
"https://github.com/0xbitches/ComfyUI-LCM": {
- "stars": 244,
- "last_update": "2023-11-11 21:24:33"
+ "stars": 245,
+ "last_update": "2023-11-11 21:24:33",
+ "author_account_age_days": 520
},
"https://github.com/1038lab/ComfyUI-GPT2P": {
"stars": 3,
- "last_update": "2024-02-21 04:45:27"
+ "last_update": "2024-06-10 16:56:29",
+ "author_account_age_days": 440
},
"https://github.com/11cafe/comfyui-workspace-manager": {
- "stars": 743,
- "last_update": "2024-05-31 09:50:26"
+ "stars": 762,
+ "last_update": "2024-06-05 11:38:13",
+ "author_account_age_days": 193
},
"https://github.com/11dogzi/Comfyui-ergouzi-Nodes": {
+ "stars": 15,
+ "last_update": "2024-05-23 00:08:39",
+ "author_account_age_days": 113
+ },
+ "https://github.com/11dogzi/Comfyui-ergouzi-samplers": {
"stars": 13,
- "last_update": "2024-05-23 00:08:39"
+ "last_update": "2024-06-05 13:53:28",
+ "author_account_age_days": 113
},
"https://github.com/1mckw/Comfyui-Gelbooru": {
"stars": 2,
- "last_update": "2024-05-27 07:45:00"
+ "last_update": "2024-05-27 07:45:00",
+ "author_account_age_days": 678
},
"https://github.com/42lux/ComfyUI-safety-checker": {
- "stars": 16,
- "last_update": "2024-05-22 22:11:59"
+ "stars": 17,
+ "last_update": "2024-05-22 22:11:59",
+ "author_account_age_days": 3687
},
"https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": {
- "stars": 16,
- "last_update": "2024-05-31 12:30:22"
+ "stars": 17,
+ "last_update": "2024-06-10 16:56:40",
+ "author_account_age_days": 402
},
"https://github.com/54rt1n/ComfyUI-DareMerge": {
- "stars": 34,
- "last_update": "2024-05-22 22:20:39"
+ "stars": 35,
+ "last_update": "2024-05-22 22:20:39",
+ "author_account_age_days": 4039
},
"https://github.com/80sVectorz/ComfyUI-Static-Primitives": {
"stars": 10,
- "last_update": "2024-05-23 11:20:57"
+ "last_update": "2024-05-23 11:20:57",
+ "author_account_age_days": 1459
},
"https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": {
"stars": 0,
- "last_update": "2024-05-23 00:26:10"
+ "last_update": "2024-05-23 00:26:10",
+ "author_account_age_days": 461
},
"https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE": {
"stars": 6,
- "last_update": "2024-06-02 14:57:59"
+ "last_update": "2024-06-02 14:57:59",
+ "author_account_age_days": 461
},
"https://github.com/AARG-FAN/Image-Raster-for-ComfyUI": {
- "stars": 6,
- "last_update": "2024-06-02 08:31:12"
+ "stars": 60,
+ "last_update": "2024-06-02 08:31:12",
+ "author_account_age_days": 487
},
"https://github.com/AI2lab/comfyUI-DeepSeek-2lab": {
"stars": 2,
- "last_update": "2024-05-22 22:11:40"
- },
- "https://github.com/AIFSH/ComfyUI-ChatTTS": {
- "stars": 20,
- "last_update": "2024-05-30 09:51:20"
+ "last_update": "2024-06-06 23:11:12",
+ "author_account_age_days": 180
},
"https://github.com/AIFSH/ComfyUI-FishSpeech": {
"stars": 6,
- "last_update": "2024-05-23 01:18:49"
+ "last_update": "2024-05-23 01:18:49",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI-GPT_SoVITS": {
- "stars": 141,
- "last_update": "2024-05-15 01:13:11"
+ "stars": 146,
+ "last_update": "2024-05-15 01:13:11",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI-IP_LAP": {
"stars": 22,
- "last_update": "2024-04-30 01:42:53"
+ "last_update": "2024-04-30 01:42:53",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI-Live2DViewer": {
"stars": 2,
- "last_update": "2024-05-23 11:55:50"
+ "last_update": "2024-05-23 11:55:50",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": {
"stars": 5,
- "last_update": "2024-05-22 01:13:47"
+ "last_update": "2024-05-22 01:13:47",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI-RVC": {
- "stars": 7,
- "last_update": "2024-04-30 09:22:22"
+ "stars": 8,
+ "last_update": "2024-04-30 09:22:22",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI-UVR5": {
- "stars": 52,
- "last_update": "2024-05-09 13:19:51"
+ "stars": 53,
+ "last_update": "2024-05-09 13:19:51",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI-WhisperX": {
- "stars": 15,
- "last_update": "2024-05-06 06:25:52"
+ "stars": 17,
+ "last_update": "2024-05-06 06:25:52",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI-XTTS": {
- "stars": 14,
- "last_update": "2024-05-11 03:30:10"
+ "stars": 17,
+ "last_update": "2024-05-11 03:30:10",
+ "author_account_age_days": 219
},
"https://github.com/AIFSH/ComfyUI_V-Express": {
- "stars": 54,
- "last_update": "2024-06-01 02:59:44"
+ "stars": 73,
+ "last_update": "2024-06-07 07:35:21",
+ "author_account_age_days": 219
},
"https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": {
"stars": 5,
- "last_update": "2024-05-23 00:13:50"
+ "last_update": "2024-05-23 00:13:50",
+ "author_account_age_days": 198
},
"https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": {
- "stars": 807,
- "last_update": "2024-06-02 02:42:37"
+ "stars": 825,
+ "last_update": "2024-06-12 06:26:04",
+ "author_account_age_days": 489
},
"https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": {
- "stars": 196,
- "last_update": "2024-06-02 08:21:04"
+ "stars": 202,
+ "last_update": "2024-06-05 00:52:46",
+ "author_account_age_days": 489
},
"https://github.com/AIGODLIKE/ComfyUI-CUP": {
- "stars": 3,
- "last_update": "2024-05-19 02:31:04"
+ "stars": 4,
+ "last_update": "2024-05-19 02:31:04",
+ "author_account_age_days": 489
},
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": {
- "stars": 79,
- "last_update": "2024-06-02 15:16:51"
+ "stars": 209,
+ "last_update": "2024-06-03 11:42:25",
+ "author_account_age_days": 489
},
"https://github.com/AInseven/ComfyUI-fastblend": {
- "stars": 97,
- "last_update": "2024-04-03 11:50:44"
+ "stars": 102,
+ "last_update": "2024-04-03 11:50:44",
+ "author_account_age_days": 1671
},
"https://github.com/AIrjen/OneButtonPrompt": {
- "stars": 703,
- "last_update": "2024-05-31 12:59:42"
+ "stars": 722,
+ "last_update": "2024-06-10 18:34:16",
+ "author_account_age_days": 431
},
"https://github.com/ALatentPlace/ComfyUI_yanc": {
- "stars": 12,
- "last_update": "2024-06-02 08:04:02"
+ "stars": 14,
+ "last_update": "2024-06-11 07:13:42",
+ "author_account_age_days": 1448
},
"https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": {
- "stars": 170,
- "last_update": "2023-12-12 12:23:04"
+ "stars": 173,
+ "last_update": "2023-12-12 12:23:04",
+ "author_account_age_days": 3656
},
"https://github.com/AbyssYuan0/ComfyUI_BadgerTools": {
"stars": 6,
- "last_update": "2024-05-22 21:27:48"
+ "last_update": "2024-05-22 21:27:48",
+ "author_account_age_days": 477
},
"https://github.com/Acly/comfyui-inpaint-nodes": {
- "stars": 371,
- "last_update": "2024-05-27 20:16:47"
+ "stars": 402,
+ "last_update": "2024-06-02 19:49:56",
+ "author_account_age_days": 3793
},
"https://github.com/Acly/comfyui-tooling-nodes": {
- "stars": 196,
- "last_update": "2024-05-29 15:43:39"
+ "stars": 202,
+ "last_update": "2024-06-12 15:44:54",
+ "author_account_age_days": 3793
},
"https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": {
"stars": 0,
- "last_update": "2024-05-23 00:15:03"
+ "last_update": "2024-05-23 00:15:03",
+ "author_account_age_days": 1264
},
"https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": {
- "stars": 617,
- "last_update": "2024-05-29 14:11:41"
+ "stars": 635,
+ "last_update": "2024-06-12 07:56:21",
+ "author_account_age_days": 2688
},
"https://github.com/Alysondao/Comfyui-Yolov8-JSON": {
"stars": 12,
- "last_update": "2024-05-31 10:14:21"
+ "last_update": "2024-05-31 10:14:21",
+ "author_account_age_days": 1018
},
"https://github.com/Amorano/Jovimetrix": {
- "stars": 157,
- "last_update": "2024-05-29 19:40:23"
+ "stars": 159,
+ "last_update": "2024-06-04 15:28:54",
+ "author_account_age_days": 5200
},
"https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": {
- "stars": 2,
- "last_update": "2024-05-29 10:34:05"
+ "stars": 3,
+ "last_update": "2024-05-29 10:34:05",
+ "author_account_age_days": 4080
},
"https://github.com/AonekoSS/ComfyUI-SimpleCounter": {
"stars": 1,
- "last_update": "2024-05-23 01:11:36"
- },
- "https://github.com/AppleBotzz/ComfyUI_LLMVISION": {
- "stars": 43,
- "last_update": "2024-05-24 02:53:57"
+ "last_update": "2024-05-23 01:11:36",
+ "author_account_age_days": 4080
},
"https://github.com/ArcherFMY/Diffusion360_ComfyUI": {
- "stars": 14,
- "last_update": "2024-05-28 03:14:17"
+ "stars": 15,
+ "last_update": "2024-05-28 03:14:17",
+ "author_account_age_days": 3377
},
"https://github.com/ArdeniusAI/CPlus_Ardenius": {
"stars": 0,
- "last_update": "2024-03-28 02:21:05"
+ "last_update": "2024-03-28 02:21:05",
+ "author_account_age_days": 115
},
"https://github.com/ArtBot2023/CharacterFaceSwap": {
- "stars": 52,
- "last_update": "2024-05-22 20:53:09"
+ "stars": 54,
+ "last_update": "2024-05-22 20:53:09",
+ "author_account_age_days": 281
},
"https://github.com/ArtVentureX/comfyui-animatediff": {
- "stars": 620,
- "last_update": "2024-05-22 18:16:43"
+ "stars": 627,
+ "last_update": "2024-05-22 18:16:43",
+ "author_account_age_days": 393
},
"https://github.com/AshMartian/ComfyUI-DirGir": {
- "stars": 8,
- "last_update": "2024-05-29 22:28:55"
+ "stars": 10,
+ "last_update": "2024-05-29 22:28:55",
+ "author_account_age_days": 4574
},
"https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": {
"stars": 34,
- "last_update": "2024-02-29 10:19:36"
+ "last_update": "2024-02-29 10:19:36",
+ "author_account_age_days": 378
},
"https://github.com/AuroBit/ComfyUI-OOTDiffusion": {
- "stars": 321,
- "last_update": "2024-03-26 02:44:57"
+ "stars": 327,
+ "last_update": "2024-06-03 06:04:30",
+ "author_account_age_days": 378
},
"https://github.com/AustinMroz/ComfyUI-DynamicOversampling": {
"stars": 0,
- "last_update": "2024-05-31 19:47:42"
+ "last_update": "2024-05-31 19:47:42",
+ "author_account_age_days": 4062
},
"https://github.com/AustinMroz/ComfyUI-SpliceTools": {
"stars": 7,
- "last_update": "2024-04-21 07:59:14"
+ "last_update": "2024-04-21 07:59:14",
+ "author_account_age_days": 4062
},
"https://github.com/Auttasak-L/ComfyUI-ImageCropper": {
- "stars": 0,
- "last_update": "2024-05-23 05:04:53"
+ "stars": 1,
+ "last_update": "2024-05-23 05:04:53",
+ "author_account_age_days": 2637
},
"https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": {
"stars": 2,
- "last_update": "2024-05-25 07:56:01"
+ "last_update": "2024-05-25 07:56:01",
+ "author_account_age_days": 478
},
"https://github.com/BXYMartin/ComfyUI-InstantIDUtils": {
"stars": 3,
- "last_update": "2024-05-23 00:08:50"
+ "last_update": "2024-05-23 00:08:50",
+ "author_account_age_days": 2431
},
"https://github.com/BadCafeCode/masquerade-nodes-comfyui": {
- "stars": 291,
- "last_update": "2024-05-22 17:55:57"
+ "stars": 300,
+ "last_update": "2024-05-22 17:55:57",
+ "author_account_age_days": 418
},
"https://github.com/Beinsezii/bsz-cui-extras": {
- "stars": 19,
- "last_update": "2024-05-22 20:46:45"
+ "stars": 20,
+ "last_update": "2024-05-22 20:46:45",
+ "author_account_age_days": 2214
+ },
+ "https://github.com/BenNarum/SigmaWaveFormNode": {
+ "stars": 5,
+ "last_update": "2024-06-11 22:55:52",
+ "author_account_age_days": 3061
},
"https://github.com/BennyKok/comfyui-deploy": {
- "stars": 635,
- "last_update": "2024-05-29 15:59:57"
+ "stars": 662,
+ "last_update": "2024-06-12 00:43:13",
+ "author_account_age_days": 2984
},
"https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": {
- "stars": 15,
- "last_update": "2024-04-26 07:53:44"
+ "stars": 16,
+ "last_update": "2024-04-26 07:53:44",
+ "author_account_age_days": 860
},
"https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": {
- "stars": 48,
- "last_update": "2024-04-30 12:39:17"
+ "stars": 49,
+ "last_update": "2024-04-30 12:39:17",
+ "author_account_age_days": 860
},
"https://github.com/Billius-AI/ComfyUI-Path-Helper": {
"stars": 13,
- "last_update": "2024-05-22 23:25:08"
+ "last_update": "2024-05-22 23:25:08",
+ "author_account_age_days": 123
},
"https://github.com/BlakeOne/ComfyUI-CustomScheduler": {
"stars": 11,
- "last_update": "2024-05-23 00:23:56"
+ "last_update": "2024-05-23 00:23:56",
+ "author_account_age_days": 2521
},
"https://github.com/BlakeOne/ComfyUI-NodePresets": {
"stars": 11,
- "last_update": "2024-05-23 00:24:07"
+ "last_update": "2024-05-23 00:24:07",
+ "author_account_age_days": 2521
},
"https://github.com/BlakeOne/ComfyUI-NodeReset": {
"stars": 1,
- "last_update": "2024-05-23 00:24:18"
+ "last_update": "2024-05-23 00:24:18",
+ "author_account_age_days": 2521
},
"https://github.com/BlakeOne/ComfyUI-SchedulerMixer": {
"stars": 10,
- "last_update": "2024-05-23 00:23:44"
+ "last_update": "2024-05-23 00:23:44",
+ "author_account_age_days": 2521
},
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": {
- "stars": 257,
- "last_update": "2024-05-22 14:56:13"
+ "stars": 262,
+ "last_update": "2024-05-22 14:56:13",
+ "author_account_age_days": 466
},
"https://github.com/BlenderNeko/ComfyUI_Cutoff": {
- "stars": 322,
- "last_update": "2024-05-22 15:01:45"
+ "stars": 329,
+ "last_update": "2024-05-22 15:01:45",
+ "author_account_age_days": 466
},
"https://github.com/BlenderNeko/ComfyUI_Noise": {
- "stars": 198,
- "last_update": "2024-06-02 13:52:14"
+ "stars": 199,
+ "last_update": "2024-06-10 16:38:48",
+ "author_account_age_days": 466
},
"https://github.com/BlenderNeko/ComfyUI_SeeCoder": {
"stars": 35,
- "last_update": "2024-05-22 14:57:04"
+ "last_update": "2024-05-22 14:57:04",
+ "author_account_age_days": 466
},
"https://github.com/BlenderNeko/ComfyUI_TiledKSampler": {
- "stars": 276,
- "last_update": "2024-05-22 14:56:49"
+ "stars": 285,
+ "last_update": "2024-05-22 14:56:49",
+ "author_account_age_days": 466
},
"https://github.com/CC-BryanOttho/ComfyUI_API_Manager": {
- "stars": 8,
- "last_update": "2024-02-27 23:31:45"
+ "stars": 9,
+ "last_update": "2024-02-27 23:31:45",
+ "author_account_age_days": 473
},
"https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": {
"stars": 3,
- "last_update": "2024-05-22 17:55:41"
+ "last_update": "2024-05-22 17:55:41",
+ "author_account_age_days": 238
},
"https://github.com/CavinHuang/comfyui-nodes-docs": {
- "stars": 28,
- "last_update": "2024-05-28 10:45:04"
+ "stars": 45,
+ "last_update": "2024-06-12 00:47:47",
+ "author_account_age_days": 2714
},
"https://github.com/Chan-0312/ComfyUI-EasyDeforum": {
"stars": 7,
- "last_update": "2024-05-22 23:22:14"
+ "last_update": "2024-05-22 23:22:14",
+ "author_account_age_days": 1854
},
"https://github.com/Chan-0312/ComfyUI-IPAnimate": {
- "stars": 63,
- "last_update": "2024-05-22 23:22:03"
+ "stars": 65,
+ "last_update": "2024-05-22 23:22:03",
+ "author_account_age_days": 1854
},
"https://github.com/Chan-0312/ComfyUI-Prompt-Preview": {
"stars": 15,
- "last_update": "2024-02-27 11:30:38"
+ "last_update": "2024-02-27 11:30:38",
+ "author_account_age_days": 1854
},
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": {
"stars": 12,
- "last_update": "2024-04-05 11:14:24"
+ "last_update": "2024-04-05 11:14:24",
+ "author_account_age_days": 1867
},
"https://github.com/Clybius/ComfyUI-Extra-Samplers": {
- "stars": 47,
- "last_update": "2024-04-18 04:28:09"
+ "stars": 51,
+ "last_update": "2024-04-18 04:28:09",
+ "author_account_age_days": 1722
},
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": {
- "stars": 40,
- "last_update": "2024-01-02 21:57:58"
+ "stars": 43,
+ "last_update": "2024-01-02 21:57:58",
+ "author_account_age_days": 1722
},
"https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": {
- "stars": 72,
- "last_update": "2024-05-22 22:16:24"
+ "stars": 77,
+ "last_update": "2024-06-07 13:29:06",
+ "author_account_age_days": 3643
},
"https://github.com/Danand/ComfyUI-ComfyCouple": {
- "stars": 18,
- "last_update": "2024-05-07 23:06:53"
+ "stars": 20,
+ "last_update": "2024-05-07 23:06:53",
+ "author_account_age_days": 4277
},
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": {
"stars": 3,
- "last_update": "2024-05-26 08:00:23"
+ "last_update": "2024-05-26 08:00:23",
+ "author_account_age_days": 4428
+ },
+ "https://github.com/DataCTE/prompt_injection": {
+ "stars": 47,
+ "last_update": "2024-06-04 12:52:41",
+ "author_account_age_days": 766
},
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": {
- "stars": 279,
- "last_update": "2024-05-22 17:38:48"
+ "stars": 284,
+ "last_update": "2024-05-22 17:38:48",
+ "author_account_age_days": 1763
},
"https://github.com/DigitalIO/ComfyUI-stable-wildcards": {
"stars": 18,
- "last_update": "2024-05-24 21:15:08"
+ "last_update": "2024-05-24 21:15:08",
+ "author_account_age_days": 4027
},
"https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": {
"stars": 7,
- "last_update": "2024-05-22 23:14:06"
+ "last_update": "2024-05-22 23:14:06",
+ "author_account_age_days": 3061
},
"https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": {
"stars": 0,
- "last_update": "2024-05-22 23:24:30"
+ "last_update": "2024-05-22 23:24:30",
+ "author_account_age_days": 3476
},
"https://github.com/DrJKL/ComfyUI-Anchors": {
"stars": 4,
- "last_update": "2024-03-20 22:40:29"
+ "last_update": "2024-03-20 22:40:29",
+ "author_account_age_days": 4983
},
"https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": {
"stars": 1,
- "last_update": "2024-05-23 00:25:14"
+ "last_update": "2024-05-23 00:25:14",
+ "author_account_age_days": 1020
},
"https://github.com/Electrofried/ComfyUI-OpenAINode": {
"stars": 18,
- "last_update": "2023-12-05 21:34:23"
+ "last_update": "2023-12-05 21:34:23",
+ "author_account_age_days": 2608
},
"https://github.com/EllangoK/ComfyUI-post-processing-nodes": {
- "stars": 143,
- "last_update": "2024-05-22 17:54:09"
+ "stars": 144,
+ "last_update": "2024-05-22 17:54:09",
+ "author_account_age_days": 2766
},
"https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": {
"stars": 25,
- "last_update": "2024-05-23 00:12:17"
+ "last_update": "2024-05-23 00:12:17",
+ "author_account_age_days": 1612
},
"https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": {
- "stars": 88,
- "last_update": "2024-05-23 00:12:28"
+ "stars": 96,
+ "last_update": "2024-06-08 02:33:02",
+ "author_account_age_days": 1612
},
"https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": {
- "stars": 246,
- "last_update": "2024-05-23 00:12:41"
+ "stars": 251,
+ "last_update": "2024-05-23 00:12:41",
+ "author_account_age_days": 1612
},
"https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": {
- "stars": 247,
- "last_update": "2024-06-01 18:36:53"
+ "stars": 260,
+ "last_update": "2024-06-09 18:40:19",
+ "author_account_age_days": 3138
},
"https://github.com/Extraltodeus/LoadLoraWithTags": {
- "stars": 35,
- "last_update": "2024-05-22 20:36:32"
+ "stars": 36,
+ "last_update": "2024-06-03 03:04:45",
+ "author_account_age_days": 3138
},
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": {
- "stars": 12,
- "last_update": "2024-06-01 14:44:26"
+ "stars": 19,
+ "last_update": "2024-06-10 16:09:31",
+ "author_account_age_days": 3138
},
"https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": {
- "stars": 70,
- "last_update": "2024-06-01 15:08:11"
+ "stars": 78,
+ "last_update": "2024-06-03 03:04:03",
+ "author_account_age_days": 3138
},
"https://github.com/Extraltodeus/noise_latent_perlinpinpin": {
- "stars": 18,
- "last_update": "2024-05-22 20:36:19"
+ "stars": 22,
+ "last_update": "2024-06-03 03:04:40",
+ "author_account_age_days": 3138
},
"https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": {
- "stars": 41,
- "last_update": "2024-05-22 20:36:48"
+ "stars": 42,
+ "last_update": "2024-06-11 19:48:04",
+ "author_account_age_days": 3138
},
"https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": {
- "stars": 318,
- "last_update": "2024-05-21 00:52:49"
+ "stars": 329,
+ "last_update": "2024-05-21 00:52:49",
+ "author_account_age_days": 3120
},
"https://github.com/Fannovel16/ComfyUI-Loopchain": {
- "stars": 26,
- "last_update": "2023-12-15 14:25:35"
+ "stars": 27,
+ "last_update": "2023-12-15 14:25:35",
+ "author_account_age_days": 3120
},
"https://github.com/Fannovel16/ComfyUI-MagickWand": {
- "stars": 68,
- "last_update": "2024-05-20 14:13:55"
+ "stars": 69,
+ "last_update": "2024-05-20 14:13:55",
+ "author_account_age_days": 3120
},
"https://github.com/Fannovel16/ComfyUI-MotionDiff": {
- "stars": 142,
- "last_update": "2024-05-21 00:51:03"
+ "stars": 143,
+ "last_update": "2024-05-21 00:51:03",
+ "author_account_age_days": 3120
},
"https://github.com/Fannovel16/ComfyUI-Video-Matting": {
- "stars": 138,
- "last_update": "2024-05-21 00:51:54"
+ "stars": 139,
+ "last_update": "2024-05-21 00:51:54",
+ "author_account_age_days": 3120
},
"https://github.com/Fannovel16/comfyui_controlnet_aux": {
- "stars": 1464,
- "last_update": "2024-05-24 11:05:47"
+ "stars": 1518,
+ "last_update": "2024-05-24 11:05:47",
+ "author_account_age_days": 3120
},
"https://github.com/Fantaxico/ComfyUI-GCP-Storage": {
"stars": 0,
- "last_update": "2024-05-24 16:17:41"
+ "last_update": "2024-05-24 16:17:41",
+ "author_account_age_days": 524
},
"https://github.com/Feidorian/feidorian-ComfyNodes": {
"stars": 5,
- "last_update": "2024-05-22 21:30:52"
+ "last_update": "2024-05-22 21:30:52",
+ "author_account_age_days": 2743
},
"https://github.com/Fictiverse/ComfyUI_Fictiverse": {
- "stars": 7,
- "last_update": "2024-05-23 19:09:18"
+ "stars": 8,
+ "last_update": "2024-06-05 19:03:21",
+ "author_account_age_days": 660
},
"https://github.com/Fihade/IC-Light-ComfyUI-Node": {
- "stars": 4,
- "last_update": "2024-05-23 01:20:21"
+ "stars": 5,
+ "last_update": "2024-05-23 01:20:21",
+ "author_account_age_days": 2735
},
"https://github.com/FizzleDorf/ComfyUI-AIT": {
"stars": 43,
- "last_update": "2024-05-16 23:55:47"
+ "last_update": "2024-05-16 23:55:47",
+ "author_account_age_days": 1968
},
"https://github.com/FizzleDorf/ComfyUI_FizzNodes": {
- "stars": 300,
- "last_update": "2024-05-25 04:05:51"
+ "stars": 305,
+ "last_update": "2024-06-03 00:52:40",
+ "author_account_age_days": 1968
},
"https://github.com/FlyingFireCo/tiled_ksampler": {
"stars": 56,
- "last_update": "2024-05-22 23:15:17"
+ "last_update": "2024-05-22 23:15:17",
+ "author_account_age_days": 621
},
"https://github.com/ForeignGods/ComfyUI-Mana-Nodes": {
- "stars": 171,
- "last_update": "2024-05-29 18:29:05"
+ "stars": 175,
+ "last_update": "2024-05-29 18:29:05",
+ "author_account_age_days": 1232
},
"https://github.com/Franck-Demongin/NX_PromptStyler": {
"stars": 4,
- "last_update": "2024-05-22 23:25:21"
+ "last_update": "2024-05-22 23:25:21",
+ "author_account_age_days": 1759
},
"https://github.com/FredBill1/comfyui-fb-utils": {
"stars": 0,
- "last_update": "2024-05-23 01:41:02"
+ "last_update": "2024-05-23 01:41:02",
+ "author_account_age_days": 2305
},
"https://github.com/GMapeSplat/ComfyUI_ezXY": {
- "stars": 18,
- "last_update": "2024-05-29 17:43:08"
+ "stars": 20,
+ "last_update": "2024-05-29 17:43:08",
+ "author_account_age_days": 1286
},
"https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": {
"stars": 7,
- "last_update": "2024-05-22 21:31:52"
+ "last_update": "2024-05-22 21:31:52",
+ "author_account_age_days": 2545
+ },
+ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": {
+ "stars": 2,
+ "last_update": "2024-06-12 13:49:07",
+ "author_account_age_days": 4556
},
"https://github.com/GentlemanHu/ComfyUI-SunoAI": {
- "stars": 9,
- "last_update": "2024-05-23 01:17:07"
+ "stars": 10,
+ "last_update": "2024-05-23 01:17:07",
+ "author_account_age_days": 2371
},
"https://github.com/Goktug/comfyui-saveimage-plus": {
- "stars": 0,
- "last_update": "2024-05-30 18:16:57"
+ "stars": 1,
+ "last_update": "2024-05-30 18:16:57",
+ "author_account_age_days": 4920
},
"https://github.com/Gourieff/comfyui-reactor-node": {
- "stars": 984,
- "last_update": "2024-05-30 09:41:30"
+ "stars": 1013,
+ "last_update": "2024-06-11 21:26:47",
+ "author_account_age_days": 1108
},
"https://github.com/GraftingRayman/ComfyUI_GraftingRayman": {
"stars": 9,
- "last_update": "2024-05-28 23:31:22"
+ "last_update": "2024-06-12 12:08:18",
+ "author_account_age_days": 151
},
"https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": {
"stars": 3,
- "last_update": "2024-02-26 09:37:16"
+ "last_update": "2024-02-26 09:37:16",
+ "author_account_age_days": 1468
},
"https://github.com/HAL41/ComfyUI-aichemy-nodes": {
"stars": 4,
- "last_update": "2024-05-22 23:10:19"
+ "last_update": "2024-05-22 23:10:19",
+ "author_account_age_days": 2834
},
"https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": {
- "stars": 34,
- "last_update": "2024-05-07 15:00:31"
+ "stars": 35,
+ "last_update": "2024-06-05 16:06:39",
+ "author_account_age_days": 598
},
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": {
- "stars": 27,
- "last_update": "2024-06-02 10:28:19"
+ "stars": 33,
+ "last_update": "2024-06-02 10:28:19",
+ "author_account_age_days": 598
},
"https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": {
- "stars": 13,
- "last_update": "2024-04-04 11:58:20"
+ "stars": 14,
+ "last_update": "2024-04-04 11:58:20",
+ "author_account_age_days": 598
},
"https://github.com/Haoming02/comfyui-clear-screen": {
"stars": 1,
- "last_update": "2023-12-12 08:16:28"
+ "last_update": "2023-12-12 08:16:28",
+ "author_account_age_days": 1319
},
"https://github.com/Haoming02/comfyui-diffusion-cg": {
- "stars": 46,
- "last_update": "2024-05-08 04:00:04"
+ "stars": 49,
+ "last_update": "2024-05-08 04:00:04",
+ "author_account_age_days": 1319
},
"https://github.com/Haoming02/comfyui-floodgate": {
"stars": 25,
- "last_update": "2024-01-31 09:08:14"
+ "last_update": "2024-01-31 09:08:14",
+ "author_account_age_days": 1319
},
"https://github.com/Haoming02/comfyui-menu-anchor": {
"stars": 3,
- "last_update": "2024-01-26 03:54:55"
+ "last_update": "2024-01-26 03:54:55",
+ "author_account_age_days": 1319
},
"https://github.com/Haoming02/comfyui-prompt-format": {
"stars": 28,
- "last_update": "2023-12-11 13:44:03"
+ "last_update": "2023-12-11 13:44:03",
+ "author_account_age_days": 1319
},
"https://github.com/Haoming02/comfyui-tab-handler": {
"stars": 4,
- "last_update": "2023-12-14 08:24:49"
+ "last_update": "2023-12-14 08:24:49",
+ "author_account_age_days": 1319
},
"https://github.com/HaydenReeve/ComfyUI-Better-Strings": {
"stars": 0,
- "last_update": "2024-05-22 23:20:05"
+ "last_update": "2024-05-22 23:20:05",
+ "author_account_age_days": 2230
},
"https://github.com/HebelHuber/comfyui-enhanced-save-node": {
"stars": 1,
- "last_update": "2024-01-12 14:34:55"
+ "last_update": "2024-01-12 14:34:55",
+ "author_account_age_days": 2312
},
"https://github.com/Hiero207/ComfyUI-Hiero-Nodes": {
"stars": 5,
- "last_update": "2024-05-22 23:16:16"
+ "last_update": "2024-05-22 23:16:16",
+ "author_account_age_days": 1687
},
"https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": {
"stars": 2,
- "last_update": "2024-05-23 01:11:24"
+ "last_update": "2024-06-12 21:27:40",
+ "author_account_age_days": 177
},
"https://github.com/IDGallagher/ComfyUI-IG-Nodes": {
"stars": 0,
- "last_update": "2024-05-22 22:14:06"
+ "last_update": "2024-06-04 00:24:47",
+ "author_account_age_days": 5469
},
"https://github.com/ITurchenko/ComfyUI-SizeFromArray": {
"stars": 0,
- "last_update": "2024-05-24 14:09:58"
+ "last_update": "2024-05-24 14:09:58",
+ "author_account_age_days": 3697
},
"https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": {
"stars": 8,
- "last_update": "2024-05-23 01:12:46"
+ "last_update": "2024-05-23 01:12:46",
+ "author_account_age_days": 2618
},
"https://github.com/Inzaniak/comfyui-ranbooru": {
- "stars": 6,
- "last_update": "2024-05-22 23:12:23"
+ "stars": 7,
+ "last_update": "2024-05-22 23:12:23",
+ "author_account_age_days": 3898
},
"https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": {
"stars": 2,
- "last_update": "2024-05-23 00:22:46"
+ "last_update": "2024-05-23 00:22:46",
+ "author_account_age_days": 100
},
"https://github.com/JPS-GER/ComfyUI_JPS-Nodes": {
- "stars": 31,
- "last_update": "2024-05-22 20:39:14"
+ "stars": 32,
+ "last_update": "2024-05-22 20:39:14",
+ "author_account_age_days": 304
},
"https://github.com/Jannchie/ComfyUI-J": {
- "stars": 58,
- "last_update": "2024-05-23 00:16:12"
+ "stars": 60,
+ "last_update": "2024-05-23 00:16:12",
+ "author_account_age_days": 2541
},
"https://github.com/JaredTherriault/ComfyUI-JNodes": {
- "stars": 9,
- "last_update": "2024-06-02 03:43:57"
+ "stars": 11,
+ "last_update": "2024-06-11 03:54:30",
+ "author_account_age_days": 3560
+ },
+ "https://github.com/JayLyu/ComfyUI_BaiKong_Node": {
+ "stars": 0,
+ "last_update": "2024-06-04 16:30:54",
+ "author_account_age_days": 3256
},
"https://github.com/JcandZero/ComfyUI_GLM4Node": {
- "stars": 23,
- "last_update": "2024-05-22 23:12:46"
+ "stars": 24,
+ "last_update": "2024-05-22 23:12:46",
+ "author_account_age_days": 678
},
"https://github.com/Jcd1230/rembg-comfyui-node": {
- "stars": 116,
- "last_update": "2024-05-22 17:58:34"
+ "stars": 119,
+ "last_update": "2024-05-22 17:58:34",
+ "author_account_age_days": 4874
},
"https://github.com/JerryOrbachJr/ComfyUI-RandomSize": {
"stars": 3,
- "last_update": "2024-05-22 23:18:51"
+ "last_update": "2024-05-22 23:18:51",
+ "author_account_age_days": 144
},
"https://github.com/JettHu/ComfyUI-TCD": {
- "stars": 68,
- "last_update": "2024-05-07 08:34:59"
+ "stars": 75,
+ "last_update": "2024-06-03 11:40:18",
+ "author_account_age_days": 2346
},
"https://github.com/JettHu/ComfyUI_TGate": {
- "stars": 43,
- "last_update": "2024-05-26 08:29:23"
+ "stars": 45,
+ "last_update": "2024-05-26 08:29:23",
+ "author_account_age_days": 2346
},
"https://github.com/Jordach/comfy-plasma": {
- "stars": 47,
- "last_update": "2024-05-22 18:08:28"
+ "stars": 49,
+ "last_update": "2024-05-22 18:08:28",
+ "author_account_age_days": 4501
},
"https://github.com/Kaharos94/ComfyUI-Saveaswebp": {
"stars": 30,
- "last_update": "2024-05-22 18:06:48"
+ "last_update": "2024-05-22 18:06:48",
+ "author_account_age_days": 1183
},
"https://github.com/Kangkang625/ComfyUI-paint-by-example": {
"stars": 13,
- "last_update": "2024-05-22 22:20:27"
+ "last_update": "2024-05-22 22:20:27",
+ "author_account_age_days": 902
},
"https://github.com/KewkLW/ComfyUI-kewky_tools": {
- "stars": 2,
- "last_update": "2024-05-23 01:20:32"
+ "stars": 3,
+ "last_update": "2024-05-23 01:20:32",
+ "author_account_age_days": 1675
},
"https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": {
- "stars": 130,
- "last_update": "2024-05-12 15:49:06"
+ "stars": 131,
+ "last_update": "2024-05-12 15:49:06",
+ "author_account_age_days": 1474
},
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler": {
"stars": 5,
- "last_update": "2024-05-08 21:25:51"
+ "last_update": "2024-05-08 21:25:51",
+ "author_account_age_days": 3178
},
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": {
- "stars": 391,
- "last_update": "2024-05-29 06:59:31"
+ "stars": 400,
+ "last_update": "2024-06-03 09:40:01",
+ "author_account_age_days": 3705
},
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": {
- "stars": 2165,
- "last_update": "2024-05-21 05:29:18"
+ "stars": 2216,
+ "last_update": "2024-06-11 04:21:54",
+ "author_account_age_days": 3705
},
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": {
- "stars": 370,
- "last_update": "2024-05-31 18:30:58"
+ "stars": 382,
+ "last_update": "2024-06-11 17:46:53",
+ "author_account_age_days": 3705
},
"https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": {
"stars": 3,
- "last_update": "2024-05-23 00:21:43"
+ "last_update": "2024-05-23 00:21:43",
+ "author_account_age_days": 1768
},
"https://github.com/LEv145/images-grid-comfy-plugin": {
- "stars": 121,
- "last_update": "2024-05-30 17:54:32"
+ "stars": 126,
+ "last_update": "2024-05-30 17:54:32",
+ "author_account_age_days": 2196
+ },
+ "https://github.com/LZpenguin/ComfyUI-Text": {
+ "stars": 3,
+ "last_update": "2024-06-11 14:28:56",
+ "author_account_age_days": 1967
},
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": {
- "stars": 25,
- "last_update": "2024-05-22 23:08:11"
+ "stars": 27,
+ "last_update": "2024-06-06 20:45:43",
+ "author_account_age_days": 152
},
"https://github.com/LarryJane491/Lora-Training-in-Comfy": {
- "stars": 227,
- "last_update": "2024-05-22 23:07:59"
+ "stars": 239,
+ "last_update": "2024-06-09 05:24:00",
+ "author_account_age_days": 152
},
"https://github.com/Layer-norm/comfyui-lama-remover": {
- "stars": 49,
- "last_update": "2024-05-25 00:12:04"
+ "stars": 51,
+ "last_update": "2024-05-25 00:12:04",
+ "author_account_age_days": 320
},
"https://github.com/Lerc/canvas_tab": {
- "stars": 123,
- "last_update": "2024-05-22 20:48:45"
+ "stars": 125,
+ "last_update": "2024-05-22 20:48:45",
+ "author_account_age_days": 5356
},
"https://github.com/Limitex/ComfyUI-Calculation": {
"stars": 0,
- "last_update": "2024-05-22 22:18:40"
+ "last_update": "2024-05-22 22:18:40",
+ "author_account_age_days": 1263
},
"https://github.com/Limitex/ComfyUI-Diffusers": {
- "stars": 101,
- "last_update": "2024-05-22 22:18:57"
+ "stars": 103,
+ "last_update": "2024-05-22 22:18:57",
+ "author_account_age_days": 1263
},
"https://github.com/Loewen-Hob/rembg-comfyui-node-better": {
- "stars": 28,
- "last_update": "2024-05-23 00:32:53"
+ "stars": 32,
+ "last_update": "2024-05-23 00:32:53",
+ "author_account_age_days": 459
},
"https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": {
"stars": 23,
- "last_update": "2024-05-22 21:29:02"
+ "last_update": "2024-05-22 21:29:02",
+ "author_account_age_days": 964
},
"https://github.com/LonicaMewinsky/ComfyUI-RawSaver": {
"stars": 1,
- "last_update": "2024-05-22 21:31:28"
+ "last_update": "2024-05-22 21:31:28",
+ "author_account_age_days": 964
},
"https://github.com/Ludobico/ComfyUI-ScenarioPrompt": {
- "stars": 11,
- "last_update": "2024-03-26 01:28:07"
+ "stars": 12,
+ "last_update": "2024-03-26 01:28:07",
+ "author_account_age_days": 1021
},
"https://github.com/LyazS/comfyui-anime-seg": {
"stars": 4,
- "last_update": "2024-05-22 23:21:49"
- },
- "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": {
- "stars": 12,
- "last_update": "2024-04-05 05:11:51"
+ "last_update": "2024-05-22 23:21:49",
+ "author_account_age_days": 2845
},
"https://github.com/M1kep/ComfyLiterals": {
- "stars": 10,
- "last_update": "2024-05-22 20:31:38"
+ "stars": 11,
+ "last_update": "2024-05-22 20:31:38",
+ "author_account_age_days": 4246
},
"https://github.com/M1kep/ComfyUI-KepOpenAI": {
- "stars": 24,
- "last_update": "2024-05-22 20:33:54"
+ "stars": 26,
+ "last_update": "2024-05-22 20:33:54",
+ "author_account_age_days": 4246
},
"https://github.com/M1kep/ComfyUI-OtherVAEs": {
"stars": 2,
- "last_update": "2024-05-22 20:33:41"
+ "last_update": "2024-05-22 20:33:41",
+ "author_account_age_days": 4246
},
"https://github.com/M1kep/Comfy_KepKitchenSink": {
"stars": 0,
- "last_update": "2024-05-22 20:33:29"
+ "last_update": "2024-05-22 20:33:29",
+ "author_account_age_days": 4246
},
"https://github.com/M1kep/Comfy_KepListStuff": {
- "stars": 25,
- "last_update": "2024-05-22 20:31:26"
+ "stars": 26,
+ "last_update": "2024-05-22 20:31:26",
+ "author_account_age_days": 4246
},
"https://github.com/M1kep/Comfy_KepMatteAnything": {
"stars": 10,
- "last_update": "2024-05-22 20:33:16"
+ "last_update": "2024-05-22 20:33:16",
+ "author_account_age_days": 4246
},
"https://github.com/M1kep/KepPromptLang": {
"stars": 4,
- "last_update": "2024-05-22 20:32:56"
+ "last_update": "2024-05-22 20:32:56",
+ "author_account_age_days": 4246
},
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": {
- "stars": 19,
- "last_update": "2024-05-21 01:20:59"
+ "stars": 25,
+ "last_update": "2024-06-04 23:56:25",
+ "author_account_age_days": 1593
},
"https://github.com/Makeezi/ComfyUI-promptLAB": {
"stars": 0,
- "last_update": "2024-05-23 01:24:51"
+ "last_update": "2024-05-23 01:24:51",
+ "author_account_age_days": 1770
},
"https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": {
"stars": 12,
- "last_update": "2024-04-02 12:00:48"
+ "last_update": "2024-04-02 12:00:48",
+ "author_account_age_days": 370
},
"https://github.com/ManglerFTW/ComfyI2I": {
- "stars": 135,
- "last_update": "2023-11-03 11:09:53"
+ "stars": 136,
+ "last_update": "2023-11-03 11:09:53",
+ "author_account_age_days": 644
},
"https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": {
- "stars": 48,
- "last_update": "2024-05-31 23:45:29"
+ "stars": 50,
+ "last_update": "2024-06-11 22:07:45",
+ "author_account_age_days": 4958
},
"https://github.com/MarcusNyne/m9-prompts-comfyui": {
- "stars": 0,
- "last_update": "2024-05-23 21:06:11"
+ "stars": 1,
+ "last_update": "2024-06-11 21:19:23",
+ "author_account_age_days": 1411
},
"https://github.com/MariusKM/ComfyUI-BadmanNodes": {
"stars": 0,
- "last_update": "2024-05-31 10:15:35"
+ "last_update": "2024-05-31 10:15:35",
+ "author_account_age_days": 2219
},
"https://github.com/MarkoCa1/ComfyUI-Text": {
"stars": 2,
- "last_update": "2024-05-23 00:15:39"
+ "last_update": "2024-05-23 00:15:39",
+ "author_account_age_days": 1621
},
"https://github.com/MarkoCa1/ComfyUI_Segment_Mask": {
- "stars": 14,
- "last_update": "2024-05-23 00:15:51"
+ "stars": 15,
+ "last_update": "2024-05-23 00:15:51",
+ "author_account_age_days": 1621
},
"https://github.com/Mason-McGough/ComfyUI-Mosaica": {
"stars": 3,
- "last_update": "2024-05-29 12:57:49"
+ "last_update": "2024-05-29 12:57:49",
+ "author_account_age_days": 3194
},
"https://github.com/Millyarde/Pomfy": {
"stars": 7,
- "last_update": "2024-05-22 22:22:48"
+ "last_update": "2024-05-22 22:22:48",
+ "author_account_age_days": 895
},
"https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": {
- "stars": 55,
- "last_update": "2024-06-02 08:46:20"
+ "stars": 61,
+ "last_update": "2024-06-12 14:21:47",
+ "author_account_age_days": 54
},
"https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": {
- "stars": 9,
- "last_update": "2024-05-23 01:13:32"
+ "stars": 16,
+ "last_update": "2024-05-23 01:13:32",
+ "author_account_age_days": 54
},
"https://github.com/Miosp/ComfyUI-FBCNN": {
"stars": 4,
- "last_update": "2024-05-24 12:13:08"
+ "last_update": "2024-05-24 12:13:08",
+ "author_account_age_days": 2504
},
"https://github.com/MitoshiroPJ/comfyui_slothful_attention": {
"stars": 5,
- "last_update": "2024-05-22 22:09:15"
+ "last_update": "2024-05-22 22:09:15",
+ "author_account_age_days": 3956
},
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": {
- "stars": 14,
- "last_update": "2024-05-27 11:16:36"
+ "stars": 15,
+ "last_update": "2024-06-12 07:02:22",
+ "author_account_age_days": 367
},
"https://github.com/MrForExample/ComfyUI-3D-Pack": {
- "stars": 1556,
- "last_update": "2024-06-01 13:18:40"
+ "stars": 1610,
+ "last_update": "2024-06-04 20:35:47",
+ "author_account_age_days": 1549
},
"https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": {
- "stars": 425,
- "last_update": "2024-02-02 14:19:37"
+ "stars": 428,
+ "last_update": "2024-02-02 14:19:37",
+ "author_account_age_days": 1549
},
"https://github.com/Munkyfoot/ComfyUI-TextOverlay": {
- "stars": 1,
- "last_update": "2024-02-27 22:56:42"
+ "stars": 2,
+ "last_update": "2024-02-27 22:56:42",
+ "author_account_age_days": 3033
},
"https://github.com/Nestorchik/NStor-ComfyUI-Translation": {
"stars": 1,
- "last_update": "2024-05-01 12:24:22"
+ "last_update": "2024-05-01 12:24:22",
+ "author_account_age_days": 1313
},
"https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": {
"stars": 54,
- "last_update": "2024-05-23 00:22:08"
+ "last_update": "2024-05-23 00:22:08",
+ "author_account_age_days": 82
},
"https://github.com/Nevysha/ComfyUI-nevysha-top-menu": {
"stars": 4,
- "last_update": "2024-05-23 00:17:31"
+ "last_update": "2024-05-23 00:17:31",
+ "author_account_age_days": 515
},
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": {
"stars": 13,
- "last_update": "2024-05-22 20:34:46"
+ "last_update": "2024-05-22 20:34:46",
+ "author_account_age_days": 5138
},
"https://github.com/NimaNzrii/comfyui-photoshop": {
- "stars": 146,
- "last_update": "2024-05-22 22:12:15"
+ "stars": 164,
+ "last_update": "2024-06-12 17:28:57",
+ "author_account_age_days": 233
},
"https://github.com/NimaNzrii/comfyui-popup_preview": {
- "stars": 33,
- "last_update": "2024-05-22 22:12:04"
+ "stars": 34,
+ "last_update": "2024-05-22 22:12:04",
+ "author_account_age_days": 233
},
"https://github.com/Niutonian/ComfyUi-NoodleWebcam": {
"stars": 27,
- "last_update": "2024-05-22 21:30:40"
+ "last_update": "2024-05-22 21:30:40",
+ "author_account_age_days": 1030
},
"https://github.com/Nlar/ComfyUI_CartoonSegmentation": {
- "stars": 8,
- "last_update": "2024-05-22 23:15:37"
+ "stars": 9,
+ "last_update": "2024-05-22 23:15:37",
+ "author_account_age_days": 3819
},
"https://github.com/NotHarroweD/Harronode": {
"stars": 5,
- "last_update": "2024-05-22 22:18:29"
+ "last_update": "2024-05-22 22:18:29",
+ "author_account_age_days": 1972
},
"https://github.com/Nourepide/ComfyUI-Allor": {
- "stars": 169,
- "last_update": "2024-05-22 18:11:17"
+ "stars": 170,
+ "last_update": "2024-05-22 18:11:17",
+ "author_account_age_days": 2834
},
"https://github.com/Nuked88/ComfyUI-N-Nodes": {
- "stars": 166,
- "last_update": "2024-05-21 19:52:44"
+ "stars": 169,
+ "last_update": "2024-05-21 19:52:44",
+ "author_account_age_days": 4468
},
"https://github.com/Nuked88/ComfyUI-N-Sidebar": {
- "stars": 340,
- "last_update": "2024-05-25 19:24:10"
+ "stars": 358,
+ "last_update": "2024-06-06 20:02:49",
+ "author_account_age_days": 4468
},
"https://github.com/Off-Live/ComfyUI-off-suite": {
"stars": 0,
- "last_update": "2024-04-19 07:13:08"
+ "last_update": "2024-04-19 07:13:08",
+ "author_account_age_days": 1160
},
"https://github.com/OpenArt-AI/ComfyUI-Assistant": {
"stars": 14,
- "last_update": "2024-05-22 22:16:57"
+ "last_update": "2024-05-22 22:16:57",
+ "author_account_age_days": 763
},
"https://github.com/PCMonsterx/ComfyUI-CSV-Loader": {
"stars": 11,
- "last_update": "2024-05-22 21:27:10"
+ "last_update": "2024-05-22 21:27:10",
+ "author_account_age_days": 1653
},
"https://github.com/ParisNeo/lollms_nodes_suite": {
"stars": 9,
- "last_update": "2024-05-23 00:22:34"
+ "last_update": "2024-05-23 00:22:34",
+ "author_account_age_days": 4758
},
"https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": {
"stars": 0,
- "last_update": "2024-05-22 21:26:35"
+ "last_update": "2024-05-22 21:26:35",
+ "author_account_age_days": 3631
},
"https://github.com/Pfaeff/pfaeff-comfyui": {
"stars": 19,
- "last_update": "2024-05-22 18:21:10"
+ "last_update": "2024-05-22 18:21:10",
+ "author_account_age_days": 3196
},
"https://github.com/PnthrLeo/comfyUI-image-search": {
"stars": 0,
- "last_update": "2024-06-01 09:50:50"
+ "last_update": "2024-06-01 09:50:50",
+ "author_account_age_days": 2540
},
"https://github.com/Pos13/comfyui-cyclist": {
- "stars": 15,
- "last_update": "2024-05-23 00:12:06"
+ "stars": 16,
+ "last_update": "2024-06-10 15:20:59",
+ "author_account_age_days": 1506
},
"https://github.com/QaisMalkawi/ComfyUI-QaisHelper": {
"stars": 2,
- "last_update": "2024-05-23 20:29:30"
+ "last_update": "2024-05-23 20:29:30",
+ "author_account_age_days": 1239
},
"https://github.com/RenderRift/ComfyUI-RenderRiftNodes": {
"stars": 6,
- "last_update": "2024-05-22 22:16:41"
+ "last_update": "2024-05-22 22:16:41",
+ "author_account_age_days": 175
},
"https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": {
"stars": 15,
- "last_update": "2024-05-05 09:22:26"
+ "last_update": "2024-05-05 09:22:26",
+ "author_account_age_days": 1370
},
"https://github.com/Ron-Digital/ComfyUI-SceneGenerator": {
"stars": 2,
- "last_update": "2024-05-28 18:02:38"
+ "last_update": "2024-06-11 07:01:17",
+ "author_account_age_days": 917
},
"https://github.com/Ryuukeisyou/comfyui_face_parsing": {
- "stars": 33,
- "last_update": "2024-05-22 22:21:46"
+ "stars": 42,
+ "last_update": "2024-05-22 22:21:46",
+ "author_account_age_days": 2401
},
"https://github.com/Ryuukeisyou/comfyui_io_helpers": {
"stars": 1,
- "last_update": "2024-05-22 22:22:59"
+ "last_update": "2024-05-22 22:22:59",
+ "author_account_age_days": 2401
},
"https://github.com/SLAPaper/ComfyUI-Image-Selector": {
- "stars": 53,
- "last_update": "2024-05-24 17:03:46"
+ "stars": 56,
+ "last_update": "2024-05-24 17:03:46",
+ "author_account_age_days": 3686
},
"https://github.com/SLAPaper/ComfyUI-dpmpp_2m_alt-Sampler": {
- "stars": 5,
- "last_update": "2024-04-25 07:58:30"
+ "stars": 7,
+ "last_update": "2024-06-09 18:30:03",
+ "author_account_age_days": 3686
},
"https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": {
"stars": 4,
- "last_update": "2024-05-22 18:15:52"
+ "last_update": "2024-05-22 18:15:52",
+ "author_account_age_days": 4072
},
"https://github.com/SOELexicon/ComfyUI-LexTools": {
- "stars": 22,
- "last_update": "2024-05-23 09:39:07"
+ "stars": 23,
+ "last_update": "2024-05-23 09:39:07",
+ "author_account_age_days": 4072
},
"https://github.com/SayanoAI/Comfy-RVC": {
- "stars": 1,
- "last_update": "2024-06-01 18:44:48"
+ "stars": 2,
+ "last_update": "2024-06-12 02:54:21",
+ "author_account_age_days": 2592
},
"https://github.com/Scholar01/ComfyUI-Keyframe": {
"stars": 10,
- "last_update": "2024-02-01 16:57:40"
+ "last_update": "2024-02-01 16:57:40",
+ "author_account_age_days": 3184
+ },
+ "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": {
+ "stars": 3,
+ "last_update": "2024-06-08 14:40:32",
+ "author_account_age_days": 1098
+ },
+ "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": {
+ "stars": 1,
+ "last_update": "2024-06-12 22:48:48",
+ "author_account_age_days": 4494
},
"https://github.com/SeaArtLab/ComfyUI-Long-CLIP": {
"stars": 49,
- "last_update": "2024-04-29 02:27:15"
+ "last_update": "2024-04-29 02:27:15",
+ "author_account_age_days": 65
},
"https://github.com/SeargeDP/SeargeSDXL": {
- "stars": 727,
- "last_update": "2024-05-22 00:28:26"
+ "stars": 731,
+ "last_update": "2024-05-22 00:28:26",
+ "author_account_age_days": 4160
},
"https://github.com/Seedsa/Fooocus_Nodes": {
- "stars": 32,
- "last_update": "2024-05-29 11:52:10"
+ "stars": 34,
+ "last_update": "2024-06-03 17:13:53",
+ "author_account_age_days": 2596
},
"https://github.com/Shadetail/ComfyUI_Eagleshadow": {
"stars": 1,
- "last_update": "2024-05-21 16:37:38"
- },
- "https://github.com/Shinsplat/ComfyUI-Shinsplat": {
- "stars": 4,
- "last_update": "2024-06-01 05:02:40"
+ "last_update": "2024-05-21 16:37:38",
+ "author_account_age_days": 3386
},
"https://github.com/ShmuelRonen/ComfyUI-SVDResizer": {
"stars": 1,
- "last_update": "2024-03-08 15:16:10"
+ "last_update": "2024-03-08 15:16:10",
+ "author_account_age_days": 1193
},
"https://github.com/ShmuelRonen/ComfyUI_wav2lip": {
- "stars": 23,
- "last_update": "2024-05-21 14:49:10"
+ "stars": 39,
+ "last_update": "2024-06-05 08:21:09",
+ "author_account_age_days": 1193
},
"https://github.com/Shraknard/ComfyUI-Remover": {
"stars": 4,
- "last_update": "2024-05-22 23:15:06"
+ "last_update": "2024-05-22 23:15:06",
+ "author_account_age_days": 2305
},
"https://github.com/Siberpone/lazy-pony-prompter": {
- "stars": 18,
- "last_update": "2024-05-22 23:12:00"
+ "stars": 23,
+ "last_update": "2024-05-22 23:12:00",
+ "author_account_age_days": 441
},
"https://github.com/Smirnov75/ComfyUI-mxToolkit": {
- "stars": 1,
- "last_update": "2024-06-02 16:50:06"
+ "stars": 37,
+ "last_update": "2024-06-11 12:34:09",
+ "author_account_age_days": 1500
},
"https://github.com/SoftMeng/ComfyUI_ImageToText": {
- "stars": 3,
- "last_update": "2024-04-07 07:27:14"
+ "stars": 4,
+ "last_update": "2024-04-07 07:27:14",
+ "author_account_age_days": 3512
},
"https://github.com/SoftMeng/ComfyUI_Mexx_Poster": {
"stars": 15,
- "last_update": "2023-12-05 09:44:42"
+ "last_update": "2023-12-05 09:44:42",
+ "author_account_age_days": 3512
},
"https://github.com/SoftMeng/ComfyUI_Mexx_Styler": {
"stars": 16,
- "last_update": "2024-04-06 06:49:01"
+ "last_update": "2024-04-06 06:49:01",
+ "author_account_age_days": 3512
},
"https://github.com/Sorcerio/MBM-Music-Visualizer": {
- "stars": 13,
- "last_update": "2024-05-23 01:09:18"
+ "stars": 14,
+ "last_update": "2024-05-23 01:09:18",
+ "author_account_age_days": 4235
},
"https://github.com/SozeInc/ComfyUI-Mobile": {
"stars": 0,
- "last_update": "2024-05-31 01:31:51"
+ "last_update": "2024-05-31 01:31:51",
+ "author_account_age_days": 68
},
"https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": {
"stars": 6,
- "last_update": "2024-05-22 22:11:52"
+ "last_update": "2024-05-22 22:11:52",
+ "author_account_age_days": 196
},
"https://github.com/Stability-AI/ComfyUI-SAI_API": {
- "stars": 36,
- "last_update": "2024-05-23 05:09:39"
+ "stars": 37,
+ "last_update": "2024-06-06 14:18:15",
+ "author_account_age_days": 831
},
"https://github.com/Stability-AI/stability-ComfyUI-nodes": {
- "stars": 175,
- "last_update": "2024-05-22 15:30:47"
+ "stars": 179,
+ "last_update": "2024-05-22 15:30:47",
+ "author_account_age_days": 831
},
"https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": {
- "stars": 87,
- "last_update": "2024-03-04 09:33:57"
+ "stars": 89,
+ "last_update": "2024-03-04 09:33:57",
+ "author_account_age_days": 2823
},
"https://github.com/StartHua/ComfyUI_PCDMs": {
"stars": 2,
- "last_update": "2024-05-22 23:21:14"
+ "last_update": "2024-05-22 23:21:14",
+ "author_account_age_days": 2823
},
"https://github.com/StartHua/ComfyUI_Seg_VITON": {
- "stars": 160,
- "last_update": "2024-05-22 23:20:17"
+ "stars": 161,
+ "last_update": "2024-05-22 23:20:17",
+ "author_account_age_days": 2823
},
"https://github.com/StartHua/Comfyui_joytag": {
- "stars": 15,
- "last_update": "2024-05-22 23:20:28"
+ "stars": 17,
+ "last_update": "2024-05-22 23:20:28",
+ "author_account_age_days": 2823
},
"https://github.com/StartHua/Comfyui_segformer_b2_clothes": {
- "stars": 33,
- "last_update": "2024-05-22 23:20:39"
+ "stars": 35,
+ "last_update": "2024-05-22 23:20:39",
+ "author_account_age_days": 2823
},
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": {
- "stars": 93,
- "last_update": "2024-06-01 20:27:53"
+ "stars": 95,
+ "last_update": "2024-06-01 20:27:53",
+ "author_account_age_days": 77
},
"https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": {
- "stars": 445,
- "last_update": "2024-06-02 11:07:52"
+ "stars": 460,
+ "last_update": "2024-06-05 01:09:25",
+ "author_account_age_days": 2138
},
"https://github.com/Sxela/ComfyWarp": {
"stars": 21,
- "last_update": "2024-05-22 20:47:11"
+ "last_update": "2024-05-22 20:47:11",
+ "author_account_age_days": 3360
},
"https://github.com/TGu-97/ComfyUI-TGu-utils": {
"stars": 1,
- "last_update": "2024-05-22 21:07:45"
+ "last_update": "2024-05-22 21:07:45",
+ "author_account_age_days": 518
},
"https://github.com/THtianhao/ComfyUI-FaceChain": {
- "stars": 79,
- "last_update": "2024-05-24 08:41:14"
+ "stars": 81,
+ "last_update": "2024-05-24 08:41:14",
+ "author_account_age_days": 3679
},
"https://github.com/THtianhao/ComfyUI-Portrait-Maker": {
"stars": 166,
- "last_update": "2024-05-22 21:18:05"
+ "last_update": "2024-05-22 21:18:05",
+ "author_account_age_days": 3679
},
"https://github.com/TJ16th/comfyUI_TJ_NormalLighting": {
- "stars": 125,
- "last_update": "2024-05-23 00:25:37"
+ "stars": 129,
+ "last_update": "2024-05-23 00:25:37",
+ "author_account_age_days": 2523
},
"https://github.com/TMElyralab/Comfyui-MusePose": {
- "stars": 117,
- "last_update": "2024-06-02 02:14:36"
+ "stars": 239,
+ "last_update": "2024-06-12 11:44:33",
+ "author_account_age_days": 85
},
"https://github.com/TRI3D-LC/tri3d-comfyui-nodes": {
"stars": 16,
- "last_update": "2024-05-30 06:46:34"
+ "last_update": "2024-06-12 13:00:22",
+ "author_account_age_days": 427
},
"https://github.com/TW-CUI/TW-CUI-Util": {
"stars": 0,
- "last_update": "2024-05-31 13:49:50"
+ "last_update": "2024-06-12 20:58:33",
+ "author_account_age_days": 19
},
"https://github.com/TaiTair/comfyui-simswap": {
- "stars": 5,
- "last_update": "2024-05-28 21:58:53"
+ "stars": 7,
+ "last_update": "2024-05-28 21:58:53",
+ "author_account_age_days": 3555
},
"https://github.com/Taremin/comfyui-prompt-extranetworks": {
"stars": 2,
- "last_update": "2024-05-22 23:08:34"
+ "last_update": "2024-05-22 23:08:34",
+ "author_account_age_days": 2203
},
"https://github.com/Taremin/comfyui-string-tools": {
"stars": 1,
- "last_update": "2024-05-22 23:08:45"
+ "last_update": "2024-05-22 23:08:45",
+ "author_account_age_days": 2203
},
"https://github.com/Taremin/webui-monaco-prompt": {
"stars": 24,
- "last_update": "2024-05-23 13:58:57"
+ "last_update": "2024-05-23 13:58:57",
+ "author_account_age_days": 2203
},
"https://github.com/TeaCrab/ComfyUI-TeaNodes": {
"stars": 4,
- "last_update": "2024-05-22 20:44:05"
+ "last_update": "2024-05-22 20:44:05",
+ "author_account_age_days": 3206
},
"https://github.com/TemryL/ComfyS3": {
- "stars": 13,
- "last_update": "2024-05-30 12:14:59"
+ "stars": 15,
+ "last_update": "2024-05-30 12:14:59",
+ "author_account_age_days": 857
},
"https://github.com/TemryL/ComfyUI-IDM-VTON": {
- "stars": 148,
- "last_update": "2024-05-30 12:21:57"
+ "stars": 180,
+ "last_update": "2024-05-30 12:21:57",
+ "author_account_age_days": 857
},
"https://github.com/TencentQQGYLab/ComfyUI-ELLA": {
- "stars": 261,
- "last_update": "2024-05-07 03:07:38"
+ "stars": 271,
+ "last_update": "2024-05-07 03:07:38",
+ "author_account_age_days": 86
},
"https://github.com/TheBarret/ZSuite": {
"stars": 6,
- "last_update": "2024-05-22 21:29:14"
+ "last_update": "2024-05-22 21:29:14",
+ "author_account_age_days": 2701
},
"https://github.com/TheBill2001/comfyui-upscale-by-model": {
"stars": 0,
- "last_update": "2024-02-24 00:49:19"
+ "last_update": "2024-02-24 00:49:19",
+ "author_account_age_days": 1430
},
"https://github.com/TheMistoAI/ComfyUI-Anyline": {
- "stars": 224,
- "last_update": "2024-05-23 05:12:45"
+ "stars": 252,
+ "last_update": "2024-06-12 11:34:17",
+ "author_account_age_days": 153
+ },
+ "https://github.com/ThereforeGames/ComfyUI-Unprompted": {
+ "stars": 2,
+ "last_update": "2024-06-08 04:39:40",
+ "author_account_age_days": 923
},
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes": {
- "stars": 302,
- "last_update": "2024-06-02 10:02:07"
+ "stars": 311,
+ "last_update": "2024-06-07 08:13:31",
+ "author_account_age_days": 609
},
"https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": {
- "stars": 16,
- "last_update": "2024-05-22 22:13:06"
+ "stars": 18,
+ "last_update": "2024-05-22 22:13:06",
+ "author_account_age_days": 849
},
"https://github.com/Tropfchen/ComfyUI-Embedding_Picker": {
"stars": 25,
- "last_update": "2024-05-24 20:02:20"
+ "last_update": "2024-05-24 20:02:20",
+ "author_account_age_days": 3842
},
"https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": {
"stars": 6,
- "last_update": "2024-05-24 19:48:43"
+ "last_update": "2024-05-24 19:48:43",
+ "author_account_age_days": 3842
},
"https://github.com/Trung0246/ComfyUI-0246": {
- "stars": 88,
- "last_update": "2024-05-24 03:45:59"
+ "stars": 90,
+ "last_update": "2024-05-24 03:45:59",
+ "author_account_age_days": 3368
},
"https://github.com/Ttl/ComfyUi_NNLatentUpscale": {
- "stars": 152,
- "last_update": "2024-05-22 20:50:03"
+ "stars": 161,
+ "last_update": "2024-05-22 20:50:03",
+ "author_account_age_days": 4910
},
"https://github.com/Umikaze-job/select_folder_path_easy": {
"stars": 4,
- "last_update": "2024-05-22 21:30:13"
+ "last_update": "2024-05-22 21:30:13",
+ "author_account_age_days": 207
},
"https://github.com/VAST-AI-Research/ComfyUI-Tripo": {
- "stars": 58,
- "last_update": "2024-05-23 01:11:56"
+ "stars": 61,
+ "last_update": "2024-05-23 01:11:56",
+ "author_account_age_days": 230
},
"https://github.com/WASasquatch/ASTERR": {
- "stars": 11,
- "last_update": "2023-09-30 01:11:46"
+ "stars": 12,
+ "last_update": "2023-09-30 01:11:46",
+ "author_account_age_days": 4614
},
"https://github.com/WASasquatch/ComfyUI_Preset_Merger": {
- "stars": 20,
- "last_update": "2023-08-23 04:57:58"
+ "stars": 21,
+ "last_update": "2023-08-23 04:57:58",
+ "author_account_age_days": 4614
},
"https://github.com/WASasquatch/FreeU_Advanced": {
- "stars": 93,
- "last_update": "2024-03-05 15:36:38"
+ "stars": 94,
+ "last_update": "2024-03-05 15:36:38",
+ "author_account_age_days": 4614
},
"https://github.com/WASasquatch/PPF_Noise_ComfyUI": {
"stars": 20,
- "last_update": "2023-10-01 03:36:57"
+ "last_update": "2023-10-01 03:36:57",
+ "author_account_age_days": 4614
},
"https://github.com/WASasquatch/PowerNoiseSuite": {
"stars": 52,
- "last_update": "2023-09-19 17:04:01"
+ "last_update": "2023-09-19 17:04:01",
+ "author_account_age_days": 4614
},
"https://github.com/WASasquatch/WAS_Extras": {
"stars": 23,
- "last_update": "2023-11-20 17:14:58"
+ "last_update": "2023-11-20 17:14:58",
+ "author_account_age_days": 4614
},
"https://github.com/WASasquatch/was-node-suite-comfyui": {
- "stars": 886,
- "last_update": "2024-06-02 15:13:39"
+ "stars": 910,
+ "last_update": "2024-06-09 17:58:46",
+ "author_account_age_days": 4614
},
"https://github.com/WebDev9000/WebDev9000-Nodes": {
"stars": 1,
- "last_update": "2023-12-01 02:23:18"
+ "last_update": "2023-12-01 02:23:18",
+ "author_account_age_days": 3740
},
"https://github.com/Wicloz/ComfyUI-Simply-Nodes": {
"stars": 1,
- "last_update": "2024-04-11 01:32:57"
+ "last_update": "2024-04-11 01:32:57",
+ "author_account_age_days": 3632
},
"https://github.com/XmYx/deforum-comfy-nodes": {
- "stars": 98,
- "last_update": "2024-05-21 01:46:57"
+ "stars": 104,
+ "last_update": "2024-06-12 14:14:32",
+ "author_account_age_days": 2594
},
"https://github.com/Xyem/Xycuno-Oobabooga": {
"stars": 3,
- "last_update": "2024-05-23 00:14:14"
+ "last_update": "2024-05-23 00:14:14",
+ "author_account_age_days": 4313
},
"https://github.com/YMC-GitHub/ymc-node-suite-comfyui": {
"stars": 16,
- "last_update": "2024-05-22 21:15:51"
+ "last_update": "2024-05-22 21:15:51",
+ "author_account_age_days": 2683
},
"https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": {
- "stars": 13,
- "last_update": "2024-05-22 20:48:23"
+ "stars": 14,
+ "last_update": "2024-05-22 20:48:23",
+ "author_account_age_days": 3744
},
"https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": {
"stars": 14,
- "last_update": "2024-05-22 18:04:22"
+ "last_update": "2024-05-22 18:04:22",
+ "author_account_age_days": 774
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": {
- "stars": 308,
- "last_update": "2024-05-22 14:14:46"
+ "stars": 310,
+ "last_update": "2024-05-22 14:14:46",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": {
- "stars": 0,
- "last_update": "2024-06-02 16:41:54"
+ "stars": 17,
+ "last_update": "2024-06-02 17:00:07",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": {
- "stars": 318,
- "last_update": "2024-05-22 08:53:46"
+ "stars": 343,
+ "last_update": "2024-06-12 04:40:50",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": {
- "stars": 536,
- "last_update": "2024-05-22 14:14:18"
+ "stars": 545,
+ "last_update": "2024-05-22 14:14:18",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": {
- "stars": 130,
- "last_update": "2024-05-22 14:14:31"
+ "stars": 135,
+ "last_update": "2024-05-22 14:14:31",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": {
- "stars": 66,
- "last_update": "2024-05-22 14:14:03"
+ "stars": 67,
+ "last_update": "2024-05-22 14:14:03",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": {
- "stars": 568,
- "last_update": "2024-05-22 14:15:11"
+ "stars": 578,
+ "last_update": "2024-05-22 14:15:11",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": {
- "stars": 1160,
- "last_update": "2024-05-22 13:57:55"
+ "stars": 1179,
+ "last_update": "2024-05-22 13:57:55",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": {
- "stars": 165,
- "last_update": "2024-05-22 13:40:05"
+ "stars": 168,
+ "last_update": "2024-05-22 13:40:05",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": {
- "stars": 736,
- "last_update": "2024-05-22 14:13:49"
+ "stars": 742,
+ "last_update": "2024-05-22 14:13:49",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": {
"stars": 40,
- "last_update": "2024-05-22 13:40:58"
+ "last_update": "2024-05-22 13:40:58",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": {
"stars": 3,
- "last_update": "2024-05-22 14:15:52"
+ "last_update": "2024-05-22 14:15:52",
+ "author_account_age_days": 328
+ },
+ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2": {
+ "stars": 33,
+ "last_update": "2024-06-11 16:37:54",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": {
"stars": 179,
- "last_update": "2024-05-22 14:14:57"
+ "last_update": "2024-05-22 14:14:57",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": {
- "stars": 89,
- "last_update": "2024-05-22 13:40:44"
+ "stars": 90,
+ "last_update": "2024-05-22 13:40:44",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": {
- "stars": 72,
- "last_update": "2024-05-22 13:41:14"
+ "stars": 73,
+ "last_update": "2024-05-22 13:41:14",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": {
- "stars": 69,
- "last_update": "2024-05-31 12:03:55"
+ "stars": 71,
+ "last_update": "2024-05-31 12:03:55",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": {
- "stars": 422,
- "last_update": "2024-05-22 13:01:07"
+ "stars": 444,
+ "last_update": "2024-05-22 13:01:07",
+ "author_account_age_days": 328
},
"https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": {
- "stars": 1418,
- "last_update": "2024-04-17 19:57:18"
+ "stars": 1433,
+ "last_update": "2024-04-17 19:57:18",
+ "author_account_age_days": 328
},
"https://github.com/ZaneA/ComfyUI-ImageReward": {
"stars": 22,
- "last_update": "2024-02-04 23:38:10"
+ "last_update": "2024-02-04 23:38:10",
+ "author_account_age_days": 5528
},
"https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": {
"stars": 1,
- "last_update": "2024-05-23 01:19:25"
+ "last_update": "2024-05-23 01:19:25",
+ "author_account_age_days": 1182
},
"https://github.com/Zuellni/ComfyUI-Custom-Nodes": {
- "stars": 43,
- "last_update": "2023-09-19 12:11:26"
+ "stars": 44,
+ "last_update": "2023-09-19 12:11:26",
+ "author_account_age_days": 511
},
"https://github.com/Zuellni/ComfyUI-ExLlama": {
- "stars": 89,
- "last_update": "2024-05-17 20:55:36"
+ "stars": 96,
+ "last_update": "2024-06-05 07:53:12",
+ "author_account_age_days": 511
},
"https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": {
- "stars": 89,
- "last_update": "2024-05-17 20:55:36"
+ "stars": 96,
+ "last_update": "2024-06-05 07:53:12",
+ "author_account_age_days": 511
},
"https://github.com/Zuellni/ComfyUI-PickScore-Nodes": {
"stars": 21,
- "last_update": "2024-05-22 18:07:53"
+ "last_update": "2024-05-22 18:07:53",
+ "author_account_age_days": 511
},
"https://github.com/a1lazydog/ComfyUI-AudioScheduler": {
- "stars": 88,
- "last_update": "2024-05-06 16:53:15"
+ "stars": 89,
+ "last_update": "2024-05-06 16:53:15",
+ "author_account_age_days": 4790
},
"https://github.com/aburahamu/ComfyUI-IsNiceParts": {
"stars": 2,
- "last_update": "2024-05-18 16:11:58"
+ "last_update": "2024-05-18 16:11:58",
+ "author_account_age_days": 61
},
"https://github.com/aburahamu/ComfyUI-RequestsPoster": {
"stars": 2,
- "last_update": "2024-05-18 16:11:21"
+ "last_update": "2024-05-18 16:11:21",
+ "author_account_age_days": 61
},
"https://github.com/abyz22/image_control": {
- "stars": 7,
- "last_update": "2024-05-22 23:10:07"
+ "stars": 14,
+ "last_update": "2024-05-22 23:10:07",
+ "author_account_age_days": 151
},
"https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": {
"stars": 4,
- "last_update": "2024-05-22 23:24:45"
+ "last_update": "2024-05-22 23:24:45",
+ "author_account_age_days": 692
},
"https://github.com/adieyal/comfyui-dynamicprompts": {
- "stars": 171,
- "last_update": "2024-02-05 06:55:50"
+ "stars": 174,
+ "last_update": "2024-02-05 06:55:50",
+ "author_account_age_days": 5005
},
"https://github.com/adriflex/ComfyUI_Blender_Texdiff": {
"stars": 1,
- "last_update": "2024-05-22 23:14:18"
+ "last_update": "2024-05-22 23:14:18",
+ "author_account_age_days": 2210
},
"https://github.com/aegis72/aegisflow_utility_nodes": {
- "stars": 21,
- "last_update": "2024-05-22 22:10:29"
+ "stars": 22,
+ "last_update": "2024-05-22 22:10:29",
+ "author_account_age_days": 572
},
"https://github.com/aegis72/comfyui-styles-all": {
"stars": 28,
- "last_update": "2024-05-22 22:10:41"
+ "last_update": "2024-05-22 22:10:41",
+ "author_account_age_days": 572
},
"https://github.com/ai-liam/comfyui-liam": {
"stars": 2,
- "last_update": "2024-05-22 22:21:34"
+ "last_update": "2024-06-11 03:14:52",
+ "author_account_age_days": 1509
},
"https://github.com/ai-liam/comfyui_liam_util": {
"stars": 2,
- "last_update": "2024-05-22 22:21:23"
+ "last_update": "2024-05-22 22:21:23",
+ "author_account_age_days": 1509
},
"https://github.com/aianimation55/ComfyUI-FatLabels": {
"stars": 4,
- "last_update": "2024-05-22 21:26:01"
+ "last_update": "2024-05-22 21:26:01",
+ "author_account_age_days": 262
},
"https://github.com/al-swaiti/ComfyUI-CascadeResolutions": {
"stars": 1,
- "last_update": "2024-04-06 16:48:55"
+ "last_update": "2024-04-06 16:48:55",
+ "author_account_age_days": 918
},
"https://github.com/alessandrozonta/ComfyUI-CenterNode": {
"stars": 2,
- "last_update": "2024-05-23 01:17:52"
+ "last_update": "2024-05-23 01:17:52",
+ "author_account_age_days": 1185
},
"https://github.com/alessandrozonta/ComfyUI-Layers": {
"stars": 6,
- "last_update": "2024-05-28 09:52:49"
+ "last_update": "2024-06-11 09:45:15",
+ "author_account_age_days": 1185
+ },
+ "https://github.com/alessandrozonta/ComfyUI-OpenPose": {
+ "stars": 1,
+ "last_update": "2024-06-10 14:55:52",
+ "author_account_age_days": 1185
},
"https://github.com/alexopus/ComfyUI-Image-Saver": {
- "stars": 25,
- "last_update": "2024-05-27 18:10:58"
+ "stars": 30,
+ "last_update": "2024-05-27 18:10:58",
+ "author_account_age_days": 2668
},
"https://github.com/ali1234/comfyui-job-iterator": {
- "stars": 56,
- "last_update": "2024-05-22 20:54:21"
+ "stars": 58,
+ "last_update": "2024-05-22 20:54:21",
+ "author_account_age_days": 4848
},
"https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": {
- "stars": 21,
- "last_update": "2024-05-23 00:17:43"
+ "stars": 22,
+ "last_update": "2024-05-23 00:17:43",
+ "author_account_age_days": 589
},
"https://github.com/alpertunga-bile/prompt-generator-comfyui": {
- "stars": 60,
- "last_update": "2024-05-26 20:38:11"
+ "stars": 61,
+ "last_update": "2024-06-09 18:31:22",
+ "author_account_age_days": 1261
},
"https://github.com/alsritter/asymmetric-tiling-comfyui": {
"stars": 14,
- "last_update": "2024-05-22 20:43:07"
+ "last_update": "2024-05-22 20:43:07",
+ "author_account_age_days": 1982
},
"https://github.com/alt-key-project/comfyui-dream-project": {
- "stars": 66,
- "last_update": "2024-05-22 20:51:52"
+ "stars": 67,
+ "last_update": "2024-05-22 20:51:52",
+ "author_account_age_days": 648
},
"https://github.com/alt-key-project/comfyui-dream-video-batches": {
- "stars": 48,
- "last_update": "2024-05-22 20:52:05"
+ "stars": 50,
+ "last_update": "2024-05-22 20:52:05",
+ "author_account_age_days": 648
},
"https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": {
"stars": 0,
- "last_update": "2024-05-22 22:21:00"
+ "last_update": "2024-05-22 22:21:00",
+ "author_account_age_days": 177
},
"https://github.com/andersxa/comfyui-PromptAttention": {
"stars": 19,
- "last_update": "2024-05-22 18:16:30"
+ "last_update": "2024-05-22 18:16:30",
+ "author_account_age_days": 2941
},
"https://github.com/angeloshredder/StableCascadeResizer": {
"stars": 1,
- "last_update": "2024-05-23 00:12:55"
+ "last_update": "2024-05-23 00:12:55",
+ "author_account_age_days": 1817
},
"https://github.com/ansonkao/comfyui-geometry": {
"stars": 7,
- "last_update": "2023-11-30 02:45:49"
+ "last_update": "2023-11-30 02:45:49",
+ "author_account_age_days": 334
},
"https://github.com/antrobot1234/antrobots-comfyUI-nodepack": {
- "stars": 8,
- "last_update": "2024-05-28 14:44:16"
+ "stars": 9,
+ "last_update": "2024-05-28 14:44:16",
+ "author_account_age_days": 2851
},
"https://github.com/aria1th/ComfyUI-LogicUtils": {
- "stars": 18,
- "last_update": "2024-05-23 01:27:16"
+ "stars": 19,
+ "last_update": "2024-05-23 01:27:16",
+ "author_account_age_days": 2333
},
"https://github.com/asagi4/ComfyUI-CADS": {
"stars": 29,
- "last_update": "2024-05-23 18:14:56"
+ "last_update": "2024-05-23 18:14:56",
+ "author_account_age_days": 429
},
"https://github.com/asagi4/comfyui-prompt-control": {
- "stars": 148,
- "last_update": "2024-05-26 13:32:54"
+ "stars": 154,
+ "last_update": "2024-06-05 17:20:01",
+ "author_account_age_days": 429
},
"https://github.com/asagi4/comfyui-utility-nodes": {
"stars": 7,
- "last_update": "2024-05-25 11:40:49"
+ "last_update": "2024-05-25 11:40:49",
+ "author_account_age_days": 429
},
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": {
- "stars": 82,
- "last_update": "2024-05-22 21:23:52"
+ "stars": 83,
+ "last_update": "2024-05-22 21:23:52",
+ "author_account_age_days": 2715
},
"https://github.com/atmaranto/ComfyUI-SaveAsScript": {
- "stars": 35,
- "last_update": "2024-05-23 22:59:27"
+ "stars": 37,
+ "last_update": "2024-05-23 22:59:27",
+ "author_account_age_days": 2337
},
"https://github.com/audioscavenger/ComfyUI-Thumbnails": {
- "stars": 3,
- "last_update": "2024-06-01 14:58:23"
+ "stars": 4,
+ "last_update": "2024-06-07 07:19:30",
+ "author_account_age_days": 4109
},
"https://github.com/audioscavenger/save-image-extended-comfyui": {
- "stars": 7,
- "last_update": "2024-06-01 20:35:08"
+ "stars": 12,
+ "last_update": "2024-06-06 18:41:09",
+ "author_account_age_days": 4109
},
"https://github.com/avatechai/avatar-graph-comfyui": {
- "stars": 206,
- "last_update": "2024-05-22 21:14:14"
+ "stars": 210,
+ "last_update": "2024-05-22 21:14:14",
+ "author_account_age_days": 842
},
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": {
"stars": 4,
- "last_update": "2024-05-22 23:13:13"
+ "last_update": "2024-06-12 15:04:39",
+ "author_account_age_days": 3547
},
"https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": {
"stars": 2,
- "last_update": "2024-05-22 23:16:28"
+ "last_update": "2024-05-22 23:16:28",
+ "author_account_age_days": 289
},
"https://github.com/badayvedat/ComfyUI-fal-Connector": {
- "stars": 10,
- "last_update": "2024-05-23 01:23:54"
+ "stars": 11,
+ "last_update": "2024-06-12 11:33:44",
+ "author_account_age_days": 1759
},
"https://github.com/badjeff/comfyui_lora_tag_loader": {
- "stars": 39,
- "last_update": "2024-05-22 20:40:03"
+ "stars": 40,
+ "last_update": "2024-05-22 20:40:03",
+ "author_account_age_days": 5351
},
"https://github.com/banodoco/steerable-motion": {
- "stars": 711,
- "last_update": "2024-05-30 13:45:03"
+ "stars": 736,
+ "last_update": "2024-05-30 13:45:03",
+ "author_account_age_days": 390
},
"https://github.com/bash-j/mikey_nodes": {
- "stars": 78,
- "last_update": "2024-05-26 05:17:08"
+ "stars": 79,
+ "last_update": "2024-06-12 08:55:16",
+ "author_account_age_days": 4175
},
"https://github.com/bedovyy/ComfyUI_NAIDGenerator": {
"stars": 17,
- "last_update": "2024-03-13 09:36:48"
+ "last_update": "2024-03-13 09:36:48",
+ "author_account_age_days": 351
},
"https://github.com/bilal-arikan/ComfyUI_TextAssets": {
"stars": 2,
- "last_update": "2024-05-22 23:23:50"
+ "last_update": "2024-05-22 23:23:50",
+ "author_account_age_days": 3496
},
"https://github.com/bitaffinity/ComfyUI_HF_Inference": {
"stars": 0,
- "last_update": "2024-06-01 12:17:38"
+ "last_update": "2024-06-10 22:46:12",
+ "author_account_age_days": 45
},
"https://github.com/blepping/ComfyUI-bleh": {
"stars": 30,
- "last_update": "2024-05-22 23:17:49"
+ "last_update": "2024-05-22 23:17:49",
+ "author_account_age_days": 142
},
"https://github.com/blepping/ComfyUI-sonar": {
- "stars": 30,
- "last_update": "2024-05-22 23:18:26"
+ "stars": 31,
+ "last_update": "2024-05-22 23:18:26",
+ "author_account_age_days": 142
},
"https://github.com/blepping/comfyui_jankhidiffusion": {
- "stars": 83,
- "last_update": "2024-05-22 23:18:40"
+ "stars": 87,
+ "last_update": "2024-05-22 23:18:40",
+ "author_account_age_days": 142
},
"https://github.com/blueraincoatli/comfyUI_SillyNodes": {
"stars": 2,
- "last_update": "2024-05-23 01:13:44"
+ "last_update": "2024-06-09 13:30:57",
+ "author_account_age_days": 301
},
"https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": {
"stars": 50,
- "last_update": "2024-05-22 18:11:51"
+ "last_update": "2024-05-22 18:11:51",
+ "author_account_age_days": 3525
},
"https://github.com/bmad4ever/comfyui_ab_samplercustom": {
"stars": 5,
- "last_update": "2024-05-22 18:12:18"
+ "last_update": "2024-05-22 18:12:18",
+ "author_account_age_days": 3525
},
"https://github.com/bmad4ever/comfyui_bmad_nodes": {
- "stars": 41,
- "last_update": "2024-05-22 18:12:03"
+ "stars": 43,
+ "last_update": "2024-06-12 23:18:04",
+ "author_account_age_days": 3525
},
"https://github.com/bmad4ever/comfyui_lists_cartesian_product": {
"stars": 2,
- "last_update": "2024-05-22 20:18:07"
+ "last_update": "2024-05-22 20:18:07",
+ "author_account_age_days": 3525
},
"https://github.com/bmad4ever/comfyui_quilting": {
"stars": 3,
- "last_update": "2024-05-24 23:10:54"
+ "last_update": "2024-05-24 23:10:54",
+ "author_account_age_days": 3525
},
"https://github.com/bmad4ever/comfyui_wfc_like": {
- "stars": 3,
- "last_update": "2024-05-30 16:30:28"
+ "stars": 5,
+ "last_update": "2024-06-02 23:06:37",
+ "author_account_age_days": 3525
},
"https://github.com/bobmagicii/comfykit-custom-nodes": {
"stars": 1,
- "last_update": "2024-05-24 00:53:46"
+ "last_update": "2024-06-04 20:04:00",
+ "author_account_age_days": 4733
},
"https://github.com/bradsec/ComfyUI_ResolutionSelector": {
"stars": 7,
- "last_update": "2024-05-22 20:44:31"
+ "last_update": "2024-05-22 20:44:31",
+ "author_account_age_days": 3644
},
"https://github.com/braintacles/braintacles-comfyui-nodes": {
"stars": 1,
- "last_update": "2024-05-23 06:06:16"
+ "last_update": "2024-05-23 06:06:16",
+ "author_account_age_days": 419
},
"https://github.com/brianfitzgerald/style_aligned_comfy": {
- "stars": 247,
- "last_update": "2024-05-30 14:23:40"
+ "stars": 245,
+ "last_update": "2024-05-30 14:23:40",
+ "author_account_age_days": 4228
},
"https://github.com/bronkula/comfyui-fitsize": {
- "stars": 30,
- "last_update": "2024-05-22 21:32:34"
+ "stars": 31,
+ "last_update": "2024-05-22 21:32:34",
+ "author_account_age_days": 5143
},
"https://github.com/bruefire/ComfyUI-SeqImageLoader": {
- "stars": 25,
- "last_update": "2024-05-22 22:08:38"
+ "stars": 28,
+ "last_update": "2024-06-08 15:48:49",
+ "author_account_age_days": 2354
},
"https://github.com/budihartono/comfyui_otonx_nodes": {
"stars": 1,
- "last_update": "2024-05-25 04:10:08"
+ "last_update": "2024-05-25 04:10:08",
+ "author_account_age_days": 4674
},
"https://github.com/bvhari/ComfyUI_ImageProcessing": {
"stars": 16,
- "last_update": "2024-05-22 18:08:40"
+ "last_update": "2024-05-22 18:08:40",
+ "author_account_age_days": 1163
},
"https://github.com/bvhari/ComfyUI_LatentToRGB": {
"stars": 11,
- "last_update": "2024-05-22 18:08:53"
+ "last_update": "2024-05-22 18:08:53",
+ "author_account_age_days": 1163
},
"https://github.com/bvhari/ComfyUI_PerpWeight": {
"stars": 10,
- "last_update": "2024-05-22 18:09:06"
+ "last_update": "2024-05-22 18:09:06",
+ "author_account_age_days": 1163
},
"https://github.com/bvhari/ComfyUI_SUNoise": {
"stars": 3,
- "last_update": "2024-05-22 18:09:19"
+ "last_update": "2024-05-22 18:09:19",
+ "author_account_age_days": 1163
},
"https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": {
- "stars": 14,
- "last_update": "2024-05-23 00:09:32"
+ "stars": 17,
+ "last_update": "2024-05-23 00:09:32",
+ "author_account_age_days": 1193
},
"https://github.com/cdb-boop/comfyui-image-round": {
"stars": 0,
- "last_update": "2024-05-23 00:09:02"
+ "last_update": "2024-05-23 00:09:02",
+ "author_account_age_days": 1193
},
"https://github.com/cerspense/ComfyUI_cspnodes": {
"stars": 24,
- "last_update": "2024-05-15 05:27:11"
+ "last_update": "2024-05-15 05:27:11",
+ "author_account_age_days": 2670
},
"https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": {
- "stars": 72,
- "last_update": "2024-05-22 22:17:55"
+ "stars": 74,
+ "last_update": "2024-05-22 22:17:55",
+ "author_account_age_days": 1141
+ },
+ "https://github.com/chakib-belgaid/ComfyUI-autosize": {
+ "stars": 0,
+ "last_update": "2024-06-06 10:53:34",
+ "author_account_age_days": 3824
+ },
+ "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": {
+ "stars": 0,
+ "last_update": "2024-06-04 13:38:55",
+ "author_account_age_days": 3824
},
"https://github.com/chandlergis/ComfyUI-IMG_Query": {
"stars": 1,
- "last_update": "2024-05-23 01:25:57"
+ "last_update": "2024-05-23 01:25:57",
+ "author_account_age_days": 344
+ },
+ "https://github.com/chandlergis/ComfyUI_EmojiOverlay": {
+ "stars": 0,
+ "last_update": "2024-06-05 10:03:17",
+ "author_account_age_days": 344
},
"https://github.com/chaojie/ComfyUI-AniPortrait": {
- "stars": 223,
- "last_update": "2024-05-22 22:26:03"
+ "stars": 226,
+ "last_update": "2024-05-22 22:26:03",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": {
- "stars": 13,
- "last_update": "2024-04-19 03:46:18"
+ "stars": 15,
+ "last_update": "2024-04-19 03:46:18",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Champ": {
- "stars": 18,
- "last_update": "2024-05-22 22:26:47"
+ "stars": 19,
+ "last_update": "2024-05-22 22:26:47",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-DragAnything": {
- "stars": 64,
- "last_update": "2024-05-16 07:13:53"
+ "stars": 66,
+ "last_update": "2024-05-16 07:13:53",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-DragNUWA": {
- "stars": 354,
- "last_update": "2024-03-14 06:56:41"
+ "stars": 357,
+ "last_update": "2024-03-14 06:56:41",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-DynamiCrafter": {
- "stars": 103,
- "last_update": "2024-03-16 19:08:28"
+ "stars": 108,
+ "last_update": "2024-03-16 19:08:28",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-EasyAnimate": {
- "stars": 37,
- "last_update": "2024-05-22 22:24:00"
+ "stars": 38,
+ "last_update": "2024-05-22 22:24:00",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Gemma": {
"stars": 5,
- "last_update": "2024-05-22 22:27:47"
+ "last_update": "2024-05-22 22:27:47",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-I2VGEN-XL": {
"stars": 27,
- "last_update": "2024-01-19 09:02:08"
+ "last_update": "2024-01-19 09:02:08",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Img2Img-Turbo": {
"stars": 36,
- "last_update": "2024-05-22 22:26:30"
+ "last_update": "2024-05-22 22:26:30",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-LaVIT": {
"stars": 8,
- "last_update": "2024-04-24 13:41:02"
+ "last_update": "2024-04-24 13:41:02",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-LightGlue": {
"stars": 48,
- "last_update": "2024-01-20 16:53:51"
+ "last_update": "2024-01-20 16:53:51",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": {
"stars": 199,
- "last_update": "2024-02-24 13:48:57"
+ "last_update": "2024-06-10 20:16:06",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": {
"stars": 0,
- "last_update": "2024-01-20 16:51:06"
+ "last_update": "2024-01-20 16:51:06",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-MotionCtrl": {
- "stars": 121,
- "last_update": "2024-01-08 14:18:40"
+ "stars": 123,
+ "last_update": "2024-01-08 14:18:40",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": {
- "stars": 77,
- "last_update": "2024-01-16 09:41:07"
+ "stars": 78,
+ "last_update": "2024-01-16 09:41:07",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-MuseTalk": {
- "stars": 124,
- "last_update": "2024-05-22 22:25:07"
+ "stars": 134,
+ "last_update": "2024-05-22 22:25:07",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-MuseV": {
- "stars": 114,
- "last_update": "2024-05-22 22:25:31"
+ "stars": 119,
+ "last_update": "2024-05-22 22:25:31",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Open-Sora": {
- "stars": 84,
- "last_update": "2024-05-22 22:26:59"
+ "stars": 86,
+ "last_update": "2024-05-22 22:26:59",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Open-Sora-Plan": {
- "stars": 46,
- "last_update": "2024-05-29 16:15:10"
+ "stars": 47,
+ "last_update": "2024-05-29 16:15:10",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Panda3d": {
"stars": 13,
- "last_update": "2024-03-05 06:37:32"
+ "last_update": "2024-03-05 06:37:32",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Pymunk": {
"stars": 16,
- "last_update": "2024-01-31 15:36:36"
+ "last_update": "2024-01-31 15:36:36",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-RAFT": {
- "stars": 24,
- "last_update": "2024-01-29 08:08:13"
+ "stars": 25,
+ "last_update": "2024-01-29 08:08:13",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-SimDA": {
"stars": 13,
- "last_update": "2024-04-25 03:38:51"
+ "last_update": "2024-04-25 03:38:51",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Trajectory": {
"stars": 5,
- "last_update": "2024-05-22 22:27:12"
+ "last_update": "2024-05-22 22:27:12",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": {
"stars": 17,
- "last_update": "2024-05-08 00:59:14"
+ "last_update": "2024-05-08 00:59:14",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI-dust3r": {
"stars": 14,
- "last_update": "2024-05-22 22:27:33"
+ "last_update": "2024-05-22 22:27:33",
+ "author_account_age_days": 4822
},
"https://github.com/chaojie/ComfyUI_StreamingT2V": {
- "stars": 22,
- "last_update": "2024-05-10 09:14:57"
+ "stars": 23,
+ "last_update": "2024-05-10 09:14:57",
+ "author_account_age_days": 4822
},
"https://github.com/chaosaiart/Chaosaiart-Nodes": {
- "stars": 43,
- "last_update": "2024-05-27 10:55:18"
+ "stars": 46,
+ "last_update": "2024-05-27 10:55:18",
+ "author_account_age_days": 322
},
"https://github.com/chenpx976/ComfyUI-RunRunRun": {
"stars": 0,
- "last_update": "2024-05-23 01:19:37"
+ "last_update": "2024-05-23 01:19:37",
+ "author_account_age_days": 3403
},
"https://github.com/chesnokovivan/ComfyUI-Novakid": {
"stars": 0,
- "last_update": "2024-05-30 11:36:25"
+ "last_update": "2024-06-10 20:15:56",
+ "author_account_age_days": 1518
},
"https://github.com/chflame163/ComfyUI_FaceSimilarity": {
- "stars": 5,
- "last_update": "2024-05-23 12:48:18"
+ "stars": 6,
+ "last_update": "2024-05-23 12:48:18",
+ "author_account_age_days": 432
},
"https://github.com/chflame163/ComfyUI_LayerStyle": {
- "stars": 552,
- "last_update": "2024-05-30 01:54:23"
+ "stars": 590,
+ "last_update": "2024-06-12 12:49:05",
+ "author_account_age_days": 432
},
"https://github.com/chflame163/ComfyUI_MSSpeech_TTS": {
- "stars": 20,
- "last_update": "2024-05-25 02:39:56"
+ "stars": 22,
+ "last_update": "2024-05-25 02:39:56",
+ "author_account_age_days": 432
},
"https://github.com/chflame163/ComfyUI_WordCloud": {
- "stars": 59,
- "last_update": "2024-05-25 02:41:06"
+ "stars": 60,
+ "last_update": "2024-05-25 02:41:06",
+ "author_account_age_days": 432
},
"https://github.com/chibiace/ComfyUI-Chibi-Nodes": {
- "stars": 25,
- "last_update": "2024-05-22 21:16:12"
+ "stars": 26,
+ "last_update": "2024-05-22 21:16:12",
+ "author_account_age_days": 2837
},
"https://github.com/choey/Comfy-Topaz": {
- "stars": 16,
- "last_update": "2024-04-10 09:05:18"
+ "stars": 19,
+ "last_update": "2024-04-10 09:05:18",
+ "author_account_age_days": 5511
},
"https://github.com/chrisfreilich/virtuoso-nodes": {
- "stars": 39,
- "last_update": "2024-05-23 01:15:43"
+ "stars": 42,
+ "last_update": "2024-05-23 01:15:43",
+ "author_account_age_days": 720
},
"https://github.com/chrisgoringe/cg-image-picker": {
- "stars": 159,
- "last_update": "2024-06-01 23:07:44"
+ "stars": 166,
+ "last_update": "2024-06-12 18:50:30",
+ "author_account_age_days": 4053
},
"https://github.com/chrisgoringe/cg-noise": {
"stars": 23,
- "last_update": "2024-02-02 23:38:25"
+ "last_update": "2024-06-09 11:46:04",
+ "author_account_age_days": 4053
},
"https://github.com/chrisgoringe/cg-prompt-info": {
"stars": 24,
- "last_update": "2024-05-22 21:07:33"
+ "last_update": "2024-05-22 21:07:33",
+ "author_account_age_days": 4053
},
"https://github.com/chrisgoringe/cg-use-everywhere": {
- "stars": 311,
- "last_update": "2024-05-20 00:48:27"
+ "stars": 323,
+ "last_update": "2024-06-06 05:23:41",
+ "author_account_age_days": 4053
},
"https://github.com/chrish-slingshot/CrasHUtils": {
"stars": 11,
- "last_update": "2024-05-22 21:15:25"
+ "last_update": "2024-05-22 21:15:25",
+ "author_account_age_days": 589
},
"https://github.com/christian-byrne/img2colors-comfyui-node": {
"stars": 1,
- "last_update": "2024-05-25 03:14:52"
+ "last_update": "2024-05-25 03:14:52",
+ "author_account_age_days": 1337
},
"https://github.com/christian-byrne/img2txt-comfyui-nodes": {
- "stars": 18,
- "last_update": "2024-05-28 14:02:16"
+ "stars": 22,
+ "last_update": "2024-05-28 14:02:16",
+ "author_account_age_days": 1337
},
"https://github.com/christian-byrne/size-match-compositing-nodes": {
"stars": 2,
- "last_update": "2024-06-01 05:49:27"
+ "last_update": "2024-06-01 05:49:27",
+ "author_account_age_days": 1337
},
"https://github.com/city96/ComfyUI_ColorMod": {
- "stars": 35,
- "last_update": "2024-05-22 18:06:19"
+ "stars": 38,
+ "last_update": "2024-05-22 18:06:19",
+ "author_account_age_days": 486
},
"https://github.com/city96/ComfyUI_DiT": {
"stars": 2,
- "last_update": "2024-05-22 18:06:05"
+ "last_update": "2024-05-22 18:06:05",
+ "author_account_age_days": 486
},
"https://github.com/city96/ComfyUI_ExtraModels": {
- "stars": 225,
- "last_update": "2024-05-31 19:56:58"
+ "stars": 249,
+ "last_update": "2024-06-11 23:04:32",
+ "author_account_age_days": 486
},
"https://github.com/city96/ComfyUI_NetDist": {
- "stars": 207,
- "last_update": "2024-05-22 18:05:10"
+ "stars": 214,
+ "last_update": "2024-05-22 18:05:10",
+ "author_account_age_days": 486
},
"https://github.com/city96/SD-Advanced-Noise": {
- "stars": 17,
- "last_update": "2024-05-22 18:05:35"
+ "stars": 18,
+ "last_update": "2024-05-22 18:05:35",
+ "author_account_age_days": 486
},
"https://github.com/city96/SD-Latent-Interposer": {
- "stars": 159,
- "last_update": "2024-05-22 18:05:22"
+ "stars": 162,
+ "last_update": "2024-05-22 18:05:22",
+ "author_account_age_days": 486
},
"https://github.com/city96/SD-Latent-Upscaler": {
- "stars": 107,
- "last_update": "2024-05-22 18:05:50"
+ "stars": 111,
+ "last_update": "2024-05-22 18:05:50",
+ "author_account_age_days": 486
},
"https://github.com/civitai/comfy-nodes": {
- "stars": 79,
- "last_update": "2024-02-29 12:23:11"
+ "stars": 85,
+ "last_update": "2024-06-09 17:54:31",
+ "author_account_age_days": 587
},
"https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": {
"stars": 1,
- "last_update": "2024-05-31 12:03:35"
+ "last_update": "2024-05-31 12:03:35",
+ "author_account_age_days": 2689
},
"https://github.com/comfyanonymous/ComfyUI": {
- "stars": 36477,
- "last_update": "2024-06-02 13:15:20"
+ "stars": 37555,
+ "last_update": "2024-06-12 19:22:16",
+ "author_account_age_days": 537
+ },
+ "https://github.com/comfyanonymous/ComfyUI_TensorRT": {
+ "stars": 227,
+ "last_update": "2024-06-12 11:23:12",
+ "author_account_age_days": 537
},
"https://github.com/comfyanonymous/ComfyUI_experiments": {
- "stars": 127,
- "last_update": "2024-05-22 15:29:49"
+ "stars": 132,
+ "last_update": "2024-05-22 15:29:49",
+ "author_account_age_days": 537
},
"https://github.com/concarne000/ConCarneNode": {
"stars": 4,
- "last_update": "2024-05-22 22:10:18"
+ "last_update": "2024-05-22 22:10:18",
+ "author_account_age_days": 1889
},
"https://github.com/conquestace/ComfyUI-ImageUploader": {
"stars": 0,
- "last_update": "2024-05-23 01:25:49"
+ "last_update": "2024-05-23 01:25:49",
+ "author_account_age_days": 4597
+ },
+ "https://github.com/coolzilj/ComfyUI-LJNodes": {
+ "stars": 37,
+ "last_update": "2024-06-11 10:52:32",
+ "author_account_age_days": 4651
},
"https://github.com/coolzilj/ComfyUI-Photopea": {
- "stars": 36,
- "last_update": "2024-06-02 14:33:26"
+ "stars": 51,
+ "last_update": "2024-06-03 04:57:52",
+ "author_account_age_days": 4651
},
"https://github.com/coreyryanhanson/ComfyQR": {
"stars": 50,
- "last_update": "2024-03-20 20:10:27"
+ "last_update": "2024-03-20 20:10:27",
+ "author_account_age_days": 3044
},
"https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": {
"stars": 8,
- "last_update": "2023-10-15 03:19:16"
+ "last_update": "2023-10-15 03:19:16",
+ "author_account_age_days": 3044
},
"https://github.com/cozymantis/cozy-utils-comfyui-nodes": {
"stars": 3,
- "last_update": "2024-05-23 00:10:45"
+ "last_update": "2024-05-23 00:10:45",
+ "author_account_age_days": 97
},
"https://github.com/cozymantis/human-parser-comfyui-node": {
- "stars": 40,
- "last_update": "2024-05-23 00:10:21"
+ "stars": 45,
+ "last_update": "2024-05-23 00:10:21",
+ "author_account_age_days": 97
},
"https://github.com/cozymantis/pose-generator-comfyui-node": {
- "stars": 25,
- "last_update": "2024-05-23 00:10:33"
+ "stars": 26,
+ "last_update": "2024-05-23 00:10:33",
+ "author_account_age_days": 97
},
"https://github.com/crystian/ComfyUI-Crystools": {
- "stars": 434,
- "last_update": "2024-05-21 00:37:08"
+ "stars": 451,
+ "last_update": "2024-06-07 04:43:29",
+ "author_account_age_days": 4105
},
"https://github.com/crystian/ComfyUI-Crystools-save": {
- "stars": 26,
- "last_update": "2024-05-22 22:20:15"
+ "stars": 29,
+ "last_update": "2024-05-22 22:20:15",
+ "author_account_age_days": 4105
},
"https://github.com/cubiq/ComfyUI_FaceAnalysis": {
- "stars": 193,
- "last_update": "2024-05-29 20:20:36"
+ "stars": 203,
+ "last_update": "2024-05-29 20:20:36",
+ "author_account_age_days": 4999
},
"https://github.com/cubiq/ComfyUI_IPAdapter_plus": {
- "stars": 2823,
- "last_update": "2024-05-30 15:38:17"
+ "stars": 2928,
+ "last_update": "2024-06-09 10:11:42",
+ "author_account_age_days": 4999
},
"https://github.com/cubiq/ComfyUI_InstantID": {
- "stars": 851,
- "last_update": "2024-05-08 14:56:00"
+ "stars": 873,
+ "last_update": "2024-05-08 14:56:00",
+ "author_account_age_days": 4999
},
"https://github.com/cubiq/ComfyUI_SimpleMath": {
- "stars": 11,
- "last_update": "2023-09-26 06:31:44"
+ "stars": 12,
+ "last_update": "2023-09-26 06:31:44",
+ "author_account_age_days": 4999
},
"https://github.com/cubiq/ComfyUI_essentials": {
- "stars": 280,
- "last_update": "2024-05-29 10:34:38"
+ "stars": 308,
+ "last_update": "2024-06-10 13:26:34",
+ "author_account_age_days": 4999
},
"https://github.com/cubiq/PuLID_ComfyUI": {
- "stars": 369,
- "last_update": "2024-05-26 17:23:56"
+ "stars": 386,
+ "last_update": "2024-05-26 17:23:56",
+ "author_account_age_days": 4999
},
"https://github.com/cuongloveit/comfy_http_request": {
"stars": 0,
- "last_update": "2024-05-28 08:58:59"
+ "last_update": "2024-05-28 08:58:59",
+ "author_account_age_days": 3240
},
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": {
"stars": 3,
- "last_update": "2024-05-28 13:09:32"
+ "last_update": "2024-05-28 13:09:32",
+ "author_account_age_days": 1918
},
"https://github.com/czcz1024/Comfyui-FaceCompare": {
"stars": 0,
- "last_update": "2024-02-23 09:08:32"
+ "last_update": "2024-02-23 09:08:32",
+ "author_account_age_days": 4222
},
"https://github.com/da2el-ai/ComfyUI-d2-size-selector": {
"stars": 1,
- "last_update": "2024-05-23 01:16:17"
+ "last_update": "2024-05-23 01:16:17",
+ "author_account_age_days": 378
},
"https://github.com/da2el-ai/ComfyUI-d2-steps": {
"stars": 4,
- "last_update": "2024-05-23 01:16:06"
+ "last_update": "2024-05-23 01:16:06",
+ "author_account_age_days": 378
},
"https://github.com/dagthomas/comfyui_dagthomas": {
- "stars": 62,
- "last_update": "2024-05-23 08:41:09"
+ "stars": 64,
+ "last_update": "2024-05-23 08:41:09",
+ "author_account_age_days": 4060
},
"https://github.com/daniabib/ComfyUI_ProPainter_Nodes": {
- "stars": 122,
- "last_update": "2024-05-25 15:14:53"
+ "stars": 138,
+ "last_update": "2024-05-25 15:14:53",
+ "author_account_age_days": 2393
},
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": {
"stars": 25,
- "last_update": "2024-04-02 06:33:08"
+ "last_update": "2024-04-02 06:33:08",
+ "author_account_age_days": 3340
},
"https://github.com/daniel-lewis-ab/ComfyUI-TTS": {
"stars": 11,
- "last_update": "2024-04-02 06:32:21"
+ "last_update": "2024-04-02 06:32:21",
+ "author_account_age_days": 3340
},
"https://github.com/darkpixel/darkprompts": {
- "stars": 5,
- "last_update": "2024-05-23 19:48:02"
- },
- "https://github.com/davask/ComfyUI_MaraScott_Nodes": {
- "stars": 48,
- "last_update": "2024-05-31 23:45:29"
+ "stars": 6,
+ "last_update": "2024-05-23 19:48:02",
+ "author_account_age_days": 5312
},
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": {
"stars": 0,
- "last_update": "2024-05-22 23:12:11"
+ "last_update": "2024-05-22 23:12:11",
+ "author_account_age_days": 146
},
"https://github.com/daxcay/ComfyUI-DRMN": {
- "stars": 5,
- "last_update": "2024-05-29 15:39:05"
+ "stars": 8,
+ "last_update": "2024-06-12 08:27:53",
+ "author_account_age_days": 83
},
"https://github.com/daxcay/ComfyUI-JDCN": {
- "stars": 49,
- "last_update": "2024-05-24 06:27:36"
+ "stars": 51,
+ "last_update": "2024-06-09 14:25:27",
+ "author_account_age_days": 83
+ },
+ "https://github.com/daxcay/ComfyUI-NODEJS": {
+ "stars": 4,
+ "last_update": "2024-06-06 04:30:30",
+ "author_account_age_days": 83
},
"https://github.com/daxthin/DZ-FaceDetailer": {
- "stars": 96,
- "last_update": "2023-12-16 17:31:44"
+ "stars": 99,
+ "last_update": "2023-12-16 17:31:44",
+ "author_account_age_days": 1219
},
"https://github.com/dchatel/comfyui_facetools": {
- "stars": 40,
- "last_update": "2024-05-31 10:40:32"
+ "stars": 41,
+ "last_update": "2024-05-31 10:40:32",
+ "author_account_age_days": 4524
+ },
+ "https://github.com/denfrost/Den_ComfyUI_Workflow": {
+ "stars": 1,
+ "last_update": "2024-06-10 07:46:16",
+ "author_account_age_days": 3485
},
"https://github.com/deroberon/StableZero123-comfyui": {
- "stars": 131,
- "last_update": "2024-05-22 22:09:53"
+ "stars": 132,
+ "last_update": "2024-05-22 22:09:53",
+ "author_account_age_days": 5284
},
"https://github.com/deroberon/demofusion-comfyui": {
"stars": 83,
- "last_update": "2024-05-22 22:09:42"
+ "last_update": "2024-05-22 22:09:42",
+ "author_account_age_days": 5284
},
"https://github.com/dfl/comfyui-clip-with-break": {
- "stars": 8,
- "last_update": "2024-05-22 23:23:15"
+ "stars": 9,
+ "last_update": "2024-05-22 23:23:15",
+ "author_account_age_days": 5963
},
"https://github.com/dfl/comfyui-tcd-scheduler": {
"stars": 75,
- "last_update": "2024-05-22 23:23:28"
+ "last_update": "2024-05-22 23:23:28",
+ "author_account_age_days": 5963
},
"https://github.com/diStyApps/ComfyUI_FrameMaker": {
"stars": 10,
- "last_update": "2024-05-23 00:11:33"
+ "last_update": "2024-05-23 00:11:33",
+ "author_account_age_days": 4193
},
"https://github.com/digitaljohn/comfyui-propost": {
- "stars": 99,
- "last_update": "2024-05-22 23:24:19"
+ "stars": 101,
+ "last_update": "2024-05-22 23:24:19",
+ "author_account_age_days": 4506
},
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": {
- "stars": 158,
- "last_update": "2024-01-07 03:29:57"
+ "stars": 160,
+ "last_update": "2024-01-07 03:29:57",
+ "author_account_age_days": 3403
},
"https://github.com/diontimmer/ComfyUI-Vextra-Nodes": {
- "stars": 59,
- "last_update": "2024-05-22 17:55:21"
+ "stars": 60,
+ "last_update": "2024-05-22 17:55:21",
+ "author_account_age_days": 4759
},
"https://github.com/discopixel-studio/comfyui-discopixel": {
"stars": 7,
- "last_update": "2023-11-30 02:45:49"
+ "last_update": "2023-11-30 02:45:49",
+ "author_account_age_days": 334
},
"https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": {
"stars": 3,
- "last_update": "2024-05-28 14:04:29"
+ "last_update": "2024-05-28 14:04:29",
+ "author_account_age_days": 1458
},
"https://github.com/discus0434/comfyui-caching-embeddings": {
"stars": 1,
- "last_update": "2024-04-09 03:52:05"
+ "last_update": "2024-04-09 03:52:05",
+ "author_account_age_days": 1458
},
"https://github.com/djbielejeski/a-person-mask-generator": {
- "stars": 220,
- "last_update": "2024-05-27 13:54:56"
+ "stars": 225,
+ "last_update": "2024-05-27 13:54:56",
+ "author_account_age_days": 4272
},
"https://github.com/dmMaze/sketch2manga": {
- "stars": 24,
- "last_update": "2024-05-23 00:14:41"
+ "stars": 23,
+ "last_update": "2024-05-23 00:14:41",
+ "author_account_age_days": 1838
},
"https://github.com/dmarx/ComfyUI-AudioReactive": {
"stars": 10,
- "last_update": "2024-05-22 22:12:53"
+ "last_update": "2024-05-22 22:12:53",
+ "author_account_age_days": 4493
},
"https://github.com/dmarx/ComfyUI-Keyframed": {
"stars": 81,
- "last_update": "2024-05-22 22:12:50"
+ "last_update": "2024-05-22 22:12:50",
+ "author_account_age_days": 4493
},
"https://github.com/drago87/ComfyUI_Dragos_Nodes": {
"stars": 3,
- "last_update": "2024-05-22 21:32:15"
+ "last_update": "2024-05-22 21:32:15",
+ "author_account_age_days": 3758
},
"https://github.com/drustan-hawk/primitive-types": {
"stars": 5,
- "last_update": "2024-05-22 21:23:12"
+ "last_update": "2024-05-22 21:23:12",
+ "author_account_age_days": 277
},
"https://github.com/e7mac/ComfyUI-ShadertoyGL": {
"stars": 2,
- "last_update": "2024-05-23 01:09:41"
+ "last_update": "2024-05-23 01:09:41",
+ "author_account_age_days": 4792
},
"https://github.com/ealkanat/comfyui_easy_padding": {
"stars": 12,
- "last_update": "2024-05-22 21:58:52"
+ "last_update": "2024-05-22 21:58:52",
+ "author_account_age_days": 2451
},
"https://github.com/edenartlab/eden_comfy_pipelines": {
- "stars": 37,
- "last_update": "2024-05-31 12:20:25"
+ "stars": 39,
+ "last_update": "2024-06-06 21:49:00",
+ "author_account_age_days": 261
},
"https://github.com/evanspearman/ComfyMath": {
- "stars": 48,
- "last_update": "2023-08-27 03:29:04"
+ "stars": 50,
+ "last_update": "2023-08-27 03:29:04",
+ "author_account_age_days": 4227
+ },
+ "https://github.com/exdysa/comfyui-selector": {
+ "stars": 1,
+ "last_update": "2024-06-10 05:05:28",
+ "author_account_age_days": 984
},
"https://github.com/failfa-st/failfast-comfyui-extensions": {
- "stars": 124,
- "last_update": "2024-05-09 19:24:22"
+ "stars": 126,
+ "last_update": "2024-05-09 19:24:22",
+ "author_account_age_days": 262
},
"https://github.com/fexli/fexli-util-node-comfyui": {
"stars": 3,
- "last_update": "2024-05-22 21:27:36"
+ "last_update": "2024-05-22 21:27:36",
+ "author_account_age_days": 1547
},
"https://github.com/fexploit/ComfyUI-AutoLabel": {
- "stars": 3,
- "last_update": "2024-05-25 19:54:58"
+ "stars": 4,
+ "last_update": "2024-05-25 19:54:58",
+ "author_account_age_days": 5032
},
"https://github.com/fexploit/ComfyUI-AutoTrimBG": {
"stars": 2,
- "last_update": "2024-05-24 20:38:15"
+ "last_update": "2024-05-24 20:38:15",
+ "author_account_age_days": 5032
+ },
+ "https://github.com/fexploit/ComfyUI-Classifier": {
+ "stars": 0,
+ "last_update": "2024-06-02 20:27:12",
+ "author_account_age_days": 5032
},
"https://github.com/filipemeneses/comfy_pixelization": {
- "stars": 26,
- "last_update": "2024-05-22 20:59:16"
+ "stars": 27,
+ "last_update": "2024-05-22 20:59:16",
+ "author_account_age_days": 3465
},
"https://github.com/filliptm/ComfyUI_Fill-Nodes": {
- "stars": 71,
- "last_update": "2024-05-29 19:38:26"
+ "stars": 91,
+ "last_update": "2024-06-09 08:42:25",
+ "author_account_age_days": 1724
},
"https://github.com/florestefano1975/ComfyUI-HiDiffusion": {
- "stars": 126,
- "last_update": "2024-05-22 00:33:06"
+ "stars": 127,
+ "last_update": "2024-05-22 00:33:06",
+ "author_account_age_days": 182
},
"https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": {
"stars": 2,
- "last_update": "2024-04-21 07:34:21"
+ "last_update": "2024-04-21 07:34:21",
+ "author_account_age_days": 182
},
"https://github.com/florestefano1975/comfyui-portrait-master": {
- "stars": 721,
- "last_update": "2024-05-22 00:30:41"
+ "stars": 736,
+ "last_update": "2024-05-22 00:30:41",
+ "author_account_age_days": 182
},
"https://github.com/florestefano1975/comfyui-prompt-composer": {
- "stars": 205,
- "last_update": "2024-05-22 00:34:06"
+ "stars": 207,
+ "last_update": "2024-05-22 00:34:06",
+ "author_account_age_days": 182
},
"https://github.com/flowtyone/ComfyUI-Flowty-CRM": {
- "stars": 120,
- "last_update": "2024-04-03 23:47:03"
+ "stars": 122,
+ "last_update": "2024-04-03 23:47:03",
+ "author_account_age_days": 262
},
"https://github.com/flowtyone/ComfyUI-Flowty-LDSR": {
- "stars": 155,
- "last_update": "2024-03-24 19:03:45"
+ "stars": 161,
+ "last_update": "2024-03-24 19:03:45",
+ "author_account_age_days": 262
},
"https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": {
- "stars": 346,
- "last_update": "2024-03-19 10:49:59"
+ "stars": 348,
+ "last_update": "2024-06-06 06:01:32",
+ "author_account_age_days": 262
},
"https://github.com/flyingshutter/As_ComfyUI_CustomNodes": {
"stars": 7,
- "last_update": "2024-05-22 18:07:19"
+ "last_update": "2024-05-22 18:07:19",
+ "author_account_age_days": 3483
},
"https://github.com/fmatray/ComfyUI_BattlemapGrid": {
"stars": 0,
- "last_update": "2024-05-23 01:22:12"
+ "last_update": "2024-06-05 22:35:06",
+ "author_account_age_days": 3610
},
"https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": {
"stars": 10,
- "last_update": "2024-05-23 01:15:32"
+ "last_update": "2024-05-23 01:15:32",
+ "author_account_age_days": 5096
},
"https://github.com/forever22777/comfyui-self-guidance": {
"stars": 6,
- "last_update": "2024-04-22 06:40:09"
+ "last_update": "2024-04-22 06:40:09",
+ "author_account_age_days": 313
},
"https://github.com/foxtrot-roger/comfyui-rf-nodes": {
"stars": 1,
- "last_update": "2024-05-22 23:09:13"
+ "last_update": "2024-05-22 23:09:13",
+ "author_account_age_days": 2309
},
"https://github.com/frankchieng/ComfyUI_Aniportrait": {
- "stars": 38,
- "last_update": "2024-05-23 00:23:20"
+ "stars": 41,
+ "last_update": "2024-05-23 00:23:20",
+ "author_account_age_days": 429
},
"https://github.com/frankchieng/ComfyUI_MagicClothing": {
- "stars": 382,
- "last_update": "2024-05-23 00:23:32"
+ "stars": 398,
+ "last_update": "2024-05-23 00:23:32",
+ "author_account_age_days": 429
+ },
+ "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": {
+ "stars": 7,
+ "last_update": "2024-06-06 08:18:29",
+ "author_account_age_days": 429
},
"https://github.com/fsdymy1024/ComfyUI_fsdymy": {
- "stars": 1,
- "last_update": "2024-05-23 01:21:16"
+ "stars": 2,
+ "last_update": "2024-05-23 01:21:16",
+ "author_account_age_days": 2194
},
"https://github.com/gemell1/ComfyUI_GMIC": {
"stars": 5,
- "last_update": "2024-05-22 21:28:51"
+ "last_update": "2024-05-22 21:28:51",
+ "author_account_age_days": 1945
},
"https://github.com/get-salt-AI/SaltAI": {
- "stars": 45,
- "last_update": "2024-05-23 00:54:46"
+ "stars": 48,
+ "last_update": "2024-05-23 00:54:46",
+ "author_account_age_days": 104
},
"https://github.com/get-salt-AI/SaltAI_Language_Toolkit": {
- "stars": 11,
- "last_update": "2024-05-23 00:54:34"
+ "stars": 15,
+ "last_update": "2024-05-23 00:54:34",
+ "author_account_age_days": 104
},
"https://github.com/get-salt-AI/SaltAI_LlamaIndex": {
- "stars": 11,
- "last_update": "2024-05-23 00:54:34"
+ "stars": 15,
+ "last_update": "2024-05-23 00:54:34",
+ "author_account_age_days": 104
},
"https://github.com/ginlov/segment_to_mask_comfyui": {
"stars": 1,
- "last_update": "2024-01-07 14:03:21"
+ "last_update": "2024-01-07 14:03:21",
+ "author_account_age_days": 2000
},
"https://github.com/giriss/comfy-image-saver": {
- "stars": 133,
- "last_update": "2024-05-22 20:40:55"
+ "stars": 139,
+ "last_update": "2024-05-22 20:40:55",
+ "author_account_age_days": 4226
},
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": {
"stars": 0,
- "last_update": "2024-05-23 01:20:09"
+ "last_update": "2024-05-23 01:20:09",
+ "author_account_age_days": 3891
},
"https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": {
"stars": 0,
- "last_update": "2024-05-23 01:19:47"
+ "last_update": "2024-05-23 01:19:47",
+ "author_account_age_days": 3891
},
"https://github.com/githubYiheng/comfyui_kmeans_filter": {
"stars": 0,
- "last_update": "2024-05-24 10:55:10"
+ "last_update": "2024-05-24 10:55:10",
+ "author_account_age_days": 3891
},
"https://github.com/githubYiheng/comfyui_meanshift_filter": {
"stars": 0,
- "last_update": "2024-05-28 03:12:18"
- },
- "https://github.com/githubYiheng/comfyui_median_filter": {
- "stars": 0,
- "last_update": "2024-05-24 15:21:40"
+ "last_update": "2024-05-28 03:12:18",
+ "author_account_age_days": 3891
},
"https://github.com/githubYiheng/comfyui_private_postprocessor": {
"stars": 0,
- "last_update": "2024-05-30 07:06:09"
+ "last_update": "2024-06-03 16:41:26",
+ "author_account_age_days": 3891
},
"https://github.com/glibsonoran/Plush-for-ComfyUI": {
- "stars": 101,
- "last_update": "2024-05-24 16:32:17"
+ "stars": 103,
+ "last_update": "2024-05-24 16:32:17",
+ "author_account_age_days": 2486
},
"https://github.com/glifxyz/ComfyUI-GlifNodes": {
"stars": 6,
- "last_update": "2024-05-23 16:29:07"
+ "last_update": "2024-05-23 16:29:07",
+ "author_account_age_days": 562
},
"https://github.com/glowcone/comfyui-base64-to-image": {
- "stars": 6,
- "last_update": "2024-01-09 08:33:02"
+ "stars": 8,
+ "last_update": "2024-01-09 08:33:02",
+ "author_account_age_days": 3734
},
"https://github.com/godspede/ComfyUI_Substring": {
"stars": 0,
- "last_update": "2024-05-22 23:15:48"
+ "last_update": "2024-05-22 23:15:48",
+ "author_account_age_days": 3101
},
"https://github.com/gokayfem/ComfyUI-Depth-Visualization": {
- "stars": 46,
- "last_update": "2024-05-21 00:37:05"
+ "stars": 47,
+ "last_update": "2024-05-21 00:37:05",
+ "author_account_age_days": 1046
},
"https://github.com/gokayfem/ComfyUI-Dream-Interpreter": {
- "stars": 63,
- "last_update": "2024-05-21 00:36:50"
+ "stars": 66,
+ "last_update": "2024-05-21 00:36:50",
+ "author_account_age_days": 1046
},
"https://github.com/gokayfem/ComfyUI-Texture-Simple": {
"stars": 29,
- "last_update": "2024-05-21 00:19:53"
+ "last_update": "2024-05-21 00:19:53",
+ "author_account_age_days": 1046
},
"https://github.com/gokayfem/ComfyUI_VLM_nodes": {
- "stars": 251,
- "last_update": "2024-06-02 10:23:55"
+ "stars": 260,
+ "last_update": "2024-06-02 10:23:55",
+ "author_account_age_days": 1046
},
"https://github.com/gonzalu/ComfyUI_YFG_Comical": {
- "stars": 10,
- "last_update": "2024-05-30 03:05:46"
+ "stars": 12,
+ "last_update": "2024-06-10 00:31:59",
+ "author_account_age_days": 2449
},
"https://github.com/griptape-ai/ComfyUI-Griptape": {
- "stars": 3,
- "last_update": "2024-05-25 02:12:16"
+ "stars": 12,
+ "last_update": "2024-06-12 21:10:55",
+ "author_account_age_days": 509
},
"https://github.com/guill/abracadabra-comfyui": {
"stars": 1,
- "last_update": "2024-02-26 04:25:21"
+ "last_update": "2024-02-26 04:25:21",
+ "author_account_age_days": 4181
},
"https://github.com/guoyk93/yk-node-suite-comfyui": {
"stars": 10,
- "last_update": "2023-03-28 16:19:46"
+ "last_update": "2023-03-28 16:19:46",
+ "author_account_age_days": 1477
},
"https://github.com/hackkhai/ComfyUI-Image-Matting": {
"stars": 11,
- "last_update": "2024-05-23 00:11:45"
+ "last_update": "2024-05-23 00:11:45",
+ "author_account_age_days": 1839
+ },
+ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": {
+ "stars": 0,
+ "last_update": "2024-06-09 04:03:11",
+ "author_account_age_days": 94
},
"https://github.com/hay86/ComfyUI_AceNodes": {
- "stars": 6,
- "last_update": "2024-05-23 00:20:41"
+ "stars": 8,
+ "last_update": "2024-06-05 07:54:59",
+ "author_account_age_days": 4655
},
"https://github.com/hay86/ComfyUI_DDColor": {
"stars": 1,
- "last_update": "2024-04-17 14:38:22"
+ "last_update": "2024-04-17 14:38:22",
+ "author_account_age_days": 4655
},
"https://github.com/hay86/ComfyUI_Dreamtalk": {
"stars": 7,
- "last_update": "2024-04-12 09:13:05"
+ "last_update": "2024-04-12 09:13:05",
+ "author_account_age_days": 4655
},
"https://github.com/hay86/ComfyUI_MiniCPM-V": {
"stars": 5,
- "last_update": "2024-05-29 07:27:09"
+ "last_update": "2024-05-29 07:27:09",
+ "author_account_age_days": 4655
},
"https://github.com/hay86/ComfyUI_OpenVoice": {
"stars": 3,
- "last_update": "2024-05-23 00:18:52"
+ "last_update": "2024-05-23 00:18:52",
+ "author_account_age_days": 4655
},
"https://github.com/hayden-fr/ComfyUI-Image-Browsing": {
"stars": 2,
- "last_update": "2024-05-22 20:54:07"
+ "last_update": "2024-05-22 20:54:07",
+ "author_account_age_days": 1925
},
"https://github.com/hayden-fr/ComfyUI-Model-Manager": {
"stars": 23,
- "last_update": "2024-05-22 20:53:55"
+ "last_update": "2024-05-22 20:53:55",
+ "author_account_age_days": 1925
+ },
+ "https://github.com/hben35096/ComfyUI-ToolBox": {
+ "stars": 0,
+ "last_update": "2024-06-02 19:29:39",
+ "author_account_age_days": 336
},
"https://github.com/heshengtao/comfyui_LLM_party": {
- "stars": 78,
- "last_update": "2024-06-02 03:07:52"
+ "stars": 97,
+ "last_update": "2024-06-12 11:50:13",
+ "author_account_age_days": 2883
},
"https://github.com/hhhzzyang/Comfyui_Lama": {
- "stars": 34,
- "last_update": "2024-05-22 21:13:19"
+ "stars": 36,
+ "last_update": "2024-05-22 21:13:19",
+ "author_account_age_days": 495
},
"https://github.com/hiforce/comfyui-hiforce-plugin": {
"stars": 2,
- "last_update": "2024-02-29 09:35:31"
+ "last_update": "2024-02-29 09:35:31",
+ "author_account_age_days": 1790
},
"https://github.com/hinablue/ComfyUI_3dPoseEditor": {
- "stars": 105,
- "last_update": "2024-05-22 22:23:35"
+ "stars": 109,
+ "last_update": "2024-05-22 22:23:35",
+ "author_account_age_days": 5100
},
"https://github.com/holchan/ComfyUI-ModelDownloader": {
"stars": 2,
- "last_update": "2024-03-02 05:43:41"
+ "last_update": "2024-03-02 05:43:41",
+ "author_account_age_days": 1580
},
"https://github.com/huagetai/ComfyUI-Gaffer": {
- "stars": 31,
- "last_update": "2024-05-23 01:22:40"
+ "stars": 32,
+ "last_update": "2024-05-23 01:22:40",
+ "author_account_age_days": 4620
},
"https://github.com/huagetai/ComfyUI_LightGradient": {
- "stars": 6,
- "last_update": "2024-05-23 01:21:27"
+ "stars": 7,
+ "last_update": "2024-05-23 01:21:27",
+ "author_account_age_days": 4620
},
"https://github.com/huchenlei/ComfyUI-IC-Light-Native": {
- "stars": 329,
- "last_update": "2024-05-14 14:31:12"
+ "stars": 367,
+ "last_update": "2024-06-06 16:29:55",
+ "author_account_age_days": 2864
},
"https://github.com/huchenlei/ComfyUI-layerdiffuse": {
- "stars": 1221,
- "last_update": "2024-05-16 22:30:32"
+ "stars": 1243,
+ "last_update": "2024-05-16 22:30:32",
+ "author_account_age_days": 2864
},
"https://github.com/huchenlei/ComfyUI-openpose-editor": {
- "stars": 10,
- "last_update": "2024-04-25 22:45:00"
+ "stars": 11,
+ "last_update": "2024-04-25 22:45:00",
+ "author_account_age_days": 2864
},
"https://github.com/huchenlei/ComfyUI_DanTagGen": {
"stars": 48,
- "last_update": "2024-04-28 15:36:22"
+ "last_update": "2024-04-28 15:36:22",
+ "author_account_age_days": 2864
+ },
+ "https://github.com/huchenlei/ComfyUI_densediffusion": {
+ "stars": 41,
+ "last_update": "2024-06-11 00:39:28",
+ "author_account_age_days": 2864
+ },
+ "https://github.com/huchenlei/ComfyUI_omost": {
+ "stars": 270,
+ "last_update": "2024-06-11 20:06:43",
+ "author_account_age_days": 2864
},
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": {
"stars": 6,
- "last_update": "2024-02-24 21:41:24"
+ "last_update": "2024-02-24 21:41:24",
+ "author_account_age_days": 5629
+ },
+ "https://github.com/humgate/simplecomfy": {
+ "stars": 0,
+ "last_update": "2024-06-05 17:08:39",
+ "author_account_age_days": 1355
},
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": {
"stars": 57,
- "last_update": "2024-05-22 20:39:48"
+ "last_update": "2024-05-22 20:39:48",
+ "author_account_age_days": 428
},
"https://github.com/hustille/ComfyUI_hus_utils": {
"stars": 6,
- "last_update": "2024-05-22 20:39:34"
+ "last_update": "2024-05-22 20:39:34",
+ "author_account_age_days": 428
},
"https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": {
"stars": 7,
- "last_update": "2023-12-10 13:57:48"
+ "last_update": "2023-12-10 13:57:48",
+ "author_account_age_days": 3901
},
"https://github.com/iFREEGROUP/comfyui-undistort": {
"stars": 1,
- "last_update": "2024-05-23 07:01:39"
+ "last_update": "2024-05-23 07:01:39",
+ "author_account_age_days": 1545
},
"https://github.com/icesun963/ComfyUI_HFDownLoad": {
"stars": 0,
- "last_update": "2024-05-17 13:09:02"
+ "last_update": "2024-05-17 13:09:02",
+ "author_account_age_days": 4094
},
"https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": {
- "stars": 82,
- "last_update": "2024-05-22 21:25:49"
+ "stars": 90,
+ "last_update": "2024-05-22 21:25:49",
+ "author_account_age_days": 3038
},
"https://github.com/iemesowum/ComfyUI_IsaacNodes": {
"stars": 0,
- "last_update": "2024-05-20 13:52:39"
+ "last_update": "2024-05-20 13:52:39",
+ "author_account_age_days": 5280
},
"https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": {
- "stars": 1,
- "last_update": "2024-05-22 22:31:30"
+ "stars": 2,
+ "last_update": "2024-05-22 22:31:30",
+ "author_account_age_days": 2850
},
"https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": {
- "stars": 21,
- "last_update": "2024-05-22 22:02:55"
+ "stars": 26,
+ "last_update": "2024-05-22 22:02:55",
+ "author_account_age_days": 2850
},
"https://github.com/if-ai/ComfyUI-IF_AI_tools": {
- "stars": 311,
- "last_update": "2024-05-31 03:09:53"
+ "stars": 326,
+ "last_update": "2024-06-10 22:40:42",
+ "author_account_age_days": 2850
},
"https://github.com/imb101/ComfyUI-FaceSwap": {
- "stars": 29,
- "last_update": "2024-05-22 18:22:29"
+ "stars": 28,
+ "last_update": "2024-05-22 18:22:29",
+ "author_account_age_days": 877
},
"https://github.com/jags111/ComfyUI_Jags_Audiotools": {
- "stars": 30,
- "last_update": "2024-05-19 18:54:12"
+ "stars": 32,
+ "last_update": "2024-05-19 18:54:12",
+ "author_account_age_days": 3859
},
"https://github.com/jags111/ComfyUI_Jags_VectorMagic": {
- "stars": 47,
- "last_update": "2024-05-19 18:49:42"
+ "stars": 48,
+ "last_update": "2024-05-19 18:49:42",
+ "author_account_age_days": 3859
},
"https://github.com/jags111/efficiency-nodes-comfyui": {
- "stars": 635,
- "last_update": "2024-05-31 12:53:20"
+ "stars": 656,
+ "last_update": "2024-06-05 06:46:30",
+ "author_account_age_days": 3859
},
"https://github.com/jamal-alkharrat/ComfyUI_rotate_image": {
"stars": 0,
- "last_update": "2024-05-22 23:19:02"
+ "last_update": "2024-05-22 23:19:02",
+ "author_account_age_days": 965
},
"https://github.com/jamesWalker55/comfyui-p2ldgan": {
"stars": 12,
- "last_update": "2024-05-22 18:19:04"
+ "last_update": "2024-05-22 18:19:04",
+ "author_account_age_days": 2515
},
"https://github.com/jamesWalker55/comfyui-various": {
"stars": 27,
- "last_update": "2024-05-22 18:19:17"
+ "last_update": "2024-05-22 18:19:17",
+ "author_account_age_days": 2515
},
"https://github.com/jax-explorer/fast_video_comfyui": {
"stars": 0,
- "last_update": "2024-05-23 01:17:35"
+ "last_update": "2024-05-23 01:17:35",
+ "author_account_age_days": 565
},
"https://github.com/jeffy5/comfyui-faceless-node": {
- "stars": 10,
- "last_update": "2024-05-29 09:32:37"
+ "stars": 11,
+ "last_update": "2024-06-05 10:25:42",
+ "author_account_age_days": 2919
},
"https://github.com/jesenzhang/ComfyUI_StreamDiffusion": {
- "stars": 103,
- "last_update": "2024-05-23 02:40:36"
+ "stars": 104,
+ "last_update": "2024-05-23 02:40:36",
+ "author_account_age_days": 3640
},
"https://github.com/jiaxiangc/ComfyUI-ResAdapter": {
- "stars": 268,
- "last_update": "2024-05-23 00:22:23"
+ "stars": 267,
+ "last_update": "2024-05-23 00:22:23",
+ "author_account_age_days": 1274
},
"https://github.com/jitcoder/lora-info": {
- "stars": 36,
- "last_update": "2024-05-22 22:17:44"
+ "stars": 42,
+ "last_update": "2024-05-22 22:17:44",
+ "author_account_age_days": 4029
},
"https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": {
"stars": 4,
- "last_update": "2024-05-22 20:44:56"
+ "last_update": "2024-05-22 20:44:56",
+ "author_account_age_days": 3637
},
"https://github.com/jkrauss82/ultools-comfyui": {
"stars": 5,
- "last_update": "2024-03-31 08:27:34"
+ "last_update": "2024-03-31 08:27:34",
+ "author_account_age_days": 4200
},
"https://github.com/jmkl/ComfyUI-ricing": {
"stars": 9,
- "last_update": "2024-05-22 20:54:35"
+ "last_update": "2024-05-22 20:54:35",
+ "author_account_age_days": 4585
},
"https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": {
- "stars": 95,
- "last_update": "2024-05-22 21:31:41"
+ "stars": 98,
+ "last_update": "2024-05-22 21:31:41",
+ "author_account_age_days": 4786
},
"https://github.com/jordoh/ComfyUI-Deepface": {
"stars": 10,
- "last_update": "2024-03-23 14:37:34"
+ "last_update": "2024-03-23 14:37:34",
+ "author_account_age_days": 4982
},
"https://github.com/jtrue/ComfyUI-JaRue": {
"stars": 6,
- "last_update": "2023-12-25 17:55:50"
- },
- "https://github.com/jtydhr88/ComfyUI-InstantMesh": {
- "stars": 124,
- "last_update": "2024-06-01 01:46:34"
+ "last_update": "2023-12-25 17:55:50",
+ "author_account_age_days": 3918
},
"https://github.com/jtydhr88/ComfyUI-LayerDivider": {
- "stars": 35,
- "last_update": "2024-05-18 03:24:07"
+ "stars": 40,
+ "last_update": "2024-06-08 13:38:28",
+ "author_account_age_days": 4741
},
"https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": {
- "stars": 8,
- "last_update": "2024-04-07 02:47:17"
+ "stars": 10,
+ "last_update": "2024-04-07 02:47:17",
+ "author_account_age_days": 4741
},
"https://github.com/ka-puna/comfyui-yanc": {
"stars": 6,
- "last_update": "2024-05-22 21:29:37"
+ "last_update": "2024-05-22 21:29:37",
+ "author_account_age_days": 2195
},
"https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": {
- "stars": 1,
- "last_update": "2024-05-23 01:23:43"
+ "stars": 2,
+ "last_update": "2024-06-03 13:20:01",
+ "author_account_age_days": 1255
},
"https://github.com/kadirnar/ComfyUI-Transformers": {
- "stars": 15,
- "last_update": "2024-05-23 12:34:26"
+ "stars": 16,
+ "last_update": "2024-05-23 12:34:26",
+ "author_account_age_days": 2318
},
"https://github.com/kale4eat/ComfyUI-path-util": {
"stars": 0,
- "last_update": "2024-05-25 05:44:11"
+ "last_update": "2024-05-25 05:44:11",
+ "author_account_age_days": 1600
},
"https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": {
"stars": 5,
- "last_update": "2024-05-23 00:25:02"
+ "last_update": "2024-05-23 00:25:02",
+ "author_account_age_days": 1600
},
"https://github.com/kale4eat/ComfyUI-string-util": {
"stars": 1,
- "last_update": "2024-05-23 00:24:40"
+ "last_update": "2024-05-23 00:24:40",
+ "author_account_age_days": 1600
},
"https://github.com/kale4eat/ComfyUI-text-file-util": {
"stars": 0,
- "last_update": "2024-05-23 00:24:51"
+ "last_update": "2024-05-23 00:24:51",
+ "author_account_age_days": 1600
},
"https://github.com/katalist-ai/comfyUI-nsfw-detection": {
"stars": 1,
- "last_update": "2024-05-23 01:23:32"
+ "last_update": "2024-05-23 01:23:32",
+ "author_account_age_days": 742
},
"https://github.com/kealiu/ComfyUI-S3-Tools": {
- "stars": 0,
- "last_update": "2024-05-23 01:10:44"
+ "stars": 1,
+ "last_update": "2024-05-23 01:10:44",
+ "author_account_age_days": 4116
},
"https://github.com/kealiu/ComfyUI-Zero123-Porting": {
- "stars": 7,
- "last_update": "2024-05-23 01:11:13"
+ "stars": 11,
+ "last_update": "2024-05-23 01:11:13",
+ "author_account_age_days": 4116
},
"https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": {
- "stars": 123,
- "last_update": "2024-05-23 01:11:01"
+ "stars": 127,
+ "last_update": "2024-05-23 01:11:01",
+ "author_account_age_days": 4116
},
"https://github.com/kenjiqq/qq-nodes-comfyui": {
"stars": 22,
- "last_update": "2024-05-22 21:34:53"
+ "last_update": "2024-05-22 21:34:53",
+ "author_account_age_days": 4878
},
"https://github.com/kft334/Knodes": {
"stars": 3,
- "last_update": "2024-01-14 04:23:09"
+ "last_update": "2024-01-14 04:23:09",
+ "author_account_age_days": 947
},
"https://github.com/kijai/ComfyUI-ADMotionDirector": {
- "stars": 118,
- "last_update": "2024-06-01 17:55:31"
+ "stars": 123,
+ "last_update": "2024-06-01 17:55:31",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-APISR-KJ": {
"stars": 55,
- "last_update": "2024-05-21 16:30:21"
+ "last_update": "2024-05-21 16:30:21",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-BrushNet-Wrapper": {
- "stars": 101,
- "last_update": "2024-05-21 16:49:05"
+ "stars": 102,
+ "last_update": "2024-05-21 16:49:05",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-CCSR": {
- "stars": 136,
- "last_update": "2024-05-22 21:09:35"
+ "stars": 143,
+ "last_update": "2024-05-22 21:09:35",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-DDColor": {
- "stars": 74,
- "last_update": "2024-05-21 16:04:26"
+ "stars": 78,
+ "last_update": "2024-05-21 16:04:26",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-DiffusionLight": {
"stars": 48,
- "last_update": "2024-05-21 16:16:52"
+ "last_update": "2024-05-21 16:16:52",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": {
- "stars": 337,
- "last_update": "2024-06-02 13:44:22"
+ "stars": 446,
+ "last_update": "2024-06-09 11:19:05",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-ELLA-wrapper": {
"stars": 102,
- "last_update": "2024-05-21 16:47:28"
+ "last_update": "2024-05-21 16:47:28",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-Geowizard": {
"stars": 80,
- "last_update": "2024-05-28 14:08:34"
+ "last_update": "2024-05-28 14:08:34",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-IC-Light": {
- "stars": 329,
- "last_update": "2024-05-25 07:37:51"
+ "stars": 368,
+ "last_update": "2024-05-25 07:37:51",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-KJNodes": {
- "stars": 298,
- "last_update": "2024-06-01 13:07:49"
+ "stars": 311,
+ "last_update": "2024-06-10 14:46:27",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": {
"stars": 19,
- "last_update": "2024-05-21 16:41:18"
+ "last_update": "2024-05-21 16:41:18",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-Marigold": {
- "stars": 363,
- "last_update": "2024-05-29 12:03:37"
+ "stars": 371,
+ "last_update": "2024-06-11 10:40:36",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-SUPIR": {
- "stars": 1102,
- "last_update": "2024-05-21 14:56:36"
+ "stars": 1137,
+ "last_update": "2024-05-21 14:56:36",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-SVD": {
"stars": 152,
- "last_update": "2024-05-22 21:09:54"
+ "last_update": "2024-05-22 21:09:54",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-depth-fm": {
- "stars": 49,
- "last_update": "2024-05-22 21:10:15"
+ "stars": 53,
+ "last_update": "2024-05-22 21:10:15",
+ "author_account_age_days": 2171
},
"https://github.com/kijai/ComfyUI-moondream": {
- "stars": 73,
- "last_update": "2024-05-22 21:10:33"
+ "stars": 74,
+ "last_update": "2024-05-22 21:10:33",
+ "author_account_age_days": 2171
},
"https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": {
"stars": 23,
- "last_update": "2024-05-22 21:25:13"
+ "last_update": "2024-05-22 21:25:13",
+ "author_account_age_days": 457
},
"https://github.com/kinfolk0117/ComfyUI_Pilgram": {
- "stars": 6,
- "last_update": "2024-05-22 21:25:24"
+ "stars": 7,
+ "last_update": "2024-05-22 21:25:24",
+ "author_account_age_days": 457
},
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles": {
- "stars": 23,
- "last_update": "2024-05-22 21:25:01"
+ "stars": 24,
+ "last_update": "2024-05-22 21:25:01",
+ "author_account_age_days": 457
},
"https://github.com/klinter007/klinter_nodes": {
"stars": 4,
- "last_update": "2024-05-02 14:41:48"
+ "last_update": "2024-05-02 14:41:48",
+ "author_account_age_days": 414
},
"https://github.com/knuknX/ComfyUI-Image-Tools": {
- "stars": 2,
- "last_update": "2024-01-01 03:30:49"
+ "stars": 3,
+ "last_update": "2024-01-01 03:30:49",
+ "author_account_age_days": 188
},
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": {
- "stars": 142,
- "last_update": "2024-05-22 20:44:44"
+ "stars": 145,
+ "last_update": "2024-05-22 20:44:44",
+ "author_account_age_days": 1797
},
"https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": {
"stars": 3,
- "last_update": "2024-05-22 21:34:27"
+ "last_update": "2024-05-22 21:34:27",
+ "author_account_age_days": 571
},
"https://github.com/komojini/komojini-comfyui-nodes": {
- "stars": 59,
- "last_update": "2024-05-22 21:34:39"
+ "stars": 62,
+ "last_update": "2024-05-22 21:34:39",
+ "author_account_age_days": 571
},
"https://github.com/kunieone/ComfyUI_alkaid": {
"stars": 0,
- "last_update": "2024-05-23 01:10:21"
+ "last_update": "2024-05-23 01:10:21",
+ "author_account_age_days": 2508
},
"https://github.com/kwaroran/abg-comfyui": {
- "stars": 21,
- "last_update": "2024-05-22 18:19:51"
+ "stars": 22,
+ "last_update": "2024-05-22 18:19:51",
+ "author_account_age_days": 596
},
"https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": {
"stars": 1,
- "last_update": "2024-06-02 12:21:22"
+ "last_update": "2024-06-06 06:27:02",
+ "author_account_age_days": 1155
},
"https://github.com/laksjdjf/Batch-Condition-ComfyUI": {
"stars": 1,
- "last_update": "2024-05-22 20:42:42"
+ "last_update": "2024-05-22 20:42:42",
+ "author_account_age_days": 2819
},
"https://github.com/laksjdjf/LCMSampler-ComfyUI": {
"stars": 14,
- "last_update": "2024-05-22 20:42:17"
+ "last_update": "2024-05-22 20:42:17",
+ "author_account_age_days": 2819
},
"https://github.com/laksjdjf/LoRTnoC-ComfyUI": {
- "stars": 10,
- "last_update": "2024-05-22 20:42:29"
- },
- "https://github.com/laksjdjf/attention-couple-ComfyUI": {
- "stars": 56,
- "last_update": "2024-03-25 03:38:55"
+ "stars": 11,
+ "last_update": "2024-05-22 20:42:29",
+ "author_account_age_days": 2819
},
"https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": {
- "stars": 17,
- "last_update": "2024-05-22 20:42:04"
+ "stars": 19,
+ "last_update": "2024-05-22 20:42:04",
+ "author_account_age_days": 2819
},
"https://github.com/laksjdjf/cgem156-ComfyUI": {
- "stars": 26,
- "last_update": "2024-05-22 20:42:55"
+ "stars": 29,
+ "last_update": "2024-06-08 01:09:03",
+ "author_account_age_days": 2819
},
"https://github.com/laksjdjf/pfg-ComfyUI": {
- "stars": 9,
- "last_update": "2024-05-22 20:41:41"
+ "stars": 10,
+ "last_update": "2024-05-22 20:41:41",
+ "author_account_age_days": 2819
},
"https://github.com/larsupb/LoRA-Merger-ComfyUI": {
- "stars": 7,
- "last_update": "2024-05-30 22:35:50"
+ "stars": 9,
+ "last_update": "2024-06-05 16:41:02",
+ "author_account_age_days": 3064
+ },
+ "https://github.com/latenightlabs/ComfyUI-LNL": {
+ "stars": 0,
+ "last_update": "2024-05-02 07:32:18",
+ "author_account_age_days": 139
},
"https://github.com/leoleelxh/ComfyUI-LLMs": {
"stars": 6,
- "last_update": "2024-03-07 07:34:10"
+ "last_update": "2024-03-07 07:34:10",
+ "author_account_age_days": 4063
},
"https://github.com/lilly1987/ComfyUI_node_Lilly": {
- "stars": 50,
- "last_update": "2024-05-22 17:53:19"
+ "stars": 49,
+ "last_update": "2024-05-22 17:53:19",
+ "author_account_age_days": 2898
},
"https://github.com/linshier/comfyui-remote-tools": {
"stars": 1,
- "last_update": "2024-05-28 07:44:23"
+ "last_update": "2024-05-28 07:44:23",
+ "author_account_age_days": 3780
},
"https://github.com/liusida/ComfyUI-AutoCropFaces": {
- "stars": 11,
- "last_update": "2024-05-20 06:51:57"
+ "stars": 14,
+ "last_update": "2024-05-20 06:51:57",
+ "author_account_age_days": 3196
},
"https://github.com/liusida/ComfyUI-Debug": {
"stars": 6,
- "last_update": "2024-04-07 11:33:02"
+ "last_update": "2024-04-07 11:33:02",
+ "author_account_age_days": 3196
},
"https://github.com/liusida/ComfyUI-Login": {
- "stars": 27,
- "last_update": "2024-06-02 11:37:54"
+ "stars": 34,
+ "last_update": "2024-06-07 08:03:47",
+ "author_account_age_days": 3196
},
"https://github.com/ljleb/comfy-mecha": {
- "stars": 8,
- "last_update": "2024-05-26 14:57:05"
+ "stars": 9,
+ "last_update": "2024-06-12 22:19:54",
+ "author_account_age_days": 2452
+ },
+ "https://github.com/lks-ai/ComfyUI-StableAudioSampler": {
+ "stars": 153,
+ "last_update": "2024-06-11 20:37:12",
+ "author_account_age_days": 88
},
"https://github.com/lks-ai/anynode": {
- "stars": 265,
- "last_update": "2024-06-02 10:15:02"
+ "stars": 379,
+ "last_update": "2024-06-11 16:24:50",
+ "author_account_age_days": 88
},
"https://github.com/lldacing/comfyui-easyapi-nodes": {
- "stars": 24,
- "last_update": "2024-05-24 02:51:26"
+ "stars": 25,
+ "last_update": "2024-05-24 02:51:26",
+ "author_account_age_days": 2081
},
"https://github.com/logtd/ComfyUI-FLATTEN": {
- "stars": 58,
- "last_update": "2024-05-31 22:18:36"
+ "stars": 59,
+ "last_update": "2024-06-10 03:33:47",
+ "author_account_age_days": 110
},
"https://github.com/logtd/ComfyUI-InstanceDiffusion": {
- "stars": 131,
- "last_update": "2024-05-22 00:02:08"
+ "stars": 138,
+ "last_update": "2024-05-22 00:02:08",
+ "author_account_age_days": 110
},
"https://github.com/logtd/ComfyUI-InversedNoise": {
"stars": 5,
- "last_update": "2024-05-22 00:10:18"
+ "last_update": "2024-05-22 00:10:18",
+ "author_account_age_days": 110
},
"https://github.com/logtd/ComfyUI-RAVE_ATTN": {
"stars": 9,
- "last_update": "2024-05-22 00:20:03"
+ "last_update": "2024-05-22 00:20:03",
+ "author_account_age_days": 110
},
"https://github.com/logtd/ComfyUI-RefSampling": {
"stars": 4,
- "last_update": "2024-05-22 00:04:40"
+ "last_update": "2024-05-22 00:04:40",
+ "author_account_age_days": 110
},
"https://github.com/logtd/ComfyUI-TrackingNodes": {
- "stars": 14,
- "last_update": "2024-05-22 00:03:27"
+ "stars": 15,
+ "last_update": "2024-05-22 00:03:27",
+ "author_account_age_days": 110
},
"https://github.com/longgui0318/comfyui-llm-assistant": {
"stars": 5,
- "last_update": "2024-05-22 23:13:46"
+ "last_update": "2024-05-22 23:13:46",
+ "author_account_age_days": 4153
},
"https://github.com/longgui0318/comfyui-magic-clothing": {
- "stars": 18,
- "last_update": "2024-04-28 03:29:42"
+ "stars": 20,
+ "last_update": "2024-06-11 21:10:33",
+ "author_account_age_days": 4153
},
"https://github.com/longgui0318/comfyui-mask-util": {
"stars": 4,
- "last_update": "2024-05-27 03:26:46"
+ "last_update": "2024-06-12 18:07:40",
+ "author_account_age_days": 4153
},
"https://github.com/longgui0318/comfyui-oms-diffusion": {
- "stars": 18,
- "last_update": "2024-04-28 03:29:42"
+ "stars": 20,
+ "last_update": "2024-06-11 21:10:33",
+ "author_account_age_days": 4153
},
"https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": {
- "stars": 104,
- "last_update": "2024-06-02 06:50:05"
+ "stars": 136,
+ "last_update": "2024-06-11 03:36:02",
+ "author_account_age_days": 4039
},
"https://github.com/lquesada/ComfyUI-Prompt-Combinator": {
"stars": 17,
- "last_update": "2024-05-25 18:04:20"
+ "last_update": "2024-05-25 18:04:20",
+ "author_account_age_days": 4039
},
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": {
- "stars": 1312,
- "last_update": "2024-06-02 12:41:35"
+ "stars": 1346,
+ "last_update": "2024-06-12 16:21:31",
+ "author_account_age_days": 450
},
"https://github.com/ltdrdata/ComfyUI-Inspire-Pack": {
- "stars": 269,
- "last_update": "2024-06-02 12:41:49"
+ "stars": 277,
+ "last_update": "2024-06-12 16:22:31",
+ "author_account_age_days": 450
},
"https://github.com/ltdrdata/ComfyUI-Manager": {
- "stars": 4048,
- "last_update": "2024-06-02 15:15:33"
+ "stars": 4190,
+ "last_update": "2024-06-12 23:27:06",
+ "author_account_age_days": 450
+ },
+ "https://github.com/luandev/ComfyUI-CrewAI": {
+ "stars": 4,
+ "last_update": "2024-06-05 20:06:37",
+ "author_account_age_days": 3796
},
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": {
"stars": 1,
- "last_update": "2024-05-22 20:36:07"
+ "last_update": "2024-05-22 20:36:07",
+ "author_account_age_days": 304
},
"https://github.com/madtunebk/ComfyUI-ControlnetAux": {
"stars": 8,
- "last_update": "2024-05-23 22:01:38"
+ "last_update": "2024-06-04 12:14:51",
+ "author_account_age_days": 449
},
"https://github.com/mape/ComfyUI-mape-Helpers": {
- "stars": 107,
- "last_update": "2024-05-22 23:19:13"
+ "stars": 116,
+ "last_update": "2024-05-22 23:19:13",
+ "author_account_age_days": 5743
},
"https://github.com/maracman/ComfyUI-SubjectStyle-CSV": {
"stars": 3,
- "last_update": "2024-02-29 19:40:01"
+ "last_update": "2024-02-29 19:40:01",
+ "author_account_age_days": 1155
+ },
+ "https://github.com/marduk191/comfyui-marnodes": {
+ "stars": 0,
+ "last_update": "2024-06-12 12:05:24",
+ "author_account_age_days": 4403
},
"https://github.com/marhensa/sdxl-recommended-res-calc": {
- "stars": 50,
- "last_update": "2024-05-22 20:46:17"
+ "stars": 51,
+ "last_update": "2024-05-22 20:46:17",
+ "author_account_age_days": 4763
},
"https://github.com/martijnat/comfyui-previewlatent": {
- "stars": 28,
- "last_update": "2024-05-22 21:28:39"
+ "stars": 29,
+ "last_update": "2024-05-22 21:28:39",
+ "author_account_age_days": 2820
},
"https://github.com/massao000/ComfyUI_aspect_ratios": {
- "stars": 4,
- "last_update": "2024-05-22 22:23:10"
+ "stars": 5,
+ "last_update": "2024-05-22 22:23:10",
+ "author_account_age_days": 1395
},
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": {
- "stars": 36,
- "last_update": "2024-05-22 21:26:46"
+ "stars": 37,
+ "last_update": "2024-06-04 19:15:36",
+ "author_account_age_days": 2728
},
"https://github.com/mav-rik/facerestore_cf": {
- "stars": 147,
- "last_update": "2024-05-22 20:53:23"
+ "stars": 150,
+ "last_update": "2024-05-22 20:53:23",
+ "author_account_age_days": 2909
},
"https://github.com/mbrostami/ComfyUI-HF": {
- "stars": 11,
- "last_update": "2024-05-27 21:45:33"
+ "stars": 15,
+ "last_update": "2024-05-27 21:45:33",
+ "author_account_age_days": 4310
},
"https://github.com/mbrostami/ComfyUI-TITrain": {
- "stars": 6,
- "last_update": "2024-05-27 21:50:06"
+ "stars": 7,
+ "last_update": "2024-05-27 21:50:06",
+ "author_account_age_days": 4310
},
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": {
- "stars": 1046,
- "last_update": "2024-05-24 16:09:17"
+ "stars": 1048,
+ "last_update": "2024-05-24 16:09:17",
+ "author_account_age_days": 2090
},
"https://github.com/meap158/ComfyUI-Background-Replacement": {
- "stars": 33,
- "last_update": "2024-05-22 20:43:52"
+ "stars": 34,
+ "last_update": "2024-05-22 20:43:52",
+ "author_account_age_days": 3191
},
"https://github.com/meap158/ComfyUI-GPU-temperature-protection": {
"stars": 3,
- "last_update": "2024-05-22 20:43:21"
+ "last_update": "2024-05-22 20:43:21",
+ "author_account_age_days": 3191
},
"https://github.com/meap158/ComfyUI-Prompt-Expansion": {
"stars": 60,
- "last_update": "2024-05-22 20:43:37"
+ "last_update": "2024-05-22 20:43:37",
+ "author_account_age_days": 3191
},
"https://github.com/melMass/comfy_mtb": {
- "stars": 321,
- "last_update": "2024-05-27 20:28:58"
+ "stars": 328,
+ "last_update": "2024-06-09 17:20:03",
+ "author_account_age_days": 3734
},
"https://github.com/mephisto83/petty-paint-comfyui-node": {
"stars": 1,
- "last_update": "2024-05-23 01:21:05"
+ "last_update": "2024-05-23 01:21:05",
+ "author_account_age_days": 3661
},
"https://github.com/meshmesh-io/ComfyUI-MeshMesh": {
"stars": 0,
- "last_update": "2024-05-23 00:10:09"
+ "last_update": "2024-05-23 00:10:09",
+ "author_account_age_days": 217
},
"https://github.com/meshmesh-io/mm-comfyui-loopback": {
"stars": 1,
- "last_update": "2024-05-23 00:09:57"
+ "last_update": "2024-05-23 00:09:57",
+ "author_account_age_days": 217
},
"https://github.com/meshmesh-io/mm-comfyui-megamask": {
"stars": 0,
- "last_update": "2024-05-23 00:09:47"
+ "last_update": "2024-05-23 00:09:47",
+ "author_account_age_days": 217
},
"https://github.com/mihaiiancu/ComfyUI_Inpaint": {
"stars": 9,
- "last_update": "2024-05-22 18:19:38"
+ "last_update": "2024-05-22 18:19:38",
+ "author_account_age_days": 2650
},
"https://github.com/mikkel/ComfyUI-text-overlay": {
- "stars": 26,
- "last_update": "2024-05-22 21:13:59"
+ "stars": 28,
+ "last_update": "2024-05-22 21:13:59",
+ "author_account_age_days": 5905
},
"https://github.com/mikkel/comfyui-mask-boundingbox": {
- "stars": 22,
- "last_update": "2024-05-22 21:26:23"
+ "stars": 24,
+ "last_update": "2024-05-22 21:26:23",
+ "author_account_age_days": 5905
},
"https://github.com/mirabarukaso/ComfyUI_Mira": {
- "stars": 16,
- "last_update": "2024-05-21 17:40:48"
+ "stars": 19,
+ "last_update": "2024-06-07 16:16:49",
+ "author_account_age_days": 1209
},
"https://github.com/modusCell/ComfyUI-dimension-node-modusCell": {
"stars": 0,
- "last_update": "2024-05-22 22:08:50"
+ "last_update": "2024-05-22 22:08:50",
+ "author_account_age_days": 4592
},
"https://github.com/moyi7712/ComfyUI_Seamless_Patten": {
"stars": 7,
- "last_update": "2024-05-28 16:13:06"
+ "last_update": "2024-05-28 16:13:06",
+ "author_account_age_days": 2289
},
"https://github.com/mozman/ComfyUI_mozman_nodes": {
"stars": 0,
- "last_update": "2024-05-22 22:13:32"
+ "last_update": "2024-05-22 22:13:32",
+ "author_account_age_days": 4068
},
"https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": {
"stars": 15,
- "last_update": "2023-08-14 11:27:09"
+ "last_update": "2023-08-14 11:27:09",
+ "author_account_age_days": 2597
},
"https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": {
"stars": 4,
- "last_update": "2024-05-28 14:09:23"
+ "last_update": "2024-05-28 14:09:23",
+ "author_account_age_days": 2934
},
"https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": {
"stars": 2,
- "last_update": "2024-05-22 20:44:17"
+ "last_update": "2024-05-22 20:44:17",
+ "author_account_age_days": 3662
},
"https://github.com/nat-chan/ComfyUI-graphToPrompt": {
"stars": 0,
- "last_update": "2024-05-23 01:16:40"
+ "last_update": "2024-05-23 01:16:40",
+ "author_account_age_days": 2981
},
"https://github.com/nat-chan/comfyui-paint": {
"stars": 2,
- "last_update": "2024-05-20 01:58:39"
+ "last_update": "2024-05-20 01:58:39",
+ "author_account_age_days": 2981
},
"https://github.com/nat-chan/comfyui-transceiver": {
"stars": 3,
- "last_update": "2024-05-23 01:16:28"
+ "last_update": "2024-05-23 01:16:28",
+ "author_account_age_days": 2981
},
"https://github.com/nathannlu/ComfyUI-Cloud": {
- "stars": 125,
- "last_update": "2024-05-31 01:45:45"
+ "stars": 131,
+ "last_update": "2024-06-12 21:14:29",
+ "author_account_age_days": 2714
},
"https://github.com/nathannlu/ComfyUI-Pets": {
- "stars": 35,
- "last_update": "2024-03-31 23:55:42"
+ "stars": 36,
+ "last_update": "2024-03-31 23:55:42",
+ "author_account_age_days": 2714
},
"https://github.com/natto-maki/ComfyUI-NegiTools": {
"stars": 26,
- "last_update": "2024-05-22 21:31:17"
+ "last_update": "2024-05-22 21:31:17",
+ "author_account_age_days": 266
},
"https://github.com/nickve28/ComfyUI-Nich-Utils": {
"stars": 8,
- "last_update": "2024-05-23 00:22:57"
+ "last_update": "2024-05-23 00:22:57",
+ "author_account_age_days": 4017
},
"https://github.com/ningxiaoxiao/comfyui-NDI": {
- "stars": 34,
- "last_update": "2024-03-07 02:08:05"
+ "stars": 35,
+ "last_update": "2024-03-07 02:08:05",
+ "author_account_age_days": 2976
},
"https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": {
"stars": 0,
- "last_update": "2024-05-27 15:42:25"
+ "last_update": "2024-05-27 15:42:25",
+ "author_account_age_days": 324
},
"https://github.com/nirex0/ComfyUI_pytorch_openpose": {
"stars": 2,
- "last_update": "2024-05-29 10:51:41"
+ "last_update": "2024-05-29 10:51:41",
+ "author_account_age_days": 3491
},
"https://github.com/nkchocoai/ComfyUI-Dart": {
- "stars": 15,
- "last_update": "2024-05-22 23:11:22"
+ "stars": 17,
+ "last_update": "2024-05-22 23:11:22",
+ "author_account_age_days": 148
},
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": {
"stars": 6,
- "last_update": "2024-05-22 23:10:42"
+ "last_update": "2024-05-22 23:10:42",
+ "author_account_age_days": 148
},
"https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": {
"stars": 8,
- "last_update": "2024-05-27 13:41:13"
+ "last_update": "2024-05-27 13:41:13",
+ "author_account_age_days": 148
},
"https://github.com/nkchocoai/ComfyUI-SizeFromPresets": {
"stars": 4,
- "last_update": "2024-05-22 23:10:30"
+ "last_update": "2024-05-22 23:10:30",
+ "author_account_age_days": 148
},
"https://github.com/nkchocoai/ComfyUI-TextOnSegs": {
- "stars": 4,
- "last_update": "2024-05-22 23:10:55"
+ "stars": 5,
+ "last_update": "2024-05-22 23:10:55",
+ "author_account_age_days": 148
},
"https://github.com/noembryo/ComfyUI-noEmbryo": {
"stars": 11,
- "last_update": "2024-05-22 21:26:12"
+ "last_update": "2024-06-04 11:27:45",
+ "author_account_age_days": 2731
},
"https://github.com/nosiu/comfyui-instantId-faceswap": {
- "stars": 157,
- "last_update": "2024-05-22 23:21:38"
+ "stars": 160,
+ "last_update": "2024-05-22 23:21:38",
+ "author_account_age_days": 3893
},
"https://github.com/noxinias/ComfyUI_NoxinNodes": {
- "stars": 6,
- "last_update": "2024-05-22 21:24:24"
+ "stars": 7,
+ "last_update": "2024-05-22 21:24:24",
+ "author_account_age_days": 2549
},
"https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": {
- "stars": 20,
- "last_update": "2024-05-22 22:22:14"
+ "stars": 21,
+ "last_update": "2024-05-22 22:22:14",
+ "author_account_age_days": 1706
+ },
+ "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": {
+ "stars": 8,
+ "last_update": "2024-06-09 09:03:55",
+ "author_account_age_days": 1080
},
"https://github.com/nullquant/ComfyUI-BrushNet": {
- "stars": 294,
- "last_update": "2024-05-31 15:34:14"
+ "stars": 327,
+ "last_update": "2024-06-03 08:17:17",
+ "author_account_age_days": 1165
},
"https://github.com/olduvai-jp/ComfyUI-HfLoader": {
- "stars": 1,
- "last_update": "2024-05-23 00:14:52"
+ "stars": 3,
+ "last_update": "2024-05-23 00:14:52",
+ "author_account_age_days": 864
},
"https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": {
- "stars": 103,
- "last_update": "2024-05-26 03:34:13"
+ "stars": 106,
+ "last_update": "2024-06-03 11:02:37",
+ "author_account_age_days": 4495
},
"https://github.com/osi1880vr/prompt_quill_comfyui": {
- "stars": 8,
- "last_update": "2024-05-23 01:18:37"
+ "stars": 9,
+ "last_update": "2024-05-23 01:18:37",
+ "author_account_age_days": 1065
},
"https://github.com/ostris/ostris_nodes_comfyui": {
"stars": 19,
- "last_update": "2024-05-22 21:23:24"
+ "last_update": "2024-05-22 21:23:24",
+ "author_account_age_days": 2391
},
"https://github.com/ownimage/ComfyUI-ownimage": {
"stars": 0,
- "last_update": "2024-05-22 22:22:37"
+ "last_update": "2024-05-22 22:22:37",
+ "author_account_age_days": 2771
},
"https://github.com/oyvindg/ComfyUI-TrollSuite": {
"stars": 0,
- "last_update": "2024-05-22 21:32:03"
+ "last_update": "2024-05-22 21:32:03",
+ "author_account_age_days": 2318
},
"https://github.com/oztrkoguz/ComfyUI_StoryCreator": {
- "stars": 13,
- "last_update": "2024-05-23 12:18:45"
+ "stars": 16,
+ "last_update": "2024-05-23 12:18:45",
+ "author_account_age_days": 830
},
"https://github.com/palant/extended-saveimage-comfyui": {
- "stars": 9,
- "last_update": "2024-03-27 14:08:21"
+ "stars": 10,
+ "last_update": "2024-03-27 14:08:21",
+ "author_account_age_days": 5041
},
"https://github.com/palant/image-resize-comfyui": {
- "stars": 55,
- "last_update": "2024-01-18 20:59:55"
+ "stars": 60,
+ "last_update": "2024-01-18 20:59:55",
+ "author_account_age_days": 5041
},
"https://github.com/palant/integrated-nodes-comfyui": {
"stars": 31,
- "last_update": "2023-12-27 22:52:00"
+ "last_update": "2023-12-27 22:52:00",
+ "author_account_age_days": 5041
},
"https://github.com/pamparamm/sd-perturbed-attention": {
- "stars": 164,
- "last_update": "2024-05-25 17:44:47"
+ "stars": 169,
+ "last_update": "2024-05-25 17:44:47",
+ "author_account_age_days": 2119
},
"https://github.com/pants007/comfy-pants": {
"stars": 2,
- "last_update": "2024-05-22 18:16:04"
+ "last_update": "2024-05-22 18:16:04",
+ "author_account_age_days": 2305
},
"https://github.com/paulo-coronado/comfy_clip_blip_node": {
"stars": 25,
- "last_update": "2024-05-22 17:39:09"
+ "last_update": "2024-05-22 17:39:09",
+ "author_account_age_days": 2675
},
"https://github.com/philz1337x/ComfyUI-ClarityAI": {
- "stars": 35,
- "last_update": "2024-05-23 01:19:05"
+ "stars": 39,
+ "last_update": "2024-05-23 01:19:05",
+ "author_account_age_days": 652
},
"https://github.com/phineas-pta/comfyui-auto-nodes-layout": {
- "stars": 16,
- "last_update": "2024-05-22 20:56:33"
+ "stars": 17,
+ "last_update": "2024-05-22 20:56:33",
+ "author_account_age_days": 2277
},
"https://github.com/picturesonpictures/comfy_PoP": {
"stars": 12,
- "last_update": "2024-05-22 20:51:32"
+ "last_update": "2024-05-22 20:51:32",
+ "author_account_age_days": 575
},
"https://github.com/pkpkTech/ComfyUI-SaveAVIF": {
"stars": 0,
- "last_update": "2024-05-22 22:19:21"
+ "last_update": "2024-05-22 22:19:21",
+ "author_account_age_days": 1491
},
"https://github.com/pkpkTech/ComfyUI-SaveQueues": {
"stars": 1,
- "last_update": "2024-05-22 22:19:54"
+ "last_update": "2024-05-22 22:19:54",
+ "author_account_age_days": 1491
},
"https://github.com/pkpkTech/ComfyUI-TemporaryLoader": {
"stars": 1,
- "last_update": "2024-05-22 22:19:44"
+ "last_update": "2024-05-22 22:19:44",
+ "author_account_age_days": 1491
},
"https://github.com/pkpkTech/ComfyUI-ngrok": {
- "stars": 2,
- "last_update": "2024-05-22 22:19:32"
- },
- "https://github.com/portu-sim/comfyui-bmab": {
- "stars": 19,
- "last_update": "2024-06-02 07:32:45"
+ "stars": 3,
+ "last_update": "2024-05-22 22:19:32",
+ "author_account_age_days": 1491
},
"https://github.com/portu-sim/comfyui_bmab": {
- "stars": 19,
- "last_update": "2024-06-02 07:32:45"
+ "stars": 21,
+ "last_update": "2024-06-09 14:22:04",
+ "author_account_age_days": 310
},
"https://github.com/prodogape/ComfyUI-EasyOCR": {
- "stars": 4,
- "last_update": "2024-06-01 11:11:25"
+ "stars": 5,
+ "last_update": "2024-06-01 11:11:25",
+ "author_account_age_days": 1018
},
"https://github.com/prodogape/ComfyUI-Minio": {
- "stars": 1,
- "last_update": "2024-05-23 00:13:38"
+ "stars": 2,
+ "last_update": "2024-05-23 00:13:38",
+ "author_account_age_days": 1018
+ },
+ "https://github.com/prodogape/ComfyUI-OmDet": {
+ "stars": 2,
+ "last_update": "2024-06-05 06:47:45",
+ "author_account_age_days": 1018
},
"https://github.com/prozacgod/comfyui-pzc-multiworkspace": {
- "stars": 6,
- "last_update": "2024-05-22 23:11:46"
+ "stars": 7,
+ "last_update": "2024-05-22 23:11:46",
+ "author_account_age_days": 5556
},
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": {
- "stars": 1247,
- "last_update": "2024-06-01 16:13:08"
+ "stars": 1286,
+ "last_update": "2024-06-10 11:49:03",
+ "author_account_age_days": 486
},
"https://github.com/pythongosssss/ComfyUI-WD14-Tagger": {
- "stars": 388,
- "last_update": "2024-05-25 18:12:08"
+ "stars": 400,
+ "last_update": "2024-05-25 18:12:08",
+ "author_account_age_days": 486
},
"https://github.com/qwixiwp/queuetools": {
"stars": 0,
- "last_update": "2024-02-26 19:21:00"
+ "last_update": "2024-02-26 19:21:00",
+ "author_account_age_days": 599
},
"https://github.com/ramyma/A8R8_ComfyUI_nodes": {
"stars": 4,
- "last_update": "2024-05-22 20:55:02"
+ "last_update": "2024-05-22 20:55:02",
+ "author_account_age_days": 3205
},
"https://github.com/randjtw/advance-aesthetic-score": {
"stars": 0,
- "last_update": "2024-05-23 01:14:47"
+ "last_update": "2024-05-23 01:14:47",
+ "author_account_age_days": 749
},
"https://github.com/ratulrafsan/Comfyui-SAL-VTON": {
- "stars": 45,
- "last_update": "2024-05-23 00:17:20"
+ "stars": 53,
+ "last_update": "2024-05-23 00:17:20",
+ "author_account_age_days": 4482
},
"https://github.com/rcfcu2000/zhihuige-nodes-comfyui": {
"stars": 0,
- "last_update": "2024-05-22 22:13:55"
+ "last_update": "2024-05-22 22:13:55",
+ "author_account_age_days": 3413
},
"https://github.com/rcsaquino/comfyui-custom-nodes": {
"stars": 1,
- "last_update": "2024-05-22 22:13:43"
+ "last_update": "2024-05-22 22:13:43",
+ "author_account_age_days": 1499
},
"https://github.com/receyuki/comfyui-prompt-reader-node": {
- "stars": 189,
- "last_update": "2024-05-27 18:05:52"
+ "stars": 199,
+ "last_update": "2024-06-06 23:39:40",
+ "author_account_age_days": 2581
},
"https://github.com/redhottensors/ComfyUI-Prediction": {
"stars": 9,
- "last_update": "2024-05-13 19:58:16"
+ "last_update": "2024-05-13 19:58:16",
+ "author_account_age_days": 127
},
"https://github.com/rgthree/rgthree-comfy": {
- "stars": 635,
- "last_update": "2024-05-25 18:33:07"
+ "stars": 668,
+ "last_update": "2024-06-12 02:33:32",
+ "author_account_age_days": 4963
},
"https://github.com/richinsley/Comfy-LFO": {
"stars": 5,
- "last_update": "2024-05-22 20:46:30"
+ "last_update": "2024-05-22 20:46:30",
+ "author_account_age_days": 2669
},
"https://github.com/ricklove/comfyui-ricklove": {
"stars": 0,
- "last_update": "2024-05-22 23:21:25"
+ "last_update": "2024-05-22 23:21:25",
+ "author_account_age_days": 4821
+ },
+ "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": {
+ "stars": 6,
+ "last_update": "2024-06-07 16:16:59",
+ "author_account_age_days": 635
},
"https://github.com/rklaffehn/rk-comfy-nodes": {
"stars": 2,
- "last_update": "2024-01-23 17:12:45"
+ "last_update": "2024-01-23 17:12:45",
+ "author_account_age_days": 281
},
"https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": {
"stars": 4,
- "last_update": "2024-05-22 21:29:25"
+ "last_update": "2024-05-22 21:29:25",
+ "author_account_age_days": 279
},
"https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": {
- "stars": 63,
- "last_update": "2024-05-09 06:26:16"
+ "stars": 66,
+ "last_update": "2024-05-09 06:26:16",
+ "author_account_age_days": 4143
},
"https://github.com/royceschultz/ComfyUI-Notifications": {
"stars": 4,
- "last_update": "2024-05-23 01:23:16"
+ "last_update": "2024-05-23 01:23:16",
+ "author_account_age_days": 2518
},
"https://github.com/royceschultz/ComfyUI-TranscriptionTools": {
"stars": 12,
- "last_update": "2024-05-23 01:10:10"
+ "last_update": "2024-05-23 01:10:10",
+ "author_account_age_days": 2518
},
"https://github.com/rui40000/RUI-Nodes": {
"stars": 14,
- "last_update": "2024-05-22 22:12:26"
+ "last_update": "2024-05-22 22:12:26",
+ "author_account_age_days": 462
},
"https://github.com/ruiqutech/ComfyUI-RuiquNodes": {
"stars": 0,
- "last_update": "2024-05-23 01:21:50"
+ "last_update": "2024-05-23 01:21:50",
+ "author_account_age_days": 58
},
"https://github.com/runtime44/comfyui_r44_nodes": {
- "stars": 21,
- "last_update": "2024-05-23 01:18:22"
+ "stars": 25,
+ "last_update": "2024-06-11 10:49:02",
+ "author_account_age_days": 156
},
"https://github.com/saftle/suplex_comfy_nodes": {
"stars": 0,
- "last_update": "2024-05-29 13:09:25"
+ "last_update": "2024-05-29 13:09:25",
+ "author_account_age_days": 4746
},
"https://github.com/sdfxai/SDFXBridgeForComfyUI": {
- "stars": 2,
- "last_update": "2024-04-12 14:09:45"
+ "stars": 3,
+ "last_update": "2024-04-12 14:09:45",
+ "author_account_age_days": 223
},
"https://github.com/seanlynch/comfyui-optical-flow": {
- "stars": 22,
- "last_update": "2024-05-22 20:52:17"
+ "stars": 24,
+ "last_update": "2024-05-22 20:52:17",
+ "author_account_age_days": 5293
},
"https://github.com/seanlynch/srl-nodes": {
"stars": 3,
- "last_update": "2024-05-22 21:08:00"
+ "last_update": "2024-05-22 21:08:00",
+ "author_account_age_days": 5293
},
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": {
"stars": 2,
- "last_update": "2024-05-22 21:34:15"
+ "last_update": "2024-05-22 21:34:15",
+ "author_account_age_days": 3321
},
"https://github.com/shadowcz007/comfyui-Image-reward": {
- "stars": 18,
- "last_update": "2024-03-25 05:41:04"
+ "stars": 20,
+ "last_update": "2024-03-25 05:41:04",
+ "author_account_age_days": 3303
},
"https://github.com/shadowcz007/comfyui-consistency-decoder": {
"stars": 1,
- "last_update": "2024-02-02 01:46:54"
+ "last_update": "2024-02-02 01:46:54",
+ "author_account_age_days": 3303
},
"https://github.com/shadowcz007/comfyui-mixlab-nodes": {
- "stars": 827,
- "last_update": "2024-06-02 14:38:20"
+ "stars": 851,
+ "last_update": "2024-06-12 12:54:28",
+ "author_account_age_days": 3303
+ },
+ "https://github.com/shadowcz007/comfyui-sound-lab": {
+ "stars": 19,
+ "last_update": "2024-06-12 04:15:46",
+ "author_account_age_days": 3303
},
"https://github.com/shadowcz007/comfyui-ultralytics-yolo": {
- "stars": 15,
- "last_update": "2024-05-21 19:28:20"
+ "stars": 16,
+ "last_update": "2024-06-05 10:29:22",
+ "author_account_age_days": 3303
},
"https://github.com/shi3z/ComfyUI_Memeplex_DALLE": {
"stars": 2,
- "last_update": "2024-05-23 00:14:25"
+ "last_update": "2024-05-23 00:14:25",
+ "author_account_age_days": 5081
},
"https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": {
- "stars": 139,
- "last_update": "2024-04-17 09:02:51"
+ "stars": 141,
+ "last_update": "2024-04-17 09:02:51",
+ "author_account_age_days": 1753
},
"https://github.com/shiimizu/ComfyUI-TiledDiffusion": {
- "stars": 189,
- "last_update": "2024-05-14 22:01:41"
+ "stars": 200,
+ "last_update": "2024-05-14 22:01:41",
+ "author_account_age_days": 1753
},
"https://github.com/shiimizu/ComfyUI_smZNodes": {
- "stars": 138,
- "last_update": "2024-05-22 18:13:30"
+ "stars": 144,
+ "last_update": "2024-05-22 18:13:30",
+ "author_account_age_days": 1753
},
"https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": {
"stars": 25,
- "last_update": "2024-05-22 20:41:29"
+ "last_update": "2024-05-22 20:41:29",
+ "author_account_age_days": 2211
},
"https://github.com/shingo1228/ComfyUI-send-eagle-slim": {
"stars": 19,
- "last_update": "2024-05-22 20:41:15"
+ "last_update": "2024-05-22 20:41:15",
+ "author_account_age_days": 2211
},
"https://github.com/shinich39/comfyui-load-image-in-seq": {
"stars": 3,
- "last_update": "2024-05-23 00:20:53"
+ "last_update": "2024-05-23 00:20:53",
+ "author_account_age_days": 301
},
"https://github.com/shinich39/comfyui-local-db": {
"stars": 1,
- "last_update": "2024-05-23 00:21:08"
+ "last_update": "2024-05-23 00:21:08",
+ "author_account_age_days": 301
},
"https://github.com/shinich39/comfyui-ramdom-node": {
"stars": 2,
- "last_update": "2024-05-29 06:05:30"
+ "last_update": "2024-05-29 06:05:30",
+ "author_account_age_days": 301
},
- "https://github.com/shinich39/comfyui-ramdom-node-39": {
- "stars": 2,
- "last_update": "2024-05-29 06:05:30"
+ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": {
+ "stars": 0,
+ "last_update": "2024-06-11 20:16:29",
+ "author_account_age_days": 4296
},
"https://github.com/shockz0rz/ComfyUI_InterpolateEverything": {
"stars": 22,
- "last_update": "2024-05-22 18:13:49"
+ "last_update": "2024-05-22 18:13:49",
+ "author_account_age_days": 1614
},
"https://github.com/shockz0rz/comfy-easy-grids": {
- "stars": 10,
- "last_update": "2024-05-22 18:14:05"
+ "stars": 11,
+ "last_update": "2024-05-22 18:14:05",
+ "author_account_age_days": 1614
},
"https://github.com/siliconflow/onediff_comfy_nodes": {
"stars": 11,
- "last_update": "2024-05-22 22:23:22"
+ "last_update": "2024-05-22 22:23:22",
+ "author_account_age_days": 294
},
"https://github.com/sipherxyz/comfyui-art-venture": {
- "stars": 77,
- "last_update": "2024-05-22 18:15:39"
+ "stars": 80,
+ "last_update": "2024-05-22 18:15:39",
+ "author_account_age_days": 1095
},
"https://github.com/skfoo/ComfyUI-Coziness": {
"stars": 21,
- "last_update": "2024-05-27 18:24:29"
+ "last_update": "2024-05-27 18:24:29",
+ "author_account_age_days": 2070
},
"https://github.com/smagnetize/kb-comfyui-nodes": {
"stars": 0,
- "last_update": "2024-01-06 17:04:40"
+ "last_update": "2024-01-06 17:04:40",
+ "author_account_age_days": 2703
},
"https://github.com/smthemex/ComfyUI_ChatGLM_API": {
- "stars": 15,
- "last_update": "2024-04-27 11:43:52"
+ "stars": 16,
+ "last_update": "2024-06-07 07:20:38",
+ "author_account_age_days": 342
},
"https://github.com/smthemex/ComfyUI_CustomNet": {
"stars": 4,
- "last_update": "2024-05-24 13:18:51"
+ "last_update": "2024-05-24 13:18:51",
+ "author_account_age_days": 342
},
"https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": {
- "stars": 17,
- "last_update": "2024-06-01 07:39:21"
+ "stars": 18,
+ "last_update": "2024-06-01 07:39:21",
+ "author_account_age_days": 342
},
"https://github.com/smthemex/ComfyUI_ID_Animator": {
- "stars": 8,
- "last_update": "2024-05-17 13:53:57"
+ "stars": 11,
+ "last_update": "2024-06-05 09:35:00",
+ "author_account_age_days": 342
},
"https://github.com/smthemex/ComfyUI_Llama3_8B": {
"stars": 14,
- "last_update": "2024-05-23 09:00:02"
+ "last_update": "2024-05-23 09:00:02",
+ "author_account_age_days": 342
},
"https://github.com/smthemex/ComfyUI_ParlerTTS": {
- "stars": 17,
- "last_update": "2024-05-15 13:48:05"
+ "stars": 18,
+ "last_update": "2024-05-15 13:48:05",
+ "author_account_age_days": 342
},
"https://github.com/smthemex/ComfyUI_Pic2Story": {
"stars": 3,
- "last_update": "2024-04-21 11:18:29"
+ "last_update": "2024-04-21 11:18:29",
+ "author_account_age_days": 342
},
"https://github.com/smthemex/ComfyUI_Pipeline_Tool": {
"stars": 6,
- "last_update": "2024-05-21 11:53:31"
+ "last_update": "2024-06-05 01:57:01",
+ "author_account_age_days": 342
+ },
+ "https://github.com/smthemex/ComfyUI_Pops": {
+ "stars": 4,
+ "last_update": "2024-06-13 06:56:12",
+ "author_account_age_days": 343
+ },
+ "https://github.com/smthemex/ComfyUI_StableAudio_Open": {
+ "stars": 3,
+ "last_update": "2024-06-07 01:57:01",
+ "author_account_age_days": 342
},
"https://github.com/smthemex/ComfyUI_StoryDiffusion": {
- "stars": 12,
- "last_update": "2024-05-31 09:30:47"
+ "stars": 31,
+ "last_update": "2024-06-12 13:16:01",
+ "author_account_age_days": 342
},
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": {
"stars": 42,
- "last_update": "2024-05-22 18:10:36"
+ "last_update": "2024-05-22 18:10:36",
+ "author_account_age_days": 2713
},
"https://github.com/space-nuko/ComfyUI-OpenPose-Editor": {
- "stars": 148,
- "last_update": "2024-05-22 18:10:49"
+ "stars": 151,
+ "last_update": "2024-05-22 18:10:49",
+ "author_account_age_days": 2713
},
"https://github.com/space-nuko/nui-suite": {
"stars": 10,
- "last_update": "2024-05-22 18:11:04"
+ "last_update": "2024-05-22 18:11:04",
+ "author_account_age_days": 2713
},
"https://github.com/spacepxl/ComfyUI-HQ-Image-Save": {
"stars": 28,
- "last_update": "2024-05-22 20:55:44"
+ "last_update": "2024-05-22 20:55:44",
+ "author_account_age_days": 283
},
"https://github.com/spacepxl/ComfyUI-Image-Filters": {
- "stars": 73,
- "last_update": "2024-05-22 20:56:05"
+ "stars": 76,
+ "last_update": "2024-06-03 04:23:53",
+ "author_account_age_days": 283
},
"https://github.com/spacepxl/ComfyUI-RAVE": {
"stars": 79,
- "last_update": "2024-05-22 20:56:19"
+ "last_update": "2024-05-22 20:56:19",
+ "author_account_age_days": 283
},
"https://github.com/spacepxl/ComfyUI-StyleGan": {
- "stars": 2,
- "last_update": "2024-05-29 07:13:07"
+ "stars": 3,
+ "last_update": "2024-06-10 20:16:34",
+ "author_account_age_days": 283
},
"https://github.com/spinagon/ComfyUI-seam-carving": {
"stars": 14,
- "last_update": "2024-05-23 05:07:00"
+ "last_update": "2024-05-23 05:07:00",
+ "author_account_age_days": 4729
},
"https://github.com/spinagon/ComfyUI-seamless-tiling": {
- "stars": 71,
- "last_update": "2024-05-23 05:03:42"
+ "stars": 73,
+ "last_update": "2024-05-23 05:03:42",
+ "author_account_age_days": 4729
},
"https://github.com/spro/comfyui-mirror": {
"stars": 4,
- "last_update": "2024-05-22 20:50:25"
+ "last_update": "2024-05-22 20:50:25",
+ "author_account_age_days": 5220
},
"https://github.com/ssitu/ComfyUI_UltimateSDUpscale": {
- "stars": 587,
- "last_update": "2024-05-22 18:09:32"
+ "stars": 604,
+ "last_update": "2024-05-22 18:09:32",
+ "author_account_age_days": 1677
},
"https://github.com/ssitu/ComfyUI_fabric": {
"stars": 80,
- "last_update": "2024-05-22 18:10:19"
+ "last_update": "2024-05-22 18:10:19",
+ "author_account_age_days": 1677
},
"https://github.com/ssitu/ComfyUI_restart_sampling": {
- "stars": 72,
- "last_update": "2024-05-22 18:09:49"
+ "stars": 75,
+ "last_update": "2024-05-22 18:09:49",
+ "author_account_age_days": 1677
},
"https://github.com/ssitu/ComfyUI_roop": {
"stars": 59,
- "last_update": "2024-05-22 18:10:03"
+ "last_update": "2024-05-22 18:10:03",
+ "author_account_age_days": 1677
},
"https://github.com/stavsap/comfyui-ollama": {
- "stars": 169,
- "last_update": "2024-05-27 20:12:59"
+ "stars": 179,
+ "last_update": "2024-05-27 20:12:59",
+ "author_account_age_days": 4072
},
"https://github.com/storyicon/comfyui_musev_evolved": {
"stars": 13,
- "last_update": "2024-05-23 09:09:50"
+ "last_update": "2024-05-23 09:09:50",
+ "author_account_age_days": 2540
},
"https://github.com/storyicon/comfyui_segment_anything": {
- "stars": 479,
- "last_update": "2024-05-31 07:36:30"
+ "stars": 496,
+ "last_update": "2024-05-31 07:36:30",
+ "author_account_age_days": 2540
},
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": {
- "stars": 23,
- "last_update": "2024-03-01 23:00:05"
+ "stars": 25,
+ "last_update": "2024-06-04 22:50:25",
+ "author_account_age_days": 2615
},
"https://github.com/styler00dollar/ComfyUI-deepcache": {
"stars": 8,
- "last_update": "2024-05-22 22:18:18"
+ "last_update": "2024-05-22 22:18:18",
+ "author_account_age_days": 1834
},
"https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": {
- "stars": 26,
- "last_update": "2024-05-22 22:18:07"
+ "stars": 27,
+ "last_update": "2024-05-22 22:18:07",
+ "author_account_age_days": 1834
},
"https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": {
- "stars": 14,
- "last_update": "2024-01-14 20:01:01"
+ "stars": 15,
+ "last_update": "2024-01-14 20:01:01",
+ "author_account_age_days": 5919
},
"https://github.com/sugarkwork/comfyui_cohere": {
"stars": 0,
- "last_update": "2024-05-16 00:13:17"
+ "last_update": "2024-05-16 00:13:17",
+ "author_account_age_days": 864
},
"https://github.com/sugarkwork/comfyui_tag_fillter": {
- "stars": 12,
- "last_update": "2024-05-27 13:38:24"
+ "stars": 15,
+ "last_update": "2024-05-27 13:38:24",
+ "author_account_age_days": 864
},
"https://github.com/syllebra/bilbox-comfyui": {
- "stars": 77,
- "last_update": "2024-05-22 20:40:43"
+ "stars": 79,
+ "last_update": "2024-05-22 20:40:43",
+ "author_account_age_days": 3124
},
"https://github.com/sylym/comfy_vid2vid": {
"stars": 57,
- "last_update": "2024-05-22 17:53:40"
+ "last_update": "2024-05-22 17:53:40",
+ "author_account_age_days": 1886
},
"https://github.com/szhublox/ambw_comfyui": {
- "stars": 11,
- "last_update": "2024-05-22 18:04:57"
+ "stars": 12,
+ "last_update": "2024-05-22 18:04:57",
+ "author_account_age_days": 995
},
"https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": {
- "stars": 220,
- "last_update": "2024-04-07 21:32:38"
+ "stars": 222,
+ "last_update": "2024-04-07 21:32:38",
+ "author_account_age_days": 1671
},
"https://github.com/talesofai/comfyui-browser": {
- "stars": 396,
- "last_update": "2024-05-21 20:51:18"
+ "stars": 403,
+ "last_update": "2024-05-21 20:51:18",
+ "author_account_age_days": 544
},
"https://github.com/teward/ComfyUI-Helper-Nodes": {
"stars": 4,
- "last_update": "2024-05-23 01:22:01"
+ "last_update": "2024-05-23 01:22:01",
+ "author_account_age_days": 5086
},
"https://github.com/theUpsider/ComfyUI-Logic": {
- "stars": 90,
- "last_update": "2024-05-22 20:35:47"
+ "stars": 93,
+ "last_update": "2024-05-22 20:35:47",
+ "author_account_age_days": 2711
},
"https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": {
- "stars": 27,
- "last_update": "2024-05-22 20:31:14"
+ "stars": 28,
+ "last_update": "2024-05-22 20:31:14",
+ "author_account_age_days": 2711
},
"https://github.com/thecooltechguy/ComfyUI-ComfyRun": {
- "stars": 78,
- "last_update": "2024-05-22 21:33:11"
+ "stars": 77,
+ "last_update": "2024-05-22 21:33:11",
+ "author_account_age_days": 2411
},
"https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": {
- "stars": 29,
- "last_update": "2024-05-22 21:33:47"
+ "stars": 32,
+ "last_update": "2024-05-22 21:33:47",
+ "author_account_age_days": 2411
},
"https://github.com/thecooltechguy/ComfyUI-MagicAnimate": {
- "stars": 194,
- "last_update": "2024-05-22 21:33:35"
+ "stars": 196,
+ "last_update": "2024-05-22 21:33:35",
+ "author_account_age_days": 2411
},
"https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": {
- "stars": 274,
- "last_update": "2024-05-24 22:14:42"
+ "stars": 281,
+ "last_update": "2024-05-24 22:14:42",
+ "author_account_age_days": 2411
+ },
+ "https://github.com/tiankuan93/ComfyUI-V-Express": {
+ "stars": 65,
+ "last_update": "2024-06-12 06:31:31",
+ "author_account_age_days": 2938
+ },
+ "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": {
+ "stars": 3,
+ "last_update": "2024-06-09 21:29:11",
+ "author_account_age_days": 3313
},
"https://github.com/tmagara/ComfyUI-Prediction-Boost": {
"stars": 0,
- "last_update": "2024-05-29 23:30:04"
+ "last_update": "2024-05-29 23:30:04",
+ "author_account_age_days": 4363
},
"https://github.com/tocubed/ComfyUI-AudioReactor": {
"stars": 8,
- "last_update": "2024-05-22 22:21:57"
+ "last_update": "2024-05-22 22:21:57",
+ "author_account_age_days": 3848
+ },
+ "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": {
+ "stars": 4,
+ "last_update": "2024-06-04 17:46:40",
+ "author_account_age_days": 4306
},
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": {
- "stars": 423,
- "last_update": "2024-05-21 09:02:58"
+ "stars": 429,
+ "last_update": "2024-05-21 09:02:58",
+ "author_account_age_days": 3638
},
"https://github.com/traugdor/ComfyUI-quadMoons-nodes": {
- "stars": 6,
- "last_update": "2024-05-23 01:09:29"
+ "stars": 8,
+ "last_update": "2024-06-11 00:02:55",
+ "author_account_age_days": 3808
},
"https://github.com/trojblue/trNodes": {
"stars": 8,
- "last_update": "2024-05-22 18:04:36"
+ "last_update": "2024-05-22 18:04:36",
+ "author_account_age_days": 2246
},
"https://github.com/trumanwong/ComfyUI-NSFW-Detection": {
- "stars": 15,
- "last_update": "2024-05-23 01:27:29"
+ "stars": 16,
+ "last_update": "2024-05-23 01:27:29",
+ "author_account_age_days": 2948
},
"https://github.com/tsogzark/ComfyUI-load-image-from-url": {
- "stars": 4,
- "last_update": "2024-04-16 09:07:22"
+ "stars": 5,
+ "last_update": "2024-04-16 09:07:22",
+ "author_account_age_days": 1517
},
"https://github.com/ttulttul/ComfyUI-Iterative-Mixer": {
- "stars": 95,
- "last_update": "2024-05-22 22:17:20"
+ "stars": 96,
+ "last_update": "2024-05-22 22:17:20",
+ "author_account_age_days": 4745
},
"https://github.com/ttulttul/ComfyUI-Tensor-Operations": {
"stars": 5,
- "last_update": "2024-05-30 20:30:02"
+ "last_update": "2024-06-12 21:55:39",
+ "author_account_age_days": 4745
},
"https://github.com/turkyden/ComfyUI-Comic": {
"stars": 1,
- "last_update": "2024-04-29 09:44:07"
+ "last_update": "2024-06-11 03:51:14",
+ "author_account_age_days": 2737
},
"https://github.com/turkyden/ComfyUI-Sticker": {
"stars": 0,
- "last_update": "2024-05-23 01:09:52"
+ "last_update": "2024-06-11 03:51:33",
+ "author_account_age_days": 2737
},
"https://github.com/tusharbhutt/Endless-Nodes": {
- "stars": 21,
- "last_update": "2023-10-21 23:02:19"
+ "stars": 22,
+ "last_update": "2024-06-04 22:32:08",
+ "author_account_age_days": 2653
},
"https://github.com/twri/sdxl_prompt_styler": {
- "stars": 584,
- "last_update": "2024-05-22 18:16:58"
+ "stars": 595,
+ "last_update": "2024-05-22 18:16:58",
+ "author_account_age_days": 4056
},
"https://github.com/txt2any/ComfyUI-PromptOrganizer": {
"stars": 0,
- "last_update": "2024-05-23 01:10:33"
+ "last_update": "2024-05-23 01:10:33",
+ "author_account_age_days": 73
},
"https://github.com/ty0x2333/ComfyUI-Dev-Utils": {
- "stars": 31,
- "last_update": "2024-05-23 01:13:55"
+ "stars": 33,
+ "last_update": "2024-06-03 15:06:13",
+ "author_account_age_days": 3691
},
"https://github.com/tzwm/comfyui-profiler": {
- "stars": 38,
- "last_update": "2024-01-12 07:38:40"
+ "stars": 39,
+ "last_update": "2024-01-12 07:38:40",
+ "author_account_age_days": 4757
},
"https://github.com/uarefans/ComfyUI-Fans": {
"stars": 12,
- "last_update": "2024-05-22 20:34:07"
+ "last_update": "2024-05-22 20:34:07",
+ "author_account_age_days": 1260
},
"https://github.com/uetuluk/comfyui-webcam-node": {
"stars": 2,
- "last_update": "2024-05-12 05:52:44"
+ "last_update": "2024-05-12 05:52:44",
+ "author_account_age_days": 2302
},
"https://github.com/unwdef/unwdef-nodes-comfyui": {
"stars": 1,
- "last_update": "2024-04-15 19:32:36"
+ "last_update": "2024-04-15 19:32:36",
+ "author_account_age_days": 62
+ },
+ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": {
+ "stars": 3,
+ "last_update": "2024-06-12 02:09:34",
+ "author_account_age_days": 2946
},
"https://github.com/vanillacode314/SimpleWildcardsComfyUI": {
"stars": 3,
- "last_update": "2024-04-09 01:57:14"
+ "last_update": "2024-04-09 01:57:14",
+ "author_account_age_days": 845
},
"https://github.com/victorchall/comfyui_webcamcapture": {
- "stars": 4,
- "last_update": "2024-05-31 18:01:11"
+ "stars": 5,
+ "last_update": "2024-05-31 18:01:11",
+ "author_account_age_days": 3134
},
"https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": {
"stars": 26,
- "last_update": "2024-05-22 22:11:14"
+ "last_update": "2024-05-22 22:11:14",
+ "author_account_age_days": 3415
},
"https://github.com/violet-chen/comfyui-psd2png": {
- "stars": 12,
- "last_update": "2024-06-02 05:07:19"
+ "stars": 14,
+ "last_update": "2024-06-12 15:30:14",
+ "author_account_age_days": 1386
},
"https://github.com/viperyl/ComfyUI-BiRefNet": {
- "stars": 149,
- "last_update": "2024-05-23 00:18:06"
+ "stars": 152,
+ "last_update": "2024-05-23 00:18:06",
+ "author_account_age_days": 2021
},
"https://github.com/viperyl/ComfyUI-RGT": {
- "stars": 1,
- "last_update": "2024-06-01 04:59:55"
+ "stars": 3,
+ "last_update": "2024-06-01 04:59:55",
+ "author_account_age_days": 2021
},
"https://github.com/vivax3794/ComfyUI-Vivax-Nodes": {
"stars": 3,
- "last_update": "2024-05-23 00:10:56"
+ "last_update": "2024-05-23 00:10:56",
+ "author_account_age_days": 1827
},
"https://github.com/vsevolod-oparin/comfyui-kandinsky22": {
- "stars": 5,
- "last_update": "2024-05-23 00:14:03"
+ "stars": 6,
+ "last_update": "2024-05-23 00:14:03",
+ "author_account_age_days": 4972
},
"https://github.com/wallish77/wlsh_nodes": {
- "stars": 76,
- "last_update": "2024-05-22 18:21:28"
+ "stars": 78,
+ "last_update": "2024-05-22 18:21:28",
+ "author_account_age_days": 2208
},
"https://github.com/wandbrandon/comfyui-pixel": {
"stars": 4,
- "last_update": "2024-05-10 14:45:42"
+ "last_update": "2024-05-10 14:45:42",
+ "author_account_age_days": 3372
},
"https://github.com/web3nomad/ComfyUI_Invisible_Watermark": {
"stars": 1,
- "last_update": "2024-05-23 01:16:54"
+ "last_update": "2024-05-23 01:16:54",
+ "author_account_age_days": 956
},
"https://github.com/wei30172/comfygen": {
- "stars": 3,
- "last_update": "2024-05-23 00:21:19"
+ "stars": 4,
+ "last_update": "2024-05-23 00:21:19",
+ "author_account_age_days": 1601
},
"https://github.com/whatbirdisthat/cyberdolphin": {
"stars": 14,
- "last_update": "2024-05-23 03:43:08"
+ "last_update": "2024-05-23 03:43:08",
+ "author_account_age_days": 5475
},
"https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": {
- "stars": 16,
- "last_update": "2024-05-22 21:28:27"
+ "stars": 18,
+ "last_update": "2024-05-22 21:28:27",
+ "author_account_age_days": 440
},
"https://github.com/wmatson/easy-comfy-nodes": {
"stars": 13,
- "last_update": "2024-05-15 23:10:21"
+ "last_update": "2024-05-15 23:10:21",
+ "author_account_age_days": 4106
},
"https://github.com/wolfden/ComfyUi_PromptStylers": {
- "stars": 63,
- "last_update": "2024-05-22 18:17:46"
+ "stars": 64,
+ "last_update": "2024-05-22 18:17:46",
+ "author_account_age_days": 5709
},
"https://github.com/wolfden/ComfyUi_String_Function_Tree": {
"stars": 7,
- "last_update": "2024-05-22 18:29:16"
+ "last_update": "2024-05-22 18:29:16",
+ "author_account_age_days": 5709
},
"https://github.com/wujm424606/ComfyUi-Ollama-YN": {
- "stars": 7,
- "last_update": "2024-05-15 03:38:37"
+ "stars": 9,
+ "last_update": "2024-05-15 03:38:37",
+ "author_account_age_days": 2251
},
"https://github.com/wutipong/ComfyUI-TextUtils": {
"stars": 1,
- "last_update": "2024-05-22 21:31:04"
+ "last_update": "2024-05-22 21:31:04",
+ "author_account_age_days": 4173
},
"https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": {
"stars": 1,
- "last_update": "2024-05-22 22:22:25"
+ "last_update": "2024-05-22 22:22:25",
+ "author_account_age_days": 5038
},
"https://github.com/xXAdonesXx/NodeGPT": {
- "stars": 318,
- "last_update": "2024-02-01 23:20:08"
+ "stars": 323,
+ "last_update": "2024-02-01 23:20:08",
+ "author_account_age_days": 1467
},
"https://github.com/xiaoxiaodesha/hd_node": {
"stars": 7,
- "last_update": "2024-05-22 23:25:32"
+ "last_update": "2024-06-11 02:36:48",
+ "author_account_age_days": 2863
},
"https://github.com/xliry/ComfyUI_SendDiscord": {
"stars": 0,
- "last_update": "2024-05-23 02:21:38"
+ "last_update": "2024-05-23 02:21:38",
+ "author_account_age_days": 1262
},
"https://github.com/xuhongming251/ComfyUI-GPEN": {
"stars": 2,
- "last_update": "2024-05-25 03:32:25"
+ "last_update": "2024-05-25 03:32:25",
+ "author_account_age_days": 4094
},
"https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": {
- "stars": 2,
- "last_update": "2024-05-25 03:30:05"
+ "stars": 6,
+ "last_update": "2024-05-25 03:30:05",
+ "author_account_age_days": 4094
},
"https://github.com/yffyhk/comfyui_auto_danbooru": {
"stars": 0,
- "last_update": "2024-05-22 23:23:03"
+ "last_update": "2024-05-22 23:23:03",
+ "author_account_age_days": 3710
},
"https://github.com/yolain/ComfyUI-Easy-Use": {
- "stars": 437,
- "last_update": "2024-06-01 18:22:49"
+ "stars": 468,
+ "last_update": "2024-06-12 18:42:43",
+ "author_account_age_days": 1329
},
"https://github.com/yolanother/DTAIComfyImageSubmit": {
"stars": 1,
- "last_update": "2024-05-22 18:14:56"
+ "last_update": "2024-05-22 18:14:56",
+ "author_account_age_days": 4852
},
"https://github.com/yolanother/DTAIComfyLoaders": {
"stars": 1,
- "last_update": "2024-05-22 18:14:44"
+ "last_update": "2024-05-22 18:14:44",
+ "author_account_age_days": 4852
},
"https://github.com/yolanother/DTAIComfyPromptAgent": {
"stars": 5,
- "last_update": "2024-05-22 18:14:18"
+ "last_update": "2024-05-22 18:14:18",
+ "author_account_age_days": 4852
},
"https://github.com/yolanother/DTAIComfyQRCodes": {
"stars": 2,
- "last_update": "2024-05-22 18:15:09"
+ "last_update": "2024-05-22 18:15:09",
+ "author_account_age_days": 4852
},
"https://github.com/yolanother/DTAIComfyVariables": {
"stars": 7,
- "last_update": "2024-05-22 18:15:21"
+ "last_update": "2024-05-22 18:15:21",
+ "author_account_age_days": 4852
},
"https://github.com/yolanother/DTAIImageToTextNode": {
"stars": 15,
- "last_update": "2024-05-22 18:14:31"
+ "last_update": "2024-05-22 18:14:31",
+ "author_account_age_days": 4852
},
"https://github.com/youyegit/tdxh_node_comfyui": {
"stars": 2,
- "last_update": "2024-05-23 17:55:42"
+ "last_update": "2024-05-23 17:55:42",
+ "author_account_age_days": 417
},
"https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": {
- "stars": 52,
- "last_update": "2024-05-31 05:52:17"
+ "stars": 58,
+ "last_update": "2024-05-31 05:52:17",
+ "author_account_age_days": 2141
},
"https://github.com/yuvraj108c/ComfyUI-PiperTTS": {
"stars": 24,
- "last_update": "2024-05-22 23:17:27"
+ "last_update": "2024-05-22 23:17:27",
+ "author_account_age_days": 2141
},
"https://github.com/yuvraj108c/ComfyUI-Pronodes": {
- "stars": 0,
- "last_update": "2024-05-22 23:16:51"
+ "stars": 1,
+ "last_update": "2024-05-22 23:16:51",
+ "author_account_age_days": 2141
},
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": {
- "stars": 28,
- "last_update": "2024-05-31 05:50:59"
+ "stars": 36,
+ "last_update": "2024-05-31 05:50:59",
+ "author_account_age_days": 2141
},
"https://github.com/yuvraj108c/ComfyUI-Vsgan": {
"stars": 2,
- "last_update": "2024-05-22 23:17:02"
+ "last_update": "2024-05-22 23:17:02",
+ "author_account_age_days": 2141
},
"https://github.com/yuvraj108c/ComfyUI-Whisper": {
- "stars": 45,
- "last_update": "2024-05-31 05:59:22"
+ "stars": 48,
+ "last_update": "2024-05-31 05:59:22",
+ "author_account_age_days": 2141
},
"https://github.com/zcfrank1st/Comfyui-Toolbox": {
"stars": 4,
- "last_update": "2024-05-22 22:08:07"
+ "last_update": "2024-05-22 22:08:07",
+ "author_account_age_days": 4403
},
"https://github.com/zcfrank1st/Comfyui-Yolov8": {
"stars": 17,
- "last_update": "2024-02-25 06:28:49"
+ "last_update": "2024-02-25 06:28:49",
+ "author_account_age_days": 4403
},
"https://github.com/zcfrank1st/comfyui_visual_anagrams": {
"stars": 5,
- "last_update": "2023-12-05 12:31:26"
+ "last_update": "2023-12-05 12:31:26",
+ "author_account_age_days": 4403
},
"https://github.com/zer0TF/cute-comfy": {
"stars": 27,
- "last_update": "2024-05-22 21:18:53"
+ "last_update": "2024-05-22 21:18:53",
+ "author_account_age_days": 2658
},
"https://github.com/zfkun/ComfyUI_zfkun": {
"stars": 12,
- "last_update": "2024-05-27 11:21:51"
+ "last_update": "2024-05-27 11:21:51",
+ "author_account_age_days": 4851
},
"https://github.com/zhangp365/ComfyUI-utils-nodes": {
"stars": 6,
- "last_update": "2024-06-02 08:01:54"
+ "last_update": "2024-06-10 01:49:46",
+ "author_account_age_days": 279
},
"https://github.com/zhongpei/ComfyUI-InstructIR": {
- "stars": 57,
- "last_update": "2024-05-22 23:19:43"
+ "stars": 58,
+ "last_update": "2024-05-22 23:19:43",
+ "author_account_age_days": 3447
},
"https://github.com/zhongpei/Comfyui_image2prompt": {
- "stars": 210,
- "last_update": "2024-05-22 23:19:30"
+ "stars": 221,
+ "last_update": "2024-05-22 23:19:30",
+ "author_account_age_days": 3447
},
"https://github.com/zhuanqianfish/ComfyUI-EasyNode": {
- "stars": 56,
- "last_update": "2024-04-04 00:20:08"
+ "stars": 57,
+ "last_update": "2024-04-04 00:20:08",
+ "author_account_age_days": 4223
+ },
+ "https://github.com/zohac/ComfyUI_ZC_DrawShape": {
+ "stars": 1,
+ "last_update": "2024-06-05 14:54:17",
+ "author_account_age_days": 2650
},
"https://github.com/zombieyang/sd-ppp": {
"stars": 7,
- "last_update": "2024-05-27 15:07:35"
+ "last_update": "2024-06-12 15:21:05",
+ "author_account_age_days": 3906
}
}
\ No newline at end of file
diff --git a/glob/manager_core.py b/glob/manager_core.py
index 8ec941e7..d665d17e 100644
--- a/glob/manager_core.py
+++ b/glob/manager_core.py
@@ -23,7 +23,7 @@ sys.path.append(glob_path)
import cm_global
from manager_util import *
-version = [2, 36]
+version = [2, 38]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
diff --git a/glob/manager_server.py b/glob/manager_server.py
index 3ad9b862..8fc1d1c5 100644
--- a/glob/manager_server.py
+++ b/glob/manager_server.py
@@ -208,9 +208,11 @@ async def populate_github_stats(json_obj, json_obj_github):
if url in json_obj_github:
json_obj['custom_nodes'][i]['stars'] = json_obj_github[url]['stars']
json_obj['custom_nodes'][i]['last_update'] = json_obj_github[url]['last_update']
+ json_obj['custom_nodes'][i]['trust'] = json_obj_github[url]['author_account_age_days'] > 180
else:
json_obj['custom_nodes'][i]['stars'] = -1
json_obj['custom_nodes'][i]['last_update'] = -1
+ json_obj['custom_nodes'][i]['trust'] = False
return json_obj
@@ -505,6 +507,16 @@ async def fetch_customnode_list(request):
return web.json_response(json_obj, content_type='application/json')
+@PromptServer.instance.routes.get("/customnode/alternatives")
+async def fetch_customnode_alternatives(request):
+ alter_json = await core.get_data_by_mode(request.rel_url.query["mode"], 'alter-list.json')
+
+ for item in alter_json['items']:
+ populate_markdown(item)
+
+ return web.json_response(alter_json, content_type='application/json')
+
+
@PromptServer.instance.routes.get("/alternatives/getlist")
async def fetch_alternatives_list(request):
if "skip_update" in request.rel_url.query and request.rel_url.query["skip_update"] == "true":
diff --git a/glob/security_check.py b/glob/security_check.py
new file mode 100644
index 00000000..1c6fdf6f
--- /dev/null
+++ b/glob/security_check.py
@@ -0,0 +1,80 @@
+import sys
+import subprocess
+import os
+
+
+def security_check():
+ print("[START] Security scan")
+
+ custom_nodes_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
+ comfyui_path = os.path.abspath(os.path.join(custom_nodes_path, '..'))
+
+ guide = {
+ "ComfyUI_LLMVISION": """
+0.Remove ComfyUI\\custom_nodes\\ComfyUI_LLMVISION.
+1.Remove pip packages: openai-1.16.3.dist-info, anthropic-0.21.4.dist-info, openai-1.30.2.dist-info, anthropic-0.26.1.dist-info, %LocalAppData%\\rundll64.exe
+ (For portable versions, it is recommended to reinstall. If you are using a venv, it is advised to recreate the venv.)
+2.Remove these files in your system: lib/browser/admin.py, Cadmino.py, Fadmino.py, VISION-D.exe, BeamNG.UI.exe
+3.Check your Windows registry for the key listed above and remove it.
+ (HKEY_CURRENT_USER\\Software\\OpenAICLI)
+4.Run a malware scanner.
+5.Change all of your passwords, everywhere.
+
+(Reinstall OS is recommended.)
+\n
+Detailed information: https://old.reddit.com/r/comfyui/comments/1dbls5n/psa_if_youve_used_the_comfyui_llmvision_node_from/
+ """,
+ "lolMiner": """
+1. Remove pip packages: lolMiner*
+2. Remove files: lolMiner*, 4G_Ethash_Linux_Readme.txt, mine* in ComfyUI dir.
+
+(Reinstall ComfyUI is recommended.)
+ """
+ }
+
+ node_blacklist = {"ComfyUI_LLMVISION": "ComfyUI_LLMVISION"}
+
+ pip_blacklist = {"AppleBotzz": "ComfyUI_LLMVISION"}
+
+ file_blacklist = {
+ "ComfyUI_LLMVISION": ["%LocalAppData%\\rundll64.exe"],
+ "lolMiner": [os.path.join(comfyui_path, 'lolMiner')]
+ }
+
+ installed_pips = subprocess.check_output([sys.executable, '-m', "pip", "freeze"], text=True)
+
+ detected = set()
+ for k, v in node_blacklist.items():
+ if os.path.exists(os.path.join(custom_nodes_path, k)):
+ print(f"[SECURITY ALERT] custom node '{k}' is dangerous.")
+ detected.add(v)
+
+ for k, v in pip_blacklist.items():
+ if k in installed_pips:
+ detected.add(v)
+ break
+
+ for k, v in file_blacklist.items():
+ for x in v:
+ if os.path.exists(os.path.expandvars(x)):
+ detected.add(k)
+ break
+
+ if len(detected) > 0:
+ for line in installed_pips.split('\n'):
+ for k, v in pip_blacklist.items():
+ if k in line:
+ print(f"[SECURITY ALERT] '{line}' is dangerous.")
+
+ print("\n########################################################################")
+ print(" Malware has been detected, forcibly terminating ComfyUI execution.")
+ print("########################################################################\n")
+
+ for x in detected:
+ print(f"\n======== TARGET: {x} =========")
+ print(f"\nTODO:")
+ print(guide.get(x))
+
+ exit(-1)
+
+ print("[DONE] Security scan")
diff --git a/js/a1111-alter-downloader.js b/js/a1111-alter-downloader.js
deleted file mode 100644
index c78d9b2d..00000000
--- a/js/a1111-alter-downloader.js
+++ /dev/null
@@ -1,566 +0,0 @@
-import { app } from "../../scripts/app.js";
-import { api } from "../../scripts/api.js"
-import { ComfyDialog, $el } from "../../scripts/ui.js";
-import { install_checked_custom_node, manager_instance, rebootAPI } from "./common.js";
-
-async function getAlterList() {
- var mode = manager_instance.datasrc_combo.value;
-
- var skip_update = "";
- if(manager_instance.update_check_checkbox.checked)
- skip_update = "&skip_update=true";
-
- const response = await api.fetchApi(`/alternatives/getlist?mode=${mode}${skip_update}`);
-
- const data = await response.json();
- return data;
-}
-
-export class AlternativesInstaller extends ComfyDialog {
- static instance = null;
-
- install_buttons = [];
- message_box = null;
- data = null;
-
- clear() {
- this.install_buttons = [];
- this.message_box = null;
- this.data = null;
- }
-
- constructor(app, manager_dialog) {
- super();
- this.manager_dialog = manager_dialog;
- this.search_keyword = '';
- this.element = $el("div.comfy-modal", { parent: document.body }, []);
- }
-
- startInstall(target) {
- const self = AlternativesInstaller.instance;
-
- self.updateMessage(`
Installing '${target.title}'`);
- }
-
- disableButtons() {
- for(let i in this.install_buttons) {
- this.install_buttons[i].disabled = true;
- this.install_buttons[i].style.backgroundColor = 'gray';
- }
- }
-
- apply_searchbox(data) {
- let keyword = this.search_box.value.toLowerCase();
- for(let i in this.grid_rows) {
- let data1 = this.grid_rows[i].data;
- let data2 = data1.custom_node;
-
- if(!data2)
- continue;
-
- let content = data1.tags.toLowerCase() + data1.description.toLowerCase() + data2.author.toLowerCase() + data2.description.toLowerCase() + data2.title.toLowerCase();
-
- if(this.filter && this.filter != '*') {
- if(this.filter != data2.installed) {
- this.grid_rows[i].control.style.display = 'none';
- continue;
- }
- }
-
- if(keyword == "")
- this.grid_rows[i].control.style.display = null;
- else if(content.includes(keyword)) {
- this.grid_rows[i].control.style.display = null;
- }
- else {
- this.grid_rows[i].control.style.display = 'none';
- }
- }
- }
-
- async invalidateControl() {
- this.clear();
-
- // splash
- while (this.element.children.length) {
- this.element.removeChild(this.element.children[0]);
- }
-
- const msg = $el('div', {id:'custom-message'},
- [$el('br'),
- 'The custom node DB is currently being updated, and updates to custom nodes are being checked for.',
- $el('br'),
- 'NOTE: Update only checks for extensions that have been fetched.',
- $el('br')]);
- msg.style.height = '100px';
- msg.style.verticalAlign = 'middle';
- this.element.appendChild(msg);
-
- // invalidate
- this.data = (await getAlterList()).items;
-
- this.element.removeChild(msg);
-
- while (this.element.children.length) {
- this.element.removeChild(this.element.children[0]);
- }
-
- this.createHeaderControls();
- await this.createGrid();
- this.apply_searchbox(this.data);
- this.createBottomControls();
- }
-
- updateMessage(msg, btn_id) {
- this.message_box.innerHTML = msg;
- if(btn_id) {
- const rebootButton = document.getElementById(btn_id);
- const self = this;
- rebootButton.addEventListener("click",
- function() {
- if(rebootAPI()) {
- self.close();
- self.manager_dialog.close();
- }
- });
- }
- }
-
- invalidate_checks(is_checked, install_state) {
- if(is_checked) {
- for(let i in this.grid_rows) {
- let data = this.grid_rows[i].data;
- let checkbox = this.grid_rows[i].checkbox;
- let buttons = this.grid_rows[i].buttons;
-
- checkbox.disabled = data.custom_node.installed != install_state;
-
- if(checkbox.disabled) {
- for(let j in buttons) {
- buttons[j].style.display = 'none';
- }
- }
- else {
- for(let j in buttons) {
- buttons[j].style.display = null;
- }
- }
- }
-
- this.checkbox_all.disabled = false;
- }
- else {
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- if(checkbox.check)
- return; // do nothing
- }
-
- // every checkbox is unchecked -> enable all checkbox
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- let buttons = this.grid_rows[i].buttons;
- checkbox.disabled = false;
-
- for(let j in buttons) {
- buttons[j].style.display = null;
- }
- }
-
- this.checkbox_all.checked = false;
- this.checkbox_all.disabled = true;
- }
- }
-
- check_all(is_checked) {
- if(is_checked) {
- // lookup first checked item's state
- let check_state = null;
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- if(checkbox.checked) {
- check_state = this.grid_rows[i].data.custom_node.installed;
- }
- }
-
- if(check_state == null)
- return;
-
- // check only same state items
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- if(this.grid_rows[i].data.custom_node.installed == check_state)
- checkbox.checked = true;
- }
- }
- else {
- // uncheck all
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- let buttons = this.grid_rows[i].buttons;
- checkbox.checked = false;
- checkbox.disabled = false;
-
- for(let j in buttons) {
- buttons[j].style.display = null;
- }
- }
-
- this.checkbox_all.disabled = true;
- }
- }
-
- async createGrid() {
- var grid = document.createElement('table');
- grid.setAttribute('id', 'alternatives-grid');
-
- this.grid_rows = {};
-
- let self = this;
-
- var thead = document.createElement('thead');
- var tbody = document.createElement('tbody');
-
- var headerRow = document.createElement('tr');
- thead.style.position = "sticky";
- thead.style.top = "0px";
- thead.style.borderCollapse = "collapse";
- thead.style.tableLayout = "fixed";
-
- var header0 = document.createElement('th');
- header0.style.width = "20px";
- this.checkbox_all = $el("input",{type:'checkbox', id:'check_all'},[]);
- header0.appendChild(this.checkbox_all);
- this.checkbox_all.checked = false;
- this.checkbox_all.disabled = true;
- this.checkbox_all.addEventListener('change', function() { self.check_all.call(self, self.checkbox_all.checked); });
-
- var header1 = document.createElement('th');
- header1.innerHTML = ' ID ';
- header1.style.width = "20px";
- var header2 = document.createElement('th');
- header2.innerHTML = 'Tags';
- header2.style.width = "10%";
- var header3 = document.createElement('th');
- header3.innerHTML = 'Author';
- header3.style.width = "150px";
- var header4 = document.createElement('th');
- header4.innerHTML = 'Title';
- header4.style.width = "20%";
- var header5 = document.createElement('th');
- header5.innerHTML = 'Description';
- header5.style.width = "50%";
- var header6 = document.createElement('th');
- header6.innerHTML = 'Install';
- header6.style.width = "130px";
-
- header1.style.position = "sticky";
- header1.style.top = "0px";
- header2.style.position = "sticky";
- header2.style.top = "0px";
- header3.style.position = "sticky";
- header3.style.top = "0px";
- header4.style.position = "sticky";
- header4.style.top = "0px";
- header5.style.position = "sticky";
- header5.style.top = "0px";
-
- thead.appendChild(headerRow);
- headerRow.appendChild(header0);
- headerRow.appendChild(header1);
- headerRow.appendChild(header2);
- headerRow.appendChild(header3);
- headerRow.appendChild(header4);
- headerRow.appendChild(header5);
- headerRow.appendChild(header6);
-
- headerRow.style.backgroundColor = "Black";
- headerRow.style.color = "White";
- headerRow.style.textAlign = "center";
- headerRow.style.width = "100%";
- headerRow.style.padding = "0";
-
- grid.appendChild(thead);
- grid.appendChild(tbody);
-
- if(this.data)
- for (var i = 0; i < this.data.length; i++) {
- const data = this.data[i];
- var dataRow = document.createElement('tr');
-
- let data0 = document.createElement('td');
- let checkbox = $el("input",{type:'checkbox', id:`check_${i}`},[]);
- data0.appendChild(checkbox);
- checkbox.checked = false;
- checkbox.addEventListener('change', function() { self.invalidate_checks.call(self, checkbox.checked, data.custom_node?.installed); });
-
- var data1 = document.createElement('td');
- data1.style.textAlign = "center";
- data1.innerHTML = i+1;
- var data2 = document.createElement('td');
- data2.innerHTML = ` ${data.tags}`;
- var data3 = document.createElement('td');
- var data4 = document.createElement('td');
- if(data.custom_node) {
- data3.innerHTML = ` ${data.custom_node.author}`;
- data4.innerHTML = ` ${data.custom_node.title}`;
- }
- else {
- data3.innerHTML = ` Unknown`;
- data4.innerHTML = ` Unknown`;
- }
- var data5 = document.createElement('td');
- data5.innerHTML = data.description;
- var data6 = document.createElement('td');
- data6.style.textAlign = "center";
-
- var installBtn = document.createElement('button');
- var installBtn2 = null;
- var installBtn3 = null;
-
- if(data.custom_node) {
- this.install_buttons.push(installBtn);
-
- switch(data.custom_node.installed) {
- case 'Disabled':
- installBtn3 = document.createElement('button');
- installBtn3.innerHTML = 'Enable';
- installBtn3.style.backgroundColor = 'blue';
- installBtn3.style.color = 'white';
- this.install_buttons.push(installBtn3);
-
- installBtn.innerHTML = 'Uninstall';
- installBtn.style.backgroundColor = 'red';
- installBtn.style.color = 'white';
- break;
- case 'Update':
- installBtn2 = document.createElement('button');
- installBtn2.innerHTML = 'Update';
- installBtn2.style.backgroundColor = 'blue';
- installBtn2.style.color = 'white';
- this.install_buttons.push(installBtn2);
-
- installBtn3 = document.createElement('button');
- installBtn3.innerHTML = 'Disable';
- installBtn3.style.backgroundColor = 'MediumSlateBlue';
- installBtn3.style.color = 'white';
- this.install_buttons.push(installBtn3);
-
- installBtn.innerHTML = 'Uninstall';
- installBtn.style.backgroundColor = 'red';
- installBtn.style.color = 'white';
- break;
- case 'True':
- installBtn3 = document.createElement('button');
- installBtn3.innerHTML = 'Disable';
- installBtn3.style.backgroundColor = 'MediumSlateBlue';
- installBtn3.style.color = 'white';
- this.install_buttons.push(installBtn3);
-
- installBtn.innerHTML = 'Uninstall';
- installBtn.style.backgroundColor = 'red';
- installBtn.style.color = 'white';
- break;
- case 'False':
- installBtn.innerHTML = 'Install';
- installBtn.style.backgroundColor = 'black';
- installBtn.style.color = 'white';
- break;
- default:
- installBtn.innerHTML = 'Try Install';
- installBtn.style.backgroundColor = 'Gray';
- installBtn.style.color = 'white';
- }
-
- let j = i;
- if(installBtn2 != null) {
- installBtn2.style.width = "120px";
- installBtn2.addEventListener('click', function() {
- install_checked_custom_node(self.grid_rows, j, AlternativesInstaller.instance, 'update');
- });
-
- data6.appendChild(installBtn2);
- }
-
- if(installBtn3 != null) {
- installBtn3.style.width = "120px";
- installBtn3.addEventListener('click', function() {
- install_checked_custom_node(self.grid_rows, j, AlternativesInstaller.instance, 'toggle_active');
- });
-
- data6.appendChild(installBtn3);
- }
-
-
- installBtn.style.width = "120px";
- installBtn.addEventListener('click', function() {
- if(this.innerHTML == 'Uninstall') {
- if (confirm(`Are you sure uninstall ${data.title}?`)) {
- install_checked_custom_node(self.grid_rows, j, AlternativesInstaller.instance, 'uninstall');
- }
- }
- else {
- install_checked_custom_node(self.grid_rows, j, AlternativesInstaller.instance, 'install');
- }
- });
-
- data6.appendChild(installBtn);
- }
-
- dataRow.style.backgroundColor = "var(--bg-color)";
- dataRow.style.color = "var(--fg-color)";
- dataRow.style.textAlign = "left";
-
- dataRow.appendChild(data0);
- dataRow.appendChild(data1);
- dataRow.appendChild(data2);
- dataRow.appendChild(data3);
- dataRow.appendChild(data4);
- dataRow.appendChild(data5);
- dataRow.appendChild(data6);
- tbody.appendChild(dataRow);
-
- let buttons = [];
- if(installBtn) {
- buttons.push(installBtn);
- }
- if(installBtn2) {
- buttons.push(installBtn2);
- }
- if(installBtn3) {
- buttons.push(installBtn3);
- }
-
- this.grid_rows[i] = {data:data, buttons:buttons, checkbox:checkbox, control:dataRow};
- }
-
- const panel = document.createElement('div');
- panel.style.width = "100%";
- panel.appendChild(grid);
-
- function handleResize() {
- const parentHeight = self.element.clientHeight;
- const gridHeight = parentHeight - 200;
-
- grid.style.height = gridHeight + "px";
- }
- window.addEventListener("resize", handleResize);
-
- grid.style.position = "relative";
- grid.style.display = "inline-block";
- grid.style.width = "100%";
- grid.style.height = "100%";
- grid.style.overflowY = "scroll";
- this.element.style.height = "85%";
- this.element.style.width = "80%";
- this.element.appendChild(panel);
-
- handleResize();
- }
-
- createFilterCombo() {
- let combo = document.createElement("select");
-
- combo.style.cssFloat = "left";
- combo.style.fontSize = "14px";
- combo.style.padding = "4px";
- combo.style.background = "black";
- combo.style.marginLeft = "2px";
- combo.style.width = "199px";
- combo.id = `combo-manger-filter`;
- combo.style.borderRadius = "15px";
-
- let items =
- [
- { value:'*', text:'Filter: all' },
- { value:'Disabled', text:'Filter: disabled' },
- { value:'Update', text:'Filter: update' },
- { value:'True', text:'Filter: installed' },
- { value:'False', text:'Filter: not-installed' },
- ];
-
- items.forEach(item => {
- const option = document.createElement("option");
- option.value = item.value;
- option.text = item.text;
- combo.appendChild(option);
- });
-
- let self = this;
- combo.addEventListener('change', function(event) {
- self.filter = event.target.value;
- self.apply_searchbox();
- });
-
- if(self.filter) {
- combo.value = self.filter;
- }
-
- return combo;
- }
-
- createHeaderControls() {
- let self = this;
- this.search_box = $el('input.cm-search-filter', {type:'text', id:'manager-alternode-search-box', placeholder:'input search keyword', value:this.search_keyword}, []);
- this.search_box.style.height = "25px";
- this.search_box.onkeydown = (event) => {
- if (event.key === 'Enter') {
- self.search_keyword = self.search_box.value;
- self.apply_searchbox();
- }
- if (event.key === 'Escape') {
- self.search_keyword = self.search_box.value;
- self.apply_searchbox();
- }
- };
-
- let search_button = document.createElement("button");
- search_button.className = "cm-small-button";
- search_button.innerHTML = "Search";
- search_button.onclick = () => {
- self.search_keyword = self.search_box.value;
- self.apply_searchbox();
- };
- search_button.style.display = "inline-block";
-
- let filter_control = this.createFilterCombo();
- filter_control.style.display = "inline-block";
-
- let cell = $el('td', {width:'100%'}, [filter_control, this.search_box, ' ', search_button]);
- let search_control = $el('table', {width:'100%'},
- [
- $el('tr', {}, [cell])
- ]
- );
-
- cell.style.textAlign = "right";
- this.element.appendChild(search_control);
- }
-
- async createBottomControls() {
- var close_button = document.createElement("button");
- close_button.className = "cm-small-button";
- close_button.innerHTML = "Close";
- close_button.onclick = () => { this.close(); }
- close_button.style.display = "inline-block";
-
- this.message_box = $el('div', {id:'alternatives-installer-message'}, [$el('br'), '']);
- this.message_box.style.height = '60px';
- this.message_box.style.verticalAlign = 'middle';
-
- this.element.appendChild(this.message_box);
- this.element.appendChild(close_button);
- }
-
- async show() {
- try {
- this.invalidateControl();
- this.element.style.display = "block";
- this.element.style.zIndex = 10001;
- }
- catch(exception) {
- app.ui.dialog.show(`Failed to get alternatives list. / ${exception}`);
- console.error(exception);
- }
- }
-}
diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js
index ab23bddf..1f07f4a5 100644
--- a/js/comfyui-manager.js
+++ b/js/comfyui-manager.js
@@ -11,8 +11,7 @@ import {
showYouMLShareDialog
} from "./comfyui-share-common.js";
import { OpenArtShareDialog } from "./comfyui-share-openart.js";
-import { CustomNodesInstaller } from "./custom-nodes-downloader.js";
-import { AlternativesInstaller } from "./a1111-alter-downloader.js";
+import { CustomNodesManager } from "./custom-nodes-manager.js";
import { SnapshotManager } from "./snapshot.js";
import { ModelInstaller } from "./model-downloader.js";
import { manager_instance, setManagerInstance, install_via_git_url, install_pip, rebootAPI, free_models, show_message } from "./common.js";
@@ -568,10 +567,10 @@ async function fetchUpdates(update_check_checkbox) {
async function() {
app.ui.dialog.close();
- if(!CustomNodesInstaller.instance)
- CustomNodesInstaller.instance = new CustomNodesInstaller(app, self);
-
- await CustomNodesInstaller.instance.show(CustomNodesInstaller.ShowMode.UPDATE);
+ if(!CustomNodesManager.instance) {
+ CustomNodesManager.instance = new CustomNodesManager(app, self);
+ }
+ await CustomNodesManager.instance.show(CustomNodesManager.ShowMode.UPDATE);
}
);
@@ -714,12 +713,13 @@ class ManagerMenuDialog extends ComfyDialog {
[
$el("button.cm-button", {
type: "button",
- textContent: "Install Custom Nodes",
+ textContent: "Custom Nodes Manager",
onclick:
() => {
- if(!CustomNodesInstaller.instance)
- CustomNodesInstaller.instance = new CustomNodesInstaller(app, self);
- CustomNodesInstaller.instance.show(CustomNodesInstaller.ShowMode.NORMAL);
+ if(!CustomNodesManager.instance) {
+ CustomNodesManager.instance = new CustomNodesManager(app, self);
+ }
+ CustomNodesManager.instance.show(CustomNodesManager.ShowMode.NORMAL);
}
}),
@@ -728,9 +728,10 @@ class ManagerMenuDialog extends ComfyDialog {
textContent: "Install Missing Custom Nodes",
onclick:
() => {
- if(!CustomNodesInstaller.instance)
- CustomNodesInstaller.instance = new CustomNodesInstaller(app, self);
- CustomNodesInstaller.instance.show(CustomNodesInstaller.ShowMode.MISSING_NODES);
+ if(!CustomNodesManager.instance) {
+ CustomNodesManager.instance = new CustomNodesManager(app, self);
+ }
+ CustomNodesManager.instance.show(CustomNodesManager.ShowMode.MISSING);
}
}),
@@ -768,9 +769,10 @@ class ManagerMenuDialog extends ComfyDialog {
textContent: "Alternatives of A1111",
onclick:
() => {
- if(!AlternativesInstaller.instance)
- AlternativesInstaller.instance = new AlternativesInstaller(app, self);
- AlternativesInstaller.instance.show();
+ if(!CustomNodesManager.instance) {
+ CustomNodesManager.instance = new CustomNodesManager(app, self);
+ }
+ CustomNodesManager.instance.show(CustomNodesManager.ShowMode.ALTERNATIVES);
}
}),
diff --git a/js/common.js b/js/common.js
index 9fb7a182..7090855f 100644
--- a/js/common.js
+++ b/js/common.js
@@ -24,72 +24,6 @@ export function rebootAPI() {
return false;
}
-export async function install_checked_custom_node(grid_rows, target_i, caller, mode) {
- if(caller) {
- let failed = '';
-
- caller.disableButtons();
-
- for(let i in grid_rows) {
- if(!grid_rows[i].checkbox.checked && i != target_i)
- continue;
-
- var target;
-
- if(grid_rows[i].data.custom_node) {
- target = grid_rows[i].data.custom_node;
- }
- else {
- target = grid_rows[i].data;
- }
-
- caller.startInstall(target);
-
- try {
- const response = await api.fetchApi(`/customnode/${mode}`, {
- method: 'POST',
- headers: { 'Content-Type': 'application/json' },
- body: JSON.stringify(target)
- });
-
- if(response.status == 403) {
- show_message('This action is not allowed with this security level configuration.');
- caller.updateMessage('');
- await caller.invalidateControl();
- return;
- }
-
- if(response.status == 404) {
- show_message('With the current security level configuration, only custom nodes from the "default channel" can be installed.');
- caller.updateMessage('');
- await caller.invalidateControl();
- return;
- }
-
- if(response.status == 400) {
- show_message(`${mode} failed: ${target.title}`);
- continue;
- }
-
- const status = await response.json();
- app.ui.dialog.close();
- target.installed = 'True';
- continue;
- }
- catch(exception) {
- failed += `
${target.title}`;
- }
- }
-
- if(failed != '') {
- show_message(`${mode} failed: ${failed}`);
- }
-
- await caller.invalidateControl();
- caller.updateMessage("
To apply the installed/updated/disabled/enabled custom node, please ComfyUI. And refresh browser.", 'cm-reboot-button1');
- }
-};
-
export var manager_instance = null;
export function setManagerInstance(obj) {
diff --git a/js/custom-nodes-downloader.js b/js/custom-nodes-downloader.js
deleted file mode 100644
index e60cde7e..00000000
--- a/js/custom-nodes-downloader.js
+++ /dev/null
@@ -1,943 +0,0 @@
-import { app } from "../../scripts/app.js";
-import { api } from "../../scripts/api.js"
-import { ComfyDialog, $el } from "../../scripts/ui.js";
-import { install_checked_custom_node, manager_instance, rebootAPI } from "./common.js";
-
-
-async function getCustomNodes() {
- var mode = manager_instance.datasrc_combo.value;
-
- var skip_update = "";
- if(manager_instance.update_check_checkbox.checked)
- skip_update = "&skip_update=true";
-
- const response = await api.fetchApi(`/customnode/getlist?mode=${mode}${skip_update}`);
-
- const data = await response.json();
- return data;
-}
-
-async function getCustomnodeMappings() {
- var mode = manager_instance.datasrc_combo.value;
-
- const response = await api.fetchApi(`/customnode/getmappings?mode=${mode}`);
-
- const data = await response.json();
- return data;
-}
-
-async function getConflictMappings() {
- var mode = manager_instance.datasrc_combo.value;
-
- const response = await api.fetchApi(`/customnode/getmappings?mode=${mode}`);
-
- const data = await response.json();
-
- let node_to_extensions_map = {};
-
- for(let k in data) {
- for(let i in data[k][0]) {
- let node = data[k][0][i];
- let l = node_to_extensions_map[node];
- if(!l) {
- l = [];
- node_to_extensions_map[node] = l;
- }
- l.push(k);
- }
- }
-
- let conflict_map = {};
- for(let node in node_to_extensions_map) {
- if(node_to_extensions_map[node].length > 1) {
- for(let i in node_to_extensions_map[node]) {
- let extension = node_to_extensions_map[node][i];
- let l = conflict_map[extension];
-
- if(!l) {
- l = [];
- conflict_map[extension] = l;
- }
-
- for(let j in node_to_extensions_map[node]) {
- let extension2 = node_to_extensions_map[node][j];
- if(extension != extension2)
- l.push([node, extension2]);
- }
- }
- }
- }
-
- return conflict_map;
-}
-
-async function getUnresolvedNodesInComponent() {
- try {
- var mode = manager_instance.datasrc_combo.value;
-
- const response = await api.fetchApi(`/component/get_unresolved`);
-
- const data = await response.json();
- return data.nodes;
- }
- catch {
- return [];
- }
-}
-
-export class CustomNodesInstaller extends ComfyDialog {
- static instance = null;
-
- install_buttons = [];
- message_box = null;
- data = null;
-
- static ShowMode = {
- NORMAL: 0,
- MISSING_NODES: 1,
- UPDATE: 2,
- };
-
- clear() {
- this.install_buttons = [];
- this.message_box = null;
- this.data = null;
- }
-
- constructor(app, manager_dialog) {
- super();
- this.manager_dialog = manager_dialog;
- this.search_keyword = '';
- this.element = $el("div.comfy-modal", { parent: document.body }, []);
-
- this.currentSortProperty = ''; // The property currently being sorted
- this.currentSortAscending = true; // The direction of the current sort
- }
-
- startInstall(target) {
- const self = CustomNodesInstaller.instance;
-
- self.updateMessage(`
Installing '${target.title}'`);
- }
-
- disableButtons() {
- for(let i in this.install_buttons) {
- this.install_buttons[i].disabled = true;
- this.install_buttons[i].style.backgroundColor = 'gray';
- }
- }
-
- apply_searchbox(data) {
- let keyword = this.search_box.value.toLowerCase();
- for(let i in this.grid_rows) {
- let data = this.grid_rows[i].data;
- let content = data.author.toLowerCase() + data.description.toLowerCase() + data.title.toLowerCase() + data.reference.toLowerCase();
-
- if(this.filter && this.filter != '*') {
- if(this.filter == 'True' && (data.installed == 'Update' || data.installed == 'Fail')) {
- this.grid_rows[i].control.style.display = null;
- }
- else if(this.filter != data.installed) {
- this.grid_rows[i].control.style.display = 'none';
- continue;
- }
- }
-
- if(keyword == "")
- this.grid_rows[i].control.style.display = null;
- else if(content.includes(keyword)) {
- this.grid_rows[i].control.style.display = null;
- }
- else {
- this.grid_rows[i].control.style.display = 'none';
- }
- }
- }
-
- async filter_missing_node(data) {
- const mappings = await getCustomnodeMappings();
-
- // build regex->url map
- const regex_to_url = [];
- for (let i in data) {
- if(data[i]['nodename_pattern']) {
- let item = {regex: new RegExp(data[i].nodename_pattern), url: data[i].files[0]};
- regex_to_url.push(item);
- }
- }
-
- // build name->url map
- const name_to_urls = {};
- for (const url in mappings) {
- const names = mappings[url];
-
- for(const name in names[0]) {
- let v = name_to_urls[names[0][name]];
- if(v == undefined) {
- v = [];
- name_to_urls[names[0][name]] = v;
- }
- v.push(url);
- }
- }
-
- const registered_nodes = new Set();
- for (let i in LiteGraph.registered_node_types) {
- registered_nodes.add(LiteGraph.registered_node_types[i].type);
- }
-
- const missing_nodes = new Set();
- const workflow = app.graph.serialize();
- const group_nodes = workflow.extra && workflow.extra.groupNodes ? workflow.extra.groupNodes : [];
- let nodes = workflow.nodes;
-
- for (let i in group_nodes) {
- let group_node = group_nodes[i];
- nodes = nodes.concat(group_node.nodes);
- }
-
- for (let i in nodes) {
- const node_type = nodes[i].type;
- if(node_type.startsWith('workflow/'))
- continue;
-
- if (!registered_nodes.has(node_type)) {
- const urls = name_to_urls[node_type.trim()];
- if(urls)
- urls.forEach(url => {
- missing_nodes.add(url);
- });
- else {
- for(let j in regex_to_url) {
- if(regex_to_url[j].regex.test(node_type)) {
- missing_nodes.add(regex_to_url[j].url);
- }
- }
- }
- }
- }
-
- let unresolved_nodes = await getUnresolvedNodesInComponent();
- for (let i in unresolved_nodes) {
- let node_type = unresolved_nodes[i];
- const url = name_to_urls[node_type];
- if(url)
- missing_nodes.add(url);
- }
-
- return data.filter(node => node.files.some(file => missing_nodes.has(file)));
- }
-
- async invalidateControl() {
- this.clear();
-
- // splash
- while (this.element.children.length) {
- this.element.removeChild(this.element.children[0]);
- }
-
- const msg = $el('div', {id:'custom-message'},
- [$el('br'),
- 'The custom node DB is currently being updated, and updates to custom nodes are being checked for.',
- $el('br'),
- 'NOTE: Update only checks for extensions that have been fetched.',
- $el('br')]);
- msg.style.height = '100px';
- msg.style.verticalAlign = 'middle';
- msg.style.color = "var(--fg-color)";
-
- this.element.appendChild(msg);
-
- // invalidate
- let data = await getCustomNodes();
- this.data = data.custom_nodes;
- this.channel = data.channel;
-
- this.conflict_mappings = await getConflictMappings();
-
- if(this.show_mode == CustomNodesInstaller.ShowMode.MISSING_NODES)
- this.data = await this.filter_missing_node(this.data);
-
- this.element.removeChild(msg);
-
- while (this.element.children.length) {
- this.element.removeChild(this.element.children[0]);
- }
-
- this.createHeaderControls();
- await this.createGrid();
- this.apply_searchbox(this.data);
- this.createBottomControls();
- }
-
- updateMessage(msg, btn_id) {
- this.message_box.innerHTML = msg;
- if(btn_id) {
- const rebootButton = document.getElementById(btn_id);
- const self = this;
- rebootButton.addEventListener("click",
- function() {
- if(rebootAPI()) {
- self.close();
- self.manager_dialog.close();
- }
- });
- console.log(rebootButton);
- }
- }
-
- invalidate_checks(is_checked, install_state) {
- if(is_checked) {
- for(let i in this.grid_rows) {
- let data = this.grid_rows[i].data;
- let checkbox = this.grid_rows[i].checkbox;
- let buttons = this.grid_rows[i].buttons;
-
- checkbox.disabled = data.installed != install_state;
-
- if(checkbox.disabled) {
- for(let j in buttons) {
- buttons[j].style.display = 'none';
- }
- }
- else {
- for(let j in buttons) {
- buttons[j].style.display = null;
- }
- }
- }
-
- this.checkbox_all.disabled = false;
- }
- else {
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- if(checkbox.check)
- return; // do nothing
- }
-
- // every checkbox is unchecked -> enable all checkbox
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- let buttons = this.grid_rows[i].buttons;
- checkbox.disabled = false;
-
- for(let j in buttons) {
- buttons[j].style.display = null;
- }
- }
-
- this.checkbox_all.checked = false;
- this.checkbox_all.disabled = true;
- }
- }
-
- check_all(is_checked) {
- if(is_checked) {
- // lookup first checked item's state
- let check_state = null;
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- if(checkbox.checked) {
- check_state = this.grid_rows[i].data.installed;
- }
- }
-
- if(check_state == null)
- return;
-
- // check only same state items
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- if(this.grid_rows[i].data.installed == check_state)
- checkbox.checked = true;
- }
- }
- else {
- // uncheck all
- for(let i in this.grid_rows) {
- let checkbox = this.grid_rows[i].checkbox;
- let buttons = this.grid_rows[i].buttons;
- checkbox.checked = false;
- checkbox.disabled = false;
-
- for(let j in buttons) {
- buttons[j].style.display = null;
- }
- }
-
- this.checkbox_all.disabled = true;
- }
- }
-
- sortData(property, ascending = true) {
- this.data.sort((a, b) => {
- // Check if either value is -1 and handle accordingly
- if (a[property] === -1) return 1; // Always put a at the end if its value is -1
- if (b[property] === -1) return -1; // Always put b at the end if its value is -1
- // And be careful here, (-1<'2024-01-01') and (-1>'2024-01-01') are both false! So I handle -1 seperately.
- if (a[property] < b[property]) return ascending ? -1 : 1;
- if (a[property] > b[property]) return ascending ? 1 : -1;
- return 0;
- });
- }
-
- resetHeaderStyles() {
- const headers = ['th_author', 'th_title', 'th_stars', 'th_last_update']; // Add the IDs of all your sortable headers here
- headers.forEach(headerId => {
- const header = this.element.querySelector(`#${headerId}`);
- if (header) {
- header.style.backgroundColor = ''; // Reset to default background color
- // Add other style resets if necessary
- }
- });
- }
-
- toggleSort(property) {
- // If currently sorted by this property, toggle the direction; else, sort ascending
- if (this.currentSortProperty === property) {
- this.currentSortAscending = !this.currentSortAscending;
- } else {
- this.currentSortAscending = false;
- }
- this.currentSortProperty = property;
-
- this.resetHeaderStyles(); // Reset styles of all sortable headers
-
- // Determine the ID of the header based on the property
- let headerId = '';
- if (property === 'stars') {
- headerId = 'th_stars';
- } else if (property === 'last_update') {
- headerId = 'th_last_update';
- } else if (property === 'author') {
- headerId = 'th_author';
- } else if (property === 'title') {
- headerId = 'th_title';
- }
-
- // If we have a valid headerId, change its style to indicate it's the active sort column
- if (headerId) {
- const activeHeader = this.element.querySelector(`#${headerId}`);
- if (activeHeader) {
- activeHeader.style.backgroundColor = '#222';
- // Slightly brighter. Add other style changes if necessary.
- }
- }
-
- // Call sortData with the current property and direction
- this.sortData(property, this.currentSortAscending);
-
- // Refresh the grid to display sorted data
- this.createGrid();
- this.apply_searchbox(this.data);
- }
-
- async createGrid() {
- // Remove existing table if present
- var grid = this.element.querySelector('#custom-nodes-grid');
- var panel;
- let self = this;
- if (grid) {
- grid.querySelector('tbody').remove();
- panel = grid.parentNode;
- } else {
- grid = document.createElement('table');
- grid.setAttribute('id', 'custom-nodes-grid');
-
- this.grid_rows = {};
-
- var thead = document.createElement('thead');
-
- var headerRow = document.createElement('tr');
- thead.style.position = "sticky";
- thead.style.top = "0px";
- thead.style.borderCollapse = "collapse";
- thead.style.tableLayout = "fixed";
-
- var header0 = document.createElement('th');
- header0.style.width = "20px";
- this.checkbox_all = $el("input",{type:'checkbox', id:'check_all'},[]);
- header0.appendChild(this.checkbox_all);
- this.checkbox_all.checked = false;
- this.checkbox_all.disabled = true;
- this.checkbox_all.addEventListener('change', function() { self.check_all.call(self, self.checkbox_all.checked); });
-
- var header1 = document.createElement('th');
- header1.innerHTML = ' ID ';
- header1.style.width = "20px";
-
- var header2 = document.createElement('th');
- header2.innerHTML = 'Author';
- header2.style.width = "150px";
- header2.style.cursor = 'pointer';
- header2.setAttribute('id', 'th_author');
- header2.onclick = () => this.toggleSort('author');
-
- var header3 = document.createElement('th');
- header3.innerHTML = 'Name';
- header3.style.width = "20%";
- header3.style.cursor = 'pointer';
- header3.setAttribute('id', 'th_title');
- header3.onclick = () => this.toggleSort('title');
-
- var header4 = document.createElement('th');
- header4.innerHTML = 'Description';
- header4.style.width = "60%";
- // header4.classList.add('expandable-column');
-
- var header5 = document.createElement('th');
- header5.innerHTML = ' ★ ';
- header5.style.width = "130px";
- header5.setAttribute('id', 'th_stars');
- header5.style.cursor = 'pointer';
- header5.onclick = () => this.toggleSort('stars');
-
- var header6 = document.createElement('th');
- header6.innerHTML = 'Last Update';
- header6.style.width = "130px";
- header6.setAttribute('id', 'th_last_update');
- header6.style.cursor = 'pointer';
- header6.onclick = () => this.toggleSort('last_update');
-
- var header7 = document.createElement('th');
- header7.innerHTML = 'Install';
- header7.style.width = "130px";
-
- header0.style.position = "sticky";
- header0.style.top = "0px";
- header1.style.position = "sticky";
- header1.style.top = "0px";
- header2.style.position = "sticky";
- header2.style.top = "0px";
- header3.style.position = "sticky";
- header3.style.top = "0px";
- header4.style.position = "sticky";
- header4.style.top = "0px";
- header5.style.position = "sticky";
- header5.style.top = "0px";
- header6.style.position = "sticky";
- header6.style.top = "0px";
- header7.style.position = "sticky";
- header7.style.top = "0px";
-
- thead.appendChild(headerRow);
- headerRow.appendChild(header0);
- headerRow.appendChild(header1);
- headerRow.appendChild(header2);
- headerRow.appendChild(header3);
- headerRow.appendChild(header4);
- headerRow.appendChild(header5);
- headerRow.appendChild(header6);
- headerRow.appendChild(header7);
-
- headerRow.style.backgroundColor = "Black";
- headerRow.style.color = "White";
- headerRow.style.textAlign = "center";
- headerRow.style.width = "100%";
- headerRow.style.padding = "0";
-
- grid.appendChild(thead);
-
- panel = document.createElement('div');
- panel.style.width = "100%";
- panel.appendChild(grid);
- this.element.appendChild(panel);
- }
- var tbody = document.createElement('tbody');
- grid.appendChild(tbody);
-
- if(this.data)
- for (var i = 0; i < this.data.length; i++) {
- const data = this.data[i];
- let dataRow = document.createElement('tr');
-
- let data0 = document.createElement('td');
- let checkbox = $el("input",{type:'checkbox', id:`check_${i}`},[]);
- data0.appendChild(checkbox);
- checkbox.checked = false;
- checkbox.addEventListener('change', function() { self.invalidate_checks.call(self, checkbox.checked, data.installed); });
-
- var data1 = document.createElement('td');
- data1.style.textAlign = "center";
- data1.innerHTML = i+1;
-
- var data2 = document.createElement('td');
- data2.style.maxWidth = "100px";
- data2.className = "cm-node-author"
- data2.textContent = ` ${data.author}`;
- data2.style.whiteSpace = "nowrap";
- data2.style.overflow = "hidden";
- data2.style.textOverflow = "ellipsis";
-
- var data3 = document.createElement('td');
- data3.style.maxWidth = "200px";
- data3.style.wordWrap = "break-word";
- data3.className = "cm-node-name"
- data3.innerHTML = ` ${data.title}`;
- if(data.installed == 'Fail')
- data3.innerHTML = ' (IMPORT FAILED)' + data3.innerHTML;
-
- var data4 = document.createElement('td');
- data4.innerHTML = data.description;
- data4.className = "cm-node-desc"
-
- let conflicts = this.conflict_mappings[data.files[0]];
- if(conflicts) {
- let buf = '
Conflicted Nodes:
';
- for(let k in conflicts) {
- let node_name = conflicts[k][0];
-
- let extension_name = conflicts[k][1].split('/').pop();
- if(extension_name.endsWith('/')) {
- extension_name = extension_name.slice(0, -1);
- }
- if(node_name.endsWith('.git')) {
- extension_name = extension_name.slice(0, -4);
- }
-
- buf += `${node_name} [${extension_name}], `;
- }
-
- if(buf.endsWith(', ')) {
- buf = buf.slice(0, -2);
- }
- buf += "