diff --git a/.gitignore b/.gitignore index e35c16bc..fb07dcff 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ comfyworkflows_sharekey github-stats-cache.json pip_overrides.json *.json - +check2.sh diff --git a/README.md b/README.md index 51a47c3d..2c01c6c7 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,6 @@ This repository provides Colab notebooks that allow you to install and use Comfy * Please submit a pull request to update either the custom-node-list.json or model-list.json file. * The scanner currently provides a detection function for missing nodes, which is capable of detecting nodes described by the following two patterns. - * Or you can provide manually `node_list.json` file. ``` NODE_CLASS_MAPPINGS = { @@ -218,6 +217,7 @@ NODE_CLASS_MAPPINGS.update({ "SemSegPreprocessor": Uniformer_SemSegPreprocessor, }) ``` + * Or you can provide manually `node_list.json` file. * When you write a docstring in the header of the .py file for the Node as follows, it will be used for managing the database in the Manager. * Currently, only the `nickname` is being used, but other parts will also be utilized in the future. @@ -364,9 +364,10 @@ When you run the `scan.sh` script: * `Install via git url`, `pip install` * Installation of custom nodes registered not in the `default channel`. * Display terminal log + * Fix custom nodes * `middle` level risky features - * Uninstall/Update/Fix custom nodes + * Uninstall/Update * Installation of custom nodes registered in the `default channel`. * Restore/Remove Snapshot * Restart diff --git a/cm-cli.py b/cm-cli.py index 61b29833..cb0e7c98 100644 --- a/cm-cli.py +++ b/cm-cli.py @@ -109,7 +109,7 @@ class Ctx: install_script_path = os.path.join(repo_path, 'install.py') if os.path.exists(requirements_path): - with (open(requirements_path, 'r', encoding="UTF-8", errors="ignore") as file): + with open(requirements_path, 'r', encoding="UTF-8", errors="ignore") as file: for line in file: package_name = core.remap_pip_package(line.strip()) if package_name and not core.is_installed(package_name): diff --git a/custom-node-list.json b/custom-node-list.json index 2cb64135..43a8c022 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -511,17 +511,6 @@ "install_type": "git-clone", "description": "This is a low-dependency node pack primarily dealing with masks. The author recommends using Impact-Pack instead (unless you specifically have trouble installing dependencies)." }, - { - "author": "guoyk93", - "title": "y.k.'s ComfyUI node suite", - "id": "yks", - "reference": "https://github.com/guoyk93/yk-node-suite-comfyui", - "files": [ - "https://github.com/guoyk93/yk-node-suite-comfyui" - ], - "install_type": "git-clone", - "description": "Nodes: YKImagePadForOutpaint, YKMaskToImage" - }, { "author": "Jcd1230", "title": "Rembg Background Removal Node for ComfyUI", @@ -698,18 +687,6 @@ "install_type": "git-clone", "description": "Nodes: DeepFloyd, Filter, Select, Save, Decode, Encode, Repeat, Noise, Noise" }, - { - "author": "Zuellni", - "title": "ComfyUI-ExLlama", - "id": "exllama", - "reference": "https://github.com/Zuellni/ComfyUI-ExLlama", - "files": [ - "https://github.com/Zuellni/ComfyUI-ExLlama" - ], - "pip": ["sentencepiece", "https://github.com/jllllll/exllama/releases/download/0.0.17/exllama-0.0.17+cu118-cp310-cp310-win_amd64.whl"], - "install_type": "git-clone", - "description": "Nodes: ExLlama Loader, ExLlama Generator.\nUsed to load 4-bit GPTQ Llama/2 models. You can find a lot of them over at [a/https://huggingface.co/TheBloke](https://huggingface.co/TheBloke)[w/NOTE: You need to manually install a pip package that suits your system. For example. If your system is 'Python3.10 + Windows + CUDA 11.8' then you need to install 'exllama-0.0.17+cu118-cp310-cp310-win_amd64.whl'. Available package files are [a/here](https://github.com/jllllll/exllama/releases)]" - }, { "author": "Zuellni", "title": "ComfyUI ExLlamaV2 Nodes", @@ -769,13 +746,13 @@ "author": "strimmlarn", "title": "ComfyUI_Strimmlarns_aesthetic_score", "id": "aesthetic-score", - "reference": "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score", + "reference": "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score", "js_path": "strimmlarn", "files": [ - "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score" + "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score" ], "install_type": "git-clone", - "description": "Nodes: CalculateAestheticScore, LoadAesteticModel, AesthetlcScoreSorter, ScoreToNumber" + "description": "Nodes: CalculateAestheticScore, LoadAesteticModel, AesthetlcScoreSorter, ScoreToNumber.\nAesthetic score for ComfyUI" }, { "author": "TinyTerra", @@ -833,6 +810,16 @@ "install_type": "git-clone", "description": "Scaled Uniform Noise for Ancestral and Stochastic samplers" }, + { + "author": "bvhari", + "title": "ComfyUI_PerpCFG", + "reference": "https://github.com/bvhari/ComfyUI_PerpCFG", + "files": [ + "https://github.com/bvhari/ComfyUI_PerpCFG" + ], + "install_type": "git-clone", + "description": "Perpendicular CFG for reducing oversaturation issues with high guidance scale values." + }, { "author": "ssitu", "title": "UltimateSDUpscale", @@ -1117,6 +1104,16 @@ "install_type": "git-clone", "description": "Custom nodes for easier use of SDXL in ComfyUI including an img2img workflow that utilizes both the base and refiner checkpoints." }, + { + "author": "SeargeDP", + "title": "Searge-LLM for ComfyUI v1.0", + "reference": "https://github.com/SeargeDP/ComfyUI_Searge_LLM", + "files": [ + "https://github.com/SeargeDP/ComfyUI_Searge_LLM" + ], + "install_type": "git-clone", + "description": "A prompt-generator or prompt-improvement node for ComfyUI, utilizing the power of a language model to turn a provided text-to-image prompt into a more detailed and improved prompt." + }, { "author": "cubiq", "title": "Simple Math", @@ -1211,6 +1208,16 @@ "install_type": "git-clone", "description": "[a/PuLID](https://github.com/ToTheBeginning/PuLID) ComfyUI native implementation." }, + { + "author": "cubiq", + "title": "Flux blocks patcher sampler", + "reference": "https://github.com/cubiq/Block_Patcher_ComfyUI", + "files": [ + "https://github.com/cubiq/Block_Patcher_ComfyUI" + ], + "install_type": "git-clone", + "description": "This is an (very) advanced and (very) experimental custom node for the ComfyUI. It allows you to iteratively change the blocks weights of Flux models and check the difference each value makes." + }, { "author": "shockz0rz", "title": "InterpolateEverything", @@ -1344,14 +1351,14 @@ }, { "author": "civitai", - "title": "comfy-nodes", + "title": "Civitai Comfy Nodes", "id": "civitai", - "reference": "https://github.com/civitai/comfy-nodes", + "reference": "https://github.com/civitai/civitai_comfy_nodes", "files": [ - "https://github.com/civitai/comfy-nodes" + "https://github.com/civitai/civitai_comfy_nodes" ], "install_type": "git-clone", - "description": "Nodes: CivitAI_Loaders. Load Checkpoints, and LORA models directly from CivitAI API." + "description": "Tired of manually downloading and moving models, LoRAs, and more to the right places?\nSick of scouring Civitai for that one mystical LoRA someone was using to make that cool image?\nWant to be share a fully reproducable workflow?" }, { "author": "andersxa", @@ -1413,9 +1420,9 @@ "author": "daxthin", "title": "DZ-FaceDetailer", "id": "dz-facedetailer", - "reference": "https://github.com/daxthin/DZ-FaceDetailer", + "reference": "https://github.com/nicofdga/DZ-FaceDetailer", "files": [ - "https://github.com/daxthin/DZ-FaceDetailer" + "https://github.com/nicofdga/DZ-FaceDetailer" ], "install_type": "git-clone", "description": "Face Detailer is a custom node for the 'ComfyUI' framework inspired by !After Detailer extension from auto1111, it allows you to detect faces using Mediapipe and YOLOv8n to create masks for the detected faces." @@ -1686,15 +1693,14 @@ "description": "This node manipulates the pixel art image in ways that it should look pixel perfect (downscales, changes palette, upscales etc.)." }, { - "author": "dimtoneff", - "title": "Eagle PNGInfo", - "id": "eaglepnginfo", - "reference": "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo", + "author": "hylarucoder", + "title": "comfyui-copilot", + "reference": "https://github.com/hylarucoder/comfyui-copilot", "files": [ - "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo" + "https://github.com/hylarucoder/comfyui-copilot" ], "install_type": "git-clone", - "description": "Nodes: EagleImageNode" + "description": "NODES:Eagle Image Node for PNGInfo, SDXL Resolution Presets (ws), SDXL Prompt Styler, SDXL Prompt Styler Advanced" }, { "author": "theUpsider", @@ -1828,17 +1834,6 @@ "install_type": "git-clone", "description": "A set of custom nodes to perform image 2 image functions in ComfyUI." }, - { - "author": "mpiquero7164", - "title": "SaveImgPrompt", - "id": "save-imgprompt", - "reference": "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt", - "files": [ - "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt" - ], - "install_type": "git-clone", - "description": "Save a png or jpeg and option to save prompt/workflow in a text or json file for each image in Comfy + Workflow loading." - }, { "author": "m-sokes", "title": "ComfyUI Sokes Nodes", @@ -1948,6 +1943,17 @@ "install_type": "git-clone", "description": "A powerful anti-burn allowing much higher CFG scales for latent diffusion models (for ComfyUI)" }, + { + "author": "Extraltodeus", + "title": "DistanceSampler", + "id": "distancesampler", + "reference": "https://github.com/Extraltodeus/DistanceSampler", + "files": [ + "https://github.com/Extraltodeus/Skimmed_CFG" + ], + "install_type": "git-clone", + "description": "Heuristic modification of the Heun sampler using a custom function based on normalized distances. For ComfyUI." + }, { "author": "JPS", "title": "JPS Custom Nodes for ComfyUI", @@ -2057,7 +2063,7 @@ "https://github.com/syllebra/bilbox-comfyui" ], "install_type": "git-clone", - "description": "Nodes: BilboX's PromptGeek Photo Prompt. This provides a convenient way to compose photorealistic prompts into ComfyUI." + "description": "Nodes: BilboX's PromptGeek Photo Prompt. This provides a convenient way to compose photorealistic prompts into ComfyUI. Post-Processing: adds various post processing effects. Bonus: Option to show a distant server shutdown menu." }, { "author": "Girish Gopaul", @@ -2441,7 +2447,7 @@ "https://github.com/Acly/comfyui-inpaint-nodes" ], "install_type": "git-clone", - "description": "Experimental nodes for better inpainting with ComfyUI. Adds two nodes which allow using [a/Fooocus](https://github.com/Acly/comfyui-inpaint-nodes) inpaint model. It's a small and flexible patch which can be applied to any SDXL checkpoint and will transform it into an inpaint model. This model can then be used like other inpaint models, and provides the same benefits. [a/Read more](https://github.com/lllyasviel/Fooocus/discussions/414)" + "description": "Nodes for better inpainting with ComfyUI. Adds various ways to pre-process inpaint areas. Supports the Fooocus inpaint model, a small and flexible patch which can be applied to any SDXL checkpoint and will improve consistency when generating masked areas." }, { "author": "picturesonpictures", @@ -2489,9 +2495,9 @@ "author": "ealkanat", "title": "ComfyUI Easy Padding", "id": "easy-padding", - "reference": "https://github.com/ealkanat/comfyui_easy_padding", + "reference": "https://github.com/ealkanat/comfyui-easy-padding", "files": [ - "https://github.com/ealkanat/comfyui_easy_padding" + "https://github.com/ealkanat/comfyui-easy-padding" ], "install_type": "git-clone", "description": "ComfyUI Easy Padding is a simple custom ComfyUI node that helps you to add padding to images on ComfyUI." @@ -2672,6 +2678,16 @@ "install_type": "git-clone", "description": "[a/https://huggingface.co/microsoft/Florence-2-large-ft](https://huggingface.co/microsoft/Florence-2-large-ft)\nLarge or base model, support for captioning and bbox task modes, more coming soon." }, + { + "author": "spacepxl", + "title": "ComfyUI-Depth-Pro", + "reference": "https://github.com/spacepxl/ComfyUI-Depth-Pro", + "files": [ + "https://github.com/spacepxl/ComfyUI-Depth-Pro" + ], + "install_type": "git-clone", + "description": "Based on [a/https://github.com/apple/ml-depth-pro](https://github.com/apple/ml-depth-pro)" + }, { "author": "PTA", "title": "auto nodes layout", @@ -2694,17 +2710,6 @@ "install_type": "git-clone", "description": "The ultimate solution for managing image metadata and multi-tool compatibility. ComfyUI node version of the SD Prompt Reader." }, - { - "author": "rklaffehn", - "title": "rk-comfy-nodes", - "id": "rknodes", - "reference": "https://github.com/rklaffehn/rk-comfy-nodes", - "files": [ - "https://github.com/rklaffehn/rk-comfy-nodes" - ], - "install_type": "git-clone", - "description": "Nodes: RK_CivitAIMetaChecker, RK_CivitAIAddHashes." - }, { "author": "cubiq", "title": "ComfyUI Essentials", @@ -2805,6 +2810,17 @@ "install_type": "git-clone", "description": "Prompt Info" }, + { + "author": "chrisgoringe", + "title": "Comfy Controller", + "id": "cg-comfycontroller", + "reference": "https://github.com/chrisgoringe/cg-controller", + "files": [ + "https://github.com/chrisgoringe/cg-controller" + ], + "install_type": "git-clone", + "description": "A simple controller panel that gathers all widgets from red nodes" + }, { "author": "TGu-97", "title": "TGu Utilities", @@ -3040,6 +3056,12 @@ "files": [ "https://github.com/kijai/ComfyUI-Florence2" ], + "preemptions":[ + "DownloadAndLoadFlorence2Lora", + "DownloadAndLoadFlorence2Model", + "Florence2ModelLoader", + "Florence2Run" + ], "install_type": "git-clone", "description": "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr" }, @@ -3106,6 +3128,14 @@ "files": [ "https://github.com/kijai/ComfyUI-segment-anything-2" ], + "preemptions":[ + "DownloadAndLoadSAM2Model", + "Florence2toCoordinates", + "Sam2AutoSegmentation", + "Sam2Segmentation", + "Sam2VideoSegmentation", + "Sam2VideoSegmentationAddPoints" + ], "install_type": "git-clone", "description": "Nodes to use [a/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) for image or video segmentation." }, @@ -3149,6 +3179,26 @@ "install_type": "git-clone", "description": "Nodes to use the OneVision LLaVA models: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)" }, + { + "author": "kijai", + "title": "ComfyUI wrapper nodes for LVCD", + "reference": "https://github.com/kijai/ComfyUI-LVCDWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-LVCDWrapper" + ], + "install_type": "git-clone", + "description": "Original repo: [a/https://github.com/luckyhzt/LVCD](https://github.com/luckyhzt/LVCD)" + }, + { + "author": "kijai", + "title": "ComfyUI-Lotus", + "reference": "https://github.com/kijai/ComfyUI-Lotus", + "files": [ + "https://github.com/kijai/ComfyUI-Lotus" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use Lotus depth/normal prediction.\nNOTE:The necessary models can be downloaded from ComfyUI-Manager." + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", @@ -3567,9 +3617,9 @@ "author": "taabata", "title": "LCM_Inpaint-Outpaint_Comfy", "id": "lcm-inpaint-outpaint", - "reference": "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy", + "reference": "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy", "files": [ - "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy" + "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy" ], "install_type": "git-clone", "description": "ComfyUI custom nodes for inpainting/outpainting using the new latent consistency model (LCM)" @@ -3594,7 +3644,7 @@ "https://github.com/GMapeSplat/ComfyUI_ezXY" ], "install_type": "git-clone", - "description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.[w/NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.]Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values." + "description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.[w/NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.]Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values.[w/Does not work with current version of Comfyui]" }, { "author": "kinfolk0117", @@ -3740,12 +3790,12 @@ "description": "Nodes:FEImagePadForOutpaint, FEColorOut, FEColor2Image, FERandomizedColor2Image" }, { - "author": "AbyssYuan0", + "author": "AbyssBadger0", "title": "ComfyUI_BadgerTools", "id": "badger", - "reference": "https://github.com/AbyssYuan0/ComfyUI_BadgerTools", + "reference": "https://github.com/AbyssBadger0/ComfyUI_BadgerTools", "files": [ - "https://github.com/AbyssYuan0/ComfyUI_BadgerTools" + "https://github.com/AbyssBadger0/ComfyUI_BadgerTools" ], "install_type": "git-clone", "description": "Nodes:ImageOverlap-badger, FloatToInt-badger, IntToString-badger, FloatToString-badger, ImageNormalization-badger, ImageScaleToSide-badger, NovelToFizz-badger." @@ -3989,17 +4039,6 @@ "install_type": "git-clone", "description": "Nodes:File Padding, Image Info, VAE Loader With Name" }, - { - "author": "ansonkao", - "title": "comfyui-geometry", - "id": "geometry", - "reference": "https://github.com/ansonkao/comfyui-geometry", - "files": [ - "https://github.com/ansonkao/comfyui-geometry" - ], - "install_type": "git-clone", - "description": "Nodes: Mask to Centroid, Mask to Eigenvector. A small collection of custom nodes for use with ComfyUI, for geometry calculations" - }, { "author": "bronkula", "title": "comfyui-fitsize", @@ -4313,14 +4352,14 @@ }, { "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-Qwen-2", - "id": "qwen-2", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2", + "title": "Qwen-2.5 in ComfyUI", + "id": "qwen", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen", "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2" + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen" ], "install_type": "git-clone", - "description": "Using Qwen-2 in ComfyUI" + "description": "Using Qwen-2.5 in ComfyUI" }, { "author": "ZHO-ZHO-ZHO", @@ -4374,13 +4413,13 @@ }, { "author": "discopixel-studio", - "title": "ComfyUI Discopixel Nodes", + "title": "PhotoRoom Nodes by Discopixel", "reference": "https://github.com/discopixel-studio/comfyui-discopixel", "files": [ "https://github.com/discopixel-studio/comfyui-discopixel" ], "install_type": "git-clone", - "description": "Nodes:TransformTemplateOntoFaceMask, ... A small collection of custom nodes for use with ComfyUI, by Discopixel" + "description": "A small collection of custom nodes for use with ComfyUI, by [a/Discopixel](https://discopixel.studio)" }, { "author": "zcfrank1st", @@ -4432,6 +4471,16 @@ "install_type": "git-clone", "description": "Accelerate ComfyUI Nodes for Faster Image Generation, Ensuring Consistency Pre and Post-Acceleration, Ideal for Bulk Image Production." }, + { + "author": "SoftMeng", + "title": "ComfyUI-PIL", + "reference": "https://github.com/SoftMeng/ComfyUI-PIL", + "files": [ + "https://github.com/SoftMeng/ComfyUI-PIL" + ], + "install_type": "git-clone", + "description": "Nodes: PIL Effects (Mexx), PIL TITLE (Mexx), PIL Merge Image (Mexx), PIL Remove Black Dots (Mexx)" + }, { "author": "wmatson", "title": "easy-comfy-nodes", @@ -4894,13 +4943,13 @@ { "author": "MNeMoNiCuZ", "title": "ComfyUI-mnemic-nodes", - "id": "mnemic", + "id": "comfyui-mnemic-nodes", "reference": "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes", "files": [ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes" ], "install_type": "git-clone", - "description": "Nodes: Save Text File, Download Image from URL, Groq LLM API, Generate Negative Prompt (experimental)" + "description": "Added new models to Groq LLM. Added a new node: Tiktoken Tokenizer Info." }, { "author": "AI2lab", @@ -4935,6 +4984,16 @@ "install_type": "git-clone", "description": "Unofficial implementation of siliconflow API for ComfyUI\nHow to use:apply api key in :https://cloud.siliconflow.cn/\nadd api key in config.json" }, + { + "author": "AI2lab", + "title": "comfyUI-kling-api-2lab", + "reference": "https://github.com/AI2lab/comfyUI-kling-api-2lab", + "files": [ + "https://github.com/AI2lab/comfyUI-kling-api-2lab" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of KLing for ComfyUI" + }, { "author": "SpaceKendo", "title": "Text to video for Stable Video Diffusion in ComfyUI", @@ -5067,6 +5126,17 @@ "install_type": "git-clone", "description": "Simple custom nodes for testing and use HiDiffusion technology: https://github.com/megvii-research/HiDiffusion/" }, + { + "author": "florestefano1975", + "title": "Advanced Sequence Seed Generator", + "id": "adv-seq-seed-gen", + "reference": "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed", + "files": [ + "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed" + ], + "install_type": "git-clone", + "description": "A simple seed generator based on special number sequences: Fibonacci, Prime, Padovan, Triangular, Catalan, Pell, Lucas" + }, { "author": "mozman", "title": "ComfyUI_mozman_nodes", @@ -5111,6 +5181,17 @@ "install_type": "git-clone", "description": "Custom nodes to aid in the exploration of Latent Space" }, + { + "author": "IDGallagher", + "title": "ComfyUI-IG-Motion-I2V", + "id": "comfyui-ig-motion-i2v", + "reference": "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V", + "files": [ + "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V" + ], + "install_type": "git-clone", + "description": "ComfyUI adaptation of https://github.com/G-U-N/Motion-I2V" + }, { "author": "violet-chen", "title": "comfyui-psd2png", @@ -5269,7 +5350,7 @@ { "author": "aiXander", "title": "Eden.art nodesuite", - "id": "Eden", + "id": "eden", "reference": "https://github.com/edenartlab/eden_comfy_pipelines", "files": [ "https://github.com/edenartlab/eden_comfy_pipelines" @@ -5280,7 +5361,7 @@ { "author": "aiXander", "title": "Eden.art LoRa Trainer", - "id": "Eden", + "id": "eden-lora-trainer", "reference": "https://github.com/edenartlab/sd-lora-trainer", "files": [ "https://github.com/edenartlab/sd-lora-trainer" @@ -6555,6 +6636,26 @@ "install_type": "git-clone", "description": "This project provides a Tensorrt implementation of Dwpose for ultra fast pose estimation inside ComfyUI" }, + { + "author": "yuvraj108c", + "title": "ComfyUI Facerestore TensorRT", + "reference": "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt" + ], + "install_type": "git-clone", + "description": "This project provides an experimental Tensorrt implementation for ultra fast face restoration inside ComfyUI.\nNote: This project doesn't do pre/post processing. It only works on cropped faces for now." + }, + { + "author": "yuvraj108c", + "title": "ComfyUI Rife TensorRT", + "reference": "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt" + ], + "install_type": "git-clone", + "description": "This project provides a TensorRT implementation of [a/RIFE](https://github.com/hzwer/ECCV2022-RIFE) for ultra fast frame interpolation inside ComfyUI" + }, { "author": "blepping", "title": "ComfyUI-bleh", @@ -6629,17 +6730,6 @@ "install_type": "git-clone", "description": "Multi-monitor image preview, Variable Assigment/Wireless Nodes, Prompt Tweaking, Command Palette, Pinned favourite nodes, Node navigation, Fuzzy search, Node time tracking, Organizing and Error management. For more info visit: [a/https://comfyui.ma.pe/](https://comfyui.ma.pe/)" }, - { - "author": "zhongpei", - "title": "Comfyui_image2prompt", - "id": "img2prompt", - "reference": "https://github.com/zhongpei/Comfyui_image2prompt", - "files": [ - "https://github.com/zhongpei/Comfyui_image2prompt" - ], - "install_type": "git-clone", - "description": "Nodes:Image to Text, Loader Image to Text Model." - }, { "author": "zhongpei", "title": "ComfyUI for InstructIR", @@ -6748,6 +6838,26 @@ "install_type": "git-clone", "description": "Phi-3.5-vision-instruct fast talk with image !\nFast , Fast ,Fast!\n1.Phi-3.5-vision-instruct" }, + { + "author": "StartHua", + "title": "Comfyui_CXH_DeepLX", + "reference": "https://github.com/StartHua/Comfyui_CXH_DeepLX", + "files": [ + "https://github.com/StartHua/Comfyui_CXH_DeepLX" + ], + "install_type": "git-clone", + "description": "NODES:CXH_DeepLX_Free, CXH_DeepLX_translate" + }, + { + "author": "StartHua", + "title": "Comfyui_CXH_FluxLoraMerge", + "reference": "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge", + "files": [ + "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge" + ], + "install_type": "git-clone", + "description": "flux lora merge.\nadaptive Merge (uses tensor norms and weight), manual Merge (uses fixed weights you specify), additive Merge (uses 100% of the first and adds a percentage of the second)" + }, { "author": "ricklove", "title": "comfyui-ricklove", @@ -6780,6 +6890,16 @@ "install_type": "git-clone", "description": "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)." }, + { + "author": "LyazS", + "title": "net tool node for comfyui", + "reference": "https://github.com/LyazS/comfyui-nettools", + "files": [ + "https://github.com/LyazS/comfyui-nettools" + ], + "install_type": "git-clone", + "description": "A net tool node for comfyui, rewrite from [comfyui-tooling-nodes](https://github.com/Acly/comfyui-tooling-nodes) but support more big data sending." + }, { "author": "Chan-0312", "title": "ComfyUI-IPAnimate", @@ -7037,6 +7157,16 @@ "install_type": "git-clone", "description": "ComfyUI_Gemini_Flash is a custom node for ComfyUI, integrating the capabilities of the Gemini 1.5 Flash model. This node supports text and vision-based prompts, allowing users to analyze and adapt images to text prompts for text2image tasks." }, + { + "author": "ShmuelRonen", + "title": "ComfyUI_pixtral_vision", + "reference": "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision" + ], + "install_type": "git-clone", + "description": "The ComfyUI_pixtral_vision is a powerful ComfyUI node designed to integrate seamlessly with the Mistral Pixtral API. It facilitates the analysis of images through deep learning models, interpreting and describing the visual content. Users can input an image directly and provide prompts for context, utilizing an API key for authentication." + }, { "author": "redhottensors", "title": "ComfyUI-Prediction", @@ -7256,6 +7386,67 @@ "install_type": "git-clone", "description": "ComfyUI nodes to use the SeeCoder from [a/Prompt-Free-Diffusion](https://github.com/SHI-Labs/Prompt-Free-Diffusion)" }, + { + "author": "logtd", + "title": "ComfyUI-4DHumans", + "id": "comfyui-4dhumans", + "reference": "https://github.com/logtd/ComfyUI-4DHumans", + "files": [ + "https://github.com/logtd/ComfyUI-4DHumans" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use [a/4D-Humans](ComfyUI nodes to use 4D-Humans)" + }, + { + "author": "logtd", + "title": "ComfyUI-ReNoise", + "reference": "https://github.com/logtd/ComfyUI-ReNoise", + "files": [ + "https://github.com/logtd/ComfyUI-ReNoise" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use ReNoise" + }, + { + "author": "logtd", + "title": "ComfyUI-MotionThiefExperiment", + "reference": "https://github.com/logtd/ComfyUI-MotionThiefExperiment", + "files": [ + "https://github.com/logtd/ComfyUI-MotionThiefExperiment" + ], + "install_type": "git-clone", + "description": "experimental node pack to test using reference videos for their motion." + }, + { + "author": "logtd", + "title": "ComfyUI-DiLightNet", + "reference": "https://github.com/logtd/ComfyUI-DiLightNet", + "files": [ + "https://github.com/logtd/ComfyUI-DiLightNet" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use [a/DiLightNet](https://github.com/iamNCJ/DiLightNet).\nThese nodes can run DiLightNet, but the Dust3r or BlenderPy implementations to create lighting are not included. Expect those to be added to seperate repos when time allows." + }, + { + "author": "logtd", + "title": "ComfyUI-ViewCrafter", + "reference": "https://github.com/logtd/ComfyUI-ViewCrafter", + "files": [ + "https://github.com/logtd/ComfyUI-ViewCrafter" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use [a/ViewCrafter](https://github.com/Drexubery/ViewCrafter/tree/main) for novel view synthesis." + }, + { + "author": "logtd", + "title": "ComfyUI-APGScaling", + "reference": "https://github.com/logtd/ComfyUI-APGScaling", + "files": [ + "https://github.com/logtd/ComfyUI-APGScaling" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use [a/APG scaling](https://huggingface.co/papers/2410.02416) for CFG, allowing for better image quality with higher CFG." + }, { "author": "Big-Idea-Technology", "title": "ComfyUI-Book-Tools Nodes for ComfyUI", @@ -7331,6 +7522,16 @@ "install_type": "git-clone", "description": "This custom node allow upscaling an image by a factor using a model." }, + { + "author": "TheBill2001", + "title": "Save Images with Captions", + "reference": "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption", + "files": [ + "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption" + ], + "install_type": "git-clone", + "description": "Provide two custom nodes to load and save images with captions as separate files." + }, { "author": "leoleelxh", "title": "ComfyUI-LLMs", @@ -8119,7 +8320,7 @@ "https://github.com/daxcay/ComfyUI-DataSet" ], "install_type": "git-clone", - "description": "Data Research, Preparation And Manipulators Nodes for Model Trainers, Artists, Designers and Animators. Captions, Visualizer, Text Manipulator\nNOTE: This repo is renamed to ComfyUI-DataSet.\n[w/Repository name is renamed to ComfyUI-DataSet from ComfyUI-DRMN. Please, remove previous one and reinstall.]" + "description": "Data research, preparation, and manipulation nodes for model trainers and artists." }, { "author": "daxcay", @@ -8131,6 +8332,26 @@ "install_type": "git-clone", "description": "Node to enable seamless multiuser workflow collaboration, run on local and remote comfy servers." }, + { + "author": "daxcay", + "title": "ComfyUI-WA", + "reference": "https://github.com/daxcay/ComfyUI-WA", + "files": [ + "https://github.com/daxcay/ComfyUI-WA" + ], + "install_type": "git-clone", + "description": "Node to enable WhatsApp in ComfyUI." + }, + { + "author": "daxcay", + "title": "ComfyUI-TG", + "reference": "https://github.com/daxcay/ComfyUI-TG", + "files": [ + "https://github.com/daxcay/ComfyUI-TG" + ], + "install_type": "git-clone", + "description": "Node to enable Telegram in ComfyUI." + }, { "author": "daxcay", "title": "ComfyUI-NODEJS", @@ -8141,6 +8362,16 @@ "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": "daxcay", + "title": "ComfyUI-YouTubeVideoPlayer", + "reference": "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer", + "files": [ + "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer" + ], + "install_type": "git-clone", + "description": "Plays youtube videos in comfy. Use this node to share tutorials or renders. Youtube Playlists mode is also in Future Development in which you can add multiple youtube links and form a playlist which would be ideal for chained tutorials or lisitening and sharing songs playlists with others." + }, { "author": "Seedsa", "title": "ComfyUI Fooocus Nodes", @@ -8162,6 +8393,17 @@ "install_type": "git-clone", "description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore, ModifyTextGender, ImageCompositeMaskedWithSwitch, ColorCorrectOfUtils, SplitMask, MaskFastGrow, CheckpointLoaderSimpleWithSwitch, ImageResizeTo8x, MatchImageRatioToPreset etc." }, + { + "author": "zhangp365", + "title": "ComfyUI_photomakerV2_native", + "id": "comfyui_photomakerV2_native", + "reference": "https://github.com/zhangp365/ComfyUI_photomakerV2_native", + "files": [ + "https://github.com/zhangp365/ComfyUI_photomakerV2_native" + ], + "install_type": "git-clone", + "description": "Nodes: PhotoMakerLoaderV2,PhotoMakerEncodeV2" + }, { "author": "ratulrafsan", "title": "Comfyui-SAL-VTON", @@ -8840,6 +9082,16 @@ "install_type": "git-clone", "description": "Simple ComfyUI node that predicts the score of an aesthetic image with SigLIP-based predictor." }, + { + "author": "discus0434", + "title": "ComfyUI Flux Accelerator", + "reference": "https://github.com/discus0434/comfyui-flux-accelerator", + "files": [ + "https://github.com/discus0434/comfyui-flux-accelerator" + ], + "install_type": "git-clone", + "description": "ComfyUI Flux Accelerator is a custom node for ComfyUI that accelerates Flux.1 image generation, just by using this node." + }, { "author": "AIFSH", "title": "StyleShot-ComfyUI", @@ -9093,17 +9345,6 @@ "install_type": "git-clone", "description": "a comfyui custom node for [a/CosyVoice](https://github.com/FunAudioLLM/CosyVoice)" }, - { - "author": "AIFSH", - "title": "SenseVoice-ComfyUI", - "id": "sensevoice", - "reference": "https://github.com/AIFSH/SenseVoice-ComfyUI", - "files": [ - "https://github.com/AIFSH/SenseVoice-ComfyUI" - ], - "install_type": "git-clone", - "description": "a custom node for [a/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)" - }, { "author": "AIFSH", "title": "AniTalker-ComfyUI", @@ -9147,6 +9388,86 @@ "install_type": "git-clone", "description": "a custom node for [a/FancyVideo](https://github.com/360CVGroup/FancyVideo)" }, + { + "author": "AIFSH", + "title": "VideoSys-ComfyUI", + "reference": "https://github.com/AIFSH/VideoSys-ComfyUI", + "files": [ + "https://github.com/AIFSH/VideoSys-ComfyUI" + ], + "install_type": "git-clone", + "description": "NODES:TextNode, PreViewVideo, VideoSysNode." + }, + { + "author": "AIFSH", + "title": "HivisionIDPhotos-ComfyUI", + "reference": "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI", + "files": [ + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/HivisionIDPhotos](https://github.com/Zeyi-Lin/HivisionIDPhotos)" + }, + { + "author": "AIFSH", + "title": "DiffSynth-ComfyUI", + "reference": "https://github.com/AIFSH/DiffSynth-ComfyUI", + "files": [ + "https://github.com/AIFSH/DiffSynth-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio)" + }, + { + "author": "AIFSH", + "title": "RealisDance-ComfyUI", + "reference": "https://github.com/AIFSH/RealisDance-ComfyUI", + "files": [ + "https://github.com/AIFSH/RealisDance-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/RealisDance](https://github.com/damo-cv/RealisDance)" + }, + { + "author": "AIFSH", + "title": "ViewCrafter-ComfyUI", + "reference": "https://github.com/AIFSH/ViewCrafter-ComfyUI", + "files": [ + "https://github.com/AIFSH/ViewCrafter-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/ViewCrafter](https://github.com/Drexubery/ViewCrafter)" + }, + { + "author": "AIFSH", + "title": "SenseVoice-ComfyUI", + "reference": "https://github.com/AIFSH/SenseVoice-ComfyUI", + "files": [ + "https://github.com/AIFSH/SenseVoice-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for SenseVoice" + }, + { + "author": "AIFSH", + "title": "EzAudio-ComfyUI", + "reference": "https://github.com/AIFSH/EzAudio-ComfyUI", + "files": [ + "https://github.com/AIFSH/EzAudio-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/EzAudio](https://github.com/haidog-yaqub/EzAudio)" + }, + { + "author": "AIFSH", + "title": "PyramidFlow-ComfyUI", + "reference": "https://github.com/AIFSH/PyramidFlow-ComfyUI", + "files": [ + "https://github.com/AIFSH/PyramidFlow-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/Pyramid-Flow](https://github.com/jy0205/Pyramid-Flow), you can find workflow here" + }, { "author": "Koishi-Star", "title": "Euler-Smea-Dyn-Sampler", @@ -9200,7 +9521,7 @@ "https://github.com/smthemex/ComfyUI_Stable_Makeup" ], "install_type": "git-clone", - "description": "You can apply makeup to the characters in comfyui" + "description": "You can apply makeup to the characters in comfyui\nStable_Makeup From: [a/Stable_Makeup](https://github.com/Xiaojiu-z/Stable-Makeup)" }, { "author": "smthemex", @@ -9255,7 +9576,7 @@ "https://github.com/smthemex/ComfyUI_AnyDoor" ], "install_type": "git-clone", - "description": "You can use anydoor, change clothes or object..." + "description": "you can using anydoor ,change clothes,object" }, { "author": "smthemex", @@ -9288,7 +9609,7 @@ "https://github.com/smthemex/ComfyUI_MS_Diffusion" ], "install_type": "git-clone", - "description": "You can using MS-diffusion make story in comfyUI." + "description": "you can make story in comfyUI using MS-diffusion" }, { "author": "smthemex", @@ -9389,6 +9710,28 @@ "install_type": "git-clone", "description": "MooER is an LLM-based Speech Recognition and Translation Model from Moore Threads.You can use MooER when install ComfyUI_MooER node" }, + { + "author": "smthemex", + "title": "ComfyUI_CSGO_Wrapper", + "id": "comfyui_csgo_wrapper", + "reference": "https://github.com/smthemex/ComfyUI_CSGO_Wrapper", + "files": [ + "https://github.com/smthemex/ComfyUI_CSGO_Wrapper" + ], + "install_type": "git-clone", + "description": "using InstantX's CSGO in comfyUI for style" + }, + { + "author": "smthemex", + "title": "ComfyUI_DeepFakeDefenders", + "id": "comfyui_deepfakedefenders", + "reference": "https://github.com/smthemex/ComfyUI_DeepFakeDefenders", + "files": [ + "https://github.com/smthemex/ComfyUI_DeepFakeDefenders" + ], + "install_type": "git-clone", + "description": "ou can using DeepFakeDefenders in comfyUI to Prediction image is a DeepFake img or not." + }, { "author": "choey", "title": "Comfy-Topaz", @@ -9463,7 +9806,7 @@ "https://github.com/pamparamm/ComfyUI-vectorscope-cc" ], "install_type": "git-clone", - "description": "ComfyUI port of a wonderful extension [a/SD Webui Vectorscope CC by Haoming02](https://github.com/Haoming02/sd-webui-vectorscope-cc).\nBased on (and probably incompatible with) [a/ComfyUI Diffusion Color Grading by Haoming02](https://github.com/Haoming02/comfyui-diffusion-cg)." + "description": "ComfyUI port of Vectorscope CC and Diffusion Color Grading by Haoming02. Makes it possible to adjust Brightness/Contrast/Saturation/Hue during image generation." }, { "author": "pamparamm", @@ -9738,9 +10081,9 @@ "author": "DarKDinDoN", "title": "ComfyUI Checkpoint Automatic Config", "id": "checkpoint-autoconfig", - "reference": "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config", + "reference": "https://github.com/mech-tools/comfyui-checkpoint-automatic-config", "files": [ - "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config" + "https://github.com/mech-tools/comfyui-checkpoint-automatic-config" ], "install_type": "git-clone", "description": "This node was designed to help with checkpoint configuration. Fee free to add new checkpoint configurations!" @@ -9810,6 +10153,16 @@ "install_type": "git-clone", "description": "Nodes:MZ_Flux1PartialLoad_Patch. Tool nodes related to flux1" }, + { + "author": "MinusZoneAI", + "title": "ComfyUI-CogVideoX-MZ", + "reference": "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ", + "files": [ + "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ" + ], + "install_type": "git-clone", + "description": "Nodes:MZ_CogVideoXLoader" + }, { "author": "blueraincoatli", "title": "comfyUI_SillyNodes", @@ -9951,6 +10304,17 @@ "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": "da2el-ai", + "title": "D2 Nodes ComfyUI", + "id": "d2-nodes-comfyui", + "reference": "https://github.com/da2el-ai/D2-nodes-ComfyUI", + "files": [ + "https://github.com/da2el-ai/D2-nodes-ComfyUI" + ], + "install_type": "git-clone", + "description": "This is a collection of custom nodes that make ComfyUI slightly more convenient.[w/This node pack integrates ComfyUI-d2-size-selector, ComfyUI-d2-steps, and ComfyUI-d2-xyplot-utils. To avoid conflicts, please delete the existing node packs if you install this one.]" + }, { "author": "da2el-ai", "title": "D2 Steps", @@ -9984,6 +10348,16 @@ "install_type": "git-clone", "description": "Send images generated by ComfyUI to Eagle image management software" }, + { + "author": "da2el-ai", + "title": "D2 XYPlot Utils", + "reference": "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils", + "files": [ + "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils" + ], + "install_type": "git-clone", + "description": "Custom node for using Prompt S/R in XY Plot\nAlso includes nodes for listing generic parameters like seed and cfg\nEasy to manipulate as elements are separated by line breaks\nDesigned for use with the XY Plot custom node qq-nodes-comfyui, but may work with other custom nodes as well" + }, { "author": "nat-chan", "title": "ComfyUI-Transceiver📡", @@ -10565,7 +10939,7 @@ "https://github.com/portu-sim/comfyui_bmab" ], "install_type": "git-clone", - "description": "BMAB for ComfyUI\n[w/comfyui-bmab is changed to comfyui_bmab. Remove 'custom_nodes/comyui-bmab' in your directory and then reinstall this.]" + "description": "BMAB for ComfyUI. BMAB is an custom nodes of ComfyUI and has the function of post-processing the generated image according to settings. If necessary, you can find and redraw people, faces, and hands, or perform functions such as resize, resample, and add noise. You can composite two images or perform the Upscale function." }, { "author": "griptape-ai", @@ -11223,17 +11597,6 @@ "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", @@ -11323,6 +11686,17 @@ "install_type": "git-clone", "description": "A node to set workflow settings." }, + { + "author": "marduk191", + "title": "Flux Prompt Enhance Node for ComfyUI", + "id": "fluxpromptenhancer", + "reference": "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer", + "files": [ + "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer" + ], + "install_type": "git-clone", + "description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows." + }, { "author": "haohaocreates", "title": "ComfyUI-HH-Image-Selector", @@ -11843,16 +12217,6 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI allows you to save images in multiple formats, including PNG, JPG, WebP, and ICO.\n[w/ComfyUI-Save-Multi-Format is renamed to SaveAs. Remove previous one and reinstall to this.]" }, - { - "author": "SEkINVR", - "title": "ComfyUI-Animator", - "reference": "https://github.com/SEkINVR/ComfyUI-Animator", - "files": [ - "https://github.com/SEkINVR/ComfyUI-Animator" - ], - "install_type": "git-clone", - "description": "This custom node for ComfyUI provides full-body animation capabilities, including facial rigging, various lighting styles, and green screen output." - }, { "author": "MrSamSeen", "title": "ComfyUI_SSStereoscope", @@ -12031,6 +12395,7 @@ { "author": "Expo", "title": "LM Studio Image to Text Node for ComfyUI", + "id": "comfyui-lmstudio-image-to-text-node", "reference": "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node", "files": [ "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node" @@ -12090,7 +12455,7 @@ "description": "This extension provides various nodes to support multimodal workflows." }, { - "author": "3D-MeshTool", + "author": "807502278", "title": "ComfyUI-3D-MeshTool", "id": "3D-MeshTool", "reference": "https://github.com/807502278/ComfyUI-3D-MeshTool", @@ -12100,6 +12465,16 @@ "install_type": "git-clone", "description": "A simple 3D model processing tool within ComfyUI." }, + { + "author": "807502278", + "title": "ComfyUI-WJNodes", + "reference": "https://github.com/807502278/ComfyUI-WJNodes", + "files": [ + "https://github.com/807502278/ComfyUI-WJNodes" + ], + "install_type": "git-clone", + "description": "Ready to use upon download. No need to install dependencies for the time being.\nIf there are new functions or suggestions, please provide feedback.\nAttention! The delfile node is not recommended for use on servers. I am not responsible for any losses incurred." + }, { "author": "JackEllie", "title": "ComfyUI-AI-Assistant", @@ -12122,6 +12497,16 @@ "install_type": "git-clone", "description": "A custom node to sanitize text to make clean file names from strings." }, + { + "author": "APZmedia", + "title": "APZmedia Fast Image Save Node", + "reference": "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save", + "files": [ + "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save" + ], + "install_type": "git-clone", + "description": "This node for ComfyUI allows saving images with an optional alpha channel (transparency). It supports saving images in formats like PNG, JPEG, and WebP." + }, { "author": "N3rd00d", "title": "ComfyUI-Paint3D-Nodes", @@ -12152,7 +12537,7 @@ "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger" ], "install_type": "git-clone", - "description": "A node helps with image tagging and caption based on Florence-2-base-PromptGen model." + "description": "Nodes to use Florence2 VLM for image tagging and captioning" }, { "author": "Patricio Gonzalez Vivo", @@ -12164,16 +12549,6 @@ "install_type": "git-clone", "description": "A collections of nodes to support GLSL shaders inside a workflow." }, - { - "author": "ader47", - "title": "ComfyUI-MeshHamer", - "reference": "https://github.com/ader47/comfyui_meshhamer", - "files": [ - "https://github.com/ader47/comfyui_meshhamer" - ], - "install_type": "git-clone", - "description": "Nodes:MeshHamer Hand Refiner. See also: [a/HaMeR: Hand Mesh Recovery](https://github.com/geopavlakos/hamer/tree/main)" - }, { "author": "2kpr", "title": "ComfyUI-UltraPixel", @@ -12329,15 +12704,26 @@ "description": "Nodes to use [a/latte](https://github.com/Vchitect/Latte) for text to video generation" }, { - "author": "Marksusu", - "title": "ComfyUI_MTEncode", - "id": "mtencode", - "reference": "https://github.com/Marksusu/ComfyUI_MTEncode", + "author": "RhizoNymph", + "title": "ComfyUI-CLIPSlider", + "id": "clipslider", + "reference": "https://github.com/RhizoNymph/ComfyUI-CLIPSlider", "files": [ - "https://github.com/Marksusu/ComfyUI_MTEncode" + "https://github.com/RhizoNymph/ComfyUI-CLIPSlider" ], "install_type": "git-clone", - "description": "Nodes:MTCLIPEncode" + "description": "A node to replicate [a/https://huggingface.co/spaces/latentexplorers/latentnavigation-flux](A node to replicate https://huggingface.co/spaces/latentexplorers/latentnavigation-flux)" + }, + { + "author": "Marksusu", + "title": "ComfyUI_MTCLIPEncode", + "id": "mtclipencode", + "reference": "https://github.com/Marksusu/ComfyUI_MTCLIPEncode", + "files": [ + "https://github.com/Marksusu/ComfyUI_MTCLIPEncode" + ], + "install_type": "git-clone", + "description": "MTCLIPEncode: An extension for ComfyUI's CLIPTextEncode node, offering multilingual translation (using MarianMT) and prompt enhancement (using Ollama). Seamlessly translate your native language prompts into English and further optimize them for generating your desired images with Stable Diffusion. Supports Krita AI Diffusion." }, { "author": "fssorc", @@ -12350,6 +12736,26 @@ "install_type": "git-clone", "description": "Match two faces' shape before using other face swap nodes\nFace-swapping tools typically only replace facial features during the swap, without altering the facial shape. When there is a significant difference in facial shape between the target person and the person in the original photo, the result of the face swap is less satisfactory.\nThis project is a small script that can first liquefy and stretch the face in the original photo according to the horizontal and vertical proportions of the target person's facial contour. The resulting image can be used as input for other face-swapping nodes." }, + { + "author": "fssorc", + "title": "ComfyUI_pose_inter", + "reference": "https://github.com/fssorc/ComfyUI_pose_inter", + "files": [ + "https://github.com/fssorc/ComfyUI_pose_inter" + ], + "install_type": "git-clone", + "description": "Generate transition frames between two character posture images. The prerequisite for running is to have installed comfyui_controlnet_aux, using its Open Pose or DWPose preprocessor" + }, + { + "author": "fssorc", + "title": "ComfyUI_FFT", + "reference": "https://github.com/fssorc/ComfyUI_FFT", + "files": [ + "https://github.com/fssorc/ComfyUI_FFT" + ], + "install_type": "git-clone", + "description": "Perform a Fast Fourier Transform on the image, and then users can freely select the filtering range to filter the image. The main function is to remove the grid patterns on the image, and it can also perform high-pass filtering and low-pass filtering. The detailed workflow is shown in the figure below. The PNG file contains the ComfyUI workflow.The working principle is similar to the FFT filter in Photoshop." + }, { "author": "BetaDoggo", "title": "ComfyUI YetAnotherSafetyChecker", @@ -12382,6 +12788,26 @@ "install_type": "git-clone", "description": "A silly POC Video Player for ComfyUI" }, + { + "author": "BetaDoggo", + "title": "Gatcha Embeddings", + "reference": "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding", + "files": [ + "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding" + ], + "install_type": "git-clone", + "description": "A revolutionary technique for increasing output variety." + }, + { + "author": "BetaDoggo", + "title": "ComfyUI-FastSDCPU", + "reference": "https://github.com/BetaDoggo/ComfyUI-FastSDCPU", + "files": [ + "https://github.com/BetaDoggo/ComfyUI-FastSDCPU" + ], + "install_type": "git-clone", + "description": "A set of nodes for interfacing with the FastSDCPU webserver." + }, { "author": "WX-NPS1598", "title": "Auto Crop By NPS", @@ -12670,7 +13096,7 @@ { "author": "pzc163", "title": "Comfyui-CatVTON", - "id": "catvton", + "id": "comfyui-catvton", "reference": "https://github.com/pzc163/Comfyui-CatVTON", "files": [ "https://github.com/pzc163/Comfyui-CatVTON" @@ -12678,6 +13104,17 @@ "install_type": "git-clone", "description": "Comfyui-CatVTON This repository is the modified official Comfyui node of CatVTON, which is a simple and efficient virtual try-on diffusion model with 1) Lightweight Network (899.06M parameters totally), 2) Parameter-Efficient Training (49.57M parameters trainable) 3) Simplified Inference (< 8G VRAM for 1024X768 resolution).\nThe original GitHub project is [a/https://github.com/Zheng-Chong/CatVTON](https://github.com/Zheng-Chong/CatVTON)" }, + { + "author": "pzc163", + "title": "Comfyui_MiniCPMv2_6-prompt-generator", + "id": "Comfyui_MiniCPMv2_6-prompt-generator", + "reference": "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator", + "files": [ + "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator" + ], + "install_type": "git-clone", + "description": "This is an implementation of [MiniCPMv2_6-prompt-generator](https://huggingface.co/pzc163/MiniCPMv2_6-prompt-generator) by [ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for single-image caption, generate prompt by upload image and batch-images Prompt generation." + }, { "author": "aisabervisionlab", "title": "ComfyUI_merge_ASVL", @@ -12700,6 +13137,17 @@ "install_type": "git-clone", "description": "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks." }, + { + "author": "akatz-ai", + "title": "🌊 Depthflow Nodes", + "id": "depthflow-akatz-ai", + "reference": "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes", + "files": [ + "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes" + ], + "install_type": "git-clone", + "description": "Implementation of DepthFlow nodes for ComfyUI, adds a 2.5D parallax effect to images and videos. Compatible with Ryan's Flex system." + }, { "author": "teward", "title": "Comfy-Sentry", @@ -12802,7 +13250,7 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes" ], "install_type": "git-clone", - "description": "Nodes:MultiTextEncode, KolorsMultiTextEncode" + "description": "Nodes:MultiTextEncode, KolorsMultiTextEncode, Caption, BatchImageProcessor" }, { "author": "aonekoss", @@ -12814,16 +13262,6 @@ "install_type": "git-clone", "description": "A simple counter, when pressing 'Queue Prompt' resets the count." }, - { - "author": "syaofox", - "title": "ComfyUI_FoxTools", - "reference": "https://github.com/syaofox/ComfyUI_FoxTools", - "files": [ - "https://github.com/syaofox/ComfyUI_FoxTools" - ], - "install_type": "git-clone", - "description": "Nodes:BatchImageFromList, Load Face Occlusion Model, Create Face Mask, Simple FaceAlign, Cacul FaceAlign, Gen Blurbord, Face Align, Face Rotate, ImageAdd, LoadImageList, SaveImage Plus, RegTextFind" - }, { "author": "alpertunga-bile", "title": "image-caption-comfyui", @@ -12957,6 +13395,36 @@ "install_type": "git-clone", "description": "ComfyUI for [a/style-aligned](https://github.com/google/style-aligned)" }, + { + "author": "leeguandong", + "title": "ComfyUI_VisualAttentionMap", + "reference": "https://github.com/leeguandong/ComfyUI_VisualAttentionMap", + "files": [ + "https://github.com/leeguandong/ComfyUI_VisualAttentionMap" + ], + "install_type": "git-clone", + "description": "NODES:HF ModelLoader, Show Images, Text2Image Inference, Decode Latent, Show CrossAttn Map, Show SelfAttn Map" + }, + { + "author": "leeguandong", + "title": "ComfyUI nodes to use MasaCtrl", + "reference": "https://github.com/leeguandong/ComfyUI_MasaCtrl", + "files": [ + "https://github.com/leeguandong/ComfyUI_MasaCtrl" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use MasaCtrl" + }, + { + "author": "leeguandong", + "title": "ComfyUI_CompareModelWeights", + "reference": "https://github.com/leeguandong/ComfyUI_CompareModelWeights", + "files": [ + "https://github.com/leeguandong/ComfyUI_CompareModelWeights" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use CompareModelWeights" + }, { "author": "lenskikh", "title": "Propmt Worker", @@ -13132,18 +13600,18 @@ "https://github.com/Pheat-AI/Remade_nodes" ], "install_type": "git-clone", - "description": "Nodes:Batch Image Blend by Mask" + "description": "Nodes:Batch Image Blend by Mask, Batch Enlarged Overlay, Batch Image Overlay, Remove Black Pixels to Transparent, Canny Shrink and Recenter" }, { "author": "OgreLemonSoup", - "title": "Load Image Gallery", + "title": "Gallery&Tabs", "id": "LoadImageGallery", "reference": "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery", "files": [ "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery" ], "install_type": "git-clone", - "description": "Adds a gallery to the Load Image node" + "description": "Adds a gallery to the Load Image node and tabs for Load Checkpoint/Lora/etc nodes" }, { "author": "OuticNZ", @@ -13224,7 +13692,17 @@ "https://github.com/ChrisColeTech/ComfyUI-Line-counter" ], "install_type": "git-clone", - "description": "Custom node to count the number of lines in a text file" + "description": "This custom node package for ComfyUI is designed to streamline your workflow with powerful file-counting capabilities." + }, + { + "author": "ChrisColeTech", + "title": "ComfyUI-Elegant-Resource-Monitor", + "reference": "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor", + "files": [ + "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor" + ], + "install_type": "git-clone", + "description": "This custom node for ComfyUI will add a simple and elegant resource monitor." }, { "author": "dadoirie", @@ -13286,7 +13764,7 @@ "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside" ], "install_type": "git-clone", - "description": "Custom nodes introducing particle simulations, optical flow, and temporal masks" + "description": "Custom nodes introducing particle simulations, optical flow, audio manipulation & reactivity, and temporal masks" }, { "author": "ControlAltAI", @@ -13319,7 +13797,7 @@ "https://github.com/doomy23/ComfyUI-D00MYsNodes" ], "install_type": "git-clone", - "description": "Nodes: Images_Converter, Show_Text" + "description": "Nodes: Images_Converter, Show_Text, Strings_From_List, Save_Text, Random_Images, Load_Images_From_Paths, JSPaint." }, { "author": "Sieyalixnet", @@ -13381,7 +13859,7 @@ "https://github.com/lucafoscili/comfyui-lf" ], "install_type": "git-clone", - "description": "JSON Nodes, Large Language Model Nodes, Logic Nodes, Workflow Nodes." + "description": "Custom nodes with a touch of extra UX, including: history for primitives, JSON manipulation, logic switches with visual feedback, LLM chat... and more!" }, { "author": "JPrevots", @@ -13484,17 +13962,27 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm" ], "install_type": "git-clone", - "description": "NODES: Auto-LLM-Text-Vision, Auto-LLM-Text, Auto-LLM-Vision.\nAuto prompt by LLM and LLM-Vision (Trigger more details out inside model)" + "description": "Auto prompt by LLM and LLM-Vision. (Trigger more details hiding in model)" }, { "author": "xlinx", - "title": "decadetw-Auto-Messaging-realtime", + "title": "ComfyUI-decadetw-auto-messaging-realtime", "reference": "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime", "files": [ "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime" ], "install_type": "git-clone", - "description": "Auto msg to ur mobile (LINE | Telegram | Discord)\nMotivation: Mobile phone wallpaper., an architect like: architect, cloth designer, art-worker, When u outdoor, ..." + "description": "Auto messging sd-image and sd-info to mobile phone IM realtime. (LINE | Telegram | Discord)" + }, + { + "author": "xlinx", + "title": "ComfyUI-decadetw-spout-syphon-im-vj", + "reference": "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj", + "files": [ + "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj" + ], + "install_type": "git-clone", + "description": "I'm SD-VJ. (share SD-generating-process in realtime by gpu)" }, { "author": "wmpmiles", @@ -13556,12 +14044,12 @@ "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes" ], "install_type": "git-clone", - "description": "Fed up with the hassle of managing AI models and LoRAs? Tired of hunting down the perfect resources, only to struggle with getting them loaded and configured just right?\nIntroducing the Civitai Node Loading System—your all-in-one solution for seamless model and LoRA management. Whether you’re pulling directly from Civitai or loading from local files, our system makes it a breeze. With automatic preview generation and BLAKE3 hash verification, you can be sure that you’re always working with the correct and highest quality resources. Say goodbye to the guesswork and hello to a streamlined, efficient workflow that’s as powerful as it is user-friendly." + "description": "Load your model with image previews, or directly download and import Civitai models via URL. This custom ComfyUI node supports Checkpoint, LoRA, and LoRA Stack models, offering features like bypass options." }, { "author": "hyejinlee12", "title": "ComfyUI-Fill-Image-for-Outpainting", - "id": "LoadFiles", + "id": "fill-image-for-outpainting", "reference": "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting", "files": [ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting" @@ -13607,7 +14095,7 @@ "https://github.com/Steudio/ComfyUI_Steudio" ], "install_type": "git-clone", - "description": "Nodes: TileSplit (Dynamic), TileMerge (Dynamic)" + "description": "Nodes: Make_Tile_Calc, Make_Tiles, Unmake_Tiles, Make_Size, Make_Size_Latent" }, { "author": "Assistant", @@ -13617,7 +14105,7 @@ "https://github.com/NakamuraShippo/ComfyUI-PromptList" ], "install_type": "git-clone", - "description": "Custom node for managing prompts with CSV integration" + "description": "Custom node to manage prompts in YAML format." }, { "author": "nux1111", @@ -13630,25 +14118,47 @@ "description": "Run ComfyUI workflows on multiple local GPUs/networked machines with options to edit the json values within comfyui.\nOriginal repo: [a/city96/ComfyUI_NetDist](https://github.com/city96/ComfyUI_NetDist)" }, { - "author": "NakamuraShippo", - "title": "ComfyUI_mittimiLoadPreset", - "id": "comfyui-mittimi-load-preset", - "reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset", + "author": "mittimi", + "title": "ComfyUI_mittimiLoadPreset2", + "id": "comfyui_mittimi_load_preset2", + "reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2", "files": [ - "https://github.com/mittimi/ComfyUI_mittimiLoadPreset" + "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2" ], "install_type": "git-clone", - "description": "The system selects and loads preset." + "description": "This node can easily switch between models and prompts by saving presets." + }, + { + "author": "mittimi", + "title": "ComfyUI_mittimiRecalculateSize", + "id": "comfyui_mittimi_recalculate_size", + "reference": "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize", + "files": [ + "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize" + ], + "install_type": "git-clone", + "description": "This is the node that performs the magnification calculation." + }, + { + "author": "mittimi", + "title": "ComfyUI_mittimiWidthHeight", + "id": "comfyui_mittimi_width_height", + "reference": "https://github.com/mittimi/ComfyUI_mittimiWidthHeight", + "files": [ + "https://github.com/mittimi/ComfyUI_mittimiWidthHeight" + ], + "install_type": "git-clone", + "description": "This node can easily switch between vertical and horizontal values with a single button." }, { "author": "RodrigoSKohl", - "title": "ComfyUI-Panoramic-ImgStitcher", + "title": "Panoramic Image Stitcher", "reference": "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher", "files": [ "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher" ], "install_type": "git-clone", - "description": "Nodeds:Panoramic Image Stitcher" + "description": "Simple Node to make panoramic images" }, { "author": "nicehero", @@ -13658,7 +14168,7 @@ "https://github.com/nicehero/comfyui-SegGPT" ], "install_type": "git-clone", - "description": "We release the [a/SegGPT model](https://huggingface.co/BAAI/SegGPT/blob/main/seggpt_vit_large.pth) and inference code for segmentation everything, as well as some example images and videos." + "description": "SegGPT model for comfyui,segmentation everything with mask prompt. Download (https://huggingface.co/BAAI/SegGPT/blob/main/seggpt_vit_large.pth) in this node path." }, { "author": "sakura1bgx", @@ -13670,6 +14180,1251 @@ "install_type": "git-clone", "description": "ComfyUI_FlipStreamViewer is a tool that provides a viewer interface for flipping images with frame interpolation, allowing you to watch high-fidelity pseudo-videos without needing AnimateDiff." }, + { + "author": "ducido", + "title": "ObjectFusion_ComfyUI_nodes", + "id": "objectfusion-nodes", + "reference": "https://github.com/ducido/ObjectFusion_ComfyUI_nodes", + "files": [ + "https://github.com/ducido/ObjectFusion_ComfyUI_nodes" + ], + "install_type": "git-clone", + "description": "This is a node to generate new image that combine 2 objects from different scene." + }, + { + "author": "DanielHabib", + "title": "ComfyUI-Voxels", + "reference": "https://github.com/DanielHabib/ComfyUI-Voxels", + "files": [ + "https://github.com/DanielHabib/ComfyUI-Voxels" + ], + "install_type": "git-clone", + "description": "NODES:Mesh To Voxel, Voxel Block Saver, Voxel Viewer, Voxel Block Loader, Voxel Video Viewer, Voxel Blocks Into Voxel Video, Voxel Video Preview, Voxelize Mesh, ..." + }, + { + "author": "jsonL", + "title": "ComfyUI-tagger", + "id": "comfyui-tagger", + "reference": "https://github.com/StarMagicAI/comfyui_tagger", + "files": [ + "https://github.com/StarMagicAI/comfyui_tagger" + ], + "install_type": "git-clone", + "description": "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr" + }, + { + "author": "boredofnames", + "title": "ComfyUI-ntfy", + "reference": "https://github.com/boredofnames/ComfyUI-ntfy", + "files": [ + "https://github.com/boredofnames/ComfyUI-ntfy" + ], + "install_type": "git-clone", + "description": "NODES:Save Image and ntfy" + }, + { + "author": "Xclbr7", + "title": "ComfyUI-Merlin: Magic Photo Prompter", + "reference": "https://github.com/Xclbr7/ComfyUI-Merlin", + "files": [ + "https://github.com/Xclbr7/ComfyUI-Merlin" + ], + "install_type": "git-clone", + "description": "ComfyUI-Merlin is a custom node extension for ComfyUI, introducing the Magic Photo Prompter. This powerful tool enhances your prompt engineering process by allowing users to easily construct detailed, high-quality prompts for photo-realistic image generation." + }, + { + "author": "neverbiasu", + "title": "ComfyUI-StyleShot", + "reference": "https://github.com/neverbiasu/ComfyUI-StyleShot", + "files": [ + "https://github.com/neverbiasu/ComfyUI-StyleShot" + ], + "install_type": "git-clone", + "description": "NODES:StyleShotApply" + }, + { + "author": "microbote", + "title": "StyledCLIPTextEncode", + "reference": "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode", + "files": [ + "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode" + ], + "install_type": "git-clone", + "description": "StyledCLIPTextEncode is a node that enables you to build your prompts(both postive and negative) based on the selected style. It provides up-to 77 styles currently and has been tested on SDXL and SD1.5 checkpoints. It's ported from project [a/Style Selector for SDXL 1.0](https://github.com/ahgsql/StyleSelectorXL), which is only availabe on WebUI." + }, + { + "author": "Isi-dev", + "title": "ComfyUI-Img2DrawingAssistants", + "id": "Img2DrawingAssistants", + "reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants", + "files": [ + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants" + ], + "install_type": "git-clone", + "description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts." + }, + { + "author": "tianguangliu", + "title": "comfyui-utools", + "id": "utools", + "reference": "https://github.com/tianguanggliu/Utools", + "files": [ + "https://github.com/tianguanggliu/Utools" + ], + "install_type": "git-clone", + "description": "Efficiency tools, Personalized style, Other Nodes, ..." + }, + { + "author": "celoron", + "title": "ComfyUI-VisualQueryTemplate", + "reference": "https://github.com/celoron/ComfyUI-VisualQueryTemplate", + "files": [ + "https://github.com/celoron/ComfyUI-VisualQueryTemplate" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for transforming images into descriptive text using templated visual question answering. Leverages Hugging Face's VQA models with transformers" + }, + { + "author": "Alex Genovese", + "title": "Huggingface Api Serverless", + "reference": "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference", + "files": [ + "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference" + ], + "install_type": "git-clone", + "description": "Huggingface Api Serverless request" + }, + { + "author": "freelifehacker", + "title": "ComfyUI-ImgMask2PNG", + "reference": "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG", + "files": [ + "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG" + ], + "install_type": "git-clone", + "description": "NODES:ImageMask2PNG" + }, + { + "author": "souki202", + "title": "ComfyUI-LoadImage-Advanced", + "reference": "https://github.com/souki202/ComfyUI-LoadImage-Advanced", + "files": [ + "https://github.com/souki202/ComfyUI-LoadImage-Advanced" + ], + "install_type": "git-clone", + "description": "This is a node that simply integrates LoadImage, Vae Encode, Upscale, Resolution factor correction, and Color Adjustment." + }, + { + "author": "drmbt", + "title": "comfyui-dreambait-nodes", + "id": "drmbt", + "reference": "https://github.com/drmbt/comfyui-dreambait-nodes", + "files": [ + "https://github.com/drmbt/comfyui-dreambait-nodes" + ], + "install_type": "git-clone", + "description": "A collection of forks, QoL nodes and utilities for ComfyUI" + }, + { + "author": "InstaSD", + "title": "InstaSD nodes for ComfyUI", + "reference": "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD", + "files": [ + "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD" + ], + "install_type": "git-clone", + "description": "A collection of nodes for use with InstaSD. These nodes will be transformed into app inputs when you deploy your ComfyUI workflow on InstaSD." + }, + { + "author": "Shiba-2-shiba", + "title": "ComfyUI-color-ascii-art-node", + "id": "comfyui-color-ascii-art-node", + "reference": "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node", + "files": [ + "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node" + ], + "install_type": "git-clone", + "description": "This is a custom node to convert png images into color ASCII art. As noted below, multiple font sizes are used in the specification. The resolution of the generated file is set to be the same as the input image." + }, + { + "author": "Shiba-2-shiba", + "title": "ComfyUI_DiffusionModel_fp8_converter", + "id": "fp8-converter", + "reference": "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter", + "files": [ + "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter" + ], + "install_type": "git-clone", + "description": "This is a custom node to convert only the Diffusion model part or CLIP model part to fp8 in ComfyUI.\nVAE fp8 conversion is not supported.\nThe advantage of this node is that you do not need to separate unet/clip/vae in advance when converting to fp8, but can use the safetenros files that ComfyUI provides." + }, + { + "author": "Bao Pham", + "title": "ComfyUI-LyraVSIH", + "id": "lyra-vsih", + "reference": "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH", + "files": [ + "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH" + ], + "install_type": "git-clone", + "description": "This extension provides a set of nodes that can be used to mask multiple object at once" + }, + { + "author": "AbyssBadger0", + "title": "Kolors Awesome Prompts", + "reference": "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts", + "files": [ + "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts" + ], + "install_type": "git-clone", + "description": "Nodes:KolorsAwesomePrompts" + }, + { + "author": "IuvenisSapiens", + "title": "ComfyUI_Qwen2-VL-Instruct", + "id": "qwen2-vl-instruct", + "reference": "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct", + "files": [ + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct" + ], + "install_type": "git-clone", + "description": "This is an implementation of [a/Qwen2-VL-Instruct](https://github.com/QwenLM/Qwen2-VL) by [a/ComfyUI](https://github.com/comfyanonymous/ComfyUI), which includes, but is not limited to, support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." + }, + { + "author": "Hmily", + "title": "ComfyUI-Light-Tool", + "id": "comfyui-light-tool", + "reference": "https://github.com/ihmily/ComfyUI-Light-Tool", + "files": [ + "https://github.com/ihmily/ComfyUI-Light-Tool" + ], + "install_type": "git-clone", + "description": "An awesome light image processing tool nodes for ComfyUI." + }, + { + "author": "k-komarov", + "title": "comfyui-bunny-cdn-storage", + "reference": "https://github.com/k-komarov/comfyui-bunny-cdn-storage", + "files": [ + "https://github.com/k-komarov/comfyui-bunny-cdn-storage" + ], + "install_type": "git-clone", + "description": "Save Your Image to BunnyStorage" + }, + { + "author": "PabloGFX", + "title": "Head Orientation Node", + "id": "head-orientation-node", + "reference": "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX", + "files": [ + "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that analyzes and sorts images based on head orientation using MediaPipe. It detects facial landmarks, calculates head pose, and intelligently sorts images for enhanced AI image processing workflows." + }, + { + "author": "PabloGFX", + "title": "Google Photos Loader - by PabloGFX", + "id": "google-photos-loader", + "reference": "https://github.com/lazniak/comfyui-google-photos-loader", + "files": [ + "https://github.com/lazniak/comfyui-google-photos-loader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that integrates Google Photos into your workflows. List albums, load images from specific albums, and search photos directly within ComfyUI. Features customizable image loading options, sorting, and efficient caching for seamless integration of your Google Photos library into AI image processing pipelines." + }, + { + "author": "45uee", + "title": "ComfyUI-Color_Transfer", + "reference": "https://github.com/45uee/ComfyUI-Color_Transfer", + "files": [ + "https://github.com/45uee/ComfyUI-Color_Transfer" + ], + "install_type": "git-clone", + "description": "Postprocessing nodes that implement color palette transfer for images." + }, + { + "author": "Phando", + "title": "ComfyUI-PhandoNodes", + "reference": "https://github.com/Phando/ComfyUI-PhandoNodes", + "files": [ + "https://github.com/Phando/ComfyUI-PhandoNodes" + ], + "install_type": "git-clone", + "description": "A collection of nodes to help streamline your ComfyUI workflows" + }, + { + "author": "geocine", + "title": "geocine-comfyui", + "reference": "https://github.com/geocine/geocine-comfyui", + "files": [ + "https://github.com/geocine/geocine-comfyui" + ], + "install_type": "git-clone", + "description": "NODES:Image Selector (geocine), Image Scale (geocine)" + }, + { + "author": "SeanScripts", + "title": "ComfyUI-Unload-Model", + "reference": "https://github.com/SeanScripts/ComfyUI-Unload-Model", + "files": [ + "https://github.com/SeanScripts/ComfyUI-Unload-Model" + ], + "install_type": "git-clone", + "description": "For unloading a model or all models, using the memory management that is already present in ComfyUI. Copied from [a/https://github.com/willblaschko/ComfyUI-Unload-Models](https://github.com/willblaschko/ComfyUI-Unload-Models) but without the unnecessary extra stuff." + }, + { + "author": "SeanScripts", + "title": "ComfyUI-PixtralLlamaMolmoVision", + "reference": "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision", + "files": [ + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision" + ], + "install_type": "git-clone", + "description": "For loading and running Pixtral, Llama 3.2 Vision, and Molmo models. Put models in the models/LLM folder.\n[w/Renamed from ComfyUI-PixtralLlamaVision. Please reinstall.]" + }, + { + "author": "ExterminanzHS", + "title": "Gecco Discord Autosend", + "reference": "https://github.com/ExterminanzHS/Gecco-Discord-Autosend", + "files": [ + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI to automatically send generated images to Discord channels." + }, + { + "author": "Hugo", + "title": "ComfyUI-BiRefNet-Hugo", + "id": "BiRefNet", + "reference": "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo", + "files": [ + "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo" + ], + "install_type": "git-clone", + "description": "This repository wraps the latest BiRefNet model as ComfyUI nodes. Compared to the previous model, the latest model offers higher and better matting accuracy." + }, + { + "author": "MoonHugo", + "title": "ComfyUI-FFmpeg", + "id": "FFmpeg", + "reference": "https://github.com/MoonHugo/ComfyUI-FFmpeg", + "files": [ + "https://github.com/MoonHugo/ComfyUI-FFmpeg" + ], + "install_type": "git-clone", + "description": "Encapsulate the commonly used functions of FFmpeg into ComfyUI nodes, making it convenient for users to perform various video processing tasks within ComfyUI." + }, + { + "author": "GrenKain", + "title": "PixelArt Processing Nodes", + "id": "gk_pixelart", + "reference": "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI", + "files": [ + "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "This repository provides custom nodes for ComfyUI that enable pixel art style image processing, including downscaling, upscaling, color quantization, and resolution adjustments." + }, + { + "author": "Trgtuan10", + "title": "ComfyUI_YoloSegment_Mask", + "reference": "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask", + "files": [ + "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask" + ], + "install_type": "git-clone", + "description": "NODES:Object Mask.\nNOTE:push [a/yolov8x-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8x-seg.pt) in models/yolo" + }, + { + "author": "lldacing", + "title": "ComfyUI_BiRefNet_ll", + "reference": "https://github.com/lldacing/ComfyUI_BiRefNet_ll", + "files": [ + "https://github.com/lldacing/ComfyUI_BiRefNet_ll" + ], + "install_type": "git-clone", + "description": "Sync with version of BiRefNet. NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet." + }, + { + "author": "Tenney95", + "title": "ComfyUI-NodeAligner", + "reference": "https://github.com/Tenney95/ComfyUI-NodeAligner", + "files": [ + "https://github.com/Tenney95/ComfyUI-NodeAligner" + ], + "install_type": "git-clone", + "description": "ComfyUI-NodeAligner is a lightweight ComfyUI layout plugin that includes features such as node alignment, distribution, and resizing. This plugin is designed to simplify layout adjustments in visual node editors or custom UI components, making node arrangement more convenient and efficient." + }, + { + "author": "VykosX", + "title": "ControlFlowUtils", + "reference": "https://github.com/VykosX/ControlFlowUtils", + "files": [ + "https://github.com/VykosX/ControlFlowUtils" + ], + "install_type": "git-clone", + "description": "Custom nodes to improve flow control and logic + several utilities to enhance capabilities" + }, + { + "author": "tachyon-beep", + "title": "ComfyUI Simple Feed", + "id": "simplefeed", + "reference": "https://github.com/tachyon-beep/comfyui-simplefeed", + "files": [ + "https://github.com/tachyon-beep/comfyui-simplefeed" + ], + "install_type": "git-clone", + "description": "A lightweight image tray forked from Comfy-UI-CustomScripts with simple sorting, positioning and filtering options." + }, + { + "author": "alexisrolland", + "title": "ComfyUI-Phi", + "reference": "https://github.com/alexisrolland/ComfyUI-Phi", + "files": [ + "https://github.com/alexisrolland/ComfyUI-Phi" + ], + "install_type": "git-clone", + "description": "Custom nodes to run microsoft/Phi models." + }, + { + "author": "LatentRat", + "title": "comfy_remote_run", + "reference": "https://github.com/LatentRat/comfy_remote_run", + "files": [ + "https://github.com/LatentRat/comfy_remote_run" + ], + "install_type": "git-clone", + "description": "Nodes to run nodes on remote ComfyUI instances." + }, + { + "author": "kinglord", + "title": "Prompt Gallery", + "id": "promptGallery", + "reference": "https://github.com/Kinglord/ComfyUI_Prompt_Gallery", + "files": [ + "https://github.com/Kinglord/ComfyUI_Prompt_Gallery" + ], + "install_type": "git-clone", + "description": "New UI on the sidebar that allows for quick and easy navigation of images to help build styles, characters, backgrounds, etc. or even entire random prompts." + }, + { + "author": "alexcong", + "title": "Qwen2-VL wrapper for ComfyUI", + "id": "comfyui-qwen2-vl", + "reference": "https://github.com/alexcong/ComfyUI_QwenVL", + "files": [ + "https://github.com/alexcong/ComfyUI_QwenVL" + ], + "install_type": "git-clone", + "description": "ComfyUI Qwen2-VL wrapper that supports text-based and single-image queries." + }, + { + "author": "Bin-sam", + "title": "DynamicPose-ComfyUI", + "reference": "https://github.com/Bin-sam/DynamicPose-ComfyUI", + "files": [ + "https://github.com/Bin-sam/DynamicPose-ComfyUI" + ], + "install_type": "git-clone", + "description": "NODES:pose_extraction, Load_reference_unet, Load_denoising_unet, Load_Pose_Guider, Pose_Guider_Encode, DynamicPose_Sampler, load_pose_model, align" + }, + { + "author": "Metal3d", + "title": "Human Parts Detector", + "id": "human-parts-detector", + "reference": "https://github.com/metal3d/ComfyUI_Human_Parts", + "files": [ + "https://github.com/metal3d/ComfyUI_Human_Parts" + ], + "install_type": "git-clone", + "description": "Detect human parts using the DeepLabV3+ ResNet50 model from Keras-io. You can extract hair, arms, legs, and other parts with ease and with small memory usage." + }, + { + "author": "Fuwuffy", + "title": "ComfyUI Visual Area Nodes", + "id": "comfy-visual-area", + "reference": "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes", + "files": [ + "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes" + ], + "install_type": "git-clone", + "description": "This is a collection of nodes created to aid when managing area conditionings." + }, + { + "author": "HentaiGirlfriendDotCom", + "title": "comfyui-highlight-connections", + "reference": "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections", + "files": [ + "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections" + ], + "install_type": "git-clone", + "description": "A node that can be dropped into a group. When a node is then clicked within that group, all nodes and connections in that group get greyed out and the connections from the clicked node go bright red." + }, + { + "author": "Cyber-BCat", + "title": "ComfyUI_Auto_Caption", + "reference": "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption", + "files": [ + "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption" + ], + "install_type": "git-clone", + "description": "This report contains a 'load many images' node which is going to load the image set by the number of file names from smallest to largest, and the images will no longer be loaded in the wrong order! Setting index=0 makes it load from the first small value (image flie name) image, and index=2 will load them from the second image. Another node 'load images & resize' can resize the image by the first loaded image." + }, + { + "author": "cr7Por", + "title": "ComfyUI_DepthFlow", + "reference": "https://github.com/cr7Por/ComfyUI_DepthFlow", + "files": [ + "https://github.com/cr7Por/ComfyUI_DepthFlow" + ], + "install_type": "git-clone", + "description": "comfyui custom node for depthflow\noriginal depthflow website: [a/https://github.com/BrokenSource/DepthFlow](https://github.com/BrokenSource/DepthFlow)\ncheck this for installation: [a/https://brokensrc.dev/get/](https://brokensrc.dev/get/)" + }, + { + "author": "aimerib", + "title": "ComfyUI-HigherBitDepthSaveImage", + "reference": "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage", + "files": [ + "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage" + ], + "install_type": "git-clone", + "description": "A comfyui node that provides save image with higher bit depth." + }, + { + "author": "nchenevey1", + "title": "comfyui-gimp-nodes", + "reference": "https://github.com/nchenevey1/comfyui-gimp-nodes", + "files": [ + "https://github.com/nchenevey1/comfyui-gimp-nodes" + ], + "install_type": "git-clone", + "description": "Provides nodes geared towards using GIMP as a frontend for ComfyUI." + }, + { + "author": "MetaGLM", + "title": "ComfyUI ZhipuAI Platform", + "id": "zhipuai-platform", + "reference": "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform", + "files": [ + "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform" + ], + "pip": ["zhipuai-platform-video"], + "install_type": "git-clone", + "description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation." + }, + { + "author": "zhiselfly", + "title": "ComfyUI-Alimama-ControlNet-compatible", + "reference": "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible", + "files": [ + "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible" + ], + "install_type": "git-clone", + "description": "Compatible with alimama's SD3-ControlNet Demo on ComfyUI." + }, + { + "author": "pydn", + "title": "ComfyUI to Python Extension", + "id": "comfyui-to-python-extension", + "reference": "https://github.com/pydn/ComfyUI-to-Python-Extension", + "files": [ + "https://github.com/pydn/ComfyUI-to-Python-Extension" + ], + "install_type": "git-clone", + "description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment." + }, + { + "author": "Dayuppy", + "title": "Discord Webhook", + "id": "DiscordWebhook", + "reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook", + "files": [ + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook" + ], + "install_type": "git-clone", + "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text." + }, + { + "author": "svdC1", + "title": "LoRa Dataset Tools", + "reference": "https://github.com/svdC1/comfy-ui-lora-dataset-tools", + "files": [ + "https://github.com/svdC1/comfy-ui-lora-dataset-tools" + ], + "install_type": "git-clone", + "description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box" + }, + { + "author": "NyaamZ", + "title": "Efficiency Nodes ExtendeD", + "id": "efficiency-ed", + "reference": "https://github.com/NyaamZ/efficiency-nodes-ED", + "files": [ + "https://github.com/NyaamZ/efficiency-nodes-ED" + ], + "install_type": "git-clone", + "description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.[w/NOTE: This node requires [a/Efficiency Nodes for ComfyUI Version 2.0+](https://github.com/jags111/efficiency-nodes-comfyui) and [a/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). Also, this node makes changes to user.css.]" + }, + { + "author": "NyaamZ", + "title": "ComfyUI ImageGallery ExtendeD", + "id": "image-gallery-ed", + "reference": "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED", + "files": [ + "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED" + ], + "install_type": "git-clone", + "description": "Custom javascript extensions for better UX for ComfyUI. Double click on image to open. It's convenient for checking images." + }, + { + "author": "chrissy0", + "title": "chris-comfyui-nodes", + "reference": "https://github.com/chrissy0/chris-comfyui-nodes", + "files": [ + "https://github.com/chrissy0/chris-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "This repository contains a custom node for ComfyUI that pads an image to be square, filling the new pixels black." + }, + { + "author": "amorano", + "title": "Cozy Link Toggle", + "id": "cozyLinkToggle", + "reference": "https://github.com/cozy-comfyui/cozy_link_toggle", + "files": [ + "https://github.com/cozy-comfyui/cozy_link_toggle" + ], + "install_type": "git-clone", + "description": "Toggle ComfyUI Graph Links On/Off from the Menu Bar. Provides an easy example on how to register and use the ComfyUI menubar extensions." + }, + { + "author": "revirevy", + "title": "Comfyui_saveimage_imgbb", + "id": "Comfyui_saveimage_imgbb", + "reference": "https://github.com/revirevy/Comfyui_saveimage_imgbb", + "files": [ + "https://github.com/revirevy/Comfyui_saveimage_imgbb" + ], + "install_type": "git-clone", + "description": "This custom node allow upscaling an image by a factor using a model." + }, + { + "author": "Kinglord", + "title": "ComfyUI_Slider_Sidebar", + "reference": "https://github.com/Kinglord/ComfyUI_Slider_Sidebar", + "files": [ + "https://github.com/Kinglord/ComfyUI_Slider_Sidebar" + ], + "install_type": "git-clone", + "description": "A custom node that adds a UI element to the sidebar allowing easy access, navigation, and use of a massive collection (100+) of LECO (Slider) LoRAs. LECOs are an amazing tool to generate variance in your output with a minimal impact to consistency, i.e. deviating form your prompt. They can also allow you access to control parts of your image without taking up CLIP space, saving your token weights for more valuable keywords. If you haven't used them, there's never been a better time to try!" + }, + { + "author": "Isi-dev", + "title": "Image to Painting and Inspyrenet Assistant Nodes", + "id": "ComfyUI-Img2PaintingAssistant", + "reference": "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant", + "files": [ + "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant" + ], + "install_type": "git-clone", + "description": "These are ComfyUI nodes to assist in converting images to paintings and to assist the Inspyrenet Rembg node to totally remove, or replace with a color, the original background from images so that the background does not reappear in videos or in nodes that do not retain the alpha channel in rgba images." + }, + { + "author": "311-code", + "title": "ComfyUI MagicClip_Strength for SDXL", + "reference": "https://github.com/311-code/ComfyUI-MagicClip_Strength", + "files": [ + "https://github.com/311-code/ComfyUI-MagicClip_Strength" + ], + "install_type": "git-clone", + "description": "This project allows you to adjust SDXL's two text encoder's strengths individually for clip_g (ViT-bigG) and clip_l (CLIP-ViT-L) within ComfyUI. (And other adjustments)" + }, + { + "author": "godmt", + "title": "ComfyUI-List-Utils", + "reference": "https://github.com/godmt/ComfyUI-List-Utils", + "files": [ + "https://github.com/godmt/ComfyUI-List-Utils" + ], + "install_type": "git-clone", + "description": "LIST and BATCH utilities which support: create, convert, get or slice items" + }, + { + "author": "pedrogengo", + "title": "ComfyUI-LumaAI-API", + "id": "lumaai-api", + "reference": "https://github.com/lumalabs/ComfyUI-LumaAI-API", + "files": [ + "https://github.com/lumalabs/ComfyUI-LumaAI-API" + ], + "install_type": "git-clone", + "description": "Luma Dream Machine API official ComfyUI custom node." + }, + { + "author": "mingsky", + "title": "ComfyUI-MingNodes", + "id": "ComfyUI_MingNodes_Mingsky", + "reference": "https://github.com/mingsky-ai/ComfyUI-MingNodes", + "files": [ + "https://github.com/mingsky-ai/ComfyUI-MingNodes" + ], + "install_type": "git-clone", + "description": "Nodes: ConvertGrayChannelNode, AdjustBrightnessContrastSaturationNode, BaiduTranslateNode." + }, + { + "author": "blob8", + "title": "ComfyUI_sloppy-comic", + "reference": "https://github.com/blob8/ComfyUI_sloppy-comic", + "files": [ + "https://github.com/blob8/ComfyUI_sloppy-comic" + ], + "install_type": "git-clone", + "description": "Using IPAdapter for style consistency, the node accepts a story structured as text {prompt} text {prompt} etc. and generates a comic, saving it to /output. It also adds LLM API Request node, providing an openai compatible LLM API for generating the stories." + }, + { + "author": "banqingyuan", + "title": "ComfyUI-text-replace", + "reference": "https://github.com/banqingyuan/ComfyUI-text-replace", + "files": [ + "https://github.com/banqingyuan/ComfyUI-text-replace" + ], + "install_type": "git-clone", + "description": "NODES: OCR Location Node, Image Erase Node, Chat Overlay Node, Extract JSON Node." + }, + { + "author": "edelvarden", + "title": "ComfyUI-ImageMetadataExtension", + "reference": "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension", + "files": [ + "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension" + ], + "install_type": "git-clone", + "description": "Custom node for ComfyUI. It adds additional metadata for saved images, ensuring compatibility with the Civitai website." + }, + { + "author": "dfghsdh", + "title": "ComfyUI_FluxPromptGen", + "reference": "https://github.com/dfghsdh/ComfyUI_FluxPromptGen", + "files": [ + "https://github.com/dfghsdh/ComfyUI_FluxPromptGen" + ], + "install_type": "git-clone", + "description": "Flux Prompt Generator is a custom node set for ComfyUI that enhances prompt generation and image captioning capabilities. It integrates advanced language models and image captioning techniques to provide versatile and powerful prompt manipulation tools for your AI image generation workflows.\nNOTE:PORT OF [a/https://huggingface.co/Aitrepreneur/FLUX-Prompt-Generator](https://huggingface.co/Aitrepreneur/FLUX-Prompt-Generator) for COMFYUI" + }, + { + "author": "liushuchun", + "title": "ComfyUI_Lora_List_With_Url_Loader", + "reference": "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader", + "files": [ + "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader" + ], + "install_type": "git-clone", + "description": "Nodes:ComfyUI_Lora_List_With_Url_Loader. Load loras from urls and auto fetch them on web if they are missing." + }, + { + "author": "silveroxides", + "title": "Model and Checkpoint Loaders for NF4 and FP4", + "reference": "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders", + "files": [ + "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders" + ], + "install_type": "git-clone", + "description": "Nodes for loading both Checkpoints and UNET/Diffussion models quantized to bitsandbytes NF4 or FP4 format.\nStill under development and some limitations such as using LoRA might apply still." + }, + { + "author": "turkyden", + "title": "ComfyUI-SmartCrop", + "reference": "https://github.com/turkyden/ComfyUI-SmartCrop", + "files": [ + "https://github.com/turkyden/ComfyUI-SmartCrop" + ], + "install_type": "git-clone", + "description": "a ComfyUI Custom Node for [a/smartcrop.py](https://github.com/smartcrop/smartcrop.py)" + }, + { + "author": "DareFail", + "title": "ComfyUI-Roboflow", + "reference": "https://github.com/DareFail/ComfyUI-Roboflow", + "files": [ + "https://github.com/DareFail/ComfyUI-Roboflow" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI node that connects with [a/Roboflow workflows](https://roboflow.com/workflows/build).\nRoboflow hosts hundreds of thousands of open source and custom object detection models." + }, + { + "author": "valofey", + "title": "OpenRouter Node", + "reference": "https://github.com/valofey/Openrouter-Node", + "files": [ + "https://github.com/valofey/Openrouter-Node" + ], + "install_type": "git-clone", + "description": "This is a node to use OpenRouter API from within ComfyUI. It supports both prompt and image+prompt requests (for multimodal LLMs)." + }, + { + "author": "Charlweed", + "title": "ImageTransceiver - ComfyUI", + "reference": "https://github.com/Charlweed/image_transceiver", + "files": [ + "https://github.com/Charlweed/image_transceiver" + ], + "install_type": "git-clone", + "description": "ImageTransceiver is a custom node that enables image generating clients to connect directly to ComfyUI, and send those images in near real-time. For example, an image manipulation program like GIMP can connect an image to a workflow in ComfyUI, and every time the image changes in GIMP, the changes are immediately made in the workflow. Cloning" + }, + { + "author": "tanglaoya321", + "title": "ComfyUI-StoryMaker", + "reference": "https://github.com/tanglaoya321/ComfyUI-StoryMaker", + "files": [ + "https://github.com/tanglaoya321/ComfyUI-StoryMaker" + ], + "install_type": "git-clone", + "description": "NODES:StoryMakerSinglePortraitNode, StoryMakerTwoPortraitNode, StoryMakerSwapClothNode." + }, + { + "author": "CRT", + "title": "CRT-Nodes", + "id": "CRT-Nodes", + "reference": "https://github.com/plugcrypt/CRT-Nodes", + "files": [ + "https://github.com/plugcrypt/CRT-Nodes" + ], + "install_type": "git-clone", + "description": "This set includes toggle nodes for Lora Unet blocks L1/L2 and a node to remove trailing comma from string end." + }, + { + "author": "GiusTex", + "title": "ComfyUI-DiffusersImageOutpaint", + "reference": "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint", + "files": [ + "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for outpainting images with diffusers, based on [a/diffusers-image-outpaint](https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint/tree/main) by fffiloni." + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-MiniCPM-Plus", + "id": "minicpm-plus", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus" + ], + "install_type": "git-clone", + "description": "Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions." + }, + { + "author": "codecringebinge", + "title": "ComfyUI-Arrow-Key-Canvas-Navigation", + "id": "codecringebinge.arrow.key.canvas.navigation", + "reference": "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation", + "files": [ + "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation" + ], + "install_type": "git-clone", + "description": "A ComfyUI Custom Node that enables arrow key canvas navigation with a pan speed setting." + }, + { + "author": "asaddi", + "title": "YALLM-LlamaVision", + "reference": "https://github.com/asaddi/ComfyUI-YALLM-node", + "files": [ + "https://github.com/asaddi/ComfyUI-YALLM-node" + ], + "install_type": "git-clone", + "description": "A set of nodes for basic Llama 3.2 Vision support in ComfyUI. Give it an image and query and it will output a text response." + }, + { + "author": "ycyy", + "title": "ComfyUI-YCYY-LoraInfo", + "reference": "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo", + "files": [ + "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo" + ], + "install_type": "git-clone", + "description": "You can use this node to get information about lora. For example trigger words, description and example images." + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-Molmo", + "id": "comfyui-molmo", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Molmo", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-Molmo" + ], + "install_type": "git-clone", + "description": "Use of the molmo model.Generate detailed image descriptions and analysis using Molmo models in ComfyUI." + }, + { + "author": "Darth-Veitcher", + "title": "Comfy DV", + "id": "comfydv", + "reference": "https://github.com/darth-veitcher/comfydv", + "files": [ + "https://github.com/darth-veitcher/comfydv" + ], + "install_type": "git-clone", + "description": "Nodes: String Formatting (f-string and jinja2), Random Choice, Model Memory management, and other quality of life improvements." + }, + { + "author": "ez-af", + "title": "ComfyUI-EZ-AF-Nodes", + "id": "ez-af", + "reference": "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes", + "files": [ + "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes" + ], + "install_type": "git-clone", + "description": "This pack helps to conveniently control text in complex prompt-builder type workflows. Load/Read Prompts from .CSV; Concatenate large amounts of text; Use string input as ANY type. Requires pythongosssss custom scripts" + }, + { + "author": "danbochman", + "title": "FASHN Virtual Try-On", + "id": "fashn", + "reference": "https://github.com/fashn-AI/ComfyUI-FASHN", + "files": [ + "https://github.com/fashn-AI/ComfyUI-FASHN" + ], + "install_type": "git-clone", + "description": "Node for the FASHN Virtual Try-On API. Requires an API Key from fashn.ai" + }, + { + "author": "BRIA AI", + "title": "BRIA AI API nodes", + "reference": "https://github.com/Bria-AI/ComfyUI-BRIA-API", + "files": [ + "https://github.com/Bria-AI/ComfyUI-BRIA-API" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI using BRIA's API." + }, + { + "author": "L.HC", + "title": "SimpleToolsNodes", + "reference": "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes", + "files": [ + "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes" + ], + "install_type": "git-clone", + "description": "Two simple nodes: 1. Get the steps based on the model name, 2. Generate prompts using chatglm." + }, + { + "author": "creeper", + "title": "comfyui_nai_api", + "reference": "https://github.com/Creeper-MZ/comfyui_nai_api", + "files": [ + "https://github.com/Creeper-MZ/comfyui_nai_api" + ], + "install_type": "git-clone", + "description": "A node that can use Nai in Comfyui" + }, + { + "author": "syaofox", + "title": "ComfyUI_fnodes", + "reference": "https://github.com/syaofox/ComfyUI_fnodes", + "files": [ + "https://github.com/syaofox/ComfyUI_fnodes" + ], + "install_type": "git-clone", + "description": "ComfyUI_fnodes is a collection of custom nodes designed for ComfyUI. These nodes provide additional functionality that can enhance your ComfyUI workflows.\nFile manipulation tools, Image resizing tools, IPAdapter tools, Image processing tools, Mask tools, Face analysis tools, Sampler tools, Miscellaneous tools" + }, + { + "author": "guyaton", + "title": "guy-nodes-comfyui", + "reference": "https://github.com/guyaton/guy-nodes-comfyui", + "files": [ + "https://github.com/guyaton/guy-nodes-comfyui" + ], + "install_type": "git-clone", + "description": "These are designed to be custom nodes i found usefulness to that hopefully others can share." + }, + { + "author": "thoddnn", + "title": "ComfyUI MLX Nodes", + "reference": "https://github.com/thoddnn/ComfyUI-MLX", + "files": [ + "https://github.com/thoddnn/ComfyUI-MLX" + ], + "install_type": "git-clone", + "description": "Faster workflows for ComfyUI users on Mac with Apple silicon" + }, + { + "author": "acorderob", + "title": "Prompt PostProcessor", + "reference": "https://github.com/acorderob/sd-webui-prompt-postprocessor", + "files": [ + "https://github.com/acorderob/sd-webui-prompt-postprocessor" + ], + "install_type": "git-clone", + "description": "The Prompt PostProcessor (PPP), formerly known as 'sd-webui-sendtonegative', is an extension designed to process the prompt, possibly after other extensions have modified it." + }, + { + "author": "Moooonet", + "title": "ComfyUI-ArteMoon", + "reference": "https://github.com/Moooonet/ComfyUI-ArteMoon", + "files": [ + "https://github.com/Moooonet/ComfyUI-ArteMoon" + ], + "install_type": "git-clone", + "description": "This plugin works with [a/IF_AI_Tools](https://github.com/if-ai/ComfyUI-IF_AI_tools) to build a workflow in ComfyUI that uses AI to assist in generating prompts." + }, + { + "author": "jetchopper", + "title": "ComfyUI-GeneraNodes", + "id": "genera", + "reference": "https://github.com/evolox/ComfyUI-GeneraNodes", + "files": [ + "https://github.com/evolox/ComfyUI-GeneraNodes" + ], + "install_type": "git-clone", + "description": "Genera custom nodes and extensions" + }, + { + "author": "Nojahhh", + "title": "ComfyUI GLM-4 Wrapper", + "reference": "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper", + "files": [ + "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI GLM-4 Wrapper. This powerful tool enhances your prompt engineering process by allowing users to easily construct detailed, high-quality prompts for image/video generation based on user image and/or user prompts." + }, + { + "author": "nilor-corp", + "title": "Nilor Nodes by Nilor Corp", + "id": "nilor-nodes", + "reference": "https://github.com/nilor-corp/nilor-nodes", + "files": [ + "https://github.com/nilor-corp/nilor-nodes" + ], + "install_type": "git-clone", + "description": "Custom utility nodes for ComfyUI by Nilor Corp. Probably not useful for most people, but contains stuff for working with lists, filenames, image batches, etc in a very specifc way." + }, + { + "author": "willchil", + "title": "ComfyUI-Environment-Visualizer", + "reference": "https://github.com/willchil/ComfyUI-Environment-Visualizer", + "files": [ + "https://github.com/willchil/ComfyUI-Environment-Visualizer" + ], + "install_type": "git-clone", + "description": "This ComfyUI node pack allows the user to take a panoramic image and a corresponding depth map, and turn them into a 3D environment, which they can view in an immersive WebXR environment." + }, + { + "author": "YarvixPA", + "title": "ComfyUI-NeuralMedia", + "reference": "https://github.com/YarvixPA/ComfyUI-NeuralMedia", + "files": [ + "https://github.com/YarvixPA/ComfyUI-NeuralMedia" + ], + "install_type": "git-clone", + "description": "A set of custom nodes modified to achieve things I felt were missing." + }, + { + "author": "SpenserCai", + "title": "ComfyUI-FunAudioLLM", + "id": "funaudiollm", + "reference": "https://github.com/SpenserCai/ComfyUI-FunAudioLLM", + "files": [ + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM" + ], + "install_type": "git-clone", + "description": "Comfyui custom node for [a/FunAudioLLM](https://funaudiollm.github.io/) include [a/CosyVoice](https://github.com/FunAudioLLM/CosyVoice) and [a/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)." + }, + { + "author": "GadzoinksOfficial", + "title": "Gadzoinks", + "reference": "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI", + "files": [ + "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI" + ], + "install_type": "git-clone", + "description": "Custom node for integrating with gadzoinks iPhone app" + }, + { + "author": "educator-art", + "title": "ComfyUI-Load-DirectoryFiles", + "reference": "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles", + "files": [ + "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles" + ], + "install_type": "git-clone", + "description": "This node loads prompts (txt) and images (png) from a specified directory. By specifying an index, it outputs the selected file." + }, + { + "author": "raysers", + "title": "Mflux-ComfyUI", + "reference": "https://github.com/raysers/Mflux-ComfyUI", + "files": [ + "https://github.com/raysers/Mflux-ComfyUI" + ], + "install_type": "git-clone", + "description": "Simple use of [a/Mflux](https://github.com/filipstrand/mflux) in ComfyUI, suitable for users who are not familiar with terminal usage.\nNOTE: A MLX port of FLUX based on the Huggingface Diffusers implementation." + }, + { + "author": "civen-cn", + "title": "ComfyUI-PaddleOcr", + "reference": "https://github.com/civen-cn/ComfyUI-PaddleOcr", + "files": [ + "https://github.com/civen-cn/ComfyUI-PaddleOcr" + ], + "install_type": "git-clone", + "description": "Nodes related to [a/PaddleOCR](https://paddlepaddle.github.io/PaddleOCR) OCR." + }, + { + "author": "rdancer", + "title": "ComfyUI_Florence2SAM2", + "reference": "https://github.com/rdancer/ComfyUI_Florence2SAM2", + "files": [ + "https://github.com/rdancer/ComfyUI_Florence2SAM2" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node implementing Florence 2 + Segment Anything Model 2, based on [a/SkalskiP's HuggingFace space](https://huggingface.co/spaces/SkalskiP/florence-sam)" + }, + { + "author": "gelasdev", + "title": "ComfyUI-FLUX-BFL-API", + "reference": "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API", + "files": [ + "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API" + ], + "install_type": "git-clone", + "description": "Custom nodes for integrating Flux models with the BFL API." + }, + { + "author": "ggarra13", + "title": "ComfyUI-mrv2", + "reference": "https://github.com/ggarra13/ComfyUI-mrv2", + "files": [ + "https://github.com/ggarra13/ComfyUI-mrv2" + ], + "install_type": "git-clone", + "description": "NODES:mrv2 Save EXR Image, mrv2 Annotations Image Node" + }, + { + "author": "JichaoLiang", + "title": "Immortal_comfyUI", + "reference": "https://github.com/JichaoLiang/Immortal_comfyUI", + "files": [ + "https://github.com/JichaoLiang/Immortal_comfyUI" + ], + "install_type": "git-clone", + "description": "NODES:ImNewNode, ImAppendNode, MergeNode, SetProperties, SaveToDirectory, batchNodes, redirectToNode, SetEvent, ..." + }, + { + "author": "SSsnap", + "title": "Snap Processing for Comfyui", + "reference": "https://github.com/SS-snap/ComfyUI-Snap_Processing", + "files": [ + "https://github.com/SS-snap/ComfyUI-Snap_Processing/blob/master/Snap_canvas.py" + ], + "install_type": "copy", + "description": "for preprocessing images, presented in a visual way. It also calculates the corresponding image area." + }, + { + "author": "RiceRound", + "title": "ComfyUI Compression and Encryption Node", + "id": "cryptocat", + "reference": "https://github.com/RiceRound/ComfyUI_CryptoCat", + "files": [ + "https://github.com/RiceRound/ComfyUI_CryptoCat" + ], + "install_type": "git-clone", + "description": "a lightweight open-source node for ComfyUI, designed to simplify workflows while providing encryption protection for them." + }, + { + "author": "yvann-ba", + "title": "ComfyUI_Yvann-Nodes", + "reference": "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes", + "files": [ + "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes" + ], + "install_type": "git-clone", + "description": "Audio reactivity nodes for AI animations 🔊 Analyze audio, extract drums and vocals. Generate reactive masks and weights. Create audio-driven visuals. Produce weight graphs and audio masks. Compatible with IPAdapter, ControlNets and more. Features audio scheduling and waveform analysis. Tutorials to use this pack: [a/Yvann Youtube](https://www.youtube.com/@yvann.mp4)" + }, + { + "author": "Playbook", + "title": "Playbook Nodes", + "id": "playbook-3d", + "reference": "https://github.com/playbook3d/playbook-nodes", + "files": [ + "https://github.com/playbook3d/playbook-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for connecting 3D scenes and ComfyUI workflows." + }, + { + "author": "Elaine-chennn", + "title": "ComfyUI Overlay Media Node", + "reference": "https://github.com/Elaine-chennn/comfyui-overlay-media", + "files": [ + "https://github.com/Elaine-chennn/comfyui-overlay-media" + ], + "install_type": "git-clone", + "description": "This repository contains a custom ComfyUI node for overlaying media using ffmpeg." + }, + { + "author": "laogou666", + "title": "ComfyUI_LG_FFT", + "reference": "https://github.com/LAOGOU-666/ComfyUI_LG_FFT", + "files": [ + "https://github.com/LAOGOU-666/ComfyUI_LG_FFT" + ], + "install_type": "git-clone", + "description": "Implementation of Fast Fourier Transform in COMFYUI" + }, + { + "author": "VertexStudio", + "title": "roblox-comfyui-nodes", + "reference": "https://github.com/VertexStudio/roblox-comfyui-nodes", + "files": [ + "https://github.com/VertexStudio/roblox-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "NODES:Scale Image Node, Switch Image Node, Switch Text Node, First Number Node, Mirror Effect Node, Text To ImageNode, Flow Nodes, Simple Save Image Node" + }, + { + "author": "2kpr", + "title": "ComfyUI-PMRF", + "id": "comfyui-pmrf", + "reference": "https://github.com/2kpr/ComfyUI-PMRF", + "files": [ + "https://github.com/2kpr/ComfyUI-PMRF" + ], + "install_type": "git-clone", + "description": "Implementation of PMRF on ComfyUI" + }, + { + "author": "dionren", + "title": "Export Workflow With Cyuai Api Available Nodes", + "id": "comfyUI-Pro-Export-Tool", + "reference": "https://github.com/dionren/ComfyUI-Pro-Export-Tool", + "files": [ + "https://github.com/dionren/ComfyUI-Pro-Export-Tool" + ], + "install_type": "git-clone", + "description": "This is a node to convert workflows to cyuai api available nodes." + }, + { + "author": "l1yongch1", + "title": "ComfyUI_PhiCaption", + "reference": "https://github.com/l1yongch1/ComfyUI_PhiCaption", + "files": [ + "https://github.com/l1yongch1/ComfyUI_PhiCaption" + ], + "install_type": "git-clone", + "description": "In addition to achieving conventional single-image, single-round reverse engineering, it can also achieve single-image multi-round and multi-image single-round reverse engineering. Moreover, the Phi model has a better understanding of prompts." + }, + { + "author": "tkreuziger", + "title": "ComfyUI and Claude", + "reference": "https://github.com/tkreuziger/comfyui-claude", + "files": [ + "https://github.com/tkreuziger/comfyui-claude" + ], + "install_type": "git-clone", + "description": "A set of custom nodes that are using Anthropic's Claude models for describing images and transforming texts." + }, @@ -13686,7 +15441,6 @@ - { "author": "Ser-Hilary", "title": "SDXL_sizing", @@ -13967,16 +15721,6 @@ "install_type": "copy", "description": "Nodes:TextToSpeech, phy_3_conditioning, SaveAudioToDaVinci, SaveImageToDaVinci.\nNOTE:In order to use DaVinci node you must have DaVinci Resolve Studio connected to the API. For more information check the help seciton in DaVinci Resolve Studio HELP>DOCUMENTATION>DEVELOPER. It will open a folder, search for scripting and the for README.txt file, the API documentation." }, - { - "author": "DannyStone1999", - "title": "ComfyUI-Depth2Mask", - "reference": "https://github.com/DannyStone1999/ComfyUI-Depth2Mask", - "files": [ - "https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py" - ], - "install_type": "copy", - "description": "Nodes:Depth2Mask" - }, { "author": "Limbicnation", "title": "ComfyUIDepthEstimation", @@ -14008,6 +15752,27 @@ "install_type": "copy", "description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags." }, + { + "author": "ultimatech-cn", + "title": "FaceSimilarity", + "reference": "https://github.com/ultimatech-cn/FaceSimilarity", + "files": [ + "https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py" + ], + "install_type": "copy", + "description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:" + }, + { + "author": "folkghost", + "title": "CSV Search Node", + "reference": "https://github.com/folkghost/comfyui_search_csv", + "files": [ + "https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py" + ], + "install_type": "copy", + "description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI." + }, + { "author": "theally", "title": "TheAlly's Custom Nodes", @@ -14054,6 +15819,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 07191070..f4f3357e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -46,15 +46,11 @@ [ "EG-YSZT-ZT", "EG_CPSYTJ", - "EG_CYQ_JB", - "EG_FSFT", "EG_FX_BDAPI", "EG_HT_YSTZ", "EG_JF_ZZSC", - "EG_JF_ZZTC", "EG_JXFZ_node", "EG_K_LATENT", - "EG_LJ_JZTXDZ", "EG_RY_HT", "EG_SCQY_BHDQY", "EG_SCQY_QBQY", @@ -62,7 +58,7 @@ "EG_SJ", "EG_SJPJ_Node", "EG_SS_RYZH", - "EG_SZ_CGJS", + "EG_SZ_JDYS", "EG_TC_Node", "EG_TSCDS_CJ", "EG_TSCDS_DG", @@ -70,7 +66,6 @@ "EG_TSCDS_JT", "EG_TSCDS_QT", "EG_TSCDS_RW", - "EG_TSCDS_SRJK", "EG_TSCDS_WP", "EG_TSCDS_ZL", "EG_TSCMB_GL", @@ -93,15 +88,10 @@ "EG_ZZ_BSYH", "EG_ZZ_BYYH", "EG_ZZ_HSYH", - "EG_ZZ_MH", "EG_ZZ_MHHT", - "EG_ZZ_RH", "EG_ZZ_SSKZ", - "EG_ZZ_TMTX", "ER_JBCH", - "ER_TX_ZZCJ", - "SaveTextToFile", - "SequentialImageLoader" + "ER_TX_ZZCJ" ], { "title_aux": "Comfyui-ergouzi-Nodes" @@ -153,6 +143,14 @@ "title_aux": "Hayo comfyui nodes" } ], + "https://github.com/2kpr/ComfyUI-PMRF": [ + [ + "PMRF" + ], + { + "title_aux": "ComfyUI-PMRF" + } + ], "https://github.com/2kpr/ComfyUI-UltraPixel": [ [ "UltraPixelLoad", @@ -163,6 +161,14 @@ "title_aux": "ComfyUI-UltraPixel" } ], + "https://github.com/311-code/ComfyUI-MagicClip_Strength": [ + [ + "CLIPTextEncodeSDXL_311_code" + ], + { + "title_aux": "ComfyUI MagicClip_Strength for SDXL" + } + ], "https://github.com/42lux/ComfyUI-safety-checker": [ [ "Safety Checker" @@ -196,6 +202,15 @@ "title_aux": "ComfyUI-GPT4V-Image-Captioner" } ], + "https://github.com/45uee/ComfyUI-Color_Transfer": [ + [ + "ColorPalette", + "PaletteTransfer" + ], + { + "title_aux": "ComfyUI-Color_Transfer" + } + ], "https://github.com/54rt1n/ComfyUI-DareMerge": [ [ "DM_AdvancedDareModelMerger", @@ -234,7 +249,8 @@ "Load_OBJ", "Mesh_Clean_Data", "Mesh_Cleanup", - "Mesh_Data", + "Mesh_Data_Get", + "Mesh_Data_Set", "Mesh_Data_Statistics", "Mesh_Optimization", "Mesh_Subdivide", @@ -271,6 +287,28 @@ "title_aux": "ComfyUI-3D-MeshTool" } ], + "https://github.com/807502278/ComfyUI-WJNodes": [ + [ + "AdvCrop", + "ComfyUIPath", + "DelFile", + "LoadImageAdv", + "LoadImageFromPath", + "MaskDetection", + "PathAppend", + "PrimitiveNode", + "SaveImageOut", + "SaveImageToPath", + "SelectImagesBatch", + "SplitPath", + "any_data", + "load_model_value", + "sort_images_batch" + ], + { + "title_aux": "ComfyUI-WJNodes" + } + ], "https://github.com/80sVectorz/ComfyUI-Static-Primitives": [ [ "FloatStaticPrimitive", @@ -538,8 +576,8 @@ "https://github.com/AIFSH/DHLive-ComfyUI": [ [ "CombineVideo", + "DHLIVELoadVideo", "DHLiveNode", - "LoadVideo", "PreViewVideo", "StaticVideo" ], @@ -557,6 +595,29 @@ "title_aux": "DiffMorpher-ComfyUI" } ], + "https://github.com/AIFSH/DiffSynth-ComfyUI": [ + [ + "CogVideoNode", + "DownloadModelsNode", + "LoadVideo", + "PreViewVideo", + "TextEncode" + ], + { + "title_aux": "DiffSynth-ComfyUI" + } + ], + "https://github.com/AIFSH/EzAudio-ComfyUI": [ + [ + "EzAudioControlNetNode", + "EzAudioEditNode", + "EzAudioNode", + "TextPromptNode" + ], + { + "title_aux": "EzAudio-ComfyUI" + } + ], "https://github.com/AIFSH/FancyVideo-ComfyUI": [ [ "FancyVideoNode", @@ -586,6 +647,41 @@ "title_aux": "GSTTS-ComfyUI" } ], + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": [ + [ + "AddBackgroundNode", + "AddWaterMarkNode", + "ENHivisionParamsNode", + "HivisionLayOutNode", + "HivisionNode", + "LaterProcessNode", + "ZHHivisionParamsNode" + ], + { + "author": "cuny", + "description": "", + "title_aux": "HivisionIDPhotos-ComfyUI" + } + ], + "https://github.com/AIFSH/PyramidFlow-ComfyUI": [ + [ + "PyramidFlowNode" + ], + { + "title_aux": "PyramidFlow-ComfyUI" + } + ], + "https://github.com/AIFSH/RealisDance-ComfyUI": [ + [ + "LoadFile", + "LoadVideo", + "PreViewVideo", + "RealisDanceNode" + ], + { + "title_aux": "RealisDance-ComfyUI" + } + ], "https://github.com/AIFSH/SenseVoice-ComfyUI": [ [ "SenseVoiceNode", @@ -604,8 +700,29 @@ "title_aux": "StyleShot-ComfyUI" } ], + "https://github.com/AIFSH/VideoSys-ComfyUI": [ + [ + "PreViewVideo", + "TextNode", + "VideoSysNode" + ], + { + "title_aux": "VideoSys-ComfyUI" + } + ], + "https://github.com/AIFSH/ViewCrafter-ComfyUI": [ + [ + "LoadVideo", + "PreViewVideo", + "ViewCrafterTxTNode" + ], + { + "title_aux": "ViewCrafter-ComfyUI" + } + ], "https://github.com/AIFSH/VocalSeparation-ComfyUI": [ [ + "CombineAudioNode", "VocalSeparationNode" ], { @@ -724,6 +841,7 @@ "> Sharpen", "> Text", "> Text Combine", + "> Text Count", "> Text Pick Line by Index", "> Text Pick Random Line", "> Text Random Weights", @@ -734,9 +852,19 @@ "title_aux": "ComfyUI_yanc" } ], + "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": [ + [ + "APZmedia Fast image save" + ], + { + "title_aux": "APZmedia Fast Image Save Node" + } + ], "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": [ [ - "CleanFileNameNode" + "APZmediaStandardFilenameBuilder", + "CleanFileNameNode", + "GenerateFilePathNode" ], { "title_aux": "APZmedia Clean Name" @@ -768,7 +896,7 @@ "title_aux": "Comfy-Photoshop-SD" } ], - "https://github.com/AbyssYuan0/ComfyUI_BadgerTools": [ + "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": [ [ "ApplyMaskToImage-badger", "CropImageByMask-badger", @@ -791,6 +919,7 @@ "IntToStringAdvanced-badger", "LoadImageAdvanced-badger", "LoadImagesFromDirListAdvanced-badger", + "NormalizationNumber-badger", "RotateImageWithPadding", "SegmentToMaskByPoint-badger", "SimpleBoolean-badger", @@ -810,6 +939,14 @@ "title_aux": "ComfyUI_BadgerTools" } ], + "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": [ + [ + "KolorsAwesomePrompts" + ], + { + "title_aux": "Kolors Awesome Prompts" + } + ], "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", @@ -887,9 +1024,11 @@ "ADJUST (JOV) \ud83d\udd78\ufe0f", "AKASHIC (JOV) \ud83d\udcd3", "ARRAY (JOV) \ud83d\udcda", + "BIT SPLIT (JOV) \u2b44", "BLEND (JOV) \u2697\ufe0f", "COLOR BLIND (JOV) \ud83d\udc41\u200d\ud83d\udde8", "COLOR MATCH (JOV) \ud83d\udc9e", + "COLOR MEANS (JOV) \u3030\ufe0f", "COLOR THEORY (JOV) \ud83d\udede", "COMPARISON (JOV) \ud83d\udd75\ud83c\udffd", "CONSTANT (JOV) \ud83d\udfea", @@ -900,19 +1039,18 @@ "FLATTEN (JOV) \u2b07\ufe0f", "GLSL (JOV) \ud83c\udf69", "GLSL BLEND LINEAR (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL COLOR CONVERSION (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL COLOR PALETTE (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL CONICAL GRADIENT (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL DIRECTIONAL WARP (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL FILTER RANGE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL HSV-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL HSV-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL LAB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL LAB-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL LAB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL HSV ADJUST (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL INVERT (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL BLEND (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL RGB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL RGB-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL RGB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL XYZ-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL XYZ-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL POSTERIZE (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL TRANSFORM (JOV) \ud83e\uddd9\ud83c\udffd", "GRADIENT MAP (JOV) \ud83c\uddf2\ud83c\uddfa", "GRAPH (JOV) \ud83d\udcc8", "IMAGE INFO (JOV) \ud83d\udcda", @@ -923,10 +1061,12 @@ "MIDI READER (JOV) \ud83c\udfb9", "OP BINARY (JOV) \ud83c\udf1f", "OP UNARY (JOV) \ud83c\udfb2", + "PASSTHRU (JOV) \ud83d\ude8c", "PIXEL MERGE (JOV) \ud83e\udec2", "PIXEL SPLIT (JOV) \ud83d\udc94", "PIXEL SWAP (JOV) \ud83d\udd03", "QUEUE (JOV) \ud83d\uddc3", + "QUEUE TOO (JOV) \ud83d\uddc3", "ROUTE (JOV) \ud83d\ude8c", "SAVE OUTPUT (JOV) \ud83d\udcbe", "SHAPE GEN (JOV) \u2728", @@ -936,14 +1076,14 @@ "STEREOSCOPIC (JOV) \ud83d\udd76\ufe0f", "STREAM READER (JOV) \ud83d\udcfa", "STREAM WRITER (JOV) \ud83c\udf9e\ufe0f", + "STRINGER (JOV) \ud83e\ude80", "SWIZZLE (JOV) \ud83d\ude35", "TEXT GEN (JOV) \ud83d\udcdd", "THRESHOLD (JOV) \ud83d\udcc9", "TICK (JOV) \u23f1", "TRANSFORM (JOV) \ud83c\udfdd\ufe0f", "VALUE (JOV) \ud83e\uddec", - "WAVE GEN (JOV) \ud83c\udf0a", - "WAVE GRAPH (JOV) \u25b6 \u0131l\u0131\u0131l\u0131" + "WAVE GEN (JOV) \ud83c\udf0a" ], { "author": "amorano", @@ -955,6 +1095,7 @@ ], "https://github.com/Anibaaal/ComfyUI-UX-Nodes": [ [ + "BlockLayerStringGenerator", "CheckpointLoaderBNB", "EasyResolutionPicker", "ModelSave", @@ -1259,6 +1400,7 @@ "ComfyDeployWebscoketImageOutput", "ComfyUIDeployExternalBoolean", "ComfyUIDeployExternalCheckpoint", + "ComfyUIDeployExternalFaceModel", "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalImageBatch", @@ -1267,9 +1409,10 @@ "ComfyUIDeployExternalNumberInt", "ComfyUIDeployExternalNumberSlider", "ComfyUIDeployExternalText", - "ComfyUIDeployExternalTextList", + "ComfyUIDeployExternalTextAny", "ComfyUIDeployExternalVid", - "ComfyUIDeployExternalVideo" + "ComfyUIDeployExternalVideo", + "ComfyUIDeployModelList" ], { "author": "BennyKok", @@ -1279,6 +1422,25 @@ "title_aux": "ComfyUI Deploy" } ], + "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": [ + [ + "fastsdcpu", + "fastsdcpu_lcm_models", + "fastsdcpu_loadModel", + "fastsdcpu_vino_models" + ], + { + "title_aux": "ComfyUI-FastSDCPU" + } + ], + "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [ + [ + "GatchaEmbedding" + ], + { + "title_aux": "Gatcha Embeddings" + } + ], "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": [ [ "AllInOnePlayer", @@ -1362,6 +1524,21 @@ "title_aux": "ComfyUI-Path-Helper" } ], + "https://github.com/Bin-sam/DynamicPose-ComfyUI": [ + [ + "DynamicPose_Sampler", + "Load_Pose_Guider", + "Load_denoising_unet", + "Load_reference_unet", + "Pose_Guider_Encode", + "align", + "load_pose_model", + "pose_extraction" + ], + { + "title_aux": "DynamicPose-ComfyUI" + } + ], "https://github.com/BlakeOne/ComfyUI-CustomScheduler": [ [ "CustomScheduler" @@ -1431,6 +1608,14 @@ "title_aux": "Tiled sampling for ComfyUI" } ], + "https://github.com/Bria-AI/ComfyUI-BRIA-API": [ + [ + "BriaEraser" + ], + { + "title_aux": "BRIA AI API nodes" + } + ], "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": [ [ "APIRequestNode", @@ -1441,6 +1626,30 @@ "title_aux": "ComfyUI_API_Manager" } ], + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": [ + [ + "MiniCPM3_4B", + "MiniCPM3_4B_GPTQ_Int4", + "MiniCPM_V_2_6", + "MiniCPM_V_2_6_Int4", + "TextDisplay" + ], + { + "author": "CY-CHENYUE", + "description": "Custom nodes for MiniCPM language models in ComfyUI", + "nickname": "MiniCPM-Plus", + "title": "MiniCPM-Plus", + "title_aux": "ComfyUI-MiniCPM-Plus" + } + ], + "https://github.com/CY-CHENYUE/ComfyUI-Molmo": [ + [ + "Molmo7BDbnb" + ], + { + "title_aux": "ComfyUI-Molmo" + } + ], "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": [ [ "CLIPIter", @@ -1513,10 +1722,27 @@ "title_aux": "ComfyUI_Ib_CustomNodes" } ], + "https://github.com/Charlweed/image_transceiver": [ + [ + "ImageTransceiver" + ], + { + "title_aux": "ImageTransceiver - ComfyUI" + } + ], + "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": [ + [ + "Resource Monitor" + ], + { + "title_aux": "ComfyUI-Elegant-Resource-Monitor" + } + ], "https://github.com/ChrisColeTech/ComfyUI-Line-counter": [ [ - "DirectoryFileCounter", - "TextFileLineCounter" + "Directory File Counter", + "Simple Number Counter", + "Text File Line Counter" ], { "title_aux": "ComfyUI-Line-counter" @@ -1586,9 +1812,11 @@ "PrimereMetaHandler", "PrimereMetaRead", "PrimereMetaSave", + "PrimereMetaTupleCollector", "PrimereMidjourneyStyles", "PrimereModelConceptSelector", "PrimereModelKeyword", + "PrimereNetworkDataCollector", "PrimereNetworkTagLoader", "PrimerePreviewImage", "PrimerePrompt", @@ -1621,10 +1849,34 @@ "title_aux": "Primere nodes for ComfyUI" } ], + "https://github.com/Creeper-MZ/comfyui_nai_api": [ + [ + "NovelAI", + "NovelAI_Declutter_Preprocessor", + "NovelAI_Lineart_Processor", + "NovelAI_Prompt", + "NovelAI_Sketch_Processor", + "NovelAI_VIBE" + ], + { + "title_aux": "comfyui_nai_api" + } + ], + "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": [ + [ + "Auto Caption", + "Joy Model load", + "LoadManyImages" + ], + { + "title_aux": "ComfyUI_Auto_Caption" + } + ], "https://github.com/Cyber-Blacat/ComfyUI-Yuan": [ [ "Image Judgment", "ImageMinusMask", + "Light or Dark", "Yuan", "Yuan Transfer", "YuanBW" @@ -1654,21 +1906,33 @@ "title_aux": "Comfy Couple" } ], - "https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py": [ + "https://github.com/DanielHabib/ComfyUI-Voxels": [ [ - "Depth2Mask" + "ImageBatchToImageList", + "MaskBatchToMaskList", + "MeshToVoxel", + "VoxelBlockLoader", + "VoxelBlockSaver", + "VoxelBlocksIntoVoxelVideo", + "VoxelVideoAPIInputNode", + "VoxelVideoLoader", + "VoxelVideoPreview", + "VoxelVideoViewer", + "VoxelViewer", + "VoxelizeMesh" ], { - "title_aux": "ComfyUI-Depth2Mask" + "title_aux": "ComfyUI-Voxels" } ], - "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [ + "https://github.com/DareFail/ComfyUI-Roboflow": [ [ - "CheckpointAutomaticConfig", - "ConfigPipe" + "CustomWorkflow_1image", + "LabelEmotions", + "RemoveBackground" ], { - "title_aux": "ComfyUI Checkpoint Automatic Config" + "title_aux": "ComfyUI-Roboflow" } ], "https://github.com/DataCTE/prompt_injection": [ @@ -1682,6 +1946,21 @@ "title_aux": "Prompt Injection Node for ComfyUI" } ], + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": [ + [ + "DiscordPostViaWebhook", + "DiscordSetWebhook", + "Set Discord Webhook", + "Use Discord Webhook" + ], + { + "author": "Dayuppy", + "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.", + "nickname": "DiscordWebhook", + "title": "Discord Webhook", + "title_aux": "Discord Webhook" + } + ], "https://github.com/DeJoker/pipeline-parallel-comfy": [ [ "PipelineParallel" @@ -1745,6 +2024,15 @@ "title_aux": "ComfyUI-eesahesNodes" } ], + "https://github.com/Elaine-chennn/comfyui-overlay-media": [ + [ + "OverlayMediaNode", + "VideoUpload" + ], + { + "title_aux": "ComfyUI Overlay Media Node" + } + ], "https://github.com/Electrofried/ComfyUI-OpenAINode": [ [ "OpenAINode" @@ -1839,6 +2127,16 @@ "title_aux": "ComfyUI_VisualStylePrompting" } ], + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": [ + [ + "GeccoAutosend", + "GeccoImageSave", + "GeccoSelectchannel" + ], + { + "title_aux": "Gecco Discord Autosend" + } + ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ "Automatic CFG", @@ -1874,12 +2172,15 @@ "https://github.com/Extraltodeus/Skimmed_CFG": [ [ "Skimmed CFG", + "Skimmed CFG - Clean Skim", + "Skimmed CFG - Difference CFG", + "Skimmed CFG - Timed flip", "Skimmed CFG - linear interpolation", "Skimmed CFG - linear interpolation dual scales", "Skimmed CFG - replace" ], { - "title_aux": "Skimmed_CFG" + "title_aux": "DistanceSampler" } ], "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [ @@ -2460,6 +2761,19 @@ "title_aux": "FM_nodes" } ], + "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": [ + [ + "VisualAreaPrompt", + "VisualAreaPromptAdvanced" + ], + { + "author": "Fuwuffy", + "description": "This is a collection of nodes created to aid when managing area conditionings.", + "nickname": "comfy-visual-area", + "title": "ComfyUI Visual Area Nodes", + "title_aux": "ComfyUI Visual Area Nodes" + } + ], "https://github.com/G-370/ComfyUI-SD3-Powerlab": [ [ "G370SD3PowerLab_AttentionToImage", @@ -2507,6 +2821,18 @@ "title_aux": "ComfyUI-GTSuya-Nodes" } ], + "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": [ + [ + "Gadzoinks" + ], + { + "author": "gadzoinksofficial", + "description": "Custom node for integrating with gadzoinks iPhone app", + "nickname": "Gadzoinks", + "title": "Gadzoinks", + "title_aux": "Gadzoinks" + } + ], "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": [ [ "SD3LatentSelectRes" @@ -2532,6 +2858,17 @@ "title_aux": "ComfyUI Suno API" } ], + "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": [ + [ + "DiffusersImageOutpaint", + "EncodeDiffusersOutpaintPrompt", + "LoadDiffusersOutpaintModels", + "PadImageForDiffusersOutpaint" + ], + { + "title_aux": "ComfyUI-DiffusersImageOutpaint" + } + ], "https://github.com/Goktug/comfyui-saveimage-plus": [ [ "SaveImagePlus" @@ -2601,6 +2938,15 @@ "title_aux": "AuraSR-ComfyUI" } ], + "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [ + [ + "PixelArtDownscaleNode", + "PixelArtNode" + ], + { + "title_aux": "PixelArt Processing Nodes" + } + ], "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": [ [ "StableCascadeLatentRatio" @@ -2667,7 +3013,6 @@ "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ "Normalization", - "NormalizationXL", "Recenter", "Recenter XL" ], @@ -2693,6 +3038,7 @@ ], "https://github.com/HaydenReeve/ComfyUI-Better-Strings": [ [ + "BetterPath", "BetterString" ], { @@ -2721,13 +3067,26 @@ ], "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": [ [ + "AdjustMojo", + "LoadMaskMap", "MagicalSaveNode", + "MojoLoader", + "MojoMaker", + "SaveMojo", "ThermalLatenator" ], { "title_aux": "Hellrunner's Magical Nodes" } ], + "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": [ + [ + "HighlightConnections" + ], + { + "title_aux": "comfyui-highlight-connections" + } + ], "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [ [ "Load Prompt Travel file", @@ -2742,6 +3101,21 @@ "title_aux": "Hiero-Nodes" } ], + "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [ + [ + "MI2V Flow Animator", + "MI2V Flow Predictor", + "MI2V PauseNode", + "MotionPainter" + ], + { + "author": "IDGallagher", + "description": "Custom nodes to aid in the exploration of Latent Space", + "nickname": "IG Interpolation Nodes", + "title": "IG Interpolation Nodes", + "title_aux": "ComfyUI-IG-Motion-I2V" + } + ], "https://github.com/IDGallagher/ComfyUI-IG-Nodes": [ [ "IG Analyze SSIM", @@ -2759,7 +3133,9 @@ "IG Path Join", "IG String", "IG String List", - "IG ZFill" + "IG ZFill", + "SM Video Base", + "SM Video Base Control" ], { "author": "IDGallagher", @@ -2839,10 +3215,32 @@ "title_aux": "ComfyUI-Stereopsis" } ], + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": [ + [ + "LineArt_Assistant", + "LineArt_Assistant_2", + "Sketch_Assistant", + "Sketch_Assistant_grayScale" + ], + { + "title_aux": "ComfyUI-Img2DrawingAssistants" + } + ], + "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": [ + [ + "Painting", + "ProcessInspyrenetRembg" + ], + { + "title_aux": "Image to Painting and Inspyrenet Assistant Nodes" + } + ], "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": [ [ "Gen_align_pose", - "UniAnimateImage" + "ReposeImage", + "UniAnimateImage", + "UniAnimateImageLong" ], { "title_aux": "UniAnimate Nodes for ComfyUI" @@ -2863,12 +3261,24 @@ ], "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [ [ + "AudioLoader", + "AudioPreviewer", "Qwen2_AQA" ], { "title_aux": "ComfyUI_Qwen2-Audio-7B-Instruct-Int4" } ], + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": [ + [ + "ImageLoader", + "MultiplePathsInput", + "Qwen2_VQA" + ], + { + "title_aux": "ComfyUI_Qwen2-VL-Instruct" + } + ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ "CLIPTextEncode SDXL Plus (JPS)", @@ -2999,13 +3409,16 @@ "JNodes_AddOrSetMetaDataKey", "JNodes_AnyToString", "JNodes_AppendReversedFrames", + "JNodes_AudioInputOptions", "JNodes_BooleanSelectorWithString", "JNodes_BreakMediaInfo", "JNodes_CheckpointSelectorWithString", "JNodes_ConditioningInOut", "JNodes_CreateStereoscopicImageFromDepth", "JNodes_FloatLiteral", + "JNodes_GetCleanFilename", "JNodes_GetComfyDirectory", + "JNodes_GetLeafDirectory", "JNodes_GetOutputDirectory", "JNodes_GetParameterFromList", "JNodes_GetParameterGlobal", @@ -3013,9 +3426,11 @@ "JNodes_ImageFormatSelector", "JNodes_ImageSizeSelector", "JNodes_IntLiteral", + "JNodes_JoinVideosInDirectory", "JNodes_LoadVideo", "JNodes_LoadVisualMediaFromPath", "JNodes_LoadVisualMediaFromPath_Batch", + "JNodes_LoadVisualMediaFromPath_List", "JNodes_LoraExtractor", "JNodes_MediaInfoToString", "JNodes_ModelInOut", @@ -3030,11 +3445,13 @@ "JNodes_SamplerSelectorWithString", "JNodes_SaveImageWithOutput", "JNodes_SaveVideo", + "JNodes_SaveVideoWithOptions", "JNodes_SchedulerSelectorWithString", "JNodes_SearchAndReplace", "JNodes_SearchAndReplaceFromFile", "JNodes_SearchAndReplaceFromList", "JNodes_SelectRandomFileFromDirectory", + "JNodes_SetMetadataA1111", "JNodes_SetNegativePromptInMetaData", "JNodes_SetPositivePromptInMetaData", "JNodes_SplitAndJoin", @@ -3051,19 +3468,6 @@ "title_aux": "ComfyUI-JNodes" } ], - "https://github.com/JayLyu/ComfyUI_BaiKong_Node": [ - [ - "BK_ColorContrast", - "BK_ColorLimit", - "BK_ColorSelector", - "BK_GradientImage", - "BK_ImageFilterByAspectRatio", - "BK_Img2Color" - ], - { - "title_aux": "ComfyUI_BaiKong_Node" - } - ], "https://github.com/JcandZero/ComfyUI_GLM4Node": [ [ "GLM3_turbo_CHAT", @@ -3112,6 +3516,42 @@ "title_aux": "ComfyUI_TGate" } ], + "https://github.com/JichaoLiang/Immortal_comfyUI": [ + [ + "AppendNode", + "ApplyVoiceConversion", + "CombineVideos", + "ImAppendFreeChatAction", + "ImAppendImageActionNode", + "ImAppendQuickbackNode", + "ImAppendQuickbackVideoNode", + "ImAppendVideoNode", + "ImApplyWav2lip", + "ImDumpEntity", + "ImDumpNode", + "ImLoadPackage", + "ImNodeTitleOverride", + "ImSetActionKeywordMapping", + "MergeNode", + "NewNode", + "Node2String", + "OllamaChat", + "SaveImagePath", + "SaveToDirectory", + "SetEvent", + "SetNodeMapping", + "SetProperties", + "String2Node", + "TurnOnOffNodeOnEnter", + "batchNodes", + "grepNodeByText", + "mergeEntityAndPointer", + "redirectToNode" + ], + { + "title_aux": "Immortal_comfyUI" + } + ], "https://github.com/Jordach/comfy-plasma": [ [ "JDC_AutoContrast", @@ -3147,8 +3587,9 @@ ], "https://github.com/Julian-adv/WildDivide": [ [ - "Attention couple", + "Attention couple wild divide", "Comfy Divide", + "WildcardDivide", "WildcardEncode" ], { @@ -3198,14 +3639,21 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", + "ACN_AdvancedControlNetApplySingle", "ACN_ControlNet++InputNode", "ACN_ControlNet++LoaderAdvanced", "ACN_ControlNet++LoaderSingle", "ACN_ControlNetLoaderWithLoraAdvanced", + "ACN_CustomControlNetWeightsFlux", + "ACN_CustomControlNetWeightsSD15", + "ACN_CustomT2IAdapterWeights", "ACN_DefaultUniversalWeights", "ACN_ReferenceControlNet", "ACN_ReferenceControlNetFinetune", "ACN_ReferencePreprocessor", + "ACN_ScaledSoftControlNetWeights", + "ACN_SoftControlNetWeightsSD15", + "ACN_SoftT2IAdapterWeights", "ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlLoaderAdvanced", "ACN_SparseCtrlMergedLoaderAdvanced", @@ -3426,6 +3874,15 @@ "title_aux": "ComfyUI_KytraWebhookHTTP" } ], + "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": [ + [ + "LG_FFTNode", + "LG_IFFTNode" + ], + { + "title_aux": "ComfyUI_LG_FFT" + } + ], "https://github.com/LEv145/images-grid-comfy-plugin": [ [ "GridAnnotation", @@ -3577,6 +4034,15 @@ "title_aux": "Anime Character Segmentation node for comfyui" } ], + "https://github.com/LyazS/comfyui-nettools": [ + [ + "NTL_LoadImagesBase64", + "NTL_SendImagesWebSocket" + ], + { + "title_aux": "net tool node for comfyui" + } + ], "https://github.com/M1kep/ComfyLiterals": [ [ "Checkpoint", @@ -3667,10 +4133,18 @@ ], "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ [ + "StringCleaning", + "TiktokenTokenizer", "\u26d4 Generate Negative Prompt", - "\u2728 Groq LLM API", + "\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]", + "\u2728\ud83d\udcac Groq LLM API", + "\u2728\ud83d\udcdd Groq ALM API - Transcribe", + "\u2728\ud83d\udcf7 Groq VLM API", "\ud83d\udcbe Save Text File With Path", - "\ud83d\uddbc\ufe0f Download Image from URL" + "\ud83d\udcc1 Get File Path", + "\ud83d\udd20 Tiktoken Tokenizer Info", + "\ud83d\uddbc\ufe0f Download Image from URL", + "\ud83e\uddf9 String Cleaning" ], { "title_aux": "ComfyUI-mnemic-nodes" @@ -3687,7 +4161,7 @@ "https://github.com/MakkiShizu/comfyui_reimgsize": [ [ "Cropimg", - "Resize" + "Reimgsize" ], { "title_aux": "comfyui_reimgsize" @@ -3716,10 +4190,18 @@ ], "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": [ [ - "MaraScottAnyBusNode", "MaraScottAnyBus_v2", - "MaraScottDisplayInfoNode", - "MaraScottDisplayInfo_v1", + "MaraScottDisplayInfo_v2", + "MaraScottForLoopClose_v1", + "MaraScottForLoopIntMathOperation_v1", + "MaraScottForLoopOpen_v1", + "MaraScottForLoopToBoolNode_v1", + "MaraScottForLoopWhileClose_v1", + "MaraScottForLoopWhileOpen_v1", + "MaraScottIsEmptyOrNone_v1", + "MaraScottIsEmpty_v1", + "MaraScottIsEqual_v1", + "MaraScottIsNone_v1", "MaraScottMcBoatyRefiner_v4", "MaraScottMcBoatyRefiner_v5", "MaraScottMcBoatyTilePrompter_v4", @@ -3730,9 +4212,10 @@ "MaraScottPasteInpaintingByMask_v1", "MaraScottPromptFromImage_v1", "MaraScottSetInpaintingByMask_v1", - "MaraScottUpscalerRefinerNode_v2", + "MaraScottTextConcatenate_v1", "MaraScottUpscalerRefinerNode_v3", - "MaraScott_Kijai_TokenCounter_v1" + "MaraScott_Kijai_TokenCounter_v1", + "TextConversion_StringToList_v1" ], { "title_aux": "\ud83d\udc30 MaraScott Nodes" @@ -3782,12 +4265,12 @@ "title_aux": "ComfyUI_Segment_Mask" } ], - "https://github.com/Marksusu/ComfyUI_MTEncode": [ + "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": [ [ "MTCLIPEncode" ], { - "title_aux": "ComfyUI_MTEncode" + "title_aux": "ComfyUI_MTCLIPEncode" } ], "https://github.com/Mason-McGough/ComfyUI-Mosaica": [ @@ -3803,6 +4286,25 @@ "title_aux": "Mosaica" } ], + "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": [ + [ + "GetModelStep", + "GlmPromptNode" + ], + { + "title_aux": "SimpleToolsNodes" + } + ], + "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ + [ + "VideoReportData", + "VideoReportGenerate", + "VideoReportPull" + ], + { + "title_aux": "ComfyUI ZhipuAI Platform" + } + ], "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": [ [ "MakeModelMemorySafe-safewrapper", @@ -3834,7 +4336,6 @@ [ "FluxModelSave_v2", "IntegratedRandomPromptGenerator", - "MilitantMergeNodev2", "ModelAnalyserNode", "TextAppender_v2" ], @@ -3876,10 +4377,17 @@ "https://github.com/MohammadAboulEla/ComfyUI-iTools": [ [ "iToolsAddOverlay", + "iToolsGridFiller", + "iToolsKSampler", + "iToolsLineLoader", "iToolsLoadImagePlus", "iToolsLoadImages", "iToolsPromptLoader", - "iToolsPromptSaver" + "iToolsPromptSaver", + "iToolsPromptStyler", + "iToolsPromptStylerExtra", + "iToolsTextReplacer", + "iToolsVaePreview" ], { "title_aux": "ComfyUI-iTools" @@ -3957,6 +4465,38 @@ "title_aux": "Node Pack mostly for manipulating strings and integers" } ], + "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": [ + [ + "BiRefNet_Hugo" + ], + { + "title_aux": "ComfyUI-BiRefNet-Hugo" + } + ], + "https://github.com/MoonHugo/ComfyUI-FFmpeg": [ + [ + "AddImgWatermark", + "AddTextWatermark", + "ExtractAudio", + "Frames2Video", + "ImageCopy", + "ImagePath2Tensor", + "LoadImageFromDir", + "Video2Frames", + "VideoFlip" + ], + { + "title_aux": "ComfyUI-FFmpeg" + } + ], + "https://github.com/Moooonet/ComfyUI-ArteMoon": [ + [ + "LoadPrompts" + ], + { + "title_aux": "ComfyUI-ArteMoon" + } + ], "https://github.com/MrForExample/ComfyUI-3D-Pack": [ [], { @@ -3990,7 +4530,15 @@ "https://github.com/MushroomFleet/DJZ-Nodes": [ [ "AspectSize", - "AspectSizeV2" + "AspectSizeV2", + "ImageSizeAdjuster", + "ImageSizeAdjusterV2", + "ProjectFilePathNode", + "StringWeights", + "ZenkaiPrompt", + "ZenkaiPromptV2", + "ZenkaiWildcard", + "ZenkaiWildcardV2" ], { "title_aux": "DJZ-Nodes" @@ -4072,8 +4620,8 @@ "ComfyUI-PromptList" ], { - "author": "Assistant", - "description": "Custom node for managing prompts with CSV integration", + "author": "NakamuraShippo", + "description": "Custom node to manage prompts in YAML format.", "title": "ComfyUI-PromptList", "title_aux": "ComfyUI-PromptList" } @@ -4161,6 +4709,16 @@ "title_aux": "ComfyUI_CartoonSegmentation" } ], + "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": [ + [ + "GLM-4 Inferencing", + "GLM-4 Model Loader", + "GLM-4 Prompt Enhancer" + ], + { + "title_aux": "ComfyUI GLM-4 Wrapper" + } + ], "https://github.com/NotHarroweD/Harronode": [ [ "Harronode" @@ -4301,6 +4859,28 @@ "title_aux": "ComfyUI-N-Nodes" } ], + "https://github.com/NyaamZ/efficiency-nodes-ED": [ + [ + "Apply LoRA Stack \ud83d\udcacED", + "Control Net Script \ud83d\udcacED", + "Efficient Loader \ud83d\udcacED", + "Embedding Stacker \ud83d\udcacED", + "Int Holder \ud83d\udcacED", + "KSampler (Efficient) \ud83d\udcacED", + "KSampler TEXT (Eff.) \ud83d\udcacED", + "LoRA Stacker \ud83d\udcacED", + "Load Image \ud83d\udcacED", + "Refiner Script \ud83d\udcacED", + "Save Image \ud83d\udd14ED" + ], + { + "author": "NyaamZ", + "description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.", + "nickname": "Efficiency Nodes ED", + "title": "Efficiency Nodes ExtendeD", + "title_aux": "Efficiency Nodes ExtendeD" + } + ], "https://github.com/Off-Live/ComfyUI-off-suite": [ [ "Apply CLAHE", @@ -4408,9 +4988,25 @@ "title_aux": "pfaeff-comfyui" } ], + "https://github.com/Phando/ComfyUI-PhandoNodes": [ + [ + "SearchBySubstring", + "TextConcatenateDynamic" + ], + { + "title_aux": "ComfyUI-PhandoNodes" + } + ], "https://github.com/Pheat-AI/Remade_nodes": [ [ - "Batch Image Blend by Mask" + "Batch Enlarged Overlay", + "Batch Image Blend by Mask", + "Batch Image Overlay", + "CannyImageCropper", + "MaskBoundingBox", + "Place Canny On Canvas", + "Remove Black To Transparent", + "Shrink Canny Image" ], { "title_aux": "Remade_nodes" @@ -4526,6 +5122,14 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": [ + [ + "CLIPSlider" + ], + { + "title_aux": "ComfyUI-CLIPSlider" + } + ], "https://github.com/RhizoNymph/ComfyUI-Latte": [ [ "LatteVideoGenerator" @@ -4534,12 +5138,23 @@ "title_aux": "ComfyUI-Latte" } ], + "https://github.com/RiceRound/ComfyUI_CryptoCat": [ + [ + "CryptoCatImage", + "ExcuteCryptoNode", + "RandomSeedNode", + "SaveCryptoNode" + ], + { + "title_aux": "ComfyUI Compression and Encryption Node" + } + ], "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": [ [ "Image Stitching Node" ], { - "title_aux": "ComfyUI-Panoramic-ImgStitcher" + "title_aux": "Panoramic Image Stitcher" } ], "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ @@ -4578,17 +5193,18 @@ ], "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ [ + "BBoxDetect(FaceParsing)", + "BBoxDetectorLoader(FaceParsing)", "BBoxListItemSelect(FaceParsing)", "BBoxResize(FaceParsing)", "ColorAdjust(FaceParsing)", - "FaceBBoxDetect(FaceParsing)", - "FaceBBoxDetectorLoader(FaceParsing)", "FaceParse(FaceParsing)", "FaceParsingModelLoader(FaceParsing)", "FaceParsingProcessorLoader(FaceParsing)", "FaceParsingResultsParser(FaceParsing)", "GuidedFilter(FaceParsing)", "ImageCropWithBBox(FaceParsing)", + "ImageCropWithBBoxList(FaceParsing)", "ImageInsertWithBBox(FaceParsing)", "ImageListSelect(FaceParsing)", "ImagePadWithBBox(FaceParsing)", @@ -4598,11 +5214,13 @@ "LatentCropWithBBox(FaceParsing)", "LatentInsertWithBBox(FaceParsing)", "LatentSize(FaceParsing)", + "MaskBatchComposite(FaceParsing)", + "MaskBorderDissolve(FaceParsing)", "MaskComposite(FaceParsing)", + "MaskCropWithBBox(FaceParsing)", "MaskInsertWithBBox(FaceParsing)", - "MaskListComposite(FaceParsing)", "MaskListSelect(FaceParsing)", - "MaskToBBox(FaceParsing)", + "MaskToBBoxList(FaceParsing)", "SkinDetectTraditional(FaceParsing)" ], { @@ -4623,14 +5241,6 @@ "title_aux": "comfyui_io_helpers" } ], - "https://github.com/SEkINVR/ComfyUI-Animator": [ - [ - "Animator" - ], - { - "title_aux": "ComfyUI-Animator" - } - ], "https://github.com/SEkINVR/ComfyUI-SaveAs": [ [ "ComfyUISaveAs" @@ -4715,6 +5325,7 @@ [ "Any2ListNode", "AudioBatchValueNode", + "AudioInfoNode", "AudioTranscriptionNode", "BatchedTranscriptionEncoderNode", "DownloadAudio", @@ -4731,11 +5342,13 @@ "MuseAudioFeatureExtractionNode", "MuseImageFeatureExtractionNode", "MuseTalkNode", + "ProcessAudioNode", "RVC-Studio.LoadAudio", "RVC-Studio.PreviewAudio", "RVCNode", "RVCProcessDatasetNode", "RVCTrainModelNode", + "RVCTrainParamsNode", "SimpleMathNode", "SliceNode", "SortImagesNode", @@ -4782,6 +5395,7 @@ ], "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": [ [ + "LongCLIPTextEncodeFlux", "SeaArtLongClip", "SeaArtLongXLClipMerge" ], @@ -4789,6 +5403,51 @@ "title_aux": "ComfyUI-Long-CLIP" } ], + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": [ + [ + "AutoVisionModelLoader", + "JoinString", + "LlamaVisionGenerateText", + "LlamaVisionModelLoader", + "MolmoGenerateText", + "MolmoModelLoader", + "ParseBoundingBoxes", + "ParsePoints", + "PixtralGenerateText", + "PixtralImageEncode", + "PixtralModelLoader", + "PixtralTextEncode", + "PlotPoints", + "RegexFindAll", + "RegexSearch", + "RegexSplitString", + "RegexSubstitution", + "SelectIndex", + "SliceList" + ], + { + "title_aux": "ComfyUI-PixtralLlamaMolmoVision" + } + ], + "https://github.com/SeanScripts/ComfyUI-Unload-Model": [ + [ + "UnloadAllModels", + "UnloadModel" + ], + { + "title_aux": "ComfyUI-Unload-Model" + } + ], + "https://github.com/SeargeDP/ComfyUI_Searge_LLM": [ + [ + "Searge_AdvOptionsNode", + "Searge_LLM_Node", + "Searge_Output_Node" + ], + { + "title_aux": "Searge-LLM for ComfyUI v1.0" + } + ], "https://github.com/SeargeDP/SeargeSDXL": [ [ "SeargeAdvancedParameters", @@ -5081,6 +5740,29 @@ "title_aux": "ComfyUI-Image-Inpainting" } ], + "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": [ + [ + "ClipFP8ConverterNode", + "ModelFP8ConverterNode" + ], + { + "title_aux": "ComfyUI_DiffusionModel_fp8_converter" + } + ], + "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": [ + [ + "ASCIIArtNode", + "ASCIIArtNodev2", + "ASCIIArtSinglefontNode" + ], + { + "author": "Shiba-2-shiba", + "description": "This node generates colorful ASCII art using custom character sets and fonts.", + "nickname": "ColorASCII", + "title": "Colorful ASCII Art Node", + "title_aux": "ComfyUI-color-ascii-art-node" + } + ], "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": [ [ "Cascade", @@ -5109,15 +5791,24 @@ ], "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": [ [ - "Gemini_Flash" + "Gemini_Flash_002" ], { "title_aux": "ComfyUI_Gemini_Flash" } ], + "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": [ + [ + "ComfyUIPixtralVision", + "MultiImagesInput" + ], + { + "title_aux": "ComfyUI_pixtral_vision" + } + ], "https://github.com/ShmuelRonen/ComfyUI_wav2lip": [ [ - "AudioPath", + "LoadAudio", "Wav2Lip" ], { @@ -5148,7 +5839,9 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": [ [ "CheckPointLoader_Text", - "LoRALoader_Text" + "EmptyLatentImage_Text", + "LoRALoader_Text", + "LoadImage_Text" ], { "title_aux": "ComfyUI_Textarea_Loaders" @@ -5189,6 +5882,17 @@ "title_aux": "ComfyUI-DeepCache-Fix" } ], + "https://github.com/SoftMeng/ComfyUI-PIL": [ + [ + "PIL Effects (Mexx)", + "PIL Merge Image (Mexx)", + "PIL Remove Black Dots (Mexx)", + "PIL TITLE (Mexx)" + ], + { + "title_aux": "ComfyUI-PIL" + } + ], "https://github.com/SoftMeng/ComfyUI_ImageToText": [ [ "ComfyUI_ImageToText" @@ -5249,6 +5953,21 @@ "title_aux": "Text to video for Stable Video Diffusion in ComfyUI" } ], + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": [ + [ + "CosyVoiceCrossLingualNode", + "CosyVoiceInstructNode", + "CosyVoiceLoadSpeakerModelFromUrlNode", + "CosyVoiceLoadSpeakerModelNode", + "CosyVoiceSFTNode", + "CosyVoiceSaveSpeakerModelNode", + "CosyVoiceZeroShotNode", + "SenseVoiceNode" + ], + { + "title_aux": "ComfyUI-FunAudioLLM" + } + ], "https://github.com/Stability-AI/ComfyUI-SAI_API": [ [ "Stability Conservative Upscale", @@ -5278,6 +5997,18 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/StarMagicAI/comfyui_tagger": [ + [ + "DownloadAndLoadFlorence2Lora_jsonL", + "DownloadAndLoadFlorence2Model_jsonL", + "Florence2ModelLoader_jsonL", + "Florence2Run_jsonL", + "batch_text_save_jsonL" + ], + { + "title_aux": "ComfyUI-tagger" + } + ], "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ [ "Ood_CXH" @@ -5305,8 +6036,31 @@ "title_aux": "ComfyUI_Seg_VITON" } ], + "https://github.com/StartHua/Comfyui_CXH_DeepLX": [ + [ + "CXH_DeepLX_Free", + "CXH_DeepLX_translate" + ], + { + "title_aux": "Comfyui_CXH_DeepLX" + } + ], + "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": [ + [ + "CXH_Lora_Merge" + ], + { + "title_aux": "Comfyui_CXH_FluxLoraMerge" + } + ], "https://github.com/StartHua/Comfyui_CXH_joy_caption": [ [ + "CXH_DownloadAndLoadFlorence2Model", + "CXH_Florence2Run", + "CXH_HG_Model_Load", + "CXH_Min2_6_prompt_Run", + "CXH_MinCP3_4B_Chat", + "CXH_MinCP3_4B_Load", "Joy_caption", "Joy_caption_load" ], @@ -5333,11 +6087,11 @@ ], "https://github.com/Steudio/ComfyUI_Steudio": [ [ - "DynamicTileMerge", - "DynamicTileSplit", - "TileCalc", - "TileMerge", - "TileSplit" + "Make Size", + "Make Size Latent", + "Make Tiles", + "Make Tiles Math", + "Unmake Tiles" ], { "title_aux": "ComfyUI_Steudio" @@ -5596,6 +6350,7 @@ "MakeFrameDataset", "MixConsistencyMaps", "OffsetNumber", + "RenderVideo", "ResizeToFit", "SaveFrame", "WarpFrame" @@ -5744,6 +6499,11 @@ "tri3d-simple_rescale_histogram", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels", + "tri3d_H_Stack_Images", + "tri3d_SaveImage_absolute", + "tri3d_SaveText_absolute", + "tri3d_Wait_And_Read_File", + "tri3d_extract_facer_mask", "tri3d_fill_mask", "tri3d_is_only_trouser", "tri3d_position_pose_part" @@ -5954,6 +6714,7 @@ [ "ttN KSampler_v2", "ttN advPlot combo", + "ttN advPlot images", "ttN advPlot range", "ttN advPlot string", "ttN advanced xyPlot", @@ -6003,6 +6764,14 @@ "title_aux": "ComfyUI_tinyterraNodes" } ], + "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ + [ + "Object Mask" + ], + { + "title_aux": "ComfyUI_YoloSegment_Mask" + } + ], "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": [ [ "menus" @@ -6100,6 +6869,21 @@ "title_aux": "Tripo for ComfyUI" } ], + "https://github.com/VertexStudio/roblox-comfyui-nodes": [ + [ + "FirstLetterNode", + "FlowNodes", + "MirrorEffectNode", + "SaveImageNode", + "ScaleImageNode", + "SwitchImageNode", + "SwitchTextNode", + "TextToImageNode" + ], + { + "title_aux": "roblox-comfyui-nodes" + } + ], "https://github.com/Visionatrix/ComfyUI-Visionatrix": [ [ "VixUiCheckbox", @@ -6116,6 +6900,40 @@ "title_aux": "ComfyUI-Visionatrix" } ], + "https://github.com/VykosX/ControlFlowUtils": [ + [ + "Cycle", + "CycleContinue", + "CycleEnd", + "DataMonitor", + "FallbackAnyBatch", + "FallbackImagePreviewer", + "FolderSearch", + "GarbageCollector", + "HaltExecution", + "IfConditionSelector", + "ImageResolutionAdjust", + "InvertCondition", + "LoopClose", + "LoopOpen", + "LoraSelector", + "MemoryStorage", + "ModelSelector", + "NullInput", + "NullOutput", + "ReadTextFile", + "SaveTextFile", + "SimpleToggle", + "StringOperation", + "UniversalSwitch", + "UnloadModels", + "VAESelector", + "Wait" + ], + { + "title_aux": "ControlFlowUtils" + } + ], "https://github.com/WASasquatch/ASTERR": [ [ "ASTERR", @@ -6421,6 +7239,19 @@ "title_aux": "Auto Crop By NPS" } ], + "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": [ + [ + "InstaCBoolean", + "InstaCFloat", + "InstaCInteger", + "InstaCSeed", + "InstaCText", + "InstaCTextML" + ], + { + "title_aux": "InstaSD nodes for ComfyUI" + } + ], "https://github.com/WebDev9000/WebDev9000-Nodes": [ [ "IgnoreBraces", @@ -6451,7 +7282,9 @@ "CivitaiLoraLoaderStackedAdvanced", "LoraLoaderStackedAdvancedWithPreviews", "LoraLoaderStackedWithPreviews", - "LoraLoaderWithPreviews" + "LoraLoaderWithPreviews", + "XTNodesCleanPrompt", + "XTNodesPromptConcatenate" ], { "title_aux": "ComfyUI Easy Civitai (XTNodes)" @@ -6459,6 +7292,8 @@ ], "https://github.com/XLabs-AI/x-flux-comfyui": [ [ + "ApplyAdvancedFluxControlNet", + "ApplyAdvancedFluxIPAdapter", "ApplyFluxControlNet", "ApplyFluxIPAdapter", "FluxLoraLoader", @@ -6470,6 +7305,15 @@ "title_aux": "x-flux-comfyui" } ], + "https://github.com/Xclbr7/ComfyUI-Merlin": [ + [ + "GeminiPromptExpander", + "Magic Photo Prompter \ud83e\ude84" + ], + { + "title_aux": "ComfyUI-Merlin: Magic Photo Prompter" + } + ], "https://github.com/XmYx/deforum-comfy-nodes": [ [ "DeforumAddNoiseNode", @@ -6578,6 +7422,26 @@ "title_aux": "ComfyUI-ToSVG" } ], + "https://github.com/YarvixPA/ComfyUI-NeuralMedia": [ + [ + "ApplyControlNet", + "BiRefNetNode", + "InpaintConditioningNode", + "InpaintNode", + "MultiControlnet", + "MultiControlnetApply", + "MultiControlnetUnion", + "OutpaintNode", + "SDXLTextEncoderSimpleNode", + "TextFieldNode", + "TileCheckpointPatchNode", + "UpscaleImageWithModel", + "VTracerImageVectorizerNode" + ], + { + "title_aux": "ComfyUI-NeuralMedia" + } + ], "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ [ "MergeBlockWeighted" @@ -6722,14 +7586,14 @@ "title_aux": "ComfyUI-Q-Align" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": [ [ "Qwen2_Chat_Zho", "Qwen2_ModelLoader_Zho", "Qwen2_Zho" ], { - "title_aux": "ComfyUI-Qwen-2" + "title_aux": "Qwen-2.5 in ComfyUI" } ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": [ @@ -6901,6 +7765,7 @@ "abyz22_lamaInpaint", "abyz22_lamaPreprocessor", "abyz22_makecircles", + "abyz22_path_generator", "abyz22_setimageinfo", "abyz22_smallhead" ], @@ -6908,6 +7773,18 @@ "title_aux": "image_control" } ], + "https://github.com/acorderob/sd-webui-prompt-postprocessor": [ + [ + "ACBPromptPostProcessor" + ], + { + "author": "ACB", + "description": "Node for processing prompts. Includes the following options: send to negative prompt, set variables, if/elif/else command for conditional content, wildcards and choices.", + "nickname": "ACB PPP", + "title": "Prompt Post Processor", + "title_aux": "Prompt PostProcessor" + } + ], "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ [ "DownloadLinkChecker", @@ -6917,14 +7794,6 @@ "title_aux": "ComfyUI-TrashNodes-DownloadHuggingface" } ], - "https://github.com/ader47/comfyui_meshhamer": [ - [ - "Meshamer-DepthMapPreprocessor" - ], - { - "title_aux": "ComfyUI-MeshHamer" - } - ], "https://github.com/adieyal/comfyui-dynamicprompts": [ [ "DPCombinatorialGenerator", @@ -7055,6 +7924,7 @@ ], "https://github.com/aidenli/ComfyUI_NYJY": [ [ + "CivitaiPrompt", "JoyCaption", "JoyTag", "LoadLlamaModel", @@ -7064,6 +7934,14 @@ "title_aux": "ComfyUI_NYJY" } ], + "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": [ + [ + "SaveImageHigherBitDepth" + ], + { + "title_aux": "ComfyUI-HigherBitDepthSaveImage" + } + ], "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [ [ "ASVL" @@ -7076,17 +7954,29 @@ [ "AK_AdjustListSize", "AK_AnimatedDilationMaskLinear", + "AK_AudioFramesyncSchedule", + "AK_AudioreactiveDilateMaskInfinite", "AK_AudioreactiveDilationMask", "AK_AudioreactiveDynamicDilationMask", "AK_BinaryAmplitudeGate", + "AK_BrightnessToFloatList", "AK_ConvertAudioToSaltAudio", "AK_ConvertListToFloatList", "AK_ConvertSaltAudioToAudio", + "AK_DilateMaskLinearInfinite", + "AK_FadeBetweenBatches", + "AK_FlexFeatureToFloatList", + "AK_FloatListToDilateMaskSchedule", + "AK_FloatListToFlexFeature", "AK_IPAdapterCustomWeights", + "AK_KeyframeScheduler", "AK_LagChop", "AK_ListToNumpyFloatArray", "AK_NormalizeMaskImage", "AK_RescaleFloatList", + "AK_ScheduledBinaryComparison", + "AK_ShrinkNumSequence", + "AK_SplitImageBatch", "AK_VideoSpeedAdjust" ], { @@ -7097,6 +7987,32 @@ "title_aux": "Akatz Custom Nodes" } ], + "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": [ + [ + "Depthflow", + "DepthflowEffectDOF", + "DepthflowEffectVignette", + "DepthflowMotionArc", + "DepthflowMotionCosine", + "DepthflowMotionExponential", + "DepthflowMotionLinear", + "DepthflowMotionPresetCircle", + "DepthflowMotionPresetDolly", + "DepthflowMotionPresetHorizontal", + "DepthflowMotionPresetOrbital", + "DepthflowMotionPresetVertical", + "DepthflowMotionPresetZoom", + "DepthflowMotionSetTarget", + "DepthflowMotionSine" + ], + { + "author": "akatz", + "description": "Custom nodes for use with Tremeschin's Depthflow library.", + "nickname": "Depthflow Nodes", + "title": "Depthflow Nodes", + "title_aux": "\ud83c\udf0a Depthflow Nodes" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -7144,6 +8060,7 @@ "FLUXResolutions", "GeminiAPI", "OllamaAPI", + "Save text", "SaveSVG", "TextSplitByDelimiter", "menus" @@ -7188,6 +8105,41 @@ "title_aux": "OpenPose Node" } ], + "https://github.com/alexcong/ComfyUI_QwenVL": [ + [ + "Qwen2.5", + "Qwen2VL" + ], + { + "title_aux": "Qwen2-VL wrapper for ComfyUI" + } + ], + "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": [ + [ + "HF_QuestionAnswer", + "Job_Caption", + "Joy_caption", + "Joy_caption_load" + ], + { + "author": "Alex Genovese", + "description": "Huggingface Api Serverless request", + "nickname": "alexgenovese", + "title": "Huggingface Api Serverless", + "title_aux": "Huggingface Api Serverless" + } + ], + "https://github.com/alexisrolland/ComfyUI-Phi": [ + [ + "DownloadAndLoadPhi", + "DownloadAndLoadPhiVision", + "RunPhi", + "RunPhiVision" + ], + { + "title_aux": "ComfyUI-Phi" + } + ], "https://github.com/alexopus/ComfyUI-Image-Saver": [ [ "Cfg Literal (Image Saver)", @@ -7392,18 +8344,6 @@ "title_aux": "Handy Node ComfyUI" } ], - "https://github.com/ansonkao/comfyui-geometry": [ - [ - "TransformTemplateOntoFaceMask" - ], - { - "author": "Anson Kao", - "description": "A small collection of custom nodes for use with ComfyUI, by Discopixel", - "nickname": "ComfyUI Discopixel", - "title": "ComfyUI Discopixel", - "title_aux": "comfyui-geometry" - } - ], "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ [ "composite", @@ -7416,6 +8356,19 @@ "title_aux": "antrobots ComfyUI Nodepack" } ], + "https://github.com/asaddi/ComfyUI-YALLM-node": [ + [ + "LLMChat", + "LLMMinP", + "LLMModel", + "LLMTemperature", + "LLMTopK", + "LLMTopP" + ], + { + "title_aux": "YALLM-LlamaVision" + } + ], "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": [ [ "AdaptiveGuidance", @@ -7594,8 +8547,11 @@ [ "BoolSwitchOutStr", "CivitaiPrompts", + "ComfyuiRuntimeArgs", "FaceScatter", "FaceScatter2", + "FluxInspireLbw_Batch", + "FluxInspireLbw_BlockVectorPreset", "GodnessMerger_Apply", "GodnessMerger_InputBlocks", "GodnessMerger_InputBlocksExperimental", @@ -7611,6 +8567,7 @@ "ImageMonitor", "ImgMetaValueExtractor", "LoraLoaderByPath", + "LoraLoaderFromFolder", "LoraLoaderOnlyModelByPath", "PreviewImageWEBP", "PromptChecker", @@ -7619,13 +8576,15 @@ "SD3BlocksMultiply", "SD3Multiply", "SP-CheckpointSave", + "SP-UnetSave", + "SP_FluxFastMergePatchFP8 [Experimental]", "SP_KoboldCpp", + "SP_KoboldCppWithContext", "SP_WebsocketSendImage", "ScatterParams", "ScatterParamsBatch", "SendTelegramChatBot", "StrToCombo", - "TESTER", "TextSplitJoinByDelimiter" ], { @@ -7646,6 +8605,17 @@ "title_aux": "Steerable Motion" } ], + "https://github.com/banqingyuan/ComfyUI-text-replace": [ + [ + "ChatOverlayNode", + "ExtractJsonNode", + "ImageEraseNode", + "OCRLocNode" + ], + { + "title_aux": "ComfyUI-text-replace" + } + ], "https://github.com/barckley75/comfyUI_DaVinciResolve/raw/main/custom_nodes/node_text_to_speech.py": [ [ "TextToSpeech" @@ -7787,7 +8757,9 @@ ], "https://github.com/blackcodetavern/ComfyUI-Benripack": [ [ - "CharacterPipe" + "AnimationExtractor", + "CharacterPipe", + "Load3DModel" ], { "title_aux": "ComfyUI-Benripack" @@ -7853,12 +8825,24 @@ "OCS Param", "OCS Sampler", "OCS SimpleRestartSchedule", - "OCS Substeps" + "OCS Substeps", + "OCSNoise PerlinAdvanced", + "OCSNoise PerlinSimple", + "OCSNoise to SONAR_CUSTOM_NOISE" ], { "title_aux": "comfyui_overly_complicated_sampling" } ], + "https://github.com/blob8/ComfyUI_sloppy-comic": [ + [ + "Generate Comic", + "LLM API Request" + ], + { + "title_aux": "ComfyUI_sloppy-comic" + } + ], "https://github.com/blueraincoatli/comfyUI_SillyNodes": [ [ "BooleanJumper|SillyNode", @@ -7962,6 +8946,7 @@ "Get Contour from list", "Get Models", "Get Prompt", + "Hue Mode (InRange hsv)", "HypernetworkLoader (dirty)", "ImageBatchToList", "InRange (hsv)", @@ -8030,7 +9015,12 @@ ], "https://github.com/bmad4ever/comfyui_quilting": [ [ + "GuessQuiltingBlockSize_Bmad", + "ImageQuiltingSeamlessMB_Bmad", + "ImageQuiltingSeamlessSB_Bmad", "ImageQuilting_Bmad", + "LatentQuiltingSeamlessMB_Bmad", + "LatentQuiltingSeamlessSB_Bmad", "LatentQuilting_Bmad" ], { @@ -8069,6 +9059,15 @@ "title_aux": "ComfyKit Custom Nodes" } ], + "https://github.com/boredofnames/ComfyUI-ntfy": [ + [ + "Ntfy", + "SaveImageAndNtfy" + ], + { + "title_aux": "ComfyUI-ntfy" + } + ], "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ [ "ResolutionSelector" @@ -8152,6 +9151,14 @@ "title_aux": "ImageProcessing" } ], + "https://github.com/bvhari/ComfyUI_PerpCFG": [ + [ + "PerpCFG" + ], + { + "title_aux": "ComfyUI_PerpCFG" + } + ], "https://github.com/bvhari/ComfyUI_PerpWeight": [ [ "CLIPTextEncodePerpWeight" @@ -8235,6 +9242,14 @@ "title_aux": "Text Node With Comments (@cdxoo)" } ], + "https://github.com/celoron/ComfyUI-VisualQueryTemplate": [ + [ + "VisualQueryTemplateNode" + ], + { + "title_aux": "ComfyUI-VisualQueryTemplate" + } + ], "https://github.com/celsojr2013/comfyui_jamworks_client": [ [ "Jamworks_Download", @@ -8681,6 +9696,7 @@ "chaosaiart_Any_Switch", "chaosaiart_Any_Switch_Big_Number", "chaosaiart_Any_Switch_small", + "chaosaiart_AutoNone_Switch_small", "chaosaiart_CheckpointLoader", "chaosaiart_CheckpointPrompt", "chaosaiart_CheckpointPrompt2", @@ -8787,10 +9803,12 @@ "LayerColor: AutoAdjustV2", "LayerColor: AutoBrightness", "LayerColor: Brightness & Contrast", + "LayerColor: BrightnessContrastV2", "LayerColor: Color of Shadow & Highlight", "LayerColor: ColorAdapter", "LayerColor: ColorBalance", "LayerColor: ColorTemperature", + "LayerColor: ColorofShadowHighlightV2", "LayerColor: Exposure", "LayerColor: Gamma", "LayerColor: HSV", @@ -8805,6 +9823,7 @@ "LayerFilter: Film", "LayerFilter: FilmV2", "LayerFilter: GaussianBlur", + "LayerFilter: GaussianBlurV2", "LayerFilter: HDREffects", "LayerFilter: LightLeak", "LayerFilter: MotionBlur", @@ -8812,11 +9831,17 @@ "LayerFilter: SkinBeauty", "LayerFilter: SoftLight", "LayerFilter: WaterColor", + "LayerMask: BBoxJoin", "LayerMask: BiRefNetUltra", + "LayerMask: BiRefNetUltraV2", "LayerMask: BlendIf Mask", "LayerMask: CreateGradientMask", + "LayerMask: DrawBBoxMask", + "LayerMask: EVFSAMUltra", "LayerMask: Florence2Ultra", + "LayerMask: HumanPartsUltra", "LayerMask: ImageToMask", + "LayerMask: LoadBiRefNetModel", "LayerMask: LoadFlorence2Model", "LayerMask: MaskBoxDetect", "LayerMask: MaskByColor", @@ -8832,11 +9857,17 @@ "LayerMask: MaskPreview", "LayerMask: MaskStroke", "LayerMask: MediapipeFacialSegment", + "LayerMask: ObjectDetectorFL2", + "LayerMask: ObjectDetectorMask", + "LayerMask: ObjectDetectorYOLO8", + "LayerMask: ObjectDetectorYOLOWorld", "LayerMask: PersonMaskUltra", "LayerMask: PersonMaskUltra V2", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", "LayerMask: RmBgUltra V2", + "LayerMask: SAM2Ultra", + "LayerMask: SAM2VideoUltra", "LayerMask: SegformerB2ClothesUltra", "LayerMask: SegformerClothesPipelineLoader", "LayerMask: SegformerFashionPipelineLoader", @@ -8844,12 +9875,14 @@ "LayerMask: SegmentAnythingUltra", "LayerMask: SegmentAnythingUltra V2", "LayerMask: Shadow & Highlight Mask", + "LayerMask: ShadowHighlightMaskV2", "LayerMask: TransparentBackgroundUltra", "LayerMask: YoloV8Detect", "LayerStyle: ColorOverlay", "LayerStyle: ColorOverlay V2", "LayerStyle: DropShadow", "LayerStyle: DropShadow V2", + "LayerStyle: Gradient Map", "LayerStyle: GradientOverlay", "LayerStyle: GradientOverlay V2", "LayerStyle: InnerGlow", @@ -8869,6 +9902,7 @@ "LayerUtility: CheckMaskV2", "LayerUtility: ColorImage", "LayerUtility: ColorImage V2", + "LayerUtility: ColorName", "LayerUtility: ColorPicker", "LayerUtility: CreateQRCode", "LayerUtility: CropBoxResolve", @@ -8882,8 +9916,10 @@ "LayerUtility: GetColorTone", "LayerUtility: GetColorToneV2", "LayerUtility: GetImageSize", + "LayerUtility: GetMainColors", "LayerUtility: GradientImage", "LayerUtility: GradientImage V2", + "LayerUtility: GrayValue", "LayerUtility: HLFrequencyDetailRestore", "LayerUtility: HSV Value", "LayerUtility: If", @@ -8911,12 +9947,17 @@ "LayerUtility: ImageShift", "LayerUtility: ImageTaggerSave", "LayerUtility: Integer", + "LayerUtility: JoyCaption2", + "LayerUtility: JoyCaption2ExtraOptions", "LayerUtility: LaMa", "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", + "LayerUtility: LlamaVision", "LayerUtility: LoadPSD", + "LayerUtility: LoadVQAModel", "LayerUtility: NumberCalculator", "LayerUtility: NumberCalculatorV2", + "LayerUtility: PhiPrompt", "LayerUtility: PrintInfo", "LayerUtility: PromptEmbellish", "LayerUtility: PromptTagger", @@ -8924,6 +9965,8 @@ "LayerUtility: QWenImage2Prompt", "LayerUtility: QueueStop", "LayerUtility: RGB Value", + "LayerUtility: RandomGenerator", + "LayerUtility: RandomGeneratorV2", "LayerUtility: RestoreCropBox", "LayerUtility: SD3NegativeConditioning", "LayerUtility: SaveImagePlus", @@ -8935,7 +9978,13 @@ "LayerUtility: SwitchCase", "LayerUtility: TextBox", "LayerUtility: TextImage", + "LayerUtility: TextImage V2", "LayerUtility: TextJoin", + "LayerUtility: TextJoinV2", + "LayerUtility: UserPromptGeneratorReplaceWord", + "LayerUtility: UserPromptGeneratorTxt2ImgPrompt", + "LayerUtility: UserPromptGeneratorTxt2ImgPromptWithReference", + "LayerUtility: VQAPrompt", "LayerUtility: XY to Percent" ], { @@ -8971,6 +10020,7 @@ [ "ConditionText", "ConditionTextMulti", + "ConditionTextPrompts", "ImageAddText", "ImageSimpleResize", "ImageSizeInfo", @@ -9075,6 +10125,14 @@ "title_aux": "Use Everywhere (UE Nodes)" } ], + "https://github.com/chrissy0/chris-comfyui-nodes": [ + [ + "PadImageSquare" + ], + { + "title_aux": "chris-comfyui-nodes" + } + ], "https://github.com/christian-byrne/audio-separation-nodes-comfyui": [ [ "AudioCombine", @@ -9252,13 +10310,23 @@ "title_aux": "SD-Latent-Upscaler" } ], - "https://github.com/civitai/comfy-nodes": [ + "https://github.com/civen-cn/ComfyUI-PaddleOcr": [ + [ + "OcrBlur", + "OcrBoxMask", + "OcrImageText" + ], + { + "title_aux": "ComfyUI-PaddleOcr" + } + ], + "https://github.com/civitai/civitai_comfy_nodes": [ [ "CivitAI_Checkpoint_Loader", "CivitAI_Lora_Loader" ], { - "title_aux": "comfy-nodes" + "title_aux": "Civitai Comfy Nodes" } ], "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": [ @@ -9309,6 +10377,7 @@ "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", + "ControlNetInpaintingAliMamaApply", "ControlNetLoader", "CropMask", "DiffControlNetLoader", @@ -9359,6 +10428,7 @@ "KSamplerAdvanced", "KSamplerSelect", "KarrasScheduler", + "LaplaceScheduler", "LatentAdd", "LatentBatch", "LatentBatchSeedBehavior", @@ -9380,6 +10450,7 @@ "LoadLatent", "LoraLoader", "LoraLoaderModelOnly", + "LoraSave", "MaskComposite", "MaskToImage", "ModelMergeAdd", @@ -9491,6 +10562,7 @@ "TestWhileLoopOpen", "ThresholdMask", "TomePatchModel", + "TorchCompileModel", "TripleCLIPLoader", "UNETLoader", "UNetCrossAttentionMultiply", @@ -9620,6 +10692,14 @@ "title_aux": "Cozy Reference Pose Generator" } ], + "https://github.com/cr7Por/ComfyUI_DepthFlow": [ + [ + "DepthFlowSimple" + ], + { + "title_aux": "ComfyUI_DepthFlow" + } + ], "https://github.com/crystian/ComfyUI-Crystools": [ [], { @@ -9631,6 +10711,16 @@ "title_aux": "Crystools" } ], + "https://github.com/cubiq/Block_Patcher_ComfyUI": [ + [ + "FluxBlockPatcherSampler", + "FluxBlockShareKV", + "PlotBlockParams" + ], + { + "title_aux": "Flux blocks patcher sampler" + } + ], "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ [ "FaceAlign", @@ -9757,12 +10847,17 @@ "ConditioningCombineMultiple+", "ConsoleDebug+", "DebugTensorShape+", + "DisplayAny", "DrawText+", "ExtractKeyframes+", + "FluxAttentionSeeker+", + "FluxBlocksBuster+", "FluxSamplerParams+", "GetImageSize+", + "GuidanceTimestepping+", "ImageApplyLUT+", "ImageBatchMultiple+", + "ImageBatchToList+", "ImageCASharpening+", "ImageColorMatch+", "ImageColorMatchAdobe+", @@ -9791,6 +10886,7 @@ "KSamplerVariationsStochastic+", "KSamplerVariationsWithNoise+", "LoadCLIPSegModels+", + "LorasForFluxParams+", "MaskBatch+", "MaskBlur+", "MaskBoundingBox+", @@ -9810,6 +10906,8 @@ "PlotParameters+", "RemBGSession+", "RemoveLatentMask+", + "SD3AttentionSeekerLG+", + "SD3AttentionSeekerT5+", "SD3NegativeConditioning+", "SDXLEmptyLatentSizePicker+", "SamplerSelectHelper+", @@ -9824,6 +10922,7 @@ "SimpleMathInt+", "SimpleMathPercent+", "SimpleMathSlider+", + "SimpleMathSliderLowRes+", "TextEncodeForSamplerParams+", "TransitionMask+", "TransparentBGSession+" @@ -9910,6 +11009,42 @@ "title_aux": "D2 Steps" } ], + "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": [ + [ + "D2 Checkpoint List", + "D2 Checkpoint Loader", + "D2 Multi Output", + "D2 Prompt SR", + "D2 Regex Switcher" + ], + { + "author": "da2el", + "description": "A parameter output node compatible with qq-nodes-comfyui. It outputs parameters such as Prompt S/R and seed.", + "title": "D2 XYPlot Utils", + "title_aux": "D2 XYPlot Utils" + } + ], + "https://github.com/da2el-ai/D2-nodes-ComfyUI": [ + [ + "D2 Checkpoint Loader", + "D2 KSampler", + "D2 KSampler(Advanced)", + "D2 Load Image", + "D2 Multi Output", + "D2 Prompt SR", + "D2 Refiner Steps", + "D2 Refiner Steps A1111", + "D2 Refiner Steps Tester", + "D2 Regex Switcher", + "D2 Size Slector" + ], + { + "author": "da2el", + "description": "A Collection of Handy Custom Nodes for ComfyUI", + "title": "D2 Nodes", + "title_aux": "D2 Nodes ComfyUI" + } + ], "https://github.com/dadoirie/ComfyUI_Dados_Nodes": [ [ "PinterestImageNode" @@ -9921,20 +11056,22 @@ "https://github.com/dagthomas/comfyui_dagthomas": [ [ "APNLatent", - "ApplyBloom", - "CFGSkimming", "CustomPromptLoader", "DynamicStringCombinerNode", "FileReaderNode", "FlexibleStringMergerNode", "GPT4MiniNode", "GPT4VisionNode", + "GeminiCustomVision", + "GeminiTextOnly", "Gpt4CustomVision", "Gpt4VisionCloner", - "MedianOppositeColorNode", "OllamaNode", + "OllamaVisionNode", "PGSD3LatentGenerator", - "ProminentOppositeColorNode", + "PhiCustomModelInference", + "PhiModelInference", + "PhiModelLoader", "PromptGenerator", "RandomIntegerNode", "SentenceMixerNode", @@ -9986,6 +11123,7 @@ ], "https://github.com/darkpixel/darkprompts": [ [ + "DarkAnyToString", "DarkCheckpointRandomizer", "DarkCheckpointSwitcher", "DarkCombine", @@ -9999,8 +11137,24 @@ "title_aux": "DarkPrompts" } ], + "https://github.com/darth-veitcher/comfydv": [ + [ + "CircuitBreaker", + "FormatString", + "ModelUnloader", + "RandomChoice" + ], + { + "author": "Darth Veitcher", + "description": "This collection of nodes provides string formatting, random choices, model memory management, and other quality of life improvements.", + "nickname": "DV Nodes", + "title": "Comfy DV Nodes", + "title_aux": "Comfy DV" + } + ], "https://github.com/daryltucker/ComfyUI-LoadFiles": [ [ + "CountLines", "ListFilenames", "LoadImages" ], @@ -10087,23 +11241,57 @@ "title_aux": "ComfyUI-JDCN" } ], - "https://github.com/daxthin/DZ-FaceDetailer": [ + "https://github.com/daxcay/ComfyUI-TG": [ [ - "DZ_Face_Detailer" + "TG_ImageSaver" ], { - "title_aux": "DZ-FaceDetailer" + "author": "Daxton Caylor", + "description": "This node enables someone to run comfyui in telegram.", + "nickname": "ComfyUI-TG", + "title": "ComfyUI-TG", + "title_aux": "ComfyUI-TG" + } + ], + "https://github.com/daxcay/ComfyUI-WA": [ + [ + "WA_ImageSaver" + ], + { + "author": "Daxton Caylor", + "description": "This node enables someone to run comfyui in whatsapp.", + "nickname": "ComfyUI-WA", + "title": "ComfyUI-WA", + "title_aux": "ComfyUI-WA" + } + ], + "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": [ + [ + "YouTubeVideoPlayer" + ], + { + "author": "Daxton Caylor & Jerry Davos", + "description": "YouTube Video Player in Comfy.", + "nickname": "ComfyUI-YouTubeVideoPlayer", + "title": "ComfyUI-YouTubeVideoPlayer", + "title_aux": "ComfyUI-YouTubeVideoPlayer" } ], "https://github.com/dchatel/comfyui_davcha": [ [ + "ApplyMask", "ConditioningCompress", "DStack", "DavchaCLIPMergeSimple", + "DavchaCLIPTextEncode", "DavchaConditioningConcat", + "DavchaEmptyLatentImage", + "DavchaLoadVideo", + "DavchaMaskImage", "DavchaModelMergeSD1", "DavchaModelMergeSDXL", "DavchaModelMergeSimple", + "DavchaPop", "PercentPadding", "ResizeCropFit", "SmartMask", @@ -10184,6 +11372,15 @@ "title_aux": "demofusion-comfyui" } ], + "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": [ + [ + "FluxImageCaptionNode", + "FluxPromptGeneratorNode" + ], + { + "title_aux": "ComfyUI_FluxPromptGen" + } + ], "https://github.com/dfl/comfyui-clip-with-break": [ [ "AdvancedCLIPTextEncodeWithBreak", @@ -10220,9 +11417,9 @@ [ "DicksonColorMatch", "DicksonLoadImage", - "TTPlanet_Tile_Preprocessor_GF", - "TTPlanet_Tile_Preprocessor_Simple", - "TTPlanet_Tile_Preprocessor_cufoff" + "Dickson_TTP_Preprocessor_Simple", + "Dickson_TTP_Preprocessor_cufoff", + "Dickson_TTP_Tile_Preprocessor_GF" ], { "description": "This is a set of custom nodes that I've either written myself or adapted from other authors for my own convenience. Currently includes color matching node forked from StableSR and TTPlanet's controlnet preprocessor. https://github.com/dicksondickson", @@ -10276,14 +11473,14 @@ ], "https://github.com/discopixel-studio/comfyui-discopixel": [ [ - "TransformTemplateOntoFaceMask" + "PhotoroomRemoveBG" ], { "author": "Anson Kao", "description": "A small collection of custom nodes for use with ComfyUI, by Discopixel", "nickname": "ComfyUI Discopixel", "title": "ComfyUI Discopixel", - "title_aux": "ComfyUI Discopixel Nodes" + "title_aux": "PhotoRoom Nodes by Discopixel" } ], "https://github.com/discus0434/comfyui-caching-embeddings": [ @@ -10294,6 +11491,14 @@ "title_aux": "ComfyUI Caching Embeddings" } ], + "https://github.com/discus0434/comfyui-flux-accelerator": [ + [ + "\ud83c\udf6dFluxAccelerator" + ], + { + "title_aux": "ComfyUI Flux Accelerator" + } + ], "https://github.com/djbielejeski/a-person-mask-generator": [ [ "APersonFaceLandmarkMaskGenerator", @@ -10419,7 +11624,12 @@ [ "Images_Converter|D00MYs", "JSPaint|D00MYs", - "Show_Text|D00MYs" + "Load_Images_From_Paths|D00MYs", + "Random_Images|D00MYs", + "Save_Images|D00MYs", + "Save_Text|D00MYs", + "Show_Text|D00MYs", + "Strings_From_List|D00MYs" ], { "title_aux": "ComfyUI-D00MYsNodes" @@ -10436,6 +11646,25 @@ "title_aux": "ComfyUI_Dragos_Nodes" } ], + "https://github.com/drmbt/comfyui-dreambait-nodes": [ + [ + "BoolPlusPlus", + "DRMBT_AspectPadImageForOutpainting", + "DRMBT_ExecutionTime", + "DRMBT_LoadMedia", + "DRMBT_Model_Context_Selector", + "DRMBT_MultiMinMax", + "DRMBT_PlotParameters", + "DRMBT_String_Item_Menu", + "NumberPlusPlus", + "NumberRemap", + "SwitchDuo", + "TextPlusPlus" + ], + { + "title_aux": "comfyui-dreambait-nodes" + } + ], "https://github.com/drustan-hawk/primitive-types": [ [ "float", @@ -10447,6 +11676,18 @@ "title_aux": "primitive-types" } ], + "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": [ + [ + "Custom ESAM_ModelLoader_Zho", + "Custom Generate Stable Diffsution Prompt With LLM", + "Custom Yoloworld_ESAM_Zho", + "Custom Yoloworld_ModelLoader_Zho", + "ObjectCrop" + ], + { + "title_aux": "ObjectFusion_ComfyUI_nodes" + } + ], "https://github.com/e7mac/ComfyUI-ShadertoyGL": [ [ "ColorChannelOffset", @@ -10457,7 +11698,7 @@ "title_aux": "ComfyUI-ShadertoyGL" } ], - "https://github.com/ealkanat/comfyui_easy_padding": [ + "https://github.com/ealkanat/comfyui-easy-padding": [ [ "comfyui-easy-padding" ], @@ -10475,6 +11716,15 @@ "title_aux": "Semantic-SAM" } ], + "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": [ + [ + "CreateExtraMetaData", + "SaveImageWithMetaData" + ], + { + "title_aux": "ComfyUI-ImageMetadataExtension" + } + ], "https://github.com/edenartlab/eden_comfy_pipelines": [ [ "Animation_RGB_Mask", @@ -10485,13 +11735,18 @@ "Eden_Bool", "Eden_Compare", "Eden_DebugPrint", + "Eden_DetermineFrameCount", "Eden_Float", "Eden_IMG_padder", "Eden_IMG_unpadder", "Eden_Int", - "Eden_Lora_Loader", + "Eden_MaskBoundingBox", + "Eden_Math", + "Eden_RepeatLatentBatch", + "Eden_Seed", "Eden_String", "Eden_gpt4_node", + "Extend_Sequence", "FolderScanner", "GetRandomFile", "Get_Prefixed_Imgs", @@ -10499,6 +11754,7 @@ "IMG_blender", "IMG_resolution_multiple_of", "IMG_scaler", + "IP_Adapter_Settings_Distribution", "If ANY execute A else B", "ImageDescriptionNode", "LatentTypeConversion", @@ -10506,7 +11762,6 @@ "LoadImagesByFilename", "LoadRandomImage", "Load_Embeddings_From_Folder", - "MaskFromRGB", "MaskFromRGB_KMeans", "ParallaxZoom", "Random_Style_Mixture", @@ -10528,8 +11783,20 @@ "title_aux": "Eden.art LoRa Trainer" } ], + "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": [ + [ + "Load Images and Prompts from Directory", + "Load Images and Prompts from Directory(Advanced)" + ], + { + "title_aux": "ComfyUI-Load-DirectoryFiles" + } + ], "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [ [ + "BatchImageProcessor", + "Caption", + "CaptionDownload", "KolorsMultiTextEncode", "MultiTextEncode" ], @@ -10539,8 +11806,10 @@ ], "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [ [ - "Compositor", - "EnricosCompositor" + "Compositor3", + "CompositorConfig3", + "CompositorTools3", + "CompositorTransformsOutV3" ], { "title_aux": "Compositor Node" @@ -10570,6 +11839,7 @@ "CM_IntToNumber", "CM_IntUnaryCondition", "CM_IntUnaryOperation", + "CM_NearestSDXLExtendedResolution", "CM_NearestSDXLResolution", "CM_NumberBinaryCondition", "CM_NumberBinaryOperation", @@ -10577,6 +11847,7 @@ "CM_NumberToInt", "CM_NumberUnaryCondition", "CM_NumberUnaryOperation", + "CM_SDXLExtendedResolution", "CM_SDXLResolution", "CM_Vec2BinaryCondition", "CM_Vec2BinaryOperation", @@ -10604,6 +11875,15 @@ "title_aux": "ComfyMath" } ], + "https://github.com/evolox/ComfyUI-GeneraNodes": [ + [ + "Genera.BatchTester", + "Genera.GCPStorageNode" + ], + { + "title_aux": "ComfyUI-GeneraNodes" + } + ], "https://github.com/exdysa/comfyui-selector": [ [ "Fork", @@ -10623,9 +11903,22 @@ "title_aux": "comfyui-selector" } ], + "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": [ + [ + "EZ Concatenate Text", + "EZ Load from CSV", + "EZ String" + ], + { + "title_aux": "ComfyUI-EZ-AF-Nodes" + } + ], "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": [ [ - "AlignFace" + "AlignFace", + "GenerateTimestamp", + "ReadImage", + "RenderOpenStreetMapTile" ], { "title_aux": "ComfyUI-Showrunner-Utils" @@ -10649,6 +11942,14 @@ "title_aux": "Ollama and Llava Vision integration for ComfyUI" } ], + "https://github.com/fashn-AI/ComfyUI-FASHN": [ + [ + "FASHN" + ], + { + "title_aux": "FASHN Virtual Try-On" + } + ], "https://github.com/fearnworks/ComfyUI_FearnworksNodes": [ [ "Count Files in Directory (FW)", @@ -10754,7 +12055,9 @@ [ "FL_Ascii", "FL_BatchAlign", + "FL_BulkPDFLoader", "FL_BulletHellGame", + "FL_CaptionSaver_V2", "FL_CaptionToCSV", "FL_CodeNode", "FL_ColorPicker", @@ -10764,10 +12067,13 @@ "FL_FractalKSampler", "FL_GPT_Vision", "FL_Glitch", + "FL_GradGenerator", "FL_HFHubModelUploader", "FL_HF_Character", + "FL_HF_UploaderAbsolute", "FL_HalftonePattern", "FL_HexagonalPattern", + "FL_ImageAdjuster", "FL_ImageCaptionLayout", "FL_ImageCaptionLayoutPDF", "FL_ImageCaptionSaver", @@ -10776,6 +12082,8 @@ "FL_ImageNotes", "FL_ImagePixelator", "FL_ImageRandomizer", + "FL_ImageSlicer", + "FL_ImagesToPDF", "FL_InfiniteZoom", "FL_InpaintCrop", "FL_Inpaint_Stitch", @@ -10784,10 +12092,20 @@ "FL_KsamplerPlus", "FL_KsamplerSettings", "FL_LoadImage", + "FL_MadLibGenerator", + "FL_Math", "FL_MirrorAndAppendCaptions", "FL_NFTGenerator", + "FL_OllamaCaptioner", + "FL_PDFImageExtractor", + "FL_PDFLoader", + "FL_PDFMerger", + "FL_PDFSaver", + "FL_PDFTextExtractor", + "FL_PDFToImages", "FL_PaperDrawn", "FL_PasteOnCanvas", + "FL_PathTypeChecker", "FL_PixelArtShader", "FL_PixelSort", "FL_PromptSelector", @@ -10796,8 +12114,10 @@ "FL_Ripple", "FL_SDUltimate_Slices", "FL_SamplerStrings", + "FL_SaveAndDisplayImage", "FL_SaveCSV", "FL_SaveImages", + "FL_SaveWebPImage(SaveImage)", "FL_SchedulerStrings", "FL_SendToDiscordWebhook", "FL_SeparateMaskComponents", @@ -10811,7 +12131,8 @@ "FL_VideoRecompose", "FL_ZipDirectory", "FL_ZipSave", - "GradientImageGenerator" + "GradientImageGenerator", + "SaveWebPImage" ], { "title_aux": "ComfyUI_Fill-Nodes" @@ -10828,6 +12149,14 @@ "title_aux": "fcSuite" } ], + "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": [ + [ + "AdvancedSequenceSeedNode" + ], + { + "title_aux": "Advanced Sequence Seed Generator" + } + ], "https://github.com/florestefano1975/ComfyUI-HiDiffusion": [ [ "HiDiffusionSD15", @@ -10982,6 +12311,14 @@ "title_aux": "comfyui-fofr-toolkit" } ], + "https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py": [ + [ + "Search CSV" + ], + { + "title_aux": "CSV Search Node" + } + ], "https://github.com/forever22777/comfyui-self-guidance": [ [ "CLIPConditioning", @@ -11057,6 +12394,14 @@ "title_aux": "ComfyUI_llm_easyanimiate" } ], + "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": [ + [ + "ImageMask2PNG" + ], + { + "title_aux": "ComfyUI-ImgMask2PNG" + } + ], "https://github.com/fsdymy1024/ComfyUI_fsdymy": [ [ "IPAdapterLayerWeight", @@ -11071,15 +12416,52 @@ "title_aux": "ComfyUI_fsdymy" } ], + "https://github.com/fssorc/ComfyUI_FFT": [ + [ + "FFTNode", + "FindFFTSpot", + "InvertFFTNode", + "InvertFFTWithMask" + ], + { + "title_aux": "ComfyUI_FFT" + } + ], "https://github.com/fssorc/ComfyUI_FaceShaper": [ [ + "FaceAlignmentCropper", "FaceShaper", - "FaceShaperModels" + "FaceShaperComposite", + "FaceShaperCropper", + "FaceShaperFaceMask", + "FaceShaperLoadInsightFaceCropper", + "FaceShaperLoadMediaPipeCropper", + "FaceShaperMatchV2", + "FaceShaperModels", + "FaceShaperShowLandMarks" ], { "title_aux": "ComfyUI_FaceShaper" } ], + "https://github.com/fssorc/ComfyUI_pose_inter": [ + [ + "Pose_Inter" + ], + { + "title_aux": "ComfyUI_pose_inter" + } + ], + "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": [ + [ + "FluxDev_BFL", + "FluxPro11_BFL", + "FluxPro_BFL" + ], + { + "title_aux": "ComfyUI-FLUX-BFL-API" + } + ], "https://github.com/gemell1/ComfyUI_GMIC": [ [ "GmicCliWrapper", @@ -11089,6 +12471,17 @@ "title_aux": "ComfyUI_GMIC" } ], + "https://github.com/geocine/geocine-comfyui": [ + [ + "Image Scale", + "Image Selector", + "LoRA Name List", + "Seed to Noise" + ], + { + "title_aux": "geocine-comfyui" + } + ], "https://github.com/get-salt-AI/SaltAI": [ [ "SAIPrimitiveConverter", @@ -11207,6 +12600,15 @@ "title_aux": "SaltAI_Language_Toolkit" } ], + "https://github.com/ggarra13/ComfyUI-mrv2": [ + [ + "mrv2AnnotationsImageNode", + "mrv2SaveEXRImage" + ], + { + "title_aux": "ComfyUI-mrv2" + } + ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -11326,6 +12728,7 @@ "HFHubEmbeddingLoader", "HFHubLoraLoader", "ImageToMultipleOf", + "LoraLoaderFromURL", "SDXLAspectRatio" ], { @@ -11357,6 +12760,36 @@ "title_aux": "nsfwrecog-comfyui" } ], + "https://github.com/godmt/ComfyUI-List-Utils": [ + [ + "GODMT_AnyCast", + "GODMT_AnyToDict", + "GODMT_BatchGetByIndex", + "GODMT_BatchItemCast", + "GODMT_BatchSlice", + "GODMT_BatchToList", + "GODMT_CreateArange", + "GODMT_CreateBatch", + "GODMT_CreateLinspace", + "GODMT_CreateList", + "GODMT_CreateRange", + "GODMT_Exec", + "GODMT_GetLength", + "GODMT_GetShape", + "GODMT_GetWidgetsValues", + "GODMT_ListGetByIndex", + "GODMT_ListSlice", + "GODMT_ListToBatch", + "GODMT_MergeBatch", + "GODMT_MergeList", + "GODMT_Pack", + "GODMT_SplitString", + "GODMT_Unpack" + ], + { + "title_aux": "ComfyUI-List-Utils" + } + ], "https://github.com/godspede/ComfyUI_Substring": [ [ "SubstringTheory" @@ -11456,20 +12889,32 @@ ], "https://github.com/griptape-ai/ComfyUI-Griptape": [ [ - "Griptape Agent Config: Amazon Bedrock", - "Griptape Agent Config: Anthropic", - "Griptape Agent Config: Azure OpenAI", + "Griptape Agent Config: Amazon Bedrock Drivers", + "Griptape Agent Config: Amazon Bedrock [DEPRICATED]", + "Griptape Agent Config: Anthropic Drivers", + "Griptape Agent Config: Anthropic [DEPRICATED]", + "Griptape Agent Config: Azure OpenAI Drivers", + "Griptape Agent Config: Azure OpenAI [DEPRICATED]", + "Griptape Agent Config: Cohere Drivers", "Griptape Agent Config: Custom Structure", "Griptape Agent Config: Environment Variables", - "Griptape Agent Config: Google", - "Griptape Agent Config: HuggingFace", - "Griptape Agent Config: LM Studio", - "Griptape Agent Config: Ollama", - "Griptape Agent Config: OpenAI", - "Griptape Agent Config: OpenAI Compatible", + "Griptape Agent Config: Expand", + "Griptape Agent Config: Google Drivers", + "Griptape Agent Config: Google [DEPRICATED]", + "Griptape Agent Config: HuggingFace Drivers", + "Griptape Agent Config: HuggingFace [DEPRICATED]", + "Griptape Agent Config: LM Studio Drivers", + "Griptape Agent Config: LM Studio [DEPRICATED]", + "Griptape Agent Config: Ollama Drivers", + "Griptape Agent Config: Ollama [DEPRICATED]", + "Griptape Agent Config: OpenAI Compatible Drivers", + "Griptape Agent Config: OpenAI Compatible [DEPRICATED]", + "Griptape Agent Config: OpenAI Drivers", + "Griptape Agent Config: OpenAI [DEPRICATED]", "Griptape Audio Transcription Driver: OpenAI", "Griptape Combine: Merge Inputs", "Griptape Combine: Merge Texts", + "Griptape Combine: RAG Module List", "Griptape Combine: Rules List", "Griptape Combine: Tool List", "Griptape Config: Environment Variables", @@ -11492,6 +12937,7 @@ "Griptape Driver: Amazon Bedrock Titan", "Griptape Driver: Azure OpenAI Image Generation", "Griptape Driver: Leonardo.AI", + "Griptape Driver: OpenAI Compatible Image Generation", "Griptape Driver: OpenAI Image Generation", "Griptape Embedding Driver: Amazon Bedrock Titan", "Griptape Embedding Driver: Amazon SageMaker Jumpstart", @@ -11499,6 +12945,7 @@ "Griptape Embedding Driver: Cohere", "Griptape Embedding Driver: Google", "Griptape Embedding Driver: HuggingFace", + "Griptape Embedding Driver: LM Studio", "Griptape Embedding Driver: Ollama", "Griptape Embedding Driver: OpenAI", "Griptape Embedding Driver: OpenAI Compatible", @@ -11520,8 +12967,17 @@ "Griptape Prompt Driver: Ollama", "Griptape Prompt Driver: OpenAI", "Griptape Prompt Driver: OpenAI Compatible", + "Griptape RAG Query: Translate Module", + "Griptape RAG Rerank: Text Chunks Module", + "Griptape RAG Response: Footnote Prompt Module", + "Griptape RAG Response: Prompt Module", + "Griptape RAG Response: Text Chunks Module", + "Griptape RAG Retrieve: Text Loader Module", + "Griptape RAG Retrieve: Vector Store Module", + "Griptape RAG: Engine", "Griptape Replace: Rulesets on Agent", "Griptape Replace: Tools on Agent", + "Griptape Rerank Driver: Cohere", "Griptape Run: Agent", "Griptape Run: Audio Transcription", "Griptape Run: Image Description", @@ -11539,15 +12995,22 @@ "Griptape Tool: Audio Transcription", "Griptape Tool: Calculator", "Griptape Tool: DateTime", + "Griptape Tool: Extraction", "Griptape Tool: FileManager", "Griptape Tool: Griptape Cloud KnowledgeBase", + "Griptape Tool: Prompt Summary", + "Griptape Tool: Query", + "Griptape Tool: RAG", "Griptape Tool: Text to Speech", "Griptape Tool: VectorStore", "Griptape Tool: WebScraper", "Griptape Tool: WebSearch", + "Griptape Util: Create Agent Modelfile", + "Griptape Util: Create Model from Modelfile", + "Griptape Util: Remove Ollama Model", "Griptape Vector Store Driver: Amazon OpenSearch", "Griptape Vector Store Driver: Azure MongoDB", - "Griptape Vector Store Driver: Griptape Cloud KnowledgeBase", + "Griptape Vector Store Driver: Griptape Cloud", "Griptape Vector Store Driver: Local", "Griptape Vector Store Driver: Marqo", "Griptape Vector Store Driver: MongoDB Atlas", @@ -11558,7 +13021,9 @@ "Griptape Vector Store: Add Text", "Griptape Vector Store: Query", "Griptape WebSearch Driver: DuckDuckGo", + "Griptape WebSearch Driver: Exa", "Griptape WebSearch Driver: Google", + "Griptape WebSearch Driver: Tavily", "Gt Run Agent" ], { @@ -11573,10 +13038,13 @@ [ "BooleanBasic", "BooleanReverse", + "ChooseUpscaleModel", "FluxControlNetApply", "FluxResolutionNode", "FluxSampler", - "GetImageSizeRatio" + "GetImageSizeRatio", + "IntegerSettings", + "NoisePlusBlend" ], { "title_aux": "ControlAltAI Nodes" @@ -11591,13 +13059,12 @@ "title_aux": "abracadabra-comfyui" } ], - "https://github.com/guoyk93/yk-node-suite-comfyui": [ + "https://github.com/guyaton/guy-nodes-comfyui": [ [ - "YKImagePadForOutpaint", - "YKMaskToImage" + "GuyRecommendedLatentResCalc" ], { - "title_aux": "y.k.'s ComfyUI node suite" + "title_aux": "guy-nodes-comfyui" } ], "https://github.com/hackkhai/ComfyUI-Image-Matting": [ @@ -11632,6 +13099,7 @@ "ACE_ImageFaceCrop", "ACE_ImageGetSize", "ACE_ImageLoadFromCloud", + "ACE_ImagePixelate", "ACE_ImageQA", "ACE_ImageRemoveBackground", "ACE_ImageSaveToCloud", @@ -11708,8 +13176,10 @@ "https://github.com/hben35096/ComfyUI-ToolBox": [ [ "AutoDLDownload", + "CreatePaths", "FolderDeleter", - "FolderViewe" + "FolderViewe", + "PathOutput" ], { "title_aux": "ComfyUI-ToolBox" @@ -11720,11 +13190,13 @@ "About_us", "AmapRegeoTool", "AmapWeatherTool", + "Browser_display", "CLIPTextEncode_party", - "ChatTTS_Node", - "CosyVoice", + "Combine_Videos_party", "Dingding", "Dingding_tool", + "EasyOCR_advance", + "EasyOCR_choose", "FeishuDownloadAudio", "FeishuDownloadImage", "FeishuGetHistory", @@ -11732,7 +13204,10 @@ "FileOnlineDelete_gitee", "FileOnlineStorage_gitee", "FilePathExists", + "FolderCleaner", + "GGUFLoader", "GeocodeTool", + "Image2Video", "Images2Image", "KG_csv_toolkit_developer", "KG_csv_toolkit_user", @@ -11746,10 +13221,15 @@ "LLM_local", "LLM_local_loader", "LLavaLoader", + "Lorebook", + "RSS_loader", + "RSS_tool", + "SpeedChange", "URL2IMG", "VAEDecode_party", "accuweather_tool", "advance_ebd_tool", + "any2str", "api_function", "api_tool", "arxiv_tool", @@ -11764,13 +13244,22 @@ "clear_file", "clear_model", "custom_persona", + "custom_string_format", + "dall_e_tool", "discord_bot", "discord_file_monitor", "discord_send", "duckduckgo_loader", "duckduckgo_tool", + "easy_GGUFLoader", + "easy_LLM_api_loader", + "easy_LLM_local_loader", + "easy_LLavaLoader", + "easy_load_llm_lora", + "easy_vlmLoader", "ebd_tool", "embeddings_function", + "end_anything", "end_dialog", "end_workflow", "extra_parameters", @@ -11779,16 +13268,23 @@ "file_combine", "file_combine_plus", "flux_persona", + "genai_api_loader", "get_string", "github_tool", "google_loader", "google_tool", + "got_ocr", + "gpt_sovits", + "graph_md_to_html", + "html2img_function", "image_iterator", "img2path", "interpreter_function", "interpreter_tool", + "interrupt_loop", "json2text", "json_get_value", + "json_iterator", "json_parser", "keyword_tool", "list_append", @@ -11803,38 +13299,71 @@ "load_img_path", "load_int", "load_keyword", + "load_llm_lora", "load_name", "load_openai_ebd", "load_persona", "load_url", "load_wikipedia", - "new_interpreter_tool", + "md_to_excel", + "md_to_html", + "mini_error_correction", + "mini_flux_prompt", + "mini_flux_tag", + "mini_ocr", + "mini_party", + "mini_sd_prompt", + "mini_sd_tag", + "mini_story", + "mini_summary", + "mini_translate", "none2false", "omost_decode", "omost_json2py", "omost_setting", + "open_url_function", + "open_url_tool", + "openai_dall_e", "openai_ebd_tool", "openai_tts", "openai_whisper", "parameter_combine", "parameter_combine_plus", "parameter_function", + "path2img_tool", + "red_book_text_persona", "replace_string", "save_ebd_database", "save_openai_ebd", + "savepersona", + "searxng_tool", + "selenium_tool", + "send_to_wechat_official", "show_text_party", + "sql_tool", + "srt2txt", + "start_anything", "start_dialog", "start_workflow", "story_json_tool", + "str2float", + "str2int", "string_logic", "substring", + "svg2html", + "svg2img_function", "text2json", "text2parameters", "text_iterator", + "text_writing", + "time_sleep", "time_tool", "tool_combine", "tool_combine_plus", "translate_persona", + "txt2srt", + "url2img_tool", + "vlmLoader", "weather_tool", "weekday_tool", "wikipedia_tool", @@ -12040,7 +13569,7 @@ "title_aux": "ComfyUI-Select-Any" } ], - "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": [ + "https://github.com/hylarucoder/comfyui-copilot": [ [ "EagleImageNode", "SDXLPromptStyler", @@ -12048,7 +13577,7 @@ "SDXLResolutionPresets" ], { - "title_aux": "Eagle PNGInfo" + "title_aux": "comfyui-copilot" } ], "https://github.com/hyunamy/comfy-ui-on-complete-email-me": [ @@ -12150,6 +13679,35 @@ "title_aux": "ComfyUI-IF_AI_tools" } ], + "https://github.com/ihmily/ComfyUI-Light-Tool": [ + [ + "Light-Tool: AddBackground", + "Light-Tool: AddBackgroundV2", + "Light-Tool: BoundingBoxCropping", + "Light-Tool: ImageMaskApply", + "Light-Tool: ImageOverlay", + "Light-Tool: ImageToMask", + "Light-Tool: InvertMask", + "Light-Tool: IsTransparent", + "Light-Tool: LoadImage", + "Light-Tool: LoadImageFromURL", + "Light-Tool: LoadImagesFromDir", + "Light-Tool: MaskBoundingBoxCropping", + "Light-Tool: MaskContourExtractor", + "Light-Tool: MaskImageToTransparent", + "Light-Tool: MaskToImage", + "Light-Tool: PhantomTankEffect", + "Light-Tool: ResizeImage", + "Light-Tool: SolidColorBackground" + ], + { + "author": "Hmily", + "description": "An awesome light image processing tool nodes for ComfyUI.", + "nickname": "ComfyUI-Light-Tool", + "title": "ComfyUI-Light-Tool", + "title_aux": "ComfyUI-Light-Tool" + } + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -12318,6 +13876,7 @@ "Base Image Parameters Extract JK", "Base Model Parameters Extract JK", "Base Model Parameters JK", + "Base Model Parameters SD3API JK", "Base Model Pipe Extract JK", "Base Model Pipe JK", "CM_BoolBinaryOperation JK", @@ -12378,6 +13937,7 @@ "CR Conditioning Input Switch JK", "CR ControlNet Input Switch JK", "CR Float Input Switch JK", + "CR Guider Input Switch JK", "CR Image Input Switch JK", "CR Impact Pipe Input Switch JK", "CR Int Input Switch JK", @@ -12388,15 +13948,20 @@ "CR Mesh Input Switch JK", "CR Model Input Switch JK", "CR Multi-ControlNet Stack JK", + "CR Noise Input Switch JK", "CR Obit Pose Input Switch JK", "CR Orbit Pose Input Switch JK", "CR Pipe Input Switch JK", "CR Ply Input Switch JK", "CR SD1.5 Aspect Ratio JK", + "CR SD3 Aspect Ratio JK", "CR SDXL Aspect Ratio JK", + "CR Sampler Input Switch JK", + "CR Sigmas Input Switch JK", "CR Switch Model and CLIP JK", "CR Text Input Switch JK", "CR VAE Input Switch JK", + "CR_Apply Multi-ControlNet SD3 JK", "Ckpt Loader JK", "Detailer Parameters JK", "Embedding Picker JK", @@ -12406,6 +13971,7 @@ "Evaluate Ints JK", "Evaluate Strings JK", "HintImageEnchance JK", + "Image Remove Alpha JK", "Image Upscale Parameters Extract JK", "Ksampler Parameters JK", "Latent Upscale Parameters Extract JK", @@ -12414,6 +13980,7 @@ "Metadata Pipe JK", "NodesState JK", "Noise Injection Parameters JK", + "Noise Injection Pipe Extract JK", "Orbit Poses JK", "OrbitLists to OrbitPoses JK", "OrbitPoses to OrbitLists JK", @@ -12429,6 +13996,7 @@ "Reroute List JK", "Reroute Resize JK", "Reroute Sampler JK", + "Reroute String JK", "Reroute Upscale JK", "Reroute Vae JK", "SDXLPromptStylerAll", @@ -12475,6 +14043,21 @@ "Sampler Loader JK", "Save Image with Metadata Flow JK", "Save Image with Metadata JK", + "Stability Conservative Upscale", + "Stability Control Skech", + "Stability Control Structure", + "Stability Control Style", + "Stability Creative Upscale", + "Stability Erase", + "Stability Fast Upscale", + "Stability Image Core", + "Stability Image Ultra", + "Stability Inpainting", + "Stability Outpainting", + "Stability Remove Background", + "Stability SD3", + "Stability Search And Recolor", + "Stability Search and Replace", "Upscale Model Loader JK", "Upscale Model Parameters Extract JK", "Upscale Model Parameters JK", @@ -12882,44 +14465,60 @@ ], "https://github.com/justUmen/Bjornulf_custom_nodes": [ [ - "Bjornulf_CheckBlackImage", - "Bjornulf_ClearVRAM", + "Bjornulf_AudioVideoSync", + "Bjornulf_CharacterDescriptionGenerator", "Bjornulf_CombineBackgroundOverlay", + "Bjornulf_CombineImages", "Bjornulf_CombineTexts", - "Bjornulf_CustomStringType", + "Bjornulf_CombineTextsByLines", + "Bjornulf_FreeVRAM", "Bjornulf_GrayscaleTransform", "Bjornulf_GreenScreenToTransparency", + "Bjornulf_IfElse", + "Bjornulf_ImageDetails", "Bjornulf_ImageMaskCutter", + "Bjornulf_ImagesListToVideo", "Bjornulf_LoadImageWithTransparency", + "Bjornulf_LoadImagesFromSelectedFolder", "Bjornulf_LoopAllLines", "Bjornulf_LoopBasicBatch", "Bjornulf_LoopCombosSamplersSchedulers", "Bjornulf_LoopFloat", + "Bjornulf_LoopImages", "Bjornulf_LoopInteger", + "Bjornulf_LoopLoraSelector", + "Bjornulf_LoopModelClipVae", + "Bjornulf_LoopModelSelector", "Bjornulf_LoopSamplers", "Bjornulf_LoopSchedulers", "Bjornulf_LoopTexts", + "Bjornulf_LoopWriteText", + "Bjornulf_PassPreviewImage", + "Bjornulf_PauseResume", + "Bjornulf_PickInput", + "Bjornulf_RandomImage", "Bjornulf_RandomLineFromInput", + "Bjornulf_RandomLoraSelector", "Bjornulf_RandomModelClipVae", + "Bjornulf_RandomModelSelector", "Bjornulf_RandomTexts", "Bjornulf_RemoveTransparency", "Bjornulf_ResizeImage", - "Bjornulf_SaveApiImage", "Bjornulf_SaveBjornulfLobeChat", "Bjornulf_SaveImagePath", "Bjornulf_SaveImageToFolder", "Bjornulf_SaveText", "Bjornulf_SaveTmpImage", - "Bjornulf_ShowFloat", - "Bjornulf_ShowInt", + "Bjornulf_ScramblerCharacter", + "Bjornulf_SelectImageFromList", "Bjornulf_ShowText", + "Bjornulf_TextToSpeech", "Bjornulf_TextToStringAndSeed", "Bjornulf_VideoPingPong", - "Bjornulf_WriteImageAllInOne", - "Bjornulf_WriteImageCharacter", - "Bjornulf_WriteImageCharacters", - "Bjornulf_WriteImageEnvironment", + "Bjornulf_VideoPreview", + "Bjornulf_VideoToImagesList", "Bjornulf_WriteText", + "Bjornulf_WriteTextAdvanced", "Bjornulf_imagesToVideo", "Bjornulf_ollamaLoader" ], @@ -12927,6 +14526,14 @@ "title_aux": "Bjornulf_custom_nodes" } ], + "https://github.com/k-komarov/comfyui-bunny-cdn-storage": [ + [ + "Save Image to BunnyStorage" + ], + { + "title_aux": "comfyui-bunny-cdn-storage" + } + ], "https://github.com/ka-puna/comfyui-yanc": [ [ "YANC.ConcatStrings", @@ -12999,6 +14606,8 @@ "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": [ [ "SDT_AudioProperty", + "SDT_BSRoFormerApply", + "SDT_BSRoFormerLoader", "SDT_ConcatAudio", "SDT_CutAudio", "SDT_DemucsApply", @@ -13021,6 +14630,7 @@ "SDT_LoadAudios", "SDT_MFCC", "SDT_MakeSilenceAudio", + "SDT_MelBandRoformerLoader", "SDT_MelSpectrogram", "SDT_NemoAsrListSegments", "SDT_NemoAsrListSubwords", @@ -13146,11 +14756,10 @@ "Axis Pack", "Axis To Any", "Axis Unpack", - "Image Accumulator End", - "Image Accumulator Start", "Load Lines From Text File", "Slice List", "Text Splitter", + "XY Grid Accumulator", "XY Grid Helper" ], { @@ -13217,6 +14826,31 @@ "title_aux": "ComfyUI-CCSR" } ], + "https://github.com/kijai/ComfyUI-CogVideoXWrapper": [ + [ + "CogVideoContextOptions", + "CogVideoControlImageEncode", + "CogVideoControlNet", + "CogVideoDecode", + "CogVideoDualTextEncode_311", + "CogVideoImageEncode", + "CogVideoLoraSelect", + "CogVideoPABConfig", + "CogVideoSampler", + "CogVideoTextEncode", + "CogVideoTextEncodeCombine", + "CogVideoTransformerEdit", + "CogVideoXFunControlSampler", + "CogVideoXFunSampler", + "CogVideoXFunVid2VidSampler", + "DownloadAndLoadCogVideoControlNet", + "DownloadAndLoadCogVideoGGUFModel", + "DownloadAndLoadCogVideoModel" + ], + { + "title_aux": "ComfyUI CogVideoX Wrapper" + } + ], "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": [ [ "ControlNextDecode", @@ -13295,6 +14929,12 @@ "Florence2Run" ], { + "preemptions": [ + "DownloadAndLoadFlorence2Lora", + "DownloadAndLoadFlorence2Model", + "Florence2ModelLoader", + "Florence2Run" + ], "title_aux": "ComfyUI-Florence2" } ], @@ -13302,9 +14942,12 @@ [ "ExtractFluxLoRA", "FluxKohyaInferenceSampler", + "FluxTrainAndValidateLoop", + "FluxTrainBlockSelect", "FluxTrainEnd", "FluxTrainLoop", "FluxTrainModelSelect", + "FluxTrainResume", "FluxTrainSave", "FluxTrainSaveModel", "FluxTrainValidate", @@ -13313,8 +14956,10 @@ "InitFluxTraining", "OptimizerConfig", "OptimizerConfigAdafactor", + "OptimizerConfigProdigy", "TrainDatasetAdd", "TrainDatasetGeneralConfig", + "TrainDatasetRegularization", "UploadToHuggingFace", "VisualizeLoss" ], @@ -13349,6 +14994,7 @@ [ "AddLabel", "AppendInstanceDiffusionTracking", + "BOOLConstant", "BatchCLIPSeg", "BatchCropFromMask", "BatchCropFromMaskAdvanced", @@ -13381,16 +15027,21 @@ "CreateTextOnPath", "CreateVoronoiMask", "CrossFadeImages", + "CustomControlNetWeightsFluxFromList", "CustomSigmas", + "DifferentialDiffusionAdvanced", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", "DummyOut", + "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", "FloatConstant", "FloatToMask", "FloatToSigmas", + "FluxBlockLoraLoader", + "FluxBlockLoraSelect", "GLIGENTextBoxApplyBatchCoords", "GenerateNoise", "GetImageRangeFromBatch", @@ -13434,6 +15085,7 @@ "MaskOrImageToWeight", "MergeImageChannels", "ModelPassThrough", + "ModelSaveKJ", "NormalizedAmplitudeToFloatList", "NormalizedAmplitudeToMask", "OffsetMask", @@ -13448,9 +15100,11 @@ "ReverseImageBatch", "RoundMask", "SV3D_BatchSchedule", + "SaveImageKJ", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", "Screencap_mss", + "SetShakkerLabsUnionControlNetType", "Sleep", "SomethingToString", "SoundReactive", @@ -13484,6 +15138,27 @@ "title_aux": "ComfyUI-KwaiKolorsWrapper" } ], + "https://github.com/kijai/ComfyUI-LLaVA-OneVision": [ + [ + "DownloadAndLoadLLaVAOneVisionModel", + "LLaVA_OneVision_Run", + "OneVisionCaptionFolder", + "SaveCaptionToTextFile" + ], + { + "title_aux": "ComfyUI Llava-OneVision" + } + ], + "https://github.com/kijai/ComfyUI-LVCDWrapper": [ + [ + "LVCDDecoder", + "LVCDSampler", + "LoadLVCDModel" + ], + { + "title_aux": "ComfyUI wrapper nodes for LVCD" + } + ], "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": [ [ "lavi_bridge_llama_encoder", @@ -13512,6 +15187,15 @@ "title_aux": "ComfyUI-LivePortraitKJ" } ], + "https://github.com/kijai/ComfyUI-Lotus": [ + [ + "LoadLotusModel", + "LotusSampler" + ], + { + "title_aux": "ComfyUI-Lotus" + } + ], "https://github.com/kijai/ComfyUI-LuminaWrapper": [ [ "DownloadAndLoadGemmaModel", @@ -13611,6 +15295,14 @@ "Sam2VideoSegmentationAddPoints" ], { + "preemptions": [ + "DownloadAndLoadSAM2Model", + "Florence2toCoordinates", + "Sam2AutoSegmentation", + "Sam2Segmentation", + "Sam2VideoSegmentation", + "Sam2VideoSegmentationAddPoints" + ], "title_aux": "ComfyUI-segment-anything-2" } ], @@ -13758,6 +15450,15 @@ "title_aux": "abg-comfyui" } ], + "https://github.com/l1yongch1/ComfyUI_PhiCaption": [ + [ + "PhiInfer", + "PhiModelLoder" + ], + { + "title_aux": "ComfyUI_PhiCaption" + } + ], "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": [ [ "DownloadFileBLOB", @@ -13846,14 +15547,48 @@ ], "https://github.com/latenightlabs/ComfyUI-LNL": [ [ - "LNL_FrameSelector", - "LNL_FrameSelectorV2", - "LNL_FrameSelectorV3" + "LNL_FrameSelectorV3", + "LNL_FrameSelectorV4" ], { "title_aux": "LNL Frame Selector" } ], + "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": [ + [ + "HeadOrientationNode" + ], + { + "title_aux": "Head Orientation Node" + } + ], + "https://github.com/lazniak/comfyui-google-photos-loader": [ + [ + "ContentFilter", + "DatePicker", + "Google Photos Album Lister", + "Google Photos Album Loader", + "Google Photos Album Selector", + "Google Photos Cache Manager", + "Google Photos Clear Cache", + "Google Photos Images Loader", + "Google Photos Login/Logout" + ], + { + "title_aux": "Google Photos Loader - by PabloGFX" + } + ], + "https://github.com/leeguandong/ComfyUI_CompareModelWeights": [ + [ + "CheckPointLoader_Compare", + "CompareModelWeightsDiff", + "CompareModelWeightsDiffNormalized", + "PreviewImageCompareModelWeights" + ], + { + "title_aux": "ComfyUI_CompareModelWeights" + } + ], "https://github.com/leeguandong/ComfyUI_CrossImageAttention": [ [ "AppearanceTransferInference", @@ -13896,6 +15631,20 @@ "title_aux": "ComfyUI_M3Net" } ], + "https://github.com/leeguandong/ComfyUI_MasaCtrl": [ + [ + "DirectSampler", + "MasaCtrlConcatImage", + "MasaCtrlInversion", + "MasaCtrlLoadImage", + "MasaCtrlModelLoader", + "MutualSelfAttentionControlMaskAutoSampler", + "MutualSelfAttentionControlSampler" + ], + { + "title_aux": "ComfyUI nodes to use MasaCtrl" + } + ], "https://github.com/leeguandong/ComfyUI_Style_Aligned": [ [ "SAControlnet_ModelLoader", @@ -13924,6 +15673,19 @@ "title_aux": "ComfyUI nodes to use VideoEditing" } ], + "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": [ + [ + "DecodeLatent", + "HFModelLoader", + "ShowCrossAttn", + "ShowImages", + "ShowSelfAttn", + "Text2ImageInference" + ], + { + "title_aux": "ComfyUI_VisualAttentionMap" + } + ], "https://github.com/leestuartx/ComfyUI-GG": [ [ "AddPaddingToImage", @@ -13944,11 +15706,14 @@ [ "TclEbSynth", "TclEbSynthBatch", + "TclExr2png", "TclExtractFramesFromVideo", "TclExtractFramesFromVideoFile", "TclFrames2Video", + "TclFresco", "TclLoraGenDatasets", "TclLoraSaveImages", + "TclLoraTraining", "TclSaveVideoFromFrames", "TclYoloV8Segmentation", "TclYoloV9Segmentation" @@ -13995,6 +15760,14 @@ "title_aux": "comfyui-remote-tools" } ], + "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": [ + [ + "LoraListUrlLoader" + ], + { + "title_aux": "ComfyUI_Lora_List_With_Url_Loader" + } + ], "https://github.com/liusida/ComfyUI-AutoCropFaces": [ [ "AutoCropFaces" @@ -14086,39 +15859,99 @@ "title_aux": "ComfyUI AnyNode: Any Node you ask for" } ], + "https://github.com/lldacing/ComfyUI_BiRefNet_ll": [ + [ + "AutoDownloadBiRefNetModel", + "LoadRembgByBiRefNetModel", + "RembgByBiRefNet" + ], + { + "title_aux": "ComfyUI_BiRefNet_ll" + } + ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ [ "Base64ToImage", "Base64ToMask", + "BboxToBbox", + "BboxToCropData", + "BboxesToBboxes", "ColorPicker", + "ConvertTypeToAny", + "CropImageByBbox", + "FilterValueForList", + "ForEachClose", + "ForEachOpen", "GetImageBatchSize", + "GetValueFromJsonObj", "ImageEqual", "ImageToBase64", "ImageToBase64Advanced", + "IndexOfList", + "IndexesOfList", + "InnerIntCompare", + "InnerIntMathOperation", + "InnerLoopClose", "InsightFaceBBOXDetect", "IntToList", "IntToNumber", "JoinList", "ListMerge", + "ListUnWrapper", + "ListWrapper", "LoadImageFromURL", "LoadImageToBase64", + "LoadJsonStrToList", "LoadMaskFromURL", + "MaskByBboxes", "MaskImageToBase64", "MaskToBase64", "MaskToBase64Image", "SDBaseVerNumber", "SamAutoMaskSEGS", + "SelectBbox", + "SelectBboxes", "ShowBoolean", "ShowFloat", "ShowInt", "ShowNumber", "ShowString", + "SplitStringToList", + "StringArea", "StringToList" ], { "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/logtd/ComfyUI-4DHumans": [ + [ + "LoadDetectron", + "LoadHMR", + "ProcessHumans", + "SelectHuman" + ], + { + "title_aux": "ComfyUI-4DHumans" + } + ], + "https://github.com/logtd/ComfyUI-APGScaling": [ + [ + "APGFunction" + ], + { + "title_aux": "ComfyUI-APGScaling" + } + ], + "https://github.com/logtd/ComfyUI-DiLightNet": [ + [ + "LoadDiLightControlNet", + "PrepareDiLightCond" + ], + { + "title_aux": "ComfyUI-DiLightNet" + } + ], "https://github.com/logtd/ComfyUI-FLATTEN": [ [ "ApplyFlattenAttentionNode", @@ -14155,6 +15988,16 @@ "title_aux": "ComfyUI-InversedNoise" } ], + "https://github.com/logtd/ComfyUI-MotionThiefExperiment": [ + [ + "ApplyRefMotionNode", + "MotionRefSettingsCustomNode", + "MotionRefSettingsDefaultNode" + ], + { + "title_aux": "ComfyUI-MotionThiefExperiment" + } + ], "https://github.com/logtd/ComfyUI-RAVE_ATTN": [ [ "ApplyRaveAttentionNode", @@ -14165,6 +16008,15 @@ "title_aux": "ComfyUI-RAVE Attention" } ], + "https://github.com/logtd/ComfyUI-ReNoise": [ + [ + "ReNoiseModelSamplingPred", + "ReNoiseSampler" + ], + { + "title_aux": "ComfyUI-ReNoise" + } + ], "https://github.com/logtd/ComfyUI-RefSampling": [ [ "ApplyRefContentNode", @@ -14184,6 +16036,7 @@ "PrepareRefLatents", "ReadSampler", "RefModelSamplingPred", + "VisionClipEncode", "WriteSampler" ], { @@ -14228,6 +16081,16 @@ "title_aux": "Tracking Nodes for Videos" } ], + "https://github.com/logtd/ComfyUI-ViewCrafter": [ + [ + "ApplyViewCrafter", + "LoadViewCrafter", + "ScaleImages" + ], + { + "title_aux": "ComfyUI-ViewCrafter" + } + ], "https://github.com/longgui0318/comfyui-common-util": [ [ "Added Layer Info To Array", @@ -14360,6 +16223,7 @@ "https://github.com/ltdrdata/ComfyUI-Impact-Pack": [ [ "AddMask", + "AnyPipeToBasic", "BasicPipeToDetailerPipe", "BasicPipeToDetailerPipeSDXL", "BboxDetectorCombined", @@ -14399,6 +16263,7 @@ "ImageReceiver", "ImageSender", "ImpactAssembleSEGS", + "ImpactBoolean", "ImpactCombineConditionings", "ImpactCompare", "ImpactConcatConditionings", @@ -14418,6 +16283,7 @@ "ImpactDummyInput", "ImpactEdit_SEG_ELT", "ImpactExecutionOrderController", + "ImpactFlattenMask", "ImpactFloat", "ImpactFrom_SEG_ELT", "ImpactFrom_SEG_ELT_bbox", @@ -14437,8 +16303,11 @@ "ImpactLatentInfo", "ImpactLogger", "ImpactLogicalOperators", + "ImpactMakeAnyList", "ImpactMakeImageBatch", "ImpactMakeImageList", + "ImpactMakeMaskBatch", + "ImpactMakeMaskList", "ImpactMakeTileSEGS", "ImpactMinMax", "ImpactNeg", @@ -14452,6 +16321,7 @@ "ImpactSEGSConcat", "ImpactSEGSLabelAssign", "ImpactSEGSLabelFilter", + "ImpactSEGSMerge", "ImpactSEGSOrderedFilter", "ImpactSEGSPicker", "ImpactSEGSRangeFilter", @@ -14565,6 +16435,7 @@ "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [ [ "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", + "ApplyLBW //Inspire", "ApplyRegionalIPAdapters //Inspire", "BindImageListPromptList //Inspire", "CLIPTextEncodeWithWeight //Inspire", @@ -14607,12 +16478,14 @@ "LoadImage //Inspire", "LoadImageListFromDir //Inspire", "LoadImagesFromDir //Inspire", + "LoadLBW //Inspire", "LoadPromptsFromDir //Inspire", "LoadPromptsFromFile //Inspire", "LoadSinglePromptFromFile //Inspire", "LoraBlockInfo //Inspire", "LoraLoaderBlockWeight //Inspire", "MakeBasicPipe //Inspire", + "MakeLBW //Inspire", "Manga2Anime_LineArt_Preprocessor_Provider_for_SEGS //Inspire", "MediaPipeFaceMeshDetectorProvider //Inspire", "MediaPipe_FaceMesh_Preprocessor_Provider_for_SEGS //Inspire", @@ -14641,6 +16514,7 @@ "RemoveControlNetFromRegionalPrompts //Inspire", "RetrieveBackendData //Inspire", "RetrieveBackendDataNumberKey //Inspire", + "SaveLBW //Inspire", "ScheduledCFGGuider //Inspire", "ScheduledPerpNegCFGGuider //Inspire", "SeedExplorer //Inspire", @@ -14681,29 +16555,89 @@ ], "https://github.com/lucafoscili/comfyui-lf": [ [ + "LF_BlurImages", + "LF_Boolean", "LF_CharacterImpersonator", + "LF_CheckpointSelector", + "LF_CivitAIMetadataSetup", "LF_ControlPanel", + "LF_DisplayBoolean", + "LF_DisplayFloat", + "LF_DisplayInteger", "LF_DisplayJSON", + "LF_DisplayPrimitiveAsJSON", + "LF_DisplayString", + "LF_EmbeddingSelector", + "LF_Extractor", + "LF_Float", "LF_GetRandomKeyFromJSON", "LF_GetValueFromJSON", "LF_ImageClassifier", "LF_ImageHistogram", + "LF_ImageListFromJSON", + "LF_Integer", + "LF_KeywordCounter", + "LF_KeywordToggleFromJSON", + "LF_LLMChat", + "LF_LLMMessenger", + "LF_LoadFileOnce", "LF_LoadImages", "LF_LoadLocalJSON", + "LF_LoadLoraTags", + "LF_LoadMetadata", "LF_Lora2Prompt", + "LF_LoraAndEmbeddingSelector", + "LF_LoraSelector", "LF_LoraTag2Prompt", + "LF_MultipleImageResizeForWeb", + "LF_Notify", + "LF_RandomBoolean", + "LF_ResizeImageByEdge", + "LF_ResizeImageToDimension", + "LF_ResizeImageToSquare", + "LF_ResolutionSwitcher", + "LF_SamplerSelector", + "LF_SaveImageForCivitAI", + "LF_SaveJSON", + "LF_SchedulerSelector", "LF_SequentialSeedsGenerator", + "LF_SetValueInJSON", + "LF_Something2Number", + "LF_Something2String", + "LF_String", + "LF_StringToJSON", + "LF_SwitchFloat", "LF_SwitchImage", "LF_SwitchInteger", "LF_SwitchJSON", "LF_SwitchString", + "LF_UpdateUsageStatistics", + "LF_UpscaleModelSelector", + "LF_UrandomSeedGenerator", + "LF_UsageStatistics", + "LF_VAESelector", "LF_WallOfText", - "LF_WorkflowSettings" + "LF_WorkflowSettings", + "LF_WriteJSON" ], { "title_aux": "LF Nodes" } ], + "https://github.com/lumalabs/ComfyUI-LumaAI-API": [ + [ + "ImgBBUpload", + "LumaAIClient", + "LumaExtendGeneration", + "LumaImage2Video", + "LumaInterpolateGenerations", + "LumaPreviewVideo", + "LumaText2Video" + ], + { + "title_aux": "ComfyUI-LumaAI-API" + } + ], "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ [ "Custom Date Format | sokes \ud83e\uddac", @@ -14760,8 +16694,17 @@ "title_aux": "ComfyUI-SubjectStyle-CSV" } ], + "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": [ + [ + "FluxPromptEnhance" + ], + { + "title_aux": "Flux Prompt Enhance Node for ComfyUI" + } + ], "https://github.com/marduk191/comfyui-marnodes": [ [ + "ImageToDevice", "marduk191_5_text_string", "marduk191_5way_text_switch", "marduk191_s_random_latent", @@ -14811,14 +16754,18 @@ ], "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ [ + "AlwaysExecute", + "CommandPickerServing", "DiscordServing", "ServingInputImage", "ServingInputImageAsLatent", "ServingInputNumber", "ServingInputText", + "ServingInputTextImage", "ServingMultiImageOutput", "ServingOutput", "ServingTextOutput", + "TelegramServing", "WebSocketServing" ], { @@ -14899,6 +16846,15 @@ "title_aux": "ComfyUI-Prompt-Expansion" } ], + "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": [ + [ + "CheckpointAutomaticConfig", + "ConfigPipe" + ], + { + "title_aux": "ComfyUI Checkpoint Automatic Config" + } + ], "https://github.com/melMass/comfy_mtb": [ [ "Animation Builder (mtb)", @@ -15046,6 +17002,14 @@ "title_aux": "mm-comfyui-megamask" } ], + "https://github.com/metal3d/ComfyUI_Human_Parts": [ + [ + "HumanParts" + ], + { + "title_aux": "Human Parts Detector" + } + ], "https://github.com/metncelik/comfyui_met_suite": [ [ "BBOXPadding", @@ -15078,6 +17042,7 @@ ], "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": [ [ + "Miaoshouai_Flux_CLIPTextEncode", "Miaoshouai_SaveTags", "Miaoshouai_Tagger" ], @@ -15085,6 +17050,14 @@ "title_aux": "ComfyUI-Miaoshouai-Tagger" } ], + "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": [ + [ + "StyledCLIPTextEncode" + ], + { + "title_aux": "StyledCLIPTextEncode" + } + ], "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ [ "InpaintMediapipe" @@ -15117,6 +17090,22 @@ "title_aux": "ComfyUI - Mask Bounding Box" } ], + "https://github.com/mingsky-ai/ComfyUI-MingNodes": [ + [ + "AddWaterMarkNode", + "AdjustBrightnessContrastSaturationNode", + "BaiduTranslateNode", + "ColorBalanceNode", + "ConvertGrayChannelNode", + "HSLColorNode", + "HighlightShadowBrightnessNode", + "ImitationHueNode", + "LightShapeNode" + ], + { + "title_aux": "ComfyUI-MingNodes" + } + ], "https://github.com/mirabarukaso/ComfyUI_Mira": [ [ "BooleanListInterpreter1", @@ -15125,8 +17114,6 @@ "CanvasCreatorAdvanced", "CanvasCreatorBasic", "CanvasCreatorSimple", - "CircleCreator", - "CirclesGenerator", "CreateMaskWithCanvas", "CreateNestedPNGMask", "CreateSimpleMask", @@ -15197,18 +17184,43 @@ "title_aux": "MLTask_ComfyUI" } ], - "https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [ + "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [ [ - "LoadAndSettingParametersMittimi01", - "LoadPresetForSettingParametersMittimi01", - "SettingParametersMittimi01" + "CombineParamDataMittimi", + "LoadSetParamMittimi", + "SaveImageParamMittimi", + "SaveParamToPresetMittimi" ], { "author": "mittimi", - "description": "The system selects and loads presets that have been saved in advance.", - "nickname": "mittimiLoadPreset", - "title": "mittimiLoadPreset", - "title_aux": "ComfyUI_mittimiLoadPreset" + "description": "This node can easily switch between models and prompts by saving presets.", + "nickname": "mittimiLoadPreset2", + "title": "mittimiLoadPreset2", + "title_aux": "ComfyUI_mittimiLoadPreset2" + } + ], + "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [ + [ + "RecalculateSizeMittimi01" + ], + { + "author": "mittimi", + "description": "Switch between vertical and horizontal values with a single button.", + "nickname": "mittimiWidthHeight", + "title": "mittimiWidthHeight", + "title_aux": "ComfyUI_mittimiRecalculateSize" + } + ], + "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": [ + [ + "WidthHeightMittimi01" + ], + { + "author": "mittimi", + "description": "Switch between vertical and horizontal values with a single button.", + "nickname": "mittimiWidthHeight", + "title": "mittimiWidthHeight", + "title_aux": "ComfyUI_mittimiWidthHeight" } ], "https://github.com/modelscope/comfyscope": [ @@ -15240,14 +17252,6 @@ "title_aux": "ComfyUI_Seamless_Patten" } ], - "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ - [ - "Save IMG Prompt" - ], - { - "title_aux": "SaveImgPrompt" - } - ], "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": [ [ "ConcatStrings", @@ -15330,6 +17334,17 @@ "title_aux": "ComfyUI-NegiTools" } ], + "https://github.com/nchenevey1/comfyui-gimp-nodes": [ + [ + "NC_LoadImageGIMP", + "NC_LoadMaskGIMP", + "NC_SendImageDimsWebSocketGIMP", + "NC_SendImageWebSocketGIMP" + ], + { + "title_aux": "comfyui-gimp-nodes" + } + ], "https://github.com/neverbiasu/ComfyUI-Image-Captioner": [ [ "ImageCaptioner" @@ -15340,16 +17355,24 @@ ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ - "GroundingDinoModelLoader (segment anything)", - "GroundingDinoSAMSegment (segment anything)", + "GroundingDinoModelLoader (segment anything2)", + "GroundingDinoSAM2Segment (segment anything2)", "InvertMask (segment anything)", "IsMaskEmpty", - "SAM2ModelLoader (segment anything)" + "SAM2ModelLoader (segment anything2)" ], { "title_aux": "ComfyUI SAM2(Segment Anything 2)" } ], + "https://github.com/neverbiasu/ComfyUI-StyleShot": [ + [ + "StyleShotApply" + ], + { + "title_aux": "ComfyUI-StyleShot" + } + ], "https://github.com/nicehero/comfyui-SegGPT": [ [ "SegGPT" @@ -15367,6 +17390,14 @@ "title_aux": "ComfyUI Nich Utils" } ], + "https://github.com/nicofdga/DZ-FaceDetailer": [ + [ + "DZ_Face_Detailer" + ], + { + "title_aux": "DZ-FaceDetailer" + } + ], "https://github.com/nicolai256/comfyUI_Nodes_nicolai256/raw/main/yugioh-presets.py": [ [ "yugioh_Presets" @@ -15375,6 +17406,28 @@ "title_aux": "comfyUI_Nodes_nicolai256" } ], + "https://github.com/nilor-corp/nilor-nodes": [ + [ + "Nilor Count Images In Directory", + "Nilor Int To List Of Bools", + "Nilor Interpolated Float List", + "Nilor Inverse Map Float List", + "Nilor List of Ints", + "Nilor One Minus Float List", + "Nilor Output Filename String", + "Nilor Remap Float List", + "Nilor Repeat & Trim Image Batch", + "Nilor Repeat, Shuffle, & Trim Image Batch", + "Nilor Save EXR Arbitrary", + "Nilor Save Image To HF Dataset", + "Nilor Save Video To HF Dataset", + "Nilor Select Index From List", + "Nilor Shuffle Image Batch" + ], + { + "title_aux": "Nilor Nodes by Nilor Corp" + } + ], "https://github.com/ningxiaoxiao/comfyui-NDI": [ [ "NDI_LoadImage", @@ -15442,6 +17495,7 @@ ], "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": [ [ + "CreateExtraMetaData", "SaveImageWithMetaData" ], { @@ -15670,6 +17724,7 @@ "LatentUpscaleFactorSimple _O", "LatentUpscaleMultiply", "Note _O", + "QOL Split String", "RandomNSP _O", "Replace Text _O", "String _O", @@ -15795,6 +17850,7 @@ "CLIPNegPip", "CLIPTextEncodeBREAK", "CLIPTokenCounter", + "DynSamplerSelect", "EmptyLatentImageAR", "EmptyLatentImageARAdvanced", "Guidance Limiter", @@ -15809,6 +17865,7 @@ ], "https://github.com/pamparamm/ComfyUI-vectorscope-cc": [ [ + "DiffusionCG", "NormalizeLatent", "VectorscopeCC" ], @@ -15870,6 +17927,14 @@ "title_aux": "comfy_clip_blip_node" } ], + "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": [ + [ + "MultiObjectMask" + ], + { + "title_aux": "ComfyUI-LyraVSIH" + } + ], "https://github.com/philz1337x/ComfyUI-ClarityAI": [ [ "Clarity AI Upscaler" @@ -15941,6 +18006,32 @@ "title_aux": "ComfyUI-TemporaryLoader" } ], + "https://github.com/playbook3d/playbook-nodes": [ + [ + "Playbook Beauty", + "Playbook Depth", + "Playbook Mask", + "Playbook Outline" + ], + { + "title_aux": "Playbook Nodes" + } + ], + "https://github.com/plugcrypt/CRT-Nodes": [ + [ + "Boolean Transform", + "Lora Loader Str", + "Remove Trailing Comma", + "Toggle Lora Unet Blocks L1", + "Toggle Lora Unet Blocks L2" + ], + { + "author": "CRT", + "description": "Single Blocks Arguments for LoRA Training", + "title": "CRT-Nodes", + "title_aux": "CRT-Nodes" + } + ], "https://github.com/portu-sim/comfyui_bmab": [ [ "BMAB Alpha Composit", @@ -15956,14 +18047,17 @@ "BMAB Crop", "BMAB Detail Anything", "BMAB Detect And Mask", + "BMAB Detect And Paste", "BMAB Detection Crop", "BMAB Detector", "BMAB Edge", "BMAB Extractor", "BMAB Face Detailer", + "BMAB Flux ControlNet", "BMAB Flux Integrator", "BMAB Google Gemini Prompt", "BMAB Import Integrator", + "BMAB Inpaint", "BMAB Integrator", "BMAB KSampler", "BMAB KSamplerHiresFix", @@ -15977,9 +18071,11 @@ "BMAB Model To Bind", "BMAB Noise Generator", "BMAB Openpose Hand Detailer", + "BMAB Outpaint By Ratio", "BMAB Person Detailer", "BMAB Preview Text", "BMAB Prompt", + "BMAB Reframe", "BMAB Remote Access And Save", "BMAB Remove Background", "BMAB Resize By Person", @@ -15998,6 +18094,7 @@ "BMAB Square", "BMAB Subframe Hand Detailer", "BMAB Text", + "BMAB ToBind", "BMAB Upscale With Model", "BMAB Upscaler", "BMAB Watermark", @@ -16075,6 +18172,15 @@ "title_aux": "ComfyUI WD 1.4 Tagger" } ], + "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": [ + [ + "Prompt_Generator", + "Save_Prompts" + ], + { + "title_aux": "Comfyui_MiniCPMv2_6-prompt-generator" + } + ], "https://github.com/qwixiwp/queuetools": [ [ "load images (queue tools)" @@ -16112,6 +18218,15 @@ "title_aux": "Comfyui-SAL-VTON" } ], + "https://github.com/raysers/Mflux-ComfyUI": [ + [ + "MfluxControlNetLoader", + "QuickMfluxNode" + ], + { + "title_aux": "Mflux-ComfyUI" + } + ], "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": [ [ "Combine ZHGMasks", @@ -16144,6 +18259,14 @@ "title_aux": "rcsaquino/comfyui-custom-nodes" } ], + "https://github.com/rdancer/ComfyUI_Florence2SAM2": [ + [ + "RdancerFlorence2SAM2GenerateMask" + ], + { + "title_aux": "ComfyUI_Florence2SAM2" + } + ], "https://github.com/receyuki/comfyui-prompt-reader-node": [ [ "SDAnyConverter", @@ -16191,6 +18314,19 @@ "title_aux": "ComfyUI-Prediction" } ], + "https://github.com/revirevy/Comfyui_saveimage_imgbb": [ + [ + "ImgBBUploader", + "LLM_prompt_generator" + ], + { + "author": "N.RHEVI", + "description": "This custom node allow save image to imgbb.", + "nickname": "save image to imgbb", + "title": "save image to imgbb", + "title_aux": "Comfyui_saveimage_imgbb" + } + ], "https://github.com/rgthree/rgthree-comfy": [ [], { @@ -16251,17 +18387,35 @@ ], "https://github.com/ricklove/comfyui-ricklove": [ [ + "RL_BBox", + "RL_CacheImageSequence", + "RL_CacheMaskSequence", + "RL_CivitaiTopImagePrompts", "RL_Crop_Resize", "RL_Crop_Resize_Batch", "RL_Finetune_Analyze", "RL_Finetune_Analyze_Batch", "RL_Finetune_Variable", + "RL_ForceDependencyOrder", + "RL_ForceDependencyOrder_ImageString", + "RL_ForceDependencyOrder_Images", + "RL_ForceDependencyOrder_Latents", + "RL_ForceDependencyOrder_String", + "RL_ForceDependencyOrder_Strings", + "RL_IfFileExists", "RL_Image_Shadow", "RL_Image_Threshold_Channels", "RL_Internet_Search", "RL_LoadImageSequence", + "RL_Load_Flow", + "RL_LoraTextExtractTags", "RL_Optical_Flow_Dip", + "RL_RebootComfyIfLeaky", "RL_SaveImageSequence", + "RL_Save_Flow", + "RL_SequenceContext", + "RL_Sequence_ToFilePathList", + "RL_StopIfBlack", "RL_Uncrop", "RL_Warp_Image", "RL_Zoe_Depth_Map_Preprocessor", @@ -16283,15 +18437,6 @@ "title_aux": "comfyUI_FrequencySeparation_RGB-HSV" } ], - "https://github.com/rklaffehn/rk-comfy-nodes": [ - [ - "RK_CivitAIAddHashes", - "RK_CivitAIMetaChecker" - ], - { - "title_aux": "rk-comfy-nodes" - } - ], "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [ [ "SetMetadataAll", @@ -16402,14 +18547,82 @@ ], "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [ [ - "AudioControlledMaskMorph", + "AreaFeatureNode", + "AudioFeatureExtractor", + "AudioFeatureVisualizer", + "AudioFilter", + "AudioSeparator", + "BrightnessFeatureNode", + "ColorFeatureNode", + "DepthBasedMaskOpacity", + "DepthBlender", + "DepthFeatureNode", + "DepthInjection", + "DepthRippleEffect", + "DepthShapeModifier", + "DownloadCREPEModel", + "DownloadOpenUnmixModel", + "DyeImage", + "EffectVisualizer", "EmitterMovement", + "EmptyImageFromAudio", + "EmptyMaskFromAudio", + "FeatureCombine", + "FeatureFade", + "FeatureMath", + "FeatureMixer", + "FeatureOscillator", + "FeatureRebase", + "FeatureScaler", + "FeatureSmoothing", + "FeatureToWeightsStrategy", + "FeatureTruncateOrExtend", + "FlexDepthBasedMaskOpacity", + "FlexImageBloom", + "FlexImageChromaticAberration", + "FlexImageColorGrade", + "FlexImageContrast", + "FlexImageEdgeDetect", + "FlexImageGlitch", + "FlexImageKaleidoscope", + "FlexImageParallax", + "FlexImagePixelate", + "FlexImagePosterize", + "FlexImageTiltShift", + "FlexMaskBinary", + "FlexMaskDepthChamber", + "FlexMaskDepthChamberRelative", + "FlexMaskEmanatingRings", + "FlexMaskMath", + "FlexMaskMorph", + "FlexMaskNormalLighting", + "FlexMaskOpacity", + "FlexMaskRandomShapes", + "FlexMaskTransform", + "FlexMaskVoronoiScheduled", + "FlexMaskWarp", + "FlexMaskWavePropagation", + "FlexVideoDirection", + "FlexVideoFrameBlend", + "FlexVideoSpeed", + "FrequencyFilterCustom", + "FrequencyFilterPreset", "GravityWell", + "ImageChunk", + "ImageDifference", + "ImageInterval", + "ImageIntervalSelectPercentage", + "ImageShuffle", + "LocationFromMask", + "LocationFromPoint", + "LocationTransform", + "MIDILoadAndExtract", "MaskMath", "MaskMorph", "MaskRings", "MaskTransform", "MaskWarp", + "MotionFeatureNode", "MovingShape", "OpticalFlowDirectionMask", "OpticalFlowMaskModulation", @@ -16419,10 +18632,20 @@ "ParticleEmitter", "ParticleSizeModulation", "ParticleSpeedModulation", - "PulsatingParticleSystemMask", + "PitchFeatureExtractor", + "PitchRange", + "PitchRangeByNoteNode", + "PitchRangePreset", + "PitchVisualizer", + "PreviewFeature", + "ProximityFeatureNode", + "ProximityVisualizer", "SpringJointSetting", "StaticBody", + "SwapDevice", "TextMaskNode", + "TimeFeatureNode", + "VideoChunk", "Vortex", "_mfc" ], @@ -16454,6 +18677,9 @@ [ "FlipStreamLoader", "FlipStreamOption", + "FlipStreamPrompt", + "FlipStreamSource", + "FlipStreamSwitchVFI", "FlipStreamUpdate", "FlipStreamViewer" ], @@ -16562,6 +18788,7 @@ "Color", "ComparingTwoFrames_", "CompositeImages_", + "CreateJsonNode", "DepthViewer", "DynamicDelayProcessor", "EmbeddingPrompt", @@ -16687,6 +18914,7 @@ "PhotoMakerEncodePlus", "PhotoMakerInsightFaceLoader", "PhotoMakerLoaderPlus", + "PhotoMakerLoraLoaderPlus", "PhotoMakerStyles", "PrepImagesForClipVisionFromPath" ], @@ -16697,6 +18925,7 @@ "https://github.com/shiimizu/ComfyUI-TiledDiffusion": [ [ "NoiseInversion", + "SpotDiffusionParams_TiledDiffusion", "TiledDiffusion", "VAEDecodeTiled_TiledDiffusion", "VAEEncodeTiled_TiledDiffusion" @@ -16841,6 +19070,7 @@ "BizyAirRemoveBackground", "BizyAirSAMPreprocessor", "BizyAirScribblePreprocessor", + "BizyAirSegmentAnythingText", "BizyAirSiliconCloudLLMAPI", "BizyAirSuperResolution", "BizyAirTilePreprocessor", @@ -16853,6 +19083,15 @@ "title_aux": "\u2601\ufe0fBizyAir Nodes" } ], + "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": [ + [ + "CheckpointLoaderNF4", + "UNETLoaderNF4" + ], + { + "title_aux": "Model and Checkpoint Loaders for NF4 and FP4" + } + ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ "AV_AwsBedrockClaudeApi", @@ -16912,6 +19151,7 @@ "LaMaInpaint", "LoadImageAsMaskFromUrl", "LoadImageFromUrl", + "LoadJsonFromText", "LoadJsonFromUrl", "MergeModels", "NumberScaler", @@ -16981,6 +19221,16 @@ "title_aux": "ComfyUI_AnyDoor" } ], + "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": [ + [ + "Blip_Loader", + "CSGO_Loader", + "CSGO_Sampler" + ], + { + "title_aux": "ComfyUI_CSGO_Wrapper" + } + ], "https://github.com/smthemex/ComfyUI_ChatGLM_API": [ [ "Glm_4_9b_Chat", @@ -17003,6 +19253,15 @@ "title_aux": "ComfyUI_CustomNet" } ], + "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": [ + [ + "DeepFakeDefender_Loader", + "DeepFakeDefender_Sampler" + ], + { + "title_aux": "ComfyUI_DeepFakeDefenders" + } + ], "https://github.com/smthemex/ComfyUI_Diffree": [ [ "Diffree_Model_Loader", @@ -17146,6 +19405,7 @@ "https://github.com/smthemex/ComfyUI_StoryDiffusion": [ [ "Comic_Type", + "EasyFunction_Lite", "Pre_Translate_prompt", "Storydiffusion_Model_Loader", "Storydiffusion_Sampler" @@ -17184,6 +19444,16 @@ "title_aux": "ComfyUI-Sn0w-Scripts" } ], + "https://github.com/souki202/ComfyUI-LoadImage-Advanced": [ + [ + "ColorAdjustment", + "LoadImageUpscale", + "LoadImageUpscaleBy" + ], + { + "title_aux": "ComfyUI-LoadImage-Advanced" + } + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ [ "DiscoDiffusion_DiscoDiffusion", @@ -17213,6 +19483,17 @@ "title_aux": "nui suite" } ], + "https://github.com/spacepxl/ComfyUI-Depth-Pro": [ + [ + "DepthPro", + "LoadDepthPro", + "MetricDepthToInverse", + "MetricDepthToRelative" + ], + { + "title_aux": "ComfyUI-Depth-Pro" + } + ], "https://github.com/spacepxl/ComfyUI-Florence-2": [ [ "Florence2", @@ -17429,7 +19710,7 @@ "title_aux": "segment anything" } ], - "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [ + "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": [ [ "AesthetlcScoreSorter", "CalculateAestheticScore", @@ -17485,52 +19766,68 @@ "title_aux": "comfyui_lumaAPI" } ], - "https://github.com/syaofox/ComfyUI_FoxTools": [ + "https://github.com/svdC1/comfy-ui-lora-dataset-tools": [ [ - "FoxBatchImageFromList", - "FoxColorMatch", - "FoxCreateBlurBord", - "FoxCreateFaceMask", - "FoxFaceAlign", - "FoxFaceAlignCacul", - "FoxFaceAlignSimple", - "FoxFaceAnalysisModels", - "FoxFaceBoundingBox", - "FoxFaceEmbedDistance", - "FoxFaceOcclusionModelLoader", - "FoxFaceSegmentation", - "FoxFaceShaper", - "FoxFaceShaperModels", - "FoxFaceWarp", - "FoxGenSwapPathText", - "FoxGrowMaskWithBlur", - "FoxImageAdd", - "FoxImageConcanate", - "FoxImageExtractFromBatch", - "FoxImageResizeBySpecialSide", - "FoxImageRotate", - "FoxImageTileBatch", - "FoxLoadImageBatch", - "FoxLoadImageList", - "FoxLoadImagePlus", - "FoxMaskAddMask", - "FoxMaskAndMask", - "FoxMaskSubMask", - "FoxOutlineMask", - "FoxPreviewMask", - "FoxPrimitiveText", - "FoxRegTextFind", - "FoxSDXLPromptStyler", - "FoxSDXLPromptStylerAdvanced", - "FoxSaveImagePlus", - "FoxSelectFace", - "FoxShowText", - "FoxTextConcatenate", - "FoxTrimBlackBoard", - "FoxcleanGPUUsed" + "Add Gallery Manager", + "Batch to Gallery Manager", + "Delete Duplicates", + "Detect Faces and Draw Detection Box", + "Directory Loader", + "Directory Selector", + "Filter Images With Multiple Faces", + "Filter Images Without Faces", + "Filter Images Without Specific Face", + "Gallery Manager to Batch", + "Load Gallery Manager", + "Save As HTML Image Gallery" ], { - "title_aux": "ComfyUI_FoxTools" + "author": "svdC1", + "description": "This custom node provides quality of life functionalities for", + "nickname": "LDT", + "title": "LoRaDatasetTools", + "title_aux": "LoRa Dataset Tools" + } + ], + "https://github.com/syaofox/ComfyUI_fnodes": [ + [ + "AlignImageByFace-", + "ColorAdjustment-", + "ColorBlockEffect-", + "ColorTint-", + "ComputeImageScaleRatio-", + "CreateBlurredEdgeMask-", + "Depth2Mask-", + "DisplayAny-", + "ExtractBoundingBox-", + "FaceCutout-", + "FaceMorph-", + "FacePaste-", + "FilePathAnalyzer-", + "FillMaskedImageArea-", + "FlatteningEffect-", + "GeneratePreciseFaceMask-", + "GetImageSize-", + "IPAdapterMSLayerWeights-", + "IPAdapterMSTiled-", + "ImageRotate-", + "ImageScaleBySpecifiedSide-", + "ImageScalerForSDModels-", + "LoadImagesFromFolder-", + "MaskChange-", + "OutlineMask-", + "PrimitiveText-", + "ReadImage-", + "RegexExtractor-", + "ScheduleSampler-", + "ScheduleSamplerCustomAYS-", + "ScheduleSamplerCustomTurbo-", + "Seed-", + "SelectFace-", + "TrimImageBorders-" + ], + { + "title_aux": "ComfyUI_fnodes" } ], "https://github.com/syllebra/bilbox-comfyui": [ @@ -17585,7 +19882,7 @@ "title_aux": "Syrian Falcon Nodes" } ], - "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": [ + "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": [ [ "ComfyNodesToSaveCanvas", "FloatNumber", @@ -17646,6 +19943,16 @@ "title_aux": "ComfyUI Browser" } ], + "https://github.com/tanglaoya321/ComfyUI-StoryMaker": [ + [ + "StoryMakerSinglePortraitNode", + "StoryMakerSwapClothNode", + "StoryMakerTwoPortraitNode" + ], + { + "title_aux": "ComfyUI-StoryMaker" + } + ], "https://github.com/teward/ComfyUI-Helper-Nodes": [ [ "HelperNodes_CfgScale", @@ -17709,6 +20016,25 @@ "title_aux": "ComfyUI Stable Video Diffusion" } ], + "https://github.com/thoddnn/ComfyUI-MLX": [ + [ + "MLXClipTextEncoder", + "MLXDecoder", + "MLXLoadFlux", + "MLXSampler" + ], + { + "title_aux": "ComfyUI MLX Nodes" + } + ], + "https://github.com/tianguanggliu/Utools": [ + [ + "UTools" + ], + { + "title_aux": "comfyui-utools" + } + ], "https://github.com/tiankuan93/ComfyUI-V-Express": [ [ "Load_Audio_Path", @@ -17750,6 +20076,16 @@ "title_aux": "CLIPSeg" } ], + "https://github.com/tkreuziger/comfyui-claude": [ + [ + "Combine Texts", + "Describe Image", + "Transform Text" + ], + { + "title_aux": "ComfyUI and Claude" + } + ], "https://github.com/tmagara/ComfyUI-Prediction-Boost": [ [ "PredictionBoost" @@ -17811,6 +20147,7 @@ "quadmoonINTConditionalOperation", "quadmoonKSampler", "quadmoonKSamplerAdvanced", + "quadmoonLatentImage", "quadmoonLoadConfigs", "quadmoonModelLoader", "quadmoonRotationalSampler", @@ -17912,6 +20249,14 @@ "title_aux": "Hakkun-ComfyUI-nodes" } ], + "https://github.com/turkyden/ComfyUI-SmartCrop": [ + [ + "ImageSmartCrop" + ], + { + "title_aux": "ComfyUI-SmartCrop" + } + ], "https://github.com/tusharbhutt/Endless-Nodes": [ [ "ESS Aesthetic Scoring", @@ -17990,21 +20335,39 @@ "title_aux": "comfyui-webcam-node" } ], + "https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py": [ + [ + "Face-similarity" + ], + { + "title_aux": "FaceSimilarity" + } + ], "https://github.com/un-seen/comfyui-tensorops": [ [ + "BackgroundSelect", "ChannelSelector", "DownloadAndLoadFlorence2Model", + "DownloadAndLoadSAM2Model", "FalDifferentialDiffusion", "FalDiffusion", "FetchFromRedis", "FetchJsonFromSurreal", "Florence2Run", + "Florence2toCoordinates", "ForegroundMask", + "GetLayerMask", "MaskImage", + "Sam2AutoSegmentation", + "Sam2Segmentation", + "Sam2VideoSegmentation", + "Sam2VideoSegmentationAddPoints", "SaveImageToS3", "SaveJsonToSurreal", "SaveTextToSurreal", - "SaveToRedis" + "SaveToRedis", + "SendImageOnWebSocket", + "SendJsonOnWebSocket" ], { "title_aux": "comfyui-tensorop" @@ -18033,6 +20396,14 @@ "title_aux": "unwdef-nodes" } ], + "https://github.com/valofey/Openrouter-Node": [ + [ + "OpenrouterNode" + ], + { + "title_aux": "OpenRouter Node" + } + ], "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [ [ "VC_Load_Video_Path_Unified_Output", @@ -18064,7 +20435,9 @@ ], "https://github.com/var1ableX/ComfyUI_Accessories": [ [ - "GetMaskDimensions" + "GetMaskDimensions", + "GetRandomDimensions", + "isMaskEmpty" ], { "title_aux": "ComfyUI_Accessories" @@ -18080,20 +20453,32 @@ ], "https://github.com/veighnsche/comfyui_gr85": [ [ + "GR85_BatchRectMaskGenerator", "GR85_ContainsWord", "GR85_ElementsConcatenator", + "GR85_FluxAttentionSeeker2", + "GR85_GenerateDefaultClipValues", "GR85_ImageDimensionResizer", "GR85_ImageSizer", + "GR85_ImageSizerAll", "GR85_InsertCharacter", + "GR85_IntToString", + "GR85_JSONFileReader", + "GR85_JSONFileSaver", "GR85_LlmEnhancer", "GR85_NextSeed", + "GR85_PasteByMaskGr85", "GR85_RandomAtmLocOutfit", "GR85_RandomRatio", "GR85_RandomTitleCharacter", "GR85_RandomWildcardTagPicker", + "GR85_SeedBasedOutputSelector", "GR85_ShowText", + "GR85_SimpleWildcardPicker", "GR85_StrSafe", - "GR85_TagInjector" + "GR85_StringListSelector", + "GR85_TagInjector", + "GR85_UpdateT5Blocks" ], { "title_aux": "comfyui_gr85" @@ -18287,6 +20672,16 @@ "title_aux": "ComfyUI-Openpose-Editor-Plus" } ], + "https://github.com/willchil/ComfyUI-Environment-Visualizer": [ + [ + "EnvironmentVisualizer", + "InterpolateEdges", + "MapEquirectangular" + ], + { + "title_aux": "ComfyUI-Environment-Visualizer" + } + ], "https://github.com/wmatson/easy-comfy-nodes": [ [ "EZAssocDictNode", @@ -18303,105 +20698,6 @@ "title_aux": "easy-comfy-nodes" } ], - "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": [ - [ - "BBOX | Change", - "BBOX | From Mask", - "BBOX | Scale Area", - "Dimensions | Align To", - "Dimensions | Change", - "Dimensions | From GTF", - "Dimensions | From Raw", - "Dimensions | Scale", - "Dimensions | Scale to Megapixels", - "Dimensions | To Raw", - "GTF | Colorspace - Linear to Log", - "GTF | Colorspace - Log to Linear", - "GTF | Colorspace - SRGB Gamma to Linear", - "GTF | Colorspace - SRGB Linear to Gamma", - "GTF | Colorspace - Standard Gamma to Linear", - "GTF | Colorspace - Standard Linear to Gamma", - "GTF | Convert - Batch Max", - "GTF | Convert - Batch Min", - "GTF | Convert - Channel Max", - "GTF | Convert - Channel Min", - "GTF | Convert - Luminance", - "GTF | Convert - Max", - "GTF | Convert - Min", - "GTF | Filter - Binary Threshold", - "GTF | Filter - Convolve", - "GTF | Filter - Invert", - "GTF | Filter - Morphological", - "GTF | Filter - Normalize Kernel", - "GTF | Filter - Quantize", - "GTF | From Images", - "GTF | From Latents", - "GTF | From Masks", - "GTF | Kernel - Gaussian", - "GTF | Math - Acos", - "GTF | Math - Add", - "GTF | Math - Asin", - "GTF | Math - Atan", - "GTF | Math - Atan2", - "GTF | Math - Cos", - "GTF | Math - Divide", - "GTF | Math - Equal", - "GTF | Math - Lerp", - "GTF | Math - Less Than", - "GTF | Math - Multiply", - "GTF | Math - Negative", - "GTF | Math - Pow", - "GTF | Math - Reciprocal", - "GTF | Math - Sin", - "GTF | Math - Subtract", - "GTF | Math - Tan", - "GTF | Resample - Area", - "GTF | Resample - Lanczos", - "GTF | Resample - Mitchell-Netravali", - "GTF | Resample - Nearest Neighbor", - "GTF | Resample - Triangle", - "GTF | Source - One", - "GTF | Source - RGB", - "GTF | Source - Value", - "GTF | Source - Zero", - "GTF | To Images", - "GTF | To Masks", - "GTF | Tonemap - ACES", - "GTF | Tonemap - Reinhard", - "GTF | Tonemap - Reinhard Extended", - "GTF | Tonemap - Reinhard Extended over Luminance", - "GTF | Tonemap - Reinhard over Luminance", - "GTF | Tonemap - Reinhard-Jodie", - "GTF | Tonemap - Reinhard-Jodie Extended", - "GTF | Tonemap - Uncharted 2", - "GTF | Transform - 1 Channel to 3", - "GTF | Transform - 1 Channel to 4", - "GTF | Transform - Batch", - "GTF | Transform - Connected Components", - "GTF | Transform - Crop to BBOX", - "GTF | Transform - Crop/Uncrop with Anchor", - "GTF | Transform - Flip Horizontal", - "GTF | Transform - Flip Vertical", - "GTF | Transform - Rotate 180", - "GTF | Transform - Rotate CCW", - "GTF | Transform - Rotate CW", - "GTF | Transform - Transpose", - "GTF | Transform - Uncrop from BBOX", - "GTF | Update Latents", - "Primitive | Boolean", - "Primitive | Float", - "Primitive | Integer", - "Primitive | String", - "Primitive | Text" - ], - { - "author": "wmpmiles", - "description": "TODO", - "nickname": "GTFU", - "title": "GTF Utilities", - "title_aux": "ComfyUI-GTF-Utilities" - } - ], "https://github.com/wolfden/ComfyUi_PromptStylers": [ [ "SDXLPromptStylerAll", @@ -18474,10 +20770,13 @@ ], "https://github.com/wujm424606/ComfyUi-Ollama-YN": [ [ - "OllamaGenerate", - "OllamaGenerateAdvance", - "OllamaSpecialGenerateAdvance", - "OllamaVision" + "MyOllamaDeleteModel", + "MyOllamaGenerate", + "MyOllamaGenerateAdvance", + "MyOllamaLoadContext", + "MyOllamaSaveContext", + "MyOllamaSpecialGenerateAdvance", + "MyOllamaVision" ], { "title_aux": "ComfyUi-Ollama-YN" @@ -18567,7 +20866,7 @@ "Auto-MSG-Telegram-Bot" ], { - "title_aux": "decadetw-Auto-Messaging-realtime" + "title_aux": "ComfyUI-decadetw-auto-messaging-realtime" } ], "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": [ @@ -18580,6 +20879,15 @@ "title_aux": "ComfyUI-decadetw-auto-prompt-llm" } ], + "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": [ + [ + "Im-SD-VJ-SPOUT", + "Im-SD-VJ-SYPHON" + ], + { + "title_aux": "ComfyUI-decadetw-spout-syphon-im-vj" + } + ], "https://github.com/xliry/ComfyUI_SendDiscord": [ [ "SendDiscord" @@ -18618,6 +20926,14 @@ "title_aux": "ComfyUI Preview Magnifier" } ], + "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [ + [ + "LoraInfo" + ], + { + "title_aux": "ComfyUI-YCYY-LoraInfo" + } + ], "https://github.com/yffyhk/comfyui_auto_danbooru": [ [ "GetDanbooru", @@ -18631,9 +20947,16 @@ [ "FalAPIFluxControlNetConfigNode", "FalAPIFluxControlNetUnionConfigNode", + "FalAPIFluxDevImageToImageNode", + "FalAPIFluxDevNode", + "FalAPIFluxDevWithLoraAndControlNetImageToImageNode", + "FalAPIFluxDevWithLoraAndControlNetInpaintNode", + "FalAPIFluxDevWithLoraAndControlNetNode", + "FalAPIFluxDevWithLoraImageToImageNode", + "FalAPIFluxDevWithLoraInpaintNode", + "FalAPIFluxDevWithLoraNode", "FalAPIFluxLoraConfigNode", - "FalAPIFluxNode", - "FalAPIFluxNodeWithControlNet" + "FalAPIFluxProNode" ], { "title_aux": "ComfyUI-Fal-API-Flux" @@ -18646,6 +20969,7 @@ "ErrorLogNode", "ExecutionTime", "FileBasedChatNode", + "FluxPromptEngineeringNode", "Gemini1_5Text", "Gemini1_5Vision", "GeminiFluxPrompt", @@ -18658,7 +20982,11 @@ "OllamaImageToText", "OllamaPromptExtractor", "OllamaTextToText", + "PaliGemma3bCaptioner", + "PromptEngineeringNode", "PromptExtractorNode", + "Qwen2VLCaption", + "Qwen2VLLocalCaption", "SD3LongCaptionerV2", "SDPromptAgent", "dwimage2" @@ -18675,6 +21003,7 @@ "easy XYInputs: Checkpoint", "easy XYInputs: ControlNet", "easy XYInputs: Denoise", + "easy XYInputs: FluxGuidance", "easy XYInputs: Lora", "easy XYInputs: ModelMergeBlocks", "easy XYInputs: NegativeCond", @@ -18688,12 +21017,15 @@ "easy XYPlot", "easy XYPlotAdvanced", "easy a1111Loader", + "easy ab", "easy anythingIndexSwitch", + "easy anythingInversedSwitch", "easy applyBrushNet", "easy applyFooocusInpaint", "easy applyInpaint", "easy applyPowerPaint", "easy batchAnything", + "easy blocker", "easy boolean", "easy cascadeKSampler", "easy cascadeLoader", @@ -18709,6 +21041,7 @@ "easy controlnetLoaderADV", "easy controlnetNames", "easy controlnetStack", + "easy controlnetStackApply", "easy convertAnything", "easy detailerFix", "easy dynamiCrafterLoader", @@ -18744,11 +21077,13 @@ "easy imageScaleDown", "easy imageScaleDownBy", "easy imageScaleDownToSize", + "easy imageScaleToNormPixels", "easy imageSize", "easy imageSizeByLongerSide", "easy imageSizeBySide", "easy imageSplitGrid", "easy imageSplitList", + "easy imageSplitTiles", "easy imageSwitch", "easy imageToBase64", "easy imageToMask", @@ -18766,10 +21101,12 @@ "easy ipadapterApplyFromParams", "easy ipadapterApplyRegional", "easy ipadapterStyleComposition", + "easy isFileExist", "easy isNone", "easy isSDXL", "easy joinImageBatch", "easy kSampler", + "easy kSamplerCustom", "easy kSamplerDownscaleUnet", "easy kSamplerInpainting", "easy kSamplerLayerDiffusion", @@ -18778,8 +21115,11 @@ "easy kolorsLoader", "easy latentCompositeMaskedWithCond", "easy latentNoisy", + "easy lengthAnything", "easy loadImageBase64", + "easy loadImagesForLoop", "easy loraStack", + "easy loraStackApply", "easy mathFloat", "easy mathInt", "easy mathString", @@ -18792,6 +21132,7 @@ "easy pipeOut", "easy pipeToBasicPipe", "easy pixArtLoader", + "easy pixels", "easy portraitMaster", "easy poseEditor", "easy positive", @@ -18817,8 +21158,12 @@ "easy rangeInt", "easy removeLocalImage", "easy samLoaderPipe", + "easy saveImageLazy", + "easy saveText", + "easy saveTextLazy", "easy seed", "easy showAnything", + "easy showAnythingLazy", "easy showLoaderSettingsNames", "easy showSpentTime", "easy showTensorShape", @@ -18970,6 +21315,14 @@ "title_aux": "ComfyUI Dwpose TensorRT" } ], + "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": [ + [ + "FaceRestoreTensorrt" + ], + { + "title_aux": "ComfyUI Facerestore TensorRT" + } + ], "https://github.com/yuvraj108c/ComfyUI-PiperTTS": [ [ "PiperTTS" @@ -18990,6 +21343,14 @@ "title_aux": "ComfyUI-Pronodes" } ], + "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": [ + [ + "RifeTensorrt" + ], + { + "title_aux": "ComfyUI Rife TensorRT" + } + ], "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": [ [ "UpscalerTensorrt" @@ -19027,6 +21388,15 @@ "title_aux": "ComfyUI YoloNasPose Tensorrt" } ], + "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": [ + [ + "Audio Reactive | Yvann", + "Float List to Weights Strategy | Yvann" + ], + { + "title_aux": "ComfyUI_Yvann-Nodes" + } + ], "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": [ [ "ZwngLoadImagePathOrURL", @@ -19102,6 +21472,8 @@ "CheckpointLoaderSimpleWithSwitch", "ColorCorrectOfUtils", "ConcatTextOfUtils", + "DeepfaceAnalyzeFaceAttributes", + "DetectorForNSFW", "GenderControlOutput", "ImageBatchOneOrMore", "ImageCompositeMaskedWithSwitch", @@ -19114,10 +21486,13 @@ "LoadImageWithSwitch", "LoadImageWithoutListDir", "MaskAutoSelector", + "MaskCoverFourCorners", "MaskFastGrow", + "MaskFromFaceModel", "MatchImageRatioToPreset", "ModifyTextGender", "SplitMask", + "TextInputAutoSelector", "TextPreview", "UpscaleImageWithModelIfNeed" ], @@ -19125,6 +21500,24 @@ "title_aux": "zhangp365/ComfyUI-utils-nodes" } ], + "https://github.com/zhangp365/ComfyUI_photomakerV2_native": [ + [ + "PhotoMakerEncodeV2", + "PhotoMakerLoaderV2" + ], + { + "title_aux": "ComfyUI_photomakerV2_native" + } + ], + "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [ + [ + "SD3AlimamaInpaintControlNetApplyAdvanced", + "SD3AlimamaInpaintControlNetLoader" + ], + { + "title_aux": "ComfyUI-Alimama-ControlNet-compatible" + } + ], "https://github.com/zhongpei/ComfyUI-InstructIR": [ [ "InstructIRProcess", @@ -19134,30 +21527,6 @@ "title_aux": "ComfyUI for InstructIR" } ], - "https://github.com/zhongpei/Comfyui_image2prompt": [ - [ - "CLIP AdvancedTextEncode|fofo", - "CLIP PromptConditioning|fofo", - "Image2Text", - "Image2TextWithTags", - "ImageBatchToList|fofo", - "ImageRewardScore|fofo", - "LoadImage2TextModel", - "LoadImageRewardScoreModel|fofo", - "LoadT5Model|fofo", - "LoadText2PromptModel", - "ShowText|fofo", - "T5QuantizationConfig|fofo", - "T5Text2Prompt|fofo", - "Text2GPTPrompt", - "Text2Prompt", - "TextBox|fofo", - "Translate2Chinese|fofo" - ], - { - "title_aux": "Comfyui_image2prompt" - } - ], "https://github.com/zhuanqianfish/ComfyUI-EasyNode": [ [ "EasyCaptureNode", @@ -19170,6 +21539,7 @@ ], "https://github.com/zhulu111/ComfyUI_Bxb": [ [ + "bxbSwitch", "sdBxb", "sdBxb_saveImage", "sdBxb_textInput" @@ -19192,6 +21562,7 @@ ], "https://github.com/zombieyang/sd-ppp": [ [ + "CLIP Text Encode PS Regional", "Get Image From Photoshop Layer", "Image Times Opacity", "Mask Times Opacity", diff --git a/github-stats.json b/github-stats.json index 1e08716d..382ad369 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1,6382 +1,7162 @@ { - "hhttps://github.com/AIFSH/DiffMorpher-ComfyUI": { - "stars": 13, - "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 293 - }, "https://github.com/0xbitches/ComfyUI-LCM": { - "stars": 250, + "stars": 253, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 593 + "author_account_age_days": 640 }, "https://github.com/1038lab/ComfyUI-GPT2P": { "stars": 4, "last_update": "2024-08-08 19:04:38", - "author_account_age_days": 514 + "author_account_age_days": 561 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 966, - "last_update": "2024-08-23 03:39:01", - "author_account_age_days": 267 + "stars": 1066, + "last_update": "2024-10-01 14:40:46", + "author_account_age_days": 313 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { - "stars": 29, + "stars": 32, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 187 + "author_account_age_days": 234 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 41, + "stars": 53, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 187 + "author_account_age_days": 234 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 24, + "stars": 27, "last_update": "2024-08-23 00:36:39", - "author_account_age_days": 187 + "author_account_age_days": 234 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { - "stars": 23, + "stars": 24, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 187 + "author_account_age_days": 234 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 3, - "last_update": "2024-08-08 08:38:19", - "author_account_age_days": 752 + "last_update": "2024-10-01 14:51:01", + "author_account_age_days": 799 + }, + "https://github.com/2kpr/ComfyUI-PMRF": { + "stars": 14, + "last_update": "2024-10-11 00:11:40", + "author_account_age_days": 1028 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { - "stars": 210, + "stars": 214, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 981 + "author_account_age_days": 1028 + }, + "https://github.com/311-code/ComfyUI-MagicClip_Strength": { + "stars": 1, + "last_update": "2024-09-22 12:07:40", + "author_account_age_days": 2881 }, "https://github.com/42lux/ComfyUI-safety-checker": { - "stars": 25, + "stars": 26, "last_update": "2024-05-22 22:11:59", - "author_account_age_days": 3760 + "author_account_age_days": 3807 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { - "stars": 21, + "stars": 24, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 476 + "author_account_age_days": 523 + }, + "https://github.com/45uee/ComfyUI-Color_Transfer": { + "stars": 12, + "last_update": "2024-09-19 20:16:51", + "author_account_age_days": 2411 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { - "stars": 58, + "stars": 65, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4112 + "author_account_age_days": 4159 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { - "stars": 9, - "last_update": "2024-08-22 07:18:28", - "author_account_age_days": 2075 + "stars": 11, + "last_update": "2024-10-10 11:32:56", + "author_account_age_days": 2122 + }, + "https://github.com/807502278/ComfyUI-WJNodes": { + "stars": 0, + "last_update": "2024-10-10 08:13:10", + "author_account_age_days": 2122 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1533 + "author_account_age_days": 1580 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 534 + "author_account_age_days": 581 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE": { "stars": 7, "last_update": "2024-06-02 14:57:59", - "author_account_age_days": 534 + "author_account_age_days": 581 }, "https://github.com/AARG-FAN/Image-Raster-for-ComfyUI": { - "stars": 88, + "stars": 97, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 561 + "author_account_age_days": 608 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { - "stars": 4, - "last_update": "2024-08-01 15:14:01", - "author_account_age_days": 254 + "stars": 5, + "last_update": "2024-10-02 07:21:00", + "author_account_age_days": 301 + }, + "https://github.com/AI2lab/comfyUI-kling-api-2lab": { + "stars": 3, + "last_update": "2024-10-09 14:14:31", + "author_account_age_days": 301 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 4, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 254 + "author_account_age_days": 301 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { - "stars": 18, - "last_update": "2024-08-25 11:59:09", - "author_account_age_days": 254 + "stars": 20, + "last_update": "2024-10-09 02:14:27", + "author_account_age_days": 301 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { - "stars": 4, + "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 8, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { - "stars": 24, + "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 54, + "stars": 63, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { - "stars": 13, + "stars": 19, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 180, + "stars": 192, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 246, + "stars": 268, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 20, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { - "stars": 28, + "stars": 29, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 4, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { - "stars": 24, + "stars": 25, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 89, + "stars": 97, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 298, + "stars": 329, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { - "stars": 12, + "stars": 14, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 13, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-UVR5": { - "stars": 72, + "stars": 76, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { - "stars": 29, + "stars": 32, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { - "stars": 26, + "stars": 27, "last_update": "2024-06-14 07:05:31", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 36, + "stars": 40, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI_V-Express": { - "stars": 80, + "stars": 81, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 108, - "last_update": "2024-07-29 10:43:12", - "author_account_age_days": 293 + "stars": 144, + "last_update": "2024-09-10 22:21:37", + "author_account_age_days": 340 }, "https://github.com/AIFSH/DHLive-ComfyUI": { - "stars": 10, - "last_update": "2024-08-25 03:28:34", - "author_account_age_days": 293 + "stars": 15, + "last_update": "2024-08-30 09:41:55", + "author_account_age_days": 340 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 13, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 293 + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/DiffSynth-ComfyUI": { + "stars": 1, + "last_update": "2024-09-07 12:23:07", + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/EzAudio-ComfyUI": { + "stars": 3, + "last_update": "2024-10-08 05:22:46", + "author_account_age_days": 340 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { - "stars": 7, + "stars": 36, "last_update": "2024-08-21 09:40:48", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { - "stars": 15, + "stars": 23, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 293 + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { + "stars": 65, + "last_update": "2024-09-16 14:16:06", + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/PyramidFlow-ComfyUI": { + "stars": 1, + "last_update": "2024-10-10 13:59:16", + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/RealisDance-ComfyUI": { + "stars": 20, + "last_update": "2024-09-13 14:38:59", + "author_account_age_days": 340 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 10, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { - "stars": 3, + "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 293 + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/VideoSys-ComfyUI": { + "stars": 4, + "last_update": "2024-09-01 09:11:57", + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/ViewCrafter-ComfyUI": { + "stars": 8, + "last_update": "2024-09-19 11:11:25", + "author_account_age_days": 340 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { - "stars": 5, - "last_update": "2024-08-25 00:05:49", - "author_account_age_days": 293 + "stars": 9, + "last_update": "2024-09-21 03:44:03", + "author_account_age_days": 340 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { - "stars": 5, - "last_update": "2024-05-23 00:13:50", - "author_account_age_days": 272 + "stars": 6, + "last_update": "2024-09-13 07:34:18", + "author_account_age_days": 319 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1300, - "last_update": "2024-08-23 03:40:05", - "author_account_age_days": 563 + "stars": 1543, + "last_update": "2024-10-09 04:20:34", + "author_account_age_days": 610 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 233, - "last_update": "2024-08-20 10:45:33", - "author_account_age_days": 563 + "stars": 256, + "last_update": "2024-09-11 16:11:51", + "author_account_age_days": 610 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 15, + "stars": 18, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 563 + "author_account_age_days": 610 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 293, + "stars": 312, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 563 + "author_account_age_days": 610 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 160, + "stars": 176, "last_update": "2024-06-14 07:13:21", - "author_account_age_days": 1745 + "author_account_age_days": 1792 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 808, - "last_update": "2024-08-13 06:52:17", - "author_account_age_days": 505 - }, - "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 34, - "last_update": "2024-08-24 12:09:05", - "author_account_age_days": 1522 - }, - "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { - "stars": 4, - "last_update": "2024-07-29 10:54:17", - "author_account_age_days": 2539 - }, - "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { - "stars": 3, - "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1588 - }, - "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 212, - "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3729 - }, - "https://github.com/AbyssYuan0/ComfyUI_BadgerTools": { - "stars": 8, - "last_update": "2024-08-20 09:26:48", + "stars": 843, + "last_update": "2024-09-27 13:37:04", "author_account_age_days": 551 }, + "https://github.com/ALatentPlace/ComfyUI_yanc": { + "stars": 43, + "last_update": "2024-09-19 05:24:38", + "author_account_age_days": 1568 + }, + "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { + "stars": 2, + "last_update": "2024-10-04 13:30:12", + "author_account_age_days": 2586 + }, + "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { + "stars": 5, + "last_update": "2024-09-06 09:44:42", + "author_account_age_days": 2586 + }, + "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { + "stars": 4, + "last_update": "2024-07-17 03:55:26", + "author_account_age_days": 1635 + }, + "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { + "stars": 224, + "last_update": "2024-06-14 07:04:37", + "author_account_age_days": 3776 + }, + "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { + "stars": 8, + "last_update": "2024-09-05 08:45:38", + "author_account_age_days": 598 + }, + "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { + "stars": 4, + "last_update": "2024-08-29 15:19:06", + "author_account_age_days": 598 + }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 567, - "last_update": "2024-08-24 09:18:18", - "author_account_age_days": 3866 + "stars": 647, + "last_update": "2024-09-30 08:24:25", + "author_account_age_days": 3913 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 243, - "last_update": "2024-08-23 14:11:11", - "author_account_age_days": 3866 + "stars": 269, + "last_update": "2024-10-11 07:30:21", + "author_account_age_days": 3913 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1338 + "author_account_age_days": 1384 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 770, - "last_update": "2024-08-24 16:54:38", - "author_account_age_days": 2761 - }, - "https://github.com/Alysondao/Comfyui-Yolov8-JSON": { - "stars": 17, - "last_update": "2024-08-08 04:40:12", - "author_account_age_days": 1092 + "stars": 826, + "last_update": "2024-10-01 08:15:12", + "author_account_age_days": 2808 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 210, - "last_update": "2024-08-25 07:00:04", - "author_account_age_days": 5274 + "stars": 244, + "last_update": "2024-10-05 22:40:40", + "author_account_age_days": 5321 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 1, - "last_update": "2024-08-23 02:55:18", - "author_account_age_days": 3438 + "last_update": "2024-10-04 14:40:16", + "author_account_age_days": 3485 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 7, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4153 + "author_account_age_days": 4200 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4153 + "author_account_age_days": 4200 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { - "stars": 24, + "stars": 26, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3451 + "author_account_age_days": 3498 }, "https://github.com/ArdeniusAI/CPlus_Ardenius": { - "stars": 0, + "stars": 1, "last_update": "2024-06-14 07:13:26", - "author_account_age_days": 188 + "author_account_age_days": 235 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 63, + "stars": 68, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 355 + "author_account_age_days": 402 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 666, + "stars": 683, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 467 + "author_account_age_days": 514 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 14, + "stars": 15, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4648 + "author_account_age_days": 4695 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 36, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 452 + "author_account_age_days": 499 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 378, + "stars": 393, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 452 + "author_account_age_days": 499 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4136 + "author_account_age_days": 4183 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 7, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4136 + "author_account_age_days": 4183 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { - "stars": 7, + "stars": 8, "last_update": "2024-08-01 18:38:01", - "author_account_age_days": 4136 + "author_account_age_days": 4183 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2711 + "author_account_age_days": 2758 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { - "stars": 3, - "last_update": "2024-08-09 01:38:45", - "author_account_age_days": 551 + "stars": 5, + "last_update": "2024-09-13 22:09:17", + "author_account_age_days": 598 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2505 + "author_account_age_days": 2552 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 338, + "stars": 357, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 492 + "author_account_age_days": 539 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 21, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2288 + "author_account_age_days": 2335 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 1, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3134 + "author_account_age_days": 3181 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3134 + "author_account_age_days": 3181 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 875, - "last_update": "2024-08-25 06:59:44", - "author_account_age_days": 3058 + "stars": 973, + "last_update": "2024-10-11 09:15:30", + "author_account_age_days": 3105 + }, + "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { + "stars": 6, + "last_update": "2024-09-16 05:34:01", + "author_account_age_days": 906 + }, + "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { + "stars": 1, + "last_update": "2024-08-28 00:24:01", + "author_account_age_days": 906 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { - "stars": 17, + "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 859 + "author_account_age_days": 906 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 859 + "author_account_age_days": 906 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 3, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 859 + "author_account_age_days": 906 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { - "stars": 19, + "stars": 20, "last_update": "2024-08-01 08:01:37", - "author_account_age_days": 933 + "author_account_age_days": 980 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { - "stars": 54, + "stars": 55, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 933 + "author_account_age_days": 980 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { - "stars": 17, + "stars": 16, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 197 + "author_account_age_days": 243 + }, + "https://github.com/Bin-sam/DynamicPose-ComfyUI": { + "stars": 3, + "last_update": "2024-09-11 12:09:11", + "author_account_age_days": 43 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { - "stars": 11, + "stars": 12, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2594 + "author_account_age_days": 2641 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2594 + "author_account_age_days": 2641 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2594 + "author_account_age_days": 2641 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2594 + "author_account_age_days": 2641 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 297, + "stars": 314, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 539 + "author_account_age_days": 586 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { - "stars": 354, + "stars": 366, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 539 + "author_account_age_days": 586 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 233, + "stars": 250, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 539 + "author_account_age_days": 586 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { - "stars": 36, + "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 539 + "author_account_age_days": 586 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 314, + "stars": 329, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 539 + "author_account_age_days": 586 + }, + "https://github.com/Bria-AI/ComfyUI-BRIA-API": { + "stars": 1, + "last_update": "2024-10-09 11:47:43", + "author_account_age_days": 1586 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 14, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 547 + "author_account_age_days": 594 + }, + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { + "stars": 16, + "last_update": "2024-10-09 06:56:04", + "author_account_age_days": 307 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { + "stars": 68, + "last_update": "2024-10-11 08:04:54", + "author_account_age_days": 307 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 311 + "author_account_age_days": 358 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 103, + "stars": 124, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2788 + "author_account_age_days": 2835 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 1928 + "author_account_age_days": 1975 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 68, + "stars": 69, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 1928 + "author_account_age_days": 1975 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { - "stars": 22, + "stars": 27, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 1928 + "author_account_age_days": 1975 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 16, + "stars": 18, "last_update": "2024-04-05 11:14:24", - "author_account_age_days": 1940 + "author_account_age_days": 1987 + }, + "https://github.com/Charlweed/image_transceiver": { + "stars": 2, + "last_update": "2024-09-26 20:57:52", + "author_account_age_days": 5206 + }, + "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { + "stars": 8, + "last_update": "2024-09-23 21:48:27", + "author_account_age_days": 2521 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { - "stars": 1, - "last_update": "2024-08-16 04:09:04", - "author_account_age_days": 2474 + "stars": 3, + "last_update": "2024-09-02 02:30:14", + "author_account_age_days": 2521 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 65, "last_update": "2024-07-21 23:51:55", - "author_account_age_days": 1796 + "author_account_age_days": 1842 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { - "stars": 71, + "stars": 73, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1796 + "author_account_age_days": 1842 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { - "stars": 91, - "last_update": "2024-08-23 17:10:05", - "author_account_age_days": 3717 + "stars": 98, + "last_update": "2024-10-03 19:54:14", + "author_account_age_days": 3764 + }, + "https://github.com/Creeper-MZ/comfyui_nai_api": { + "stars": 1, + "last_update": "2024-10-02 21:30:26", + "author_account_age_days": 1112 + }, + "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { + "stars": 6, + "last_update": "2024-09-20 02:56:37", + "author_account_age_days": 523 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { - "stars": 4, - "last_update": "2024-08-22 02:31:20", - "author_account_age_days": 477 + "stars": 5, + "last_update": "2024-09-19 10:29:40", + "author_account_age_days": 523 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5220 + "author_account_age_days": 5267 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { - "stars": 25, + "stars": 27, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4350 + "author_account_age_days": 4397 }, - "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": { + "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, - "last_update": "2024-07-31 17:05:17", - "author_account_age_days": 4502 + "last_update": "2024-09-16 15:41:02", + "author_account_age_days": 3692 + }, + "https://github.com/DareFail/ComfyUI-Roboflow": { + "stars": 26, + "last_update": "2024-09-25 18:30:43", + "author_account_age_days": 4696 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 77, + "stars": 82, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 839 + "author_account_age_days": 886 + }, + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { + "stars": 4, + "last_update": "2024-09-16 12:04:46", + "author_account_age_days": 4324 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { - "stars": 2, + "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3053 + "author_account_age_days": 3099 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 334, + "stars": 353, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1836 + "author_account_age_days": 1883 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { - "stars": 21, + "stars": 22, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4100 + "author_account_age_days": 4147 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { - "stars": 7, + "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3135 + "author_account_age_days": 3182 }, "https://github.com/Dobidop/ComfyStereo": { - "stars": 6, + "stars": 9, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1522 + "author_account_age_days": 1569 }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { "stars": 0, "last_update": "2024-05-22 23:24:30", - "author_account_age_days": 3550 + "author_account_age_days": 3597 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5056 + "author_account_age_days": 5103 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 2, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1094 + "author_account_age_days": 1141 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { - "stars": 31, - "last_update": "2024-08-23 12:33:25", - "author_account_age_days": 4779 + "stars": 59, + "last_update": "2024-09-01 11:43:02", + "author_account_age_days": 4826 + }, + "https://github.com/Elaine-chennn/comfyui-overlay-media": { + "stars": 0, + "last_update": "2024-10-09 11:07:46", + "author_account_age_days": 1252 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { - "stars": 19, + "stars": 21, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2682 + "author_account_age_days": 2729 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 160, + "stars": 174, "last_update": "2024-08-09 17:20:17", - "author_account_age_days": 2840 + "author_account_age_days": 2887 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 31 + "author_account_age_days": 78 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 28, + "stars": 34, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 69 + "author_account_age_days": 116 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { - "stars": 14, + "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 69 + "author_account_age_days": 116 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 26, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1685 + "author_account_age_days": 1732 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { - "stars": 107, + "stars": 109, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1685 + "author_account_age_days": 1732 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 269, + "stars": 276, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1685 + "author_account_age_days": 1732 + }, + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { + "stars": 2, + "last_update": "2024-09-05 12:33:30", + "author_account_age_days": 3317 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 322, - "last_update": "2024-08-22 12:50:23", - "author_account_age_days": 3212 + "stars": 352, + "last_update": "2024-09-10 17:44:50", + "author_account_age_days": 3258 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { - "stars": 47, - "last_update": "2024-06-22 21:05:44", - "author_account_age_days": 3212 + "stars": 54, + "last_update": "2024-09-07 12:50:33", + "author_account_age_days": 3258 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 90, - "last_update": "2024-08-06 14:18:19", - "author_account_age_days": 3212 + "stars": 127, + "last_update": "2024-09-17 06:33:36", + "author_account_age_days": 3258 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 38, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3212 + "author_account_age_days": 3258 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 43, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3212 + "author_account_age_days": 3258 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 101, - "last_update": "2024-08-11 20:29:20", - "author_account_age_days": 3212 + "stars": 109, + "last_update": "2024-08-28 05:29:07", + "author_account_age_days": 3258 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { - "stars": 30, + "stars": 31, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3212 + "author_account_age_days": 3258 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { - "stars": 19, - "last_update": "2024-08-24 16:22:22", - "author_account_age_days": 3212 + "stars": 32, + "last_update": "2024-09-23 02:53:31", + "author_account_age_days": 3258 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { - "stars": 51, + "stars": 54, "last_update": "2024-08-21 11:52:24", - "author_account_age_days": 3212 + "author_account_age_days": 3258 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 405, - "last_update": "2024-08-01 01:00:22", - "author_account_age_days": 3194 + "stars": 457, + "last_update": "2024-10-11 04:50:47", + "author_account_age_days": 3240 }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 30, "last_update": "2023-12-15 14:25:35", - "author_account_age_days": 3194 + "author_account_age_days": 3240 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 83, + "stars": 86, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3194 + "author_account_age_days": 3240 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 159, + "stars": 170, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3194 + "author_account_age_days": 3240 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 165, + "stars": 178, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3194 + "author_account_age_days": 3240 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 1932, - "last_update": "2024-08-17 06:53:33", - "author_account_age_days": 3194 + "stars": 2161, + "last_update": "2024-09-09 03:32:09", + "author_account_age_days": 3240 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 0, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 598 + "author_account_age_days": 644 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2817 + "author_account_age_days": 2864 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 7, + "stars": 8, "last_update": "2024-06-05 19:03:21", - "author_account_age_days": 734 + "author_account_age_days": 780 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2809 + "author_account_age_days": 2856 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { - "stars": 45, + "stars": 48, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2041 + "author_account_age_days": 2088 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 353, - "last_update": "2024-08-03 02:54:56", - "author_account_age_days": 2041 + "stars": 378, + "last_update": "2024-08-28 11:34:31", + "author_account_age_days": 2088 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 63, + "stars": 64, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 694 + "author_account_age_days": 741 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 194, + "stars": 203, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1306 + "author_account_age_days": 1352 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 2, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1833 + "author_account_age_days": 1880 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { - "stars": 6, + "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1833 + "author_account_age_days": 1880 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1833 + "author_account_age_days": 1880 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2379 - }, - "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { - "stars": 0, - "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 940 + "author_account_age_days": 2426 }, "https://github.com/FuouM/ComfyUI-EbSynth": { - "stars": 62, + "stars": 71, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1743 + "author_account_age_days": 1790 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1743 + "author_account_age_days": 1790 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { - "stars": 6, + "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1743 + "author_account_age_days": 1790 }, "https://github.com/FuouM/FM_nodes": { - "stars": 5, + "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1743 + "author_account_age_days": 1790 + }, + "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { + "stars": 29, + "last_update": "2024-09-21 17:30:59", + "author_account_age_days": 1271 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { - "stars": 19, + "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1581 + "author_account_age_days": 1628 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { - "stars": 24, - "last_update": "2024-05-29 17:43:08", - "author_account_age_days": 1359 + "stars": 26, + "last_update": "2024-09-04 03:00:13", + "author_account_age_days": 1406 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { - "stars": 7, + "stars": 8, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2618 + "author_account_age_days": 2665 + }, + "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { + "stars": 1, + "last_update": "2024-10-08 01:55:41", + "author_account_age_days": 265 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, - "last_update": "2024-07-31 13:51:25", - "author_account_age_days": 4630 + "last_update": "2024-10-10 20:39:32", + "author_account_age_days": 4676 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { - "stars": 27, - "last_update": "2024-08-12 20:37:38", - "author_account_age_days": 732 + "stars": 33, + "last_update": "2024-09-21 11:02:18", + "author_account_age_days": 778 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 14, "last_update": "2024-08-03 04:14:44", - "author_account_age_days": 2445 + "author_account_age_days": 2492 + }, + "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { + "stars": 10, + "last_update": "2024-10-06 19:27:35", + "author_account_age_days": 774 }, "https://github.com/Goktug/comfyui-saveimage-plus": { - "stars": 4, - "last_update": "2024-08-14 00:07:38", - "author_account_age_days": 4994 + "stars": 7, + "last_update": "2024-10-01 07:15:09", + "author_account_age_days": 5041 }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 1309, - "last_update": "2024-08-07 09:25:47", - "author_account_age_days": 1181 + "stars": 1508, + "last_update": "2024-09-23 08:37:46", + "author_account_age_days": 1228 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { - "stars": 46, - "last_update": "2024-07-23 08:57:27", - "author_account_age_days": 225 - }, - "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { - "stars": 12, - "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1235 + "stars": 48, + "last_update": "2024-10-07 16:48:01", + "author_account_age_days": 272 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 127, - "last_update": "2024-08-02 01:51:51", - "author_account_age_days": 1259 + "stars": 145, + "last_update": "2024-09-04 10:58:03", + "author_account_age_days": 1306 + }, + "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { + "stars": 3, + "last_update": "2024-09-06 11:37:05", + "author_account_age_days": 2519 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1542 + "author_account_age_days": 1589 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 2908 + "author_account_age_days": 2955 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-07-31 13:53:46", - "author_account_age_days": 3042 + "author_account_age_days": 3089 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 40, "last_update": "2024-06-14 08:08:20", - "author_account_age_days": 672 + "author_account_age_days": 719 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { - "stars": 35, + "stars": 37, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 672 + "author_account_age_days": 719 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 18, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 672 + "author_account_age_days": 719 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, - "last_update": "2024-08-02 06:09:47", - "author_account_age_days": 1393 + "last_update": "2024-09-09 09:14:41", + "author_account_age_days": 1440 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { - "stars": 76, - "last_update": "2024-08-02 06:13:20", - "author_account_age_days": 1393 + "stars": 80, + "last_update": "2024-09-02 03:39:35", + "author_account_age_days": 1440 }, "https://github.com/Haoming02/comfyui-floodgate": { - "stars": 26, + "stars": 27, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1393 + "author_account_age_days": 1440 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-08-02 06:22:51", - "author_account_age_days": 1393 + "author_account_age_days": 1440 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 6, - "last_update": "2024-08-02 06:24:27", - "author_account_age_days": 1393 + "last_update": "2024-09-09 09:04:35", + "author_account_age_days": 1440 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 14, + "stars": 13, "last_update": "2024-08-02 06:30:01", - "author_account_age_days": 1393 + "author_account_age_days": 1440 }, "https://github.com/Haoming02/comfyui-prompt-format": { - "stars": 31, - "last_update": "2024-08-02 06:31:16", - "author_account_age_days": 1393 + "stars": 33, + "last_update": "2024-09-20 04:29:03", + "author_account_age_days": 1440 }, "https://github.com/Haoming02/comfyui-resharpen": { - "stars": 37, + "stars": 39, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1393 + "author_account_age_days": 1440 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, - "last_update": "2024-08-02 06:33:55", - "author_account_age_days": 1393 + "last_update": "2024-09-09 09:20:58", + "author_account_age_days": 1440 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { - "stars": 1, + "stars": 2, "last_update": "2024-05-22 23:20:05", - "author_account_age_days": 2304 + "author_account_age_days": 2351 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2386 + "author_account_age_days": 2433 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, - "last_update": "2024-08-25 03:19:51", - "author_account_age_days": 3146 + "last_update": "2024-09-05 17:29:43", + "author_account_age_days": 3193 + }, + "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": { + "stars": 2, + "last_update": "2024-09-11 17:07:04", + "author_account_age_days": 29 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { - "stars": 7, + "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1760 + "author_account_age_days": 1807 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { - "stars": 3, - "last_update": "2024-06-29 19:44:47", - "author_account_age_days": 250 + "stars": 4, + "last_update": "2024-09-24 18:12:12", + "author_account_age_days": 297 + }, + "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { + "stars": 24, + "last_update": "2024-09-30 10:38:22", + "author_account_age_days": 5590 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { - "stars": 2, - "last_update": "2024-07-15 19:45:50", - "author_account_age_days": 5543 + "stars": 4, + "last_update": "2024-10-10 10:23:48", + "author_account_age_days": 5590 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3771 + "author_account_age_days": 3818 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 9, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2692 + "author_account_age_days": 2739 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 9, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 3971 + "author_account_age_days": 4018 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { - "stars": 7, - "last_update": "2024-08-02 13:38:00", - "author_account_age_days": 173 + "stars": 9, + "last_update": "2024-09-21 21:39:11", + "author_account_age_days": 220 + }, + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { + "stars": 9, + "last_update": "2024-08-31 18:32:00", + "author_account_age_days": 1201 + }, + "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { + "stars": 5, + "last_update": "2024-09-26 14:22:05", + "author_account_age_days": 1201 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 35, - "last_update": "2024-08-19 14:38:33", - "author_account_age_days": 1154 + "stars": 49, + "last_update": "2024-10-10 20:18:15", + "author_account_age_days": 1201 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 72, - "last_update": "2024-08-21 13:37:51", - "author_account_age_days": 473 + "stars": 128, + "last_update": "2024-09-03 02:02:45", + "author_account_age_days": 520 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { - "stars": 1, - "last_update": "2024-08-24 08:50:19", - "author_account_age_days": 473 + "stars": 5, + "last_update": "2024-09-26 08:29:21", + "author_account_age_days": 520 + }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { + "stars": 57, + "last_update": "2024-09-26 08:31:38", + "author_account_age_days": 520 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 42, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 378 + "author_account_age_days": 424 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { - "stars": 1, + "stars": 2, "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 621 + "author_account_age_days": 667 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 22, - "last_update": "2024-07-26 04:55:41", - "author_account_age_days": 633 + "last_update": "2024-09-05 03:42:14", + "author_account_age_days": 680 }, "https://github.com/Jannchie/ComfyUI-J": { - "stars": 68, - "last_update": "2024-07-31 13:12:46", - "author_account_age_days": 2615 + "stars": 75, + "last_update": "2024-09-14 15:22:29", + "author_account_age_days": 2662 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 31, - "last_update": "2024-08-11 21:06:02", - "author_account_age_days": 3634 + "stars": 32, + "last_update": "2024-10-06 19:43:58", + "author_account_age_days": 3680 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { - "stars": 1, - "last_update": "2024-08-12 15:54:20", - "author_account_age_days": 3330 + "stars": 5, + "last_update": "2024-10-01 16:11:07", + "author_account_age_days": 3377 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 25, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 752 + "author_account_age_days": 799 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 131, + "stars": 138, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 4948 + "author_account_age_days": 4995 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { - "stars": 3, - "last_update": "2024-08-10 07:10:17", - "author_account_age_days": 217 + "stars": 4, + "last_update": "2024-08-25 18:35:55", + "author_account_age_days": 264 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 107, + "stars": 110, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2420 + "author_account_age_days": 2467 }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 52, - "last_update": "2024-07-27 18:34:18", - "author_account_age_days": 2420 + "stars": 74, + "last_update": "2024-09-24 02:15:59", + "author_account_age_days": 2467 + }, + "https://github.com/JichaoLiang/Immortal_comfyUI": { + "stars": 1, + "last_update": "2024-10-07 03:01:03", + "author_account_age_days": 1132 }, "https://github.com/Jordach/comfy-plasma": { - "stars": 59, + "stars": 61, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4575 + "author_account_age_days": 4621 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { - "stars": 7, + "stars": 8, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3416 + "author_account_age_days": 3463 }, "https://github.com/Julian-adv/WildDivide": { - "stars": 3, - "last_update": "2024-08-20 13:47:27", - "author_account_age_days": 400 - }, - "https://github.com/Kaharos94/ComfyUI-Saveaswebp": { - "stars": 37, - "last_update": "2024-06-21 23:01:48", - "author_account_age_days": 1257 + "stars": 8, + "last_update": "2024-10-06 02:40:44", + "author_account_age_days": 447 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 17, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 976 + "author_account_age_days": 1023 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 7, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1749 + "author_account_age_days": 1796 + }, + "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { + "stars": 27, + "last_update": "2024-09-24 21:58:55", + "author_account_age_days": 4999 + }, + "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { + "stars": 23, + "last_update": "2024-09-26 02:40:30", + "author_account_age_days": 4999 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 149, - "last_update": "2024-06-16 15:50:10", - "author_account_age_days": 1548 + "stars": 160, + "last_update": "2024-09-01 03:57:22", + "author_account_age_days": 1594 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 25, + "stars": 35, "last_update": "2024-08-15 16:58:02", - "author_account_age_days": 3252 + "author_account_age_days": 3299 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 519, - "last_update": "2024-08-24 12:31:29", - "author_account_age_days": 3778 + "stars": 571, + "last_update": "2024-10-08 22:49:03", + "author_account_age_days": 3825 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2511, - "last_update": "2024-08-23 09:43:48", - "author_account_age_days": 3778 + "stars": 2667, + "last_update": "2024-10-08 22:48:49", + "author_account_age_days": 3825 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 492, - "last_update": "2024-08-24 00:26:25", - "author_account_age_days": 3778 + "stars": 550, + "last_update": "2024-10-09 19:53:22", + "author_account_age_days": 3825 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1182 + "author_account_age_days": 1229 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { - "stars": 4, + "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1841 + "author_account_age_days": 1888 + }, + "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { + "stars": 1, + "last_update": "2024-10-10 04:45:57", + "author_account_age_days": 204 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 141, + "stars": 153, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2269 - }, - "https://github.com/LZpenguin/ComfyUI-Text": { - "stars": 24, - "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2041 + "author_account_age_days": 2316 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { - "stars": 43, + "stars": 46, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 226 + "author_account_age_days": 273 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 344, + "stars": 366, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 226 + "author_account_age_days": 273 + }, + "https://github.com/LatentRat/comfy_remote_run": { + "stars": 3, + "last_update": "2024-09-08 04:06:09", + "author_account_age_days": 853 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 68, + "stars": 81, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 394 + "author_account_age_days": 441 }, "https://github.com/Lerc/canvas_tab": { - "stars": 152, + "stars": 160, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5429 + "author_account_age_days": 5476 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { - "stars": 1, - "last_update": "2024-08-23 11:23:20", - "author_account_age_days": 2664 + "stars": 8, + "last_update": "2024-08-26 00:40:09", + "author_account_age_days": 2711 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 46 + "author_account_age_days": 93 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1337 + "author_account_age_days": 1384 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 126, + "stars": 129, "last_update": "2024-05-22 22:18:57", - "author_account_age_days": 1337 + "author_account_age_days": 1384 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { - "stars": 5, - "last_update": "2024-08-14 02:17:07", - "author_account_age_days": 449 + "stars": 6, + "last_update": "2024-09-23 06:31:38", + "author_account_age_days": 496 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { - "stars": 51, - "last_update": "2024-05-23 00:32:53", - "author_account_age_days": 533 + "stars": 57, + "last_update": "2024-09-12 14:16:23", + "author_account_age_days": 579 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { - "stars": 26, + "stars": 27, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1037 + "author_account_age_days": 1084 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 2, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1037 + "author_account_age_days": 1084 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { - "stars": 14, + "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1094 + "author_account_age_days": 1141 }, "https://github.com/LyazS/comfyui-anime-seg": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 2919 + "author_account_age_days": 2966 + }, + "https://github.com/LyazS/comfyui-nettools": { + "stars": 2, + "last_update": "2024-09-23 12:52:44", + "author_account_age_days": 2966 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 17, + "stars": 23, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4320 + "author_account_age_days": 4367 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 27, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4320 + "author_account_age_days": 4367 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4320 + "author_account_age_days": 4367 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4320 + "author_account_age_days": 4367 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 28, + "stars": 29, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4320 + "author_account_age_days": 4367 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 10, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4320 + "author_account_age_days": 4367 }, "https://github.com/M1kep/KepPromptLang": { - "stars": 5, + "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4320 + "author_account_age_days": 4367 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { - "stars": 33, - "last_update": "2024-08-03 08:08:55", - "author_account_age_days": 1667 + "stars": 42, + "last_update": "2024-10-10 09:48:44", + "author_account_age_days": 1714 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1844 + "author_account_age_days": 1891 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, - "last_update": "2024-07-30 06:49:47", - "author_account_age_days": 374 + "last_update": "2024-09-03 17:33:50", + "author_account_age_days": 421 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { - "stars": 15, + "stars": 20, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 444 + "author_account_age_days": 491 }, "https://github.com/ManglerFTW/ComfyI2I": { - "stars": 150, + "stars": 157, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 717 + "author_account_age_days": 764 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 97, - "last_update": "2024-08-23 14:33:12", - "author_account_age_days": 5032 + "stars": 112, + "last_update": "2024-10-02 19:01:45", + "author_account_age_days": 5079 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { - "stars": 1, + "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1484 + "author_account_age_days": 1531 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 1, "last_update": "2024-07-31 13:49:59", - "author_account_age_days": 2293 + "author_account_age_days": 2339 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 4, "last_update": "2024-05-23 00:15:39", - "author_account_age_days": 1695 + "author_account_age_days": 1742 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 19, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1695 + "author_account_age_days": 1742 }, - "https://github.com/Marksusu/ComfyUI_MTEncode": { - "stars": 2, - "last_update": "2024-07-26 05:59:56", - "author_account_age_days": 770 + "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { + "stars": 5, + "last_update": "2024-10-10 13:15:01", + "author_account_age_days": 817 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { - "stars": 6, - "last_update": "2024-07-27 18:33:59", - "author_account_age_days": 3267 + "stars": 7, + "last_update": "2024-08-26 20:42:35", + "author_account_age_days": 3314 + }, + "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { + "stars": 1, + "last_update": "2024-09-29 14:18:23", + "author_account_age_days": 3005 + }, + "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { + "stars": 5, + "last_update": "2024-09-16 16:11:59", + "author_account_age_days": 388 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { - "stars": 2, + "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 592 + "author_account_age_days": 639 }, "https://github.com/MiddleKD/ComfyUI-productfix": { - "stars": 6, + "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 592 + "author_account_age_days": 639 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, - "last_update": "2024-08-22 09:29:01", - "author_account_age_days": 122 + "last_update": "2024-10-06 07:46:05", + "author_account_age_days": 169 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3239 + "author_account_age_days": 3286 + }, + "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { + "stars": 71, + "last_update": "2024-10-09 16:17:15", + "author_account_age_days": 174 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { - "stars": 6, + "stars": 11, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 127 + "author_account_age_days": 174 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 62, + "stars": 103, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 127 + "author_account_age_days": 174 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 410, - "last_update": "2024-08-06 14:10:29", - "author_account_age_days": 127 + "stars": 474, + "last_update": "2024-10-09 14:17:42", + "author_account_age_days": 174 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 99, + "stars": 105, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 127 + "author_account_age_days": 174 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 17, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 127 + "author_account_age_days": 174 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { - "stars": 37, + "stars": 44, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 127 + "author_account_age_days": 174 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 9, + "stars": 12, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2578 + "author_account_age_days": 2625 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4030 + "author_account_age_days": 4077 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 6, - "last_update": "2024-08-21 07:01:21", - "author_account_age_days": 1088 + "stars": 16, + "last_update": "2024-10-05 01:30:40", + "author_account_age_days": 1135 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, - "last_update": "2024-08-10 17:11:32", - "author_account_age_days": 441 + "last_update": "2024-09-19 07:39:49", + "author_account_age_days": 488 + }, + "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { + "stars": 106, + "last_update": "2024-09-22 02:15:42", + "author_account_age_days": 38 + }, + "https://github.com/MoonHugo/ComfyUI-FFmpeg": { + "stars": 5, + "last_update": "2024-10-09 10:27:27", + "author_account_age_days": 38 + }, + "https://github.com/Moooonet/ComfyUI-ArteMoon": { + "stars": 2, + "last_update": "2024-09-29 15:04:10", + "author_account_age_days": 96 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2040, - "last_update": "2024-08-21 22:53:16", - "author_account_age_days": 1623 + "stars": 2234, + "last_update": "2024-09-21 15:49:04", + "author_account_age_days": 1670 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 471, + "stars": 489, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1623 + "author_account_age_days": 1670 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { - "stars": 11, + "stars": 14, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3653 + "author_account_age_days": 3700 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 18, + "stars": 19, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3107 + "author_account_age_days": 3154 }, "https://github.com/MushroomFleet/DJZ-Nodes": { - "stars": 7, - "last_update": "2024-07-27 04:00:20", - "author_account_age_days": 3783 + "stars": 13, + "last_update": "2024-09-29 12:50:38", + "author_account_age_days": 3830 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { - "stars": 9, + "stars": 10, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 34 + "author_account_age_days": 80 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { - "stars": 30, + "stars": 39, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 139 + "author_account_age_days": 186 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { - "stars": 1, + "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 640 + "author_account_age_days": 687 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 10, - "last_update": "2024-08-16 09:59:32", - "author_account_age_days": 3742 + "stars": 18, + "last_update": "2024-09-25 01:40:47", + "author_account_age_days": 3789 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { - "stars": 1, - "last_update": "2024-08-24 02:56:00", - "author_account_age_days": 424 + "stars": 7, + "last_update": "2024-09-07 06:31:51", + "author_account_age_days": 471 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1386 + "author_account_age_days": 1433 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { - "stars": 31, + "stars": 33, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 155 + "author_account_age_days": 202 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 4, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 155 + "author_account_age_days": 202 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { - "stars": 2, + "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 155 + "author_account_age_days": 202 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { - "stars": 60, + "stars": 64, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 155 + "author_account_age_days": 202 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 588 + "author_account_age_days": 635 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { - "stars": 13, + "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5211 + "author_account_age_days": 5258 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 458, - "last_update": "2024-08-24 20:37:45", - "author_account_age_days": 306 + "stars": 568, + "last_update": "2024-09-12 17:24:44", + "author_account_age_days": 353 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 306 + "author_account_age_days": 353 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1104 + "author_account_age_days": 1151 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 12, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 3893 + "author_account_age_days": 3940 + }, + "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { + "stars": 9, + "last_update": "2024-10-03 16:18:57", + "author_account_age_days": 2929 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2045 + "author_account_age_days": 2092 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 200, + "stars": 215, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 2908 + "author_account_age_days": 2955 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 193, + "stars": 201, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4541 + "author_account_age_days": 4588 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 478, - "last_update": "2024-08-17 22:14:27", - "author_account_age_days": 4541 + "stars": 506, + "last_update": "2024-09-12 20:12:08", + "author_account_age_days": 4588 + }, + "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { + "stars": 1, + "last_update": "2024-09-16 04:58:23", + "author_account_age_days": 2226 + }, + "https://github.com/NyaamZ/efficiency-nodes-ED": { + "stars": 10, + "last_update": "2024-09-30 06:53:09", + "author_account_age_days": 2226 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1234 + "author_account_age_days": 1281 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { - "stars": 5, - "last_update": "2024-08-25 12:40:13", - "author_account_age_days": 15 + "stars": 28, + "last_update": "2024-09-17 11:48:44", + "author_account_age_days": 62 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { - "stars": 59, + "stars": 73, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2188 + "author_account_age_days": 2234 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { - "stars": 15, + "stars": 16, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 837 + "author_account_age_days": 884 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2595 + "author_account_age_days": 2642 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1727 + "author_account_age_days": 1774 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { - "stars": 1, + "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 2890 + "author_account_age_days": 2937 }, "https://github.com/ParisNeo/lollms_nodes_suite": { - "stars": 10, + "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4831 + "author_account_age_days": 4878 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3705 + "author_account_age_days": 3752 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 19, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3269 + "author_account_age_days": 3316 + }, + "https://github.com/Phando/ComfyUI-PhandoNodes": { + "stars": 1, + "last_update": "2024-09-05 16:12:24", + "author_account_age_days": 5334 }, "https://github.com/Pheat-AI/Remade_nodes": { - "stars": 1, - "last_update": "2024-08-14 04:00:40", - "author_account_age_days": 95 + "stars": 3, + "last_update": "2024-09-10 01:33:45", + "author_account_age_days": 142 }, "https://github.com/PnthrLeo/comfyUI-image-search": { "stars": 0, "last_update": "2024-06-14 07:06:45", - "author_account_age_days": 2613 + "author_account_age_days": 2660 }, "https://github.com/Pos13/comfyui-cyclist": { "stars": 33, "last_update": "2024-08-04 02:58:33", - "author_account_age_days": 1580 + "author_account_age_days": 1626 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 491, + "stars": 1623, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 25 + "author_account_age_days": 72 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, - "last_update": "2024-08-22 19:03:44", - "author_account_age_days": 332 + "last_update": "2024-09-17 20:46:33", + "author_account_age_days": 379 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1312 + "author_account_age_days": 1359 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { - "stars": 1, + "stars": 2, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 3994 + "author_account_age_days": 4041 }, "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": { "stars": 4, "last_update": "2024-07-28 12:45:36", - "author_account_age_days": 1427 + "author_account_age_days": 1474 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 248 + "author_account_age_days": 295 + }, + "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { + "stars": 7, + "last_update": "2024-09-07 19:47:02", + "author_account_age_days": 1276 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { - "stars": 3, + "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1229 + "author_account_age_days": 1276 + }, + "https://github.com/RiceRound/ComfyUI_CryptoCat": { + "stars": 16, + "last_update": "2024-10-03 13:42:22", + "author_account_age_days": 13 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { - "stars": 0, - "last_update": "2024-08-25 14:10:11", - "author_account_age_days": 810 + "stars": 5, + "last_update": "2024-08-27 15:45:35", + "author_account_age_days": 857 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { - "stars": 18, + "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1443 + "author_account_age_days": 1490 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 991 + "author_account_age_days": 1038 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { - "stars": 0, - "last_update": "2024-08-25 08:27:12", - "author_account_age_days": 236 + "stars": 1, + "last_update": "2024-10-03 15:54:57", + "author_account_age_days": 282 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { - "stars": 6, - "last_update": "2024-08-21 15:04:04", - "author_account_age_days": 2475 + "stars": 34, + "last_update": "2024-09-12 11:54:59", + "author_account_age_days": 2521 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 81, - "last_update": "2024-08-16 16:52:09", - "author_account_age_days": 2475 + "stars": 93, + "last_update": "2024-10-11 03:31:02", + "author_account_age_days": 2521 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2475 - }, - "https://github.com/SEkINVR/ComfyUI-Animator": { - "stars": 2, - "last_update": "2024-08-18 21:53:52", - "author_account_age_days": 719 - }, - "https://github.com/SEkINVR/ComfyUI-Save-Multi-Format": { - "stars": 3, - "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 719 + "author_account_age_days": 2521 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 3, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 719 + "author_account_age_days": 766 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 68, + "stars": 69, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3759 - }, - "https://github.com/SLAPaper/ComfyUI-dpmpp_2m_alt-Sampler": { - "stars": 10, - "last_update": "2024-08-03 18:32:42", - "author_account_age_days": 3759 + "author_account_age_days": 3806 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 10, "last_update": "2024-08-03 18:32:42", - "author_account_age_days": 3759 + "author_account_age_days": 3806 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4145 + "author_account_age_days": 4192 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { - "stars": 25, + "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4145 + "author_account_age_days": 4192 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 277, + "stars": 296, "last_update": "2024-08-01 02:05:16", - "author_account_age_days": 1505 + "author_account_age_days": 1552 }, "https://github.com/SayanoAI/Comfy-RVC": { - "stars": 9, - "last_update": "2024-08-24 16:27:24", - "author_account_age_days": 2665 + "stars": 15, + "last_update": "2024-10-09 04:08:31", + "author_account_age_days": 2712 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { - "stars": 11, + "stars": 12, "last_update": "2024-06-14 09:01:30", - "author_account_age_days": 3258 + "author_account_age_days": 3305 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 8, - "last_update": "2024-08-25 04:35:20", - "author_account_age_days": 1172 + "stars": 11, + "last_update": "2024-08-26 14:51:47", + "author_account_age_days": 1219 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 8, - "last_update": "2024-07-31 13:51:28", - "author_account_age_days": 4568 + "last_update": "2024-10-06 22:04:28", + "author_account_age_days": 4615 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 78, - "last_update": "2024-08-16 07:45:44", - "author_account_age_days": 139 + "stars": 106, + "last_update": "2024-09-04 09:23:38", + "author_account_age_days": 186 + }, + "https://github.com/SeanScripts/ComfyUI-Pixtral": { + "stars": 53, + "last_update": "2024-10-05 04:21:36", + "author_account_age_days": 1629 + }, + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { + "stars": 53, + "last_update": "2024-10-05 04:21:36", + "author_account_age_days": 1629 + }, + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision": { + "stars": 53, + "last_update": "2024-10-05 04:21:36", + "author_account_age_days": 1629 + }, + "https://github.com/SeanScripts/ComfyUI-Unload-Model": { + "stars": 4, + "last_update": "2024-10-05 04:43:42", + "author_account_age_days": 1629 + }, + "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { + "stars": 37, + "last_update": "2024-09-04 09:04:18", + "author_account_age_days": 4280 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 764, + "stars": 784, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4233 + "author_account_age_days": 4280 }, "https://github.com/Seedsa/Fooocus_Nodes": { - "stars": 54, - "last_update": "2024-08-24 08:57:06", - "author_account_age_days": 2670 + "stars": 64, + "last_update": "2024-09-18 06:23:35", + "author_account_age_days": 2717 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { - "stars": 2, + "stars": 1, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3459 + "author_account_age_days": 3506 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { - "stars": 3, + "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 177 + "author_account_age_days": 224 + }, + "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { + "stars": 8, + "last_update": "2024-09-05 00:09:26", + "author_account_age_days": 495 + }, + "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { + "stars": 1, + "last_update": "2024-09-26 04:40:37", + "author_account_age_days": 495 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 464 + "author_account_age_days": 511 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 17, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1267 + "author_account_age_days": 1314 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1267 + "author_account_age_days": 1314 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { - "stars": 18, - "last_update": "2024-07-21 19:57:00", - "author_account_age_days": 1267 + "stars": 21, + "last_update": "2024-10-11 11:58:18", + "author_account_age_days": 1314 + }, + "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { + "stars": 9, + "last_update": "2024-09-28 11:30:22", + "author_account_age_days": 1314 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 70, - "last_update": "2024-08-12 14:10:48", - "author_account_age_days": 1267 + "stars": 92, + "last_update": "2024-09-18 13:17:42", + "author_account_age_days": 1314 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2378 + "author_account_age_days": 2425 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 26, + "stars": 29, "last_update": "2024-08-01 06:12:33", - "author_account_age_days": 514 + "author_account_age_days": 561 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { - "stars": 2, - "last_update": "2024-08-16 11:59:27", - "author_account_age_days": 1745 + "stars": 3, + "last_update": "2024-08-30 01:19:54", + "author_account_age_days": 1792 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 76, - "last_update": "2024-08-15 10:42:58", - "author_account_age_days": 1574 + "stars": 115, + "last_update": "2024-09-28 09:16:21", + "author_account_age_days": 1620 }, "https://github.com/Smuzzies/comfyui_meme_maker": { - "stars": 1, + "stars": 0, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 753 + "author_account_age_days": 800 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { - "stars": 8, + "stars": 9, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3586 + "author_account_age_days": 3632 + }, + "https://github.com/SoftMeng/ComfyUI-PIL": { + "stars": 6, + "last_update": "2024-09-20 06:53:41", + "author_account_age_days": 3632 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { - "stars": 6, + "stars": 9, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3586 + "author_account_age_days": 3632 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { - "stars": 19, + "stars": 21, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3586 + "author_account_age_days": 3632 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { - "stars": 18, + "stars": 20, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3586 + "author_account_age_days": 3632 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { - "stars": 17, + "stars": 19, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4309 + "author_account_age_days": 4356 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 141 + "author_account_age_days": 188 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 270 + "author_account_age_days": 317 + }, + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { + "stars": 28, + "last_update": "2024-10-06 04:00:55", + "author_account_age_days": 2824 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { - "stars": 45, + "stars": 46, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 905 + "author_account_age_days": 951 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 187, + "stars": 194, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 905 + "author_account_age_days": 951 + }, + "https://github.com/StarMagicAI/comfyui_tagger": { + "stars": 2, + "last_update": "2024-09-03 02:01:59", + "author_account_age_days": 3655 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { - "stars": 102, + "stars": 111, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 2897 + "author_account_age_days": 2944 }, "https://github.com/StartHua/ComfyUI_PCDMs": { - "stars": 5, + "stars": 4, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 2897 + "author_account_age_days": 2944 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 184, + "stars": 192, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 2897 + "author_account_age_days": 2944 + }, + "https://github.com/StartHua/Comfyui_CXH_DeepLX": { + "stars": 8, + "last_update": "2024-09-21 02:38:08", + "author_account_age_days": 2944 + }, + "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { + "stars": 6, + "last_update": "2024-10-01 03:36:26", + "author_account_age_days": 2944 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { - "stars": 14, + "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 2897 + "author_account_age_days": 2944 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 94, - "last_update": "2024-08-20 00:47:31", - "author_account_age_days": 2897 + "stars": 351, + "last_update": "2024-09-12 01:23:55", + "author_account_age_days": 2944 }, "https://github.com/StartHua/Comfyui_joytag": { - "stars": 29, + "stars": 36, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 2897 + "author_account_age_days": 2944 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { - "stars": 53, + "stars": 57, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 2897 + "author_account_age_days": 2944 }, "https://github.com/Steudio/ComfyUI_Steudio": { - "stars": 0, - "last_update": "2024-08-23 23:51:46", - "author_account_age_days": 198 + "stars": 1, + "last_update": "2024-09-08 23:11:27", + "author_account_age_days": 245 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 130, + "stars": 136, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 151 + "author_account_age_days": 198 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3640 + "author_account_age_days": 3687 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 572, + "stars": 644, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2211 + "author_account_age_days": 2258 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 22, - "last_update": "2024-05-22 20:47:11", - "author_account_age_days": 3434 + "stars": 25, + "last_update": "2024-10-06 09:44:42", + "author_account_age_days": 3481 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 592 + "author_account_age_days": 638 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { - "stars": 98, + "stars": 104, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3753 + "author_account_age_days": 3800 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { - "stars": 174, + "stars": 178, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3753 + "author_account_age_days": 3800 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { - "stars": 133, + "stars": 134, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2597 + "author_account_age_days": 2644 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 330, + "stars": 354, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 159 + "author_account_age_days": 206 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-07-26 05:36:12", - "author_account_age_days": 501 + "author_account_age_days": 548 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { - "stars": 23, - "last_update": "2024-08-24 14:52:01", - "author_account_age_days": 501 + "stars": 24, + "last_update": "2024-09-26 05:27:16", + "author_account_age_days": 548 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { - "stars": 10, + "stars": 18, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 265 + "author_account_age_days": 312 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 58, - "last_update": "2024-08-24 06:45:32", - "author_account_age_days": 265 + "stars": 224, + "last_update": "2024-10-01 07:29:44", + "author_account_age_days": 312 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 93 + "author_account_age_days": 140 }, "https://github.com/TaiTair/comfyui-simswap": { - "stars": 12, + "stars": 13, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3628 + "author_account_age_days": 3675 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { - "stars": 2, + "stars": 3, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2277 + "author_account_age_days": 2324 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2277 + "author_account_age_days": 2324 }, "https://github.com/Taremin/webui-monaco-prompt": { - "stars": 24, + "stars": 25, "last_update": "2024-08-22 11:00:45", - "author_account_age_days": 2277 + "author_account_age_days": 2324 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 4, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3279 + "author_account_age_days": 3326 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { - "stars": 10, - "last_update": "2024-08-09 09:18:30", - "author_account_age_days": 1738 + "stars": 12, + "last_update": "2024-09-20 23:26:02", + "author_account_age_days": 1784 }, "https://github.com/TemryL/ComfyS3": { - "stars": 26, - "last_update": "2024-07-31 15:48:46", - "author_account_age_days": 931 + "stars": 30, + "last_update": "2024-09-10 08:57:37", + "author_account_age_days": 977 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 331, + "stars": 378, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 931 + "author_account_age_days": 977 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 324, + "stars": 334, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 160 + "author_account_age_days": 207 + }, + "https://github.com/Tenney95/ComfyUI-NodeAligner": { + "stars": 56, + "last_update": "2024-09-20 04:39:34", + "author_account_age_days": 35 }, "https://github.com/TheBarret/ZSuite": { - "stars": 7, + "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2774 + "author_account_age_days": 2821 + }, + "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { + "stars": 4, + "last_update": "2024-08-28 07:45:11", + "author_account_age_days": 1551 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 2, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1504 + "author_account_age_days": 1551 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 333, - "last_update": "2024-08-20 01:11:45", - "author_account_age_days": 227 + "stars": 376, + "last_update": "2024-08-30 09:50:34", + "author_account_age_days": 274 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 9, "last_update": "2024-07-29 19:02:32", - "author_account_age_days": 997 + "author_account_age_days": 1044 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 373, - "last_update": "2024-08-16 10:03:40", - "author_account_age_days": 683 + "stars": 399, + "last_update": "2024-10-08 07:17:20", + "author_account_age_days": 730 + }, + "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { + "stars": 2, + "last_update": "2024-09-26 01:46:02", + "author_account_age_days": 681 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { - "stars": 27, + "stars": 36, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 922 + "author_account_age_days": 969 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { - "stars": 28, - "last_update": "2024-07-31 15:01:19", - "author_account_age_days": 3915 + "stars": 34, + "last_update": "2024-08-26 16:33:49", + "author_account_age_days": 3962 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 9, - "last_update": "2024-07-27 18:34:05", - "author_account_age_days": 3915 + "stars": 10, + "last_update": "2024-08-26 16:33:15", + "author_account_age_days": 3962 }, "https://github.com/Trung0246/ComfyUI-0246": { - "stars": 102, - "last_update": "2024-08-18 05:12:07", - "author_account_age_days": 3442 + "stars": 109, + "last_update": "2024-09-16 05:55:23", + "author_account_age_days": 3489 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 191, + "stars": 202, "last_update": "2024-05-22 20:50:03", - "author_account_age_days": 4984 + "author_account_age_days": 5030 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1347 + "author_account_age_days": 1394 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 4, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 281 + "author_account_age_days": 328 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 83, - "last_update": "2024-08-12 09:46:24", - "author_account_age_days": 304 + "stars": 113, + "last_update": "2024-10-05 07:08:07", + "author_account_age_days": 351 + }, + "https://github.com/VertexStudio/roblox-comfyui-nodes": { + "stars": 1, + "last_update": "2024-10-08 16:35:54", + "author_account_age_days": 3087 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { - "stars": 1, - "last_update": "2024-08-24 09:17:48", - "author_account_age_days": 178 + "stars": 2, + "last_update": "2024-10-08 12:13:47", + "author_account_age_days": 225 + }, + "https://github.com/VykosX/ControlFlowUtils": { + "stars": 53, + "last_update": "2024-10-01 01:42:45", + "author_account_age_days": 2019 }, "https://github.com/WASasquatch/ASTERR": { - "stars": 15, + "stars": 17, "last_update": "2024-08-14 02:19:24", - "author_account_age_days": 4687 + "author_account_age_days": 4734 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 28, "last_update": "2024-08-14 01:37:03", - "author_account_age_days": 4687 + "author_account_age_days": 4734 }, "https://github.com/WASasquatch/FreeU_Advanced": { - "stars": 105, + "stars": 107, "last_update": "2024-07-31 13:48:30", - "author_account_age_days": 4687 + "author_account_age_days": 4734 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 22, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4687 + "author_account_age_days": 4734 }, "https://github.com/WASasquatch/PowerNoiseSuite": { - "stars": 59, + "stars": 67, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4687 + "author_account_age_days": 4734 }, "https://github.com/WASasquatch/WAS_Extras": { - "stars": 29, + "stars": 30, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4687 + "author_account_age_days": 4734 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1063, - "last_update": "2024-08-25 02:52:12", - "author_account_age_days": 4687 + "stars": 1155, + "last_update": "2024-10-06 18:33:21", + "author_account_age_days": 4734 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { - "stars": 4, + "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 38 + "author_account_age_days": 85 + }, + "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { + "stars": 2, + "last_update": "2024-08-28 16:35:08", + "author_account_age_days": 731 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3814 + "author_account_age_days": 3861 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2024-07-06 22:35:50", - "author_account_age_days": 3706 + "author_account_age_days": 3753 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { - "stars": 3, - "last_update": "2024-08-22 22:09:06", - "author_account_age_days": 1225 + "stars": 16, + "last_update": "2024-09-04 11:37:04", + "author_account_age_days": 1272 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 471, - "last_update": "2024-08-24 12:38:04", - "author_account_age_days": 20 + "stars": 927, + "last_update": "2024-10-01 21:44:19", + "author_account_age_days": 66 + }, + "https://github.com/Xclbr7/ComfyUI-Merlin": { + "stars": 15, + "last_update": "2024-09-02 19:36:05", + "author_account_age_days": 46 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 141, - "last_update": "2024-08-16 15:25:50", - "author_account_age_days": 2668 + "stars": 152, + "last_update": "2024-08-31 08:33:09", + "author_account_age_days": 2715 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4386 + "author_account_age_days": 4433 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2757 + "author_account_age_days": 2804 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 16, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2757 + "author_account_age_days": 2804 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { - "stars": 15, + "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3817 + "author_account_age_days": 3864 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 33, + "stars": 73, "last_update": "2024-06-14 14:00:22", - "author_account_age_days": 876 + "author_account_age_days": 923 + }, + "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { + "stars": 0, + "last_update": "2024-10-09 04:52:56", + "author_account_age_days": 315 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { - "stars": 15, + "stars": 16, "last_update": "2024-08-22 04:57:12", - "author_account_age_days": 848 + "author_account_age_days": 895 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 332, + "stars": 342, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 18, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 403, + "stars": 429, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 630, + "stars": 668, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 206, + "stars": 252, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { - "stars": 69, + "stars": 72, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 642, + "stars": 663, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1287, + "stars": 1331, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { - "stars": 188, + "stars": 194, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 779, + "stars": 785, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 47, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 402 + "author_account_age_days": 448 }, - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2": { - "stars": 65, - "last_update": "2024-06-14 12:02:55", - "author_account_age_days": 402 + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { + "stars": 84, + "last_update": "2024-09-20 21:27:47", + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 186, + "stars": 194, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { - "stars": 102, + "stars": 103, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { - "stars": 78, + "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { - "stars": 92, + "stars": 96, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { - "stars": 137, + "stars": 142, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 542, + "stars": 595, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1545, + "stars": 1576, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 402 + "author_account_age_days": 448 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { - "stars": 13, + "stars": 20, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1335 + "author_account_age_days": 1382 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { - "stars": 23, + "stars": 26, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5602 + "author_account_age_days": 5649 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1256 + "author_account_age_days": 1303 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 584 - }, - "https://github.com/Zuellni/ComfyUI-ExLlama": { - "stars": 106, - "last_update": "2024-08-23 20:21:51", - "author_account_age_days": 584 + "author_account_age_days": 631 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { - "stars": 106, - "last_update": "2024-08-23 20:21:51", - "author_account_age_days": 584 + "stars": 108, + "last_update": "2024-09-22 06:44:30", + "author_account_age_days": 631 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { - "stars": 27, - "last_update": "2024-08-23 20:15:50", - "author_account_age_days": 584 + "stars": 33, + "last_update": "2024-09-08 09:17:04", + "author_account_age_days": 631 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { - "stars": 96, + "stars": 99, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 4864 + "author_account_age_days": 4911 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 2, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 135 + "author_account_age_days": 182 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 135 + "author_account_age_days": 182 }, "https://github.com/abyz22/image_control": { "stars": 15, - "last_update": "2024-05-22 23:10:07", - "author_account_age_days": 224 + "last_update": "2024-08-31 08:39:44", + "author_account_age_days": 271 + }, + "https://github.com/acorderob/sd-webui-prompt-postprocessor": { + "stars": 23, + "last_update": "2024-10-05 10:01:57", + "author_account_age_days": 3936 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 765 - }, - "https://github.com/ader47/comfyui_meshhamer": { - "stars": 4, - "last_update": "2024-07-19 21:58:42", - "author_account_age_days": 2044 + "author_account_age_days": 812 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 213, + "stars": 231, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5079 + "author_account_age_days": 5125 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 1, - "last_update": "2024-07-22 07:02:31", - "author_account_age_days": 275 + "last_update": "2024-09-09 03:36:52", + "author_account_age_days": 322 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 1, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2284 + "author_account_age_days": 2331 }, "https://github.com/aegis72/aegisflow_utility_nodes": { - "stars": 26, - "last_update": "2024-05-22 22:10:29", - "author_account_age_days": 645 + "stars": 28, + "last_update": "2024-10-03 11:11:39", + "author_account_age_days": 692 }, "https://github.com/aegis72/comfyui-styles-all": { - "stars": 39, + "stars": 43, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 645 + "author_account_age_days": 692 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1583 + "author_account_age_days": 1630 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1583 + "author_account_age_days": 1630 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { - "stars": 1, - "last_update": "2024-08-22 11:50:04", - "author_account_age_days": 74 + "stars": 2, + "last_update": "2024-09-27 13:57:45", + "author_account_age_days": 121 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 336 + "author_account_age_days": 383 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 14, - "last_update": "2024-08-22 02:11:44", - "author_account_age_days": 4610 + "stars": 68, + "last_update": "2024-10-09 16:15:47", + "author_account_age_days": 4657 + }, + "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { + "stars": 2, + "last_update": "2024-09-14 03:03:01", + "author_account_age_days": 2779 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 51 + "author_account_age_days": 98 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { - "stars": 7, - "last_update": "2024-08-25 08:10:04", - "author_account_age_days": 97 + "stars": 12, + "last_update": "2024-10-03 00:20:26", + "author_account_age_days": 144 + }, + "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { + "stars": 61, + "last_update": "2024-10-05 19:39:45", + "author_account_age_days": 144 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-07-27 04:00:02", - "author_account_age_days": 2396 + "author_account_age_days": 2443 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 1, "last_update": "2024-08-17 18:03:24", - "author_account_age_days": 2396 + "author_account_age_days": 2443 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 4, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 991 + "author_account_age_days": 1038 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 2, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 991 + "author_account_age_days": 1038 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 11, - "last_update": "2024-08-18 01:23:15", - "author_account_age_days": 991 + "stars": 16, + "last_update": "2024-10-08 22:35:14", + "author_account_age_days": 1038 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { - "stars": 8, + "stars": 7, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3552 + "author_account_age_days": 3599 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { - "stars": 6, + "stars": 7, "last_update": "2024-07-16 08:42:41", - "author_account_age_days": 1259 + "author_account_age_days": 1305 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { - "stars": 32, + "stars": 34, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1259 + "author_account_age_days": 1305 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 7, + "stars": 8, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1259 + "author_account_age_days": 1305 + }, + "https://github.com/alexcong/ComfyUI_QwenVL": { + "stars": 22, + "last_update": "2024-09-22 17:15:44", + "author_account_age_days": 3695 + }, + "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { + "stars": 1, + "last_update": "2024-09-01 13:04:48", + "author_account_age_days": 5123 + }, + "https://github.com/alexisrolland/ComfyUI-Phi": { + "stars": 7, + "last_update": "2024-09-08 12:51:17", + "author_account_age_days": 3395 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 35, - "last_update": "2024-08-23 02:25:30", - "author_account_age_days": 2741 + "stars": 47, + "last_update": "2024-09-06 12:54:57", + "author_account_age_days": 2788 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 72, - "last_update": "2024-05-22 20:54:21", - "author_account_age_days": 4922 + "stars": 84, + "last_update": "2024-09-14 15:24:59", + "author_account_age_days": 4969 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 42, - "last_update": "2024-08-23 23:17:55", - "author_account_age_days": 662 + "stars": 47, + "last_update": "2024-10-07 00:32:21", + "author_account_age_days": 709 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { - "stars": 4, - "last_update": "2024-08-18 09:36:55", - "author_account_age_days": 1335 + "stars": 9, + "last_update": "2024-09-07 13:32:12", + "author_account_age_days": 1382 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 72, - "last_update": "2024-08-11 12:27:20", - "author_account_age_days": 1335 + "stars": 80, + "last_update": "2024-09-29 21:34:54", + "author_account_age_days": 1382 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 15, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2056 + "author_account_age_days": 2103 }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 80, + "stars": 82, "last_update": "2024-07-31 15:02:26", - "author_account_age_days": 722 + "author_account_age_days": 769 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 60, + "stars": 62, "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 722 + "author_account_age_days": 769 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 250 + "author_account_age_days": 297 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3015 + "author_account_age_days": 3062 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 1890 + "author_account_age_days": 1937 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { - "stars": 0, - "last_update": "2024-08-20 04:02:57", - "author_account_age_days": 1812 - }, - "https://github.com/ansonkao/comfyui-geometry": { - "stars": 8, - "last_update": "2024-06-14 09:03:19", - "author_account_age_days": 407 + "stars": 2, + "last_update": "2024-09-14 14:08:22", + "author_account_age_days": 1859 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 10, "last_update": "2024-05-28 14:44:16", - "author_account_age_days": 2924 + "author_account_age_days": 2971 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 22, + "stars": 27, "last_update": "2024-08-19 09:40:56", - "author_account_age_days": 2407 + "author_account_age_days": 2454 + }, + "https://github.com/asaddi/ComfyUI-YALLM-node": { + "stars": 2, + "last_update": "2024-10-06 07:07:01", + "author_account_age_days": 3643 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { - "stars": 30, - "last_update": "2024-08-25 11:50:27", - "author_account_age_days": 503 + "stars": 35, + "last_update": "2024-10-04 17:07:42", + "author_account_age_days": 550 }, "https://github.com/asagi4/ComfyUI-CADS": { - "stars": 37, + "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 503 + "author_account_age_days": 550 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 176, - "last_update": "2024-08-24 16:53:19", - "author_account_age_days": 503 + "stars": 192, + "last_update": "2024-10-01 18:14:49", + "author_account_age_days": 550 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 7, "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 503 + "author_account_age_days": 550 + }, + "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { + "stars": 1, + "last_update": "2024-09-23 19:09:15", + "author_account_age_days": 4057 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 107, + "stars": 120, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2789 + "author_account_age_days": 2836 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 71, - "last_update": "2024-06-14 09:01:17", - "author_account_age_days": 2410 + "stars": 88, + "last_update": "2024-10-09 08:44:54", + "author_account_age_days": 2457 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { - "stars": 12, - "last_update": "2024-07-27 18:33:38", - "author_account_age_days": 4183 + "stars": 14, + "last_update": "2024-09-07 00:30:17", + "author_account_age_days": 4229 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 40, - "last_update": "2024-07-31 18:03:29", - "author_account_age_days": 4183 + "stars": 55, + "last_update": "2024-09-07 02:37:03", + "author_account_age_days": 4229 }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 234, + "stars": 243, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 916 + "author_account_age_days": 963 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { - "stars": 7, + "stars": 9, "last_update": "2024-08-20 10:23:09", - "author_account_age_days": 3620 + "author_account_age_days": 3667 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 363 + "author_account_age_days": 410 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 20, - "last_update": "2024-08-02 17:14:46", - "author_account_age_days": 1832 + "stars": 23, + "last_update": "2024-09-25 01:04:49", + "author_account_age_days": 1879 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 51, + "stars": 55, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5424 + "author_account_age_days": 5471 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 893 + "author_account_age_days": 940 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 6, - "last_update": "2024-08-23 14:38:37", - "author_account_age_days": 2596 + "last_update": "2024-09-12 11:04:44", + "author_account_age_days": 2643 }, "https://github.com/banodoco/steerable-motion": { - "stars": 802, + "stars": 826, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 464 + "author_account_age_days": 511 + }, + "https://github.com/banqingyuan/ComfyUI-text-replace": { + "stars": 1, + "last_update": "2024-09-22 16:14:22", + "author_account_age_days": 2408 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 96, + "stars": 102, "last_update": "2024-08-08 00:42:11", - "author_account_age_days": 4249 + "author_account_age_days": 4296 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 33, - "last_update": "2024-08-12 17:06:31", - "author_account_age_days": 424 + "stars": 40, + "last_update": "2024-10-05 12:32:45", + "author_account_age_days": 471 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3569 + "author_account_age_days": 3616 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 1, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 119 + "author_account_age_days": 166 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 1, - "last_update": "2024-08-14 02:16:49", - "author_account_age_days": 2935 + "last_update": "2024-09-07 09:06:00", + "author_account_age_days": 2982 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 35, - "last_update": "2024-05-22 23:17:49", - "author_account_age_days": 216 + "stars": 40, + "last_update": "2024-09-25 05:52:07", + "author_account_age_days": 263 }, "https://github.com/blepping/ComfyUI-sonar": { - "stars": 31, - "last_update": "2024-08-23 15:26:02", - "author_account_age_days": 216 + "stars": 35, + "last_update": "2024-10-10 22:10:48", + "author_account_age_days": 263 }, "https://github.com/blepping/comfyui_jankhidiffusion": { - "stars": 109, - "last_update": "2024-08-18 04:14:44", - "author_account_age_days": 216 + "stars": 110, + "last_update": "2024-10-10 23:11:55", + "author_account_age_days": 263 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { - "stars": 18, - "last_update": "2024-08-21 12:51:04", - "author_account_age_days": 216 + "stars": 21, + "last_update": "2024-09-18 22:45:55", + "author_account_age_days": 263 }, "https://github.com/blib-la/blibla-comfyui-extensions": { - "stars": 147, + "stars": 154, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 335 + "author_account_age_days": 382 + }, + "https://github.com/blob8/ComfyUI_sloppy-comic": { + "stars": 3, + "last_update": "2024-09-20 18:53:34", + "author_account_age_days": 177 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2024-06-09 13:30:57", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { - "stars": 1, + "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4629 + "author_account_age_days": 4676 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { - "stars": 50, + "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3598 + "author_account_age_days": 3645 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { - "stars": 6, - "last_update": "2024-06-21 00:02:39", - "author_account_age_days": 3598 + "stars": 8, + "last_update": "2024-09-17 20:18:46", + "author_account_age_days": 3645 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { - "stars": 52, - "last_update": "2024-08-02 22:00:19", - "author_account_age_days": 3598 + "stars": 58, + "last_update": "2024-09-02 19:42:07", + "author_account_age_days": 3645 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3598 + "author_account_age_days": 3645 }, "https://github.com/bmad4ever/comfyui_quilting": { - "stars": 7, - "last_update": "2024-08-24 22:50:56", - "author_account_age_days": 3598 + "stars": 8, + "last_update": "2024-09-05 20:40:53", + "author_account_age_days": 3645 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3598 + "author_account_age_days": 3645 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { - "stars": 1, + "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4806 + "author_account_age_days": 4853 + }, + "https://github.com/boredofnames/ComfyUI-ntfy": { + "stars": 1, + "last_update": "2024-08-27 03:47:58", + "author_account_age_days": 4207 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 8, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3718 + "author_account_age_days": 3765 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 493 + "author_account_age_days": 540 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 272, + "stars": 277, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4301 + "author_account_age_days": 4348 }, "https://github.com/bronkula/comfyui-fitsize": { - "stars": 40, + "stars": 43, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5217 + "author_account_age_days": 5264 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 30, - "last_update": "2024-08-01 16:03:12", - "author_account_age_days": 2428 + "last_update": "2024-09-22 08:10:56", + "author_account_age_days": 2475 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4748 + "author_account_age_days": 4795 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 19, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1237 + "author_account_age_days": 1284 }, - "https://github.com/bvhari/ComfyUI_LatentToRGB": { - "stars": 11, - "last_update": "2024-06-23 11:37:10", - "author_account_age_days": 1237 + "https://github.com/bvhari/ComfyUI_PerpCFG": { + "stars": 1, + "last_update": "2024-10-07 20:34:34", + "author_account_age_days": 1284 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1237 + "author_account_age_days": 1284 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 8, - "last_update": "2024-08-03 03:57:46", - "author_account_age_days": 1237 + "stars": 10, + "last_update": "2024-09-24 15:27:30", + "author_account_age_days": 1284 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { - "stars": 30, - "last_update": "2024-08-06 14:41:13", - "author_account_age_days": 3364 + "stars": 36, + "last_update": "2024-09-02 23:00:00", + "author_account_age_days": 3411 }, "https://github.com/caleboleary/Comfyui-calbenodes": { - "stars": 1, - "last_update": "2024-08-14 05:00:37", - "author_account_age_days": 3364 + "stars": 2, + "last_update": "2024-09-16 19:27:58", + "author_account_age_days": 3411 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1830 + "author_account_age_days": 1877 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 298, - "last_update": "2024-08-22 04:39:09", - "author_account_age_days": 1266 + "stars": 329, + "last_update": "2024-09-12 06:55:50", + "author_account_age_days": 1313 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 3, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1266 + "author_account_age_days": 1313 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 1, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3358 + "author_account_age_days": 3404 + }, + "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { + "stars": 11, + "last_update": "2024-08-28 20:13:26", + "author_account_age_days": 5121 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3461 + "author_account_age_days": 3508 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3461 + "author_account_age_days": 3508 }, "https://github.com/cerspense/ComfyUI_cspnodes": { - "stars": 27, + "stars": 29, "last_update": "2024-08-01 09:56:36", - "author_account_age_days": 2744 + "author_account_age_days": 2791 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 93, + "stars": 106, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1215 + "author_account_age_days": 1262 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 3898 + "author_account_age_days": 3945 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 3898 + "author_account_age_days": 3945 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 418 + "author_account_age_days": 465 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 418 + "author_account_age_days": 465 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { - "stars": 242, + "stars": 245, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 18, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-DragAnything": { - "stars": 66, + "stars": 68, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 375, + "stars": 383, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 122, + "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { - "stars": 46, + "stars": 47, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 5, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { - "stars": 27, + "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { - "stars": 36, + "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 49, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { - "stars": 206, + "stars": 209, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { - "stars": 132, + "stars": 134, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { - "stars": 83, + "stars": 82, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 177, + "stars": 192, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-MuseV": { - "stars": 130, + "stars": 141, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { - "stars": 91, + "stars": 96, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { - "stars": 50, + "stars": 49, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 13, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-RAFT": { - "stars": 25, + "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-SimDA": { - "stars": 14, + "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 5, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { - "stars": 18, + "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 15, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { - "stars": 29, + "stars": 33, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 53, - "last_update": "2024-05-27 10:55:18", - "author_account_age_days": 396 + "stars": 66, + "last_update": "2024-10-03 16:28:57", + "author_account_age_days": 443 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3477 + "author_account_age_days": 3524 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1592 + "author_account_age_days": 1639 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 109, - "last_update": "2024-08-17 14:26:42", - "author_account_age_days": 506 + "stars": 189, + "last_update": "2024-09-29 04:09:10", + "author_account_age_days": 553 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { - "stars": 17, + "stars": 19, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 506 + "author_account_age_days": 553 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 950, - "last_update": "2024-08-25 14:34:29", - "author_account_age_days": 506 + "stars": 1283, + "last_update": "2024-10-11 01:48:29", + "author_account_age_days": 553 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 23, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 506 + "author_account_age_days": 553 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 81, + "stars": 86, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 506 + "author_account_age_days": 553 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 37, - "last_update": "2024-08-23 00:38:09", - "author_account_age_days": 2911 + "stars": 40, + "last_update": "2024-08-27 06:39:31", + "author_account_age_days": 2958 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 30, - "last_update": "2024-07-31 13:42:46", - "author_account_age_days": 5585 + "stars": 49, + "last_update": "2024-09-28 08:02:47", + "author_account_age_days": 5632 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 1859 + "author_account_age_days": 1905 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 60, - "last_update": "2024-08-20 20:09:15", - "author_account_age_days": 794 + "stars": 66, + "last_update": "2024-08-26 00:06:51", + "author_account_age_days": 841 + }, + "https://github.com/chrisgoringe/cg-controller": { + "stars": 24, + "last_update": "2024-10-11 13:10:46", + "author_account_age_days": 4174 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 220, + "stars": 243, "last_update": "2024-08-16 23:43:52", - "author_account_age_days": 4127 - }, - "https://github.com/chrisgoringe/cg-noise": { - "stars": 27, - "last_update": "2024-08-07 04:17:34", - "author_account_age_days": 4127 + "author_account_age_days": 4174 }, "https://github.com/chrisgoringe/cg-noisetools": { - "stars": 8, + "stars": 9, "last_update": "2024-08-15 02:44:00", - "author_account_age_days": 4127 + "author_account_age_days": 4174 }, "https://github.com/chrisgoringe/cg-prompt-info": { - "stars": 28, + "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4127 + "author_account_age_days": 4174 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 424, - "last_update": "2024-08-22 07:11:21", - "author_account_age_days": 4127 + "stars": 476, + "last_update": "2024-09-25 03:07:33", + "author_account_age_days": 4174 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 11, "last_update": "2024-06-20 12:53:00", - "author_account_age_days": 663 + "author_account_age_days": 709 + }, + "https://github.com/chrissy0/chris-comfyui-nodes": { + "stars": 1, + "last_update": "2024-09-17 16:09:35", + "author_account_age_days": 2164 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 141, + "stars": 155, "last_update": "2024-08-21 15:03:28", - "author_account_age_days": 1410 + "author_account_age_days": 1457 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 9, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1410 + "author_account_age_days": 1457 }, "https://github.com/christian-byrne/comfyui-search-navigation": { - "stars": 9, + "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1410 + "author_account_age_days": 1457 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 6, + "stars": 9, "last_update": "2024-08-18 07:00:11", - "author_account_age_days": 1410 + "author_account_age_days": 1457 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { - "stars": 64, + "stars": 69, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1410 + "author_account_age_days": 1457 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2024-07-23 23:26:48", - "author_account_age_days": 1410 + "author_account_age_days": 1457 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { - "stars": 3, - "last_update": "2024-07-31 13:39:48", - "author_account_age_days": 1410 + "stars": 4, + "last_update": "2024-10-01 16:32:14", + "author_account_age_days": 1457 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 488, - "last_update": "2024-08-24 16:42:38", - "author_account_age_days": 559 + "stars": 841, + "last_update": "2024-09-17 13:27:07", + "author_account_age_days": 606 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 68, + "stars": 71, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 559 + "author_account_age_days": 606 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 4, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 559 + "author_account_age_days": 606 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 360, + "stars": 372, "last_update": "2024-08-07 11:42:47", - "author_account_age_days": 559 + "author_account_age_days": 606 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 275, + "stars": 316, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 559 + "author_account_age_days": 606 }, "https://github.com/city96/SD-Advanced-Noise": { - "stars": 22, + "stars": 23, "last_update": "2024-05-22 18:05:35", - "author_account_age_days": 559 + "author_account_age_days": 606 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 212, + "stars": 233, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 559 + "author_account_age_days": 606 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 126, + "stars": 131, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 559 + "author_account_age_days": 606 }, - "https://github.com/civitai/comfy-nodes": { - "stars": 95, + "https://github.com/civen-cn/ComfyUI-PaddleOcr": { + "stars": 3, + "last_update": "2024-10-09 15:04:50", + "author_account_age_days": 2614 + }, + "https://github.com/civitai/civitai_comfy_nodes": { + "stars": 100, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 660 + "author_account_age_days": 707 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2762 + "author_account_age_days": 2809 + }, + "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { + "stars": 3, + "last_update": "2024-09-29 22:35:01", + "author_account_age_days": 2907 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 48162, - "last_update": "2024-08-25 09:56:55", - "author_account_age_days": 611 + "stars": 52856, + "last_update": "2024-10-11 11:50:58", + "author_account_age_days": 658 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 426, - "last_update": "2024-08-14 01:28:17", - "author_account_age_days": 611 + "stars": 474, + "last_update": "2024-10-10 00:23:55", + "author_account_age_days": 658 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 150, + "stars": 158, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 611 + "author_account_age_days": 658 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 1963 + "author_account_age_days": 2010 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4671 + "author_account_age_days": 4718 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { - "stars": 69, + "stars": 79, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4725 + "author_account_age_days": 4772 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 71, + "stars": 86, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4725 + "author_account_age_days": 4772 }, "https://github.com/coreyryanhanson/ComfyQR": { - "stars": 59, + "stars": 64, "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3118 + "author_account_age_days": 3165 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 11, "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3118 + "author_account_age_days": 3165 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-07-18 18:01:38", - "author_account_age_days": 128 + "author_account_age_days": 175 + }, + "https://github.com/cozy-comfyui/cozy_link_toggle": { + "stars": 5, + "last_update": "2024-09-18 18:51:37", + "author_account_age_days": 175 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 3, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 170 + "author_account_age_days": 217 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 63, + "stars": 72, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 170 + "author_account_age_days": 217 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 58, + "stars": 59, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 170 + "author_account_age_days": 217 + }, + "https://github.com/cr7Por/ComfyUI_DepthFlow": { + "stars": 5, + "last_update": "2024-09-16 09:10:08", + "author_account_age_days": 1234 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 649, - "last_update": "2024-08-01 23:14:21", - "author_account_age_days": 4179 + "stars": 745, + "last_update": "2024-10-06 21:55:54", + "author_account_age_days": 4226 }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 36, - "last_update": "2024-07-31 20:06:26", - "author_account_age_days": 4179 + "stars": 38, + "last_update": "2024-09-24 23:39:03", + "author_account_age_days": 4226 + }, + "https://github.com/cubiq/Block_Patcher_ComfyUI": { + "stars": 60, + "last_update": "2024-09-22 09:49:06", + "author_account_age_days": 5120 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 275, - "last_update": "2024-07-31 13:45:41", - "author_account_age_days": 5073 + "stars": 324, + "last_update": "2024-10-08 12:32:29", + "author_account_age_days": 5120 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 3678, - "last_update": "2024-08-20 03:36:00", - "author_account_age_days": 5073 + "stars": 3962, + "last_update": "2024-09-13 13:04:50", + "author_account_age_days": 5120 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1128, - "last_update": "2024-07-31 13:46:25", - "author_account_age_days": 5073 + "stars": 1233, + "last_update": "2024-09-30 08:54:05", + "author_account_age_days": 5120 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { - "stars": 17, + "stars": 19, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5073 + "author_account_age_days": 5120 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 450, - "last_update": "2024-08-24 09:45:04", - "author_account_age_days": 5073 + "stars": 554, + "last_update": "2024-10-09 12:57:31", + "author_account_age_days": 5120 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 503, - "last_update": "2024-08-21 16:14:08", - "author_account_age_days": 5073 + "stars": 619, + "last_update": "2024-10-05 16:21:01", + "author_account_age_days": 5120 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 0, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3314 + "author_account_age_days": 3361 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 1992 + "author_account_age_days": 2039 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4296 + "author_account_age_days": 4343 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { - "stars": 5, - "last_update": "2024-08-19 09:19:22", - "author_account_age_days": 451 + "stars": 9, + "last_update": "2024-10-06 09:00:04", + "author_account_age_days": 498 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { - "stars": 4, - "last_update": "2024-05-23 01:16:17", - "author_account_age_days": 451 + "stars": 5, + "last_update": "2024-10-02 14:04:20", + "author_account_age_days": 498 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, - "last_update": "2024-08-04 05:16:21", - "author_account_age_days": 451 + "last_update": "2024-10-02 14:03:14", + "author_account_age_days": 498 + }, + "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { + "stars": 6, + "last_update": "2024-10-02 14:00:58", + "author_account_age_days": 498 + }, + "https://github.com/da2el-ai/D2-nodes-ComfyUI": { + "stars": 2, + "last_update": "2024-10-10 19:33:36", + "author_account_age_days": 498 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1652 + "author_account_age_days": 1699 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 148, - "last_update": "2024-08-22 16:03:00", - "author_account_age_days": 4134 + "stars": 187, + "last_update": "2024-10-06 20:44:01", + "author_account_age_days": 4181 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 204, + "stars": 226, "last_update": "2024-07-08 21:59:15", - "author_account_age_days": 2466 + "author_account_age_days": 2513 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 28, + "stars": 40, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3414 + "author_account_age_days": 3460 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { - "stars": 15, + "stars": 19, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3414 + "author_account_age_days": 3460 }, "https://github.com/darkpixel/darkprompts": { - "stars": 7, - "last_update": "2024-05-23 19:48:02", - "author_account_age_days": 5386 + "stars": 8, + "last_update": "2024-09-10 20:37:22", + "author_account_age_days": 5433 + }, + "https://github.com/darth-veitcher/comfydv": { + "stars": 1, + "last_update": "2024-09-30 07:12:01", + "author_account_age_days": 4537 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { - "stars": 0, - "last_update": "2024-08-24 20:00:41", - "author_account_age_days": 4526 + "stars": 1, + "last_update": "2024-08-31 23:59:44", + "author_account_age_days": 4573 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 220 - }, - "https://github.com/daxcay/ComfyUI-DRMN": { - "stars": 23, - "last_update": "2024-08-02 14:14:48", - "author_account_age_days": 157 + "author_account_age_days": 267 }, "https://github.com/daxcay/ComfyUI-DataSet": { - "stars": 23, - "last_update": "2024-08-02 14:14:48", - "author_account_age_days": 157 + "stars": 35, + "last_update": "2024-10-04 16:44:35", + "author_account_age_days": 204 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 75, - "last_update": "2024-08-24 03:35:51", - "author_account_age_days": 157 + "stars": 87, + "last_update": "2024-09-13 09:02:33", + "author_account_age_days": 204 }, "https://github.com/daxcay/ComfyUI-NODEJS": { - "stars": 7, + "stars": 8, "last_update": "2024-08-02 14:14:29", - "author_account_age_days": 157 + "author_account_age_days": 204 }, "https://github.com/daxcay/ComfyUI-Nexus": { - "stars": 22, - "last_update": "2024-08-25 14:16:31", - "author_account_age_days": 157 + "stars": 70, + "last_update": "2024-09-17 03:26:53", + "author_account_age_days": 204 + }, + "https://github.com/daxcay/ComfyUI-TG": { + "stars": 12, + "last_update": "2024-09-19 08:42:40", + "author_account_age_days": 204 + }, + "https://github.com/daxcay/ComfyUI-WA": { + "stars": 47, + "last_update": "2024-09-29 15:39:50", + "author_account_age_days": 204 + }, + "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { + "stars": 1, + "last_update": "2024-10-08 13:56:51", + "author_account_age_days": 204 }, "https://github.com/daxthin/DZ-FaceDetailer": { - "stars": 129, + "stars": 146, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1293 + "author_account_age_days": 1340 }, "https://github.com/dchatel/comfyui_davcha": { - "stars": 0, - "last_update": "2024-08-24 10:25:54", - "author_account_age_days": 4597 + "stars": 2, + "last_update": "2024-10-08 14:31:29", + "author_account_age_days": 4644 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 56, + "stars": 68, "last_update": "2024-08-06 17:11:56", - "author_account_age_days": 4597 + "author_account_age_days": 4644 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3559 + "author_account_age_days": 3605 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 139, + "stars": 147, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5358 + "author_account_age_days": 5405 }, "https://github.com/deroberon/demofusion-comfyui": { - "stars": 84, + "stars": 87, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5358 + "author_account_age_days": 5405 + }, + "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { + "stars": 6, + "last_update": "2024-09-23 07:51:56", + "author_account_age_days": 18 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 11, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6036 + "author_account_age_days": 6083 }, "https://github.com/dfl/comfyui-tcd-scheduler": { - "stars": 79, + "stars": 82, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6036 + "author_account_age_days": 6083 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 11, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4266 + "author_account_age_days": 4313 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { - "stars": 8, - "last_update": "2024-07-26 06:15:23", - "author_account_age_days": 4053 + "stars": 9, + "last_update": "2024-09-18 04:30:33", + "author_account_age_days": 4100 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 123, + "stars": 136, "last_update": "2024-08-11 12:33:22", - "author_account_age_days": 4580 + "author_account_age_days": 4627 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 180, + "stars": 184, "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3476 + "author_account_age_days": 3523 + }, + "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { + "stars": 0, + "last_update": "2024-10-11 08:26:18", + "author_account_age_days": 3995 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { - "stars": 62, + "stars": 65, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4833 + "author_account_age_days": 4879 }, "https://github.com/discopixel-studio/comfyui-discopixel": { - "stars": 8, - "last_update": "2024-06-14 09:03:19", - "author_account_age_days": 407 + "stars": 11, + "last_update": "2024-09-30 00:46:13", + "author_account_age_days": 454 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 5, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1532 + "author_account_age_days": 1579 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1532 + "author_account_age_days": 1579 + }, + "https://github.com/discus0434/comfyui-flux-accelerator": { + "stars": 88, + "last_update": "2024-09-22 11:02:02", + "author_account_age_days": 1579 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 255, - "last_update": "2024-07-31 13:47:31", - "author_account_age_days": 4346 + "stars": 265, + "last_update": "2024-09-08 13:44:29", + "author_account_age_days": 4393 }, "https://github.com/dmMaze/sketch2manga": { - "stars": 30, + "stars": 35, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 1911 + "author_account_age_days": 1958 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4566 + "author_account_age_days": 4613 }, "https://github.com/dmarx/ComfyUI-Keyframed": { - "stars": 82, + "stars": 85, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4566 + "author_account_age_days": 4613 }, "https://github.com/doomy23/ComfyUI-D00MYsNodes": { - "stars": 3, - "last_update": "2024-08-22 02:18:05", - "author_account_age_days": 4235 + "stars": 12, + "last_update": "2024-09-03 00:13:10", + "author_account_age_days": 4282 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { - "stars": 3, + "stars": 4, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3832 + "author_account_age_days": 3878 + }, + "https://github.com/drmbt/comfyui-dreambait-nodes": { + "stars": 3, + "last_update": "2024-10-03 18:30:40", + "author_account_age_days": 3886 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 351 + "author_account_age_days": 398 + }, + "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { + "stars": 2, + "last_update": "2024-08-27 01:08:12", + "author_account_age_days": 638 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 4865 + "author_account_age_days": 4912 }, - "https://github.com/ealkanat/comfyui_easy_padding": { - "stars": 13, + "https://github.com/ealkanat/comfyui-easy-padding": { + "stars": 14, "last_update": "2024-07-31 18:03:33", - "author_account_age_days": 2525 + "author_account_age_days": 2572 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 3, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2780 + "author_account_age_days": 2827 + }, + "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { + "stars": 2, + "last_update": "2024-09-29 02:12:06", + "author_account_age_days": 2242 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 47, - "last_update": "2024-08-22 15:33:03", - "author_account_age_days": 334 + "stars": 55, + "last_update": "2024-10-03 23:34:39", + "author_account_age_days": 381 }, "https://github.com/edenartlab/sd-lora-trainer": { - "stars": 10, - "last_update": "2024-08-24 11:36:26", - "author_account_age_days": 334 + "stars": 23, + "last_update": "2024-09-12 08:06:41", + "author_account_age_days": 381 + }, + "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { + "stars": 3, + "last_update": "2024-10-06 06:35:00", + "author_account_age_days": 310 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, - "last_update": "2024-08-22 09:38:32", - "author_account_age_days": 2585 + "last_update": "2024-09-03 06:55:04", + "author_account_age_days": 2632 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 3, - "last_update": "2024-08-25 08:49:32", - "author_account_age_days": 59 + "stars": 217, + "last_update": "2024-09-24 15:03:43", + "author_account_age_days": 105 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 71, - "last_update": "2023-08-27 03:29:04", - "author_account_age_days": 4300 + "stars": 79, + "last_update": "2024-09-02 17:24:27", + "author_account_age_days": 4347 + }, + "https://github.com/evolox/ComfyUI-GeneraNodes": { + "stars": 1, + "last_update": "2024-10-06 19:47:38", + "author_account_age_days": 392 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2024-08-24 00:33:03", - "author_account_age_days": 1057 + "author_account_age_days": 1104 + }, + "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { + "stars": 2, + "last_update": "2024-10-02 07:38:18", + "author_account_age_days": 43 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 0, - "last_update": "2024-06-24 14:27:05", - "author_account_age_days": 2110 - }, - "https://github.com/failfa-st/failfast-comfyui-extensions": { - "stars": 147, - "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 335 + "last_update": "2024-10-09 09:08:33", + "author_account_age_days": 2157 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 34, - "last_update": "2024-08-16 22:22:28", - "author_account_age_days": 1996 + "stars": 98, + "last_update": "2024-08-25 23:16:12", + "author_account_age_days": 2043 }, "https://github.com/fairy-root/comfyui-ollama-llms": { - "stars": 6, + "stars": 10, "last_update": "2024-08-21 03:39:13", - "author_account_age_days": 1996 + "author_account_age_days": 2043 + }, + "https://github.com/fashn-AI/ComfyUI-FASHN": { + "stars": 5, + "last_update": "2024-10-02 09:02:31", + "author_account_age_days": 464 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { - "stars": 16, + "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 624 + "author_account_age_days": 670 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1621 + "author_account_age_days": 1668 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 5, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5106 + "author_account_age_days": 5153 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 2, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5106 + "author_account_age_days": 5153 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5106 + "author_account_age_days": 5153 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 33, + "stars": 34, "last_update": "2024-05-22 20:59:16", - "author_account_age_days": 3538 + "author_account_age_days": 3585 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 121, - "last_update": "2024-08-13 04:56:41", - "author_account_age_days": 1798 + "stars": 135, + "last_update": "2024-10-10 03:13:21", + "author_account_age_days": 1845 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 243, - "last_update": "2024-08-24 20:08:01", - "author_account_age_days": 1798 + "stars": 284, + "last_update": "2024-10-10 03:25:34", + "author_account_age_days": 1845 + }, + "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { + "stars": 1, + "last_update": "2024-09-23 06:07:49", + "author_account_age_days": 302 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { - "stars": 139, + "stars": 140, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 255 + "author_account_age_days": 302 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { - "stars": 2, + "stars": 3, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 255 + "author_account_age_days": 302 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 829, - "last_update": "2024-08-10 09:23:43", - "author_account_age_days": 255 + "stars": 881, + "last_update": "2024-09-21 09:03:50", + "author_account_age_days": 302 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 221, - "last_update": "2024-07-10 18:03:03", - "author_account_age_days": 255 + "stars": 231, + "last_update": "2024-10-03 14:30:34", + "author_account_age_days": 302 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { - "stars": 135, + "stars": 139, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 335 + "author_account_age_days": 382 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 187, + "stars": 197, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 335 + "author_account_age_days": 382 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 383, + "stars": 403, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 335 + "author_account_age_days": 382 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3557 + "author_account_age_days": 3604 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3684 + "author_account_age_days": 3730 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5169 + "author_account_age_days": 5216 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { - "stars": 55, + "stars": 60, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5169 + "author_account_age_days": 5216 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5169 + "author_account_age_days": 5216 }, "https://github.com/fofr/comfyui-replicate": { - "stars": 128, - "last_update": "2024-08-09 11:36:02", - "author_account_age_days": 1670 + "stars": 142, + "last_update": "2024-08-29 13:08:41", + "author_account_age_days": 1717 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 7, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 387 + "author_account_age_days": 434 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 1, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2383 + "author_account_age_days": 2429 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { - "stars": 49, - "last_update": "2024-06-26 03:06:51", - "author_account_age_days": 503 + "stars": 53, + "last_update": "2024-09-13 10:41:16", + "author_account_age_days": 550 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 465, - "last_update": "2024-08-02 03:10:30", - "author_account_age_days": 503 + "stars": 501, + "last_update": "2024-09-04 04:57:15", + "author_account_age_days": 550 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { - "stars": 11, + "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 503 + "author_account_age_days": 550 + }, + "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { + "stars": 1, + "last_update": "2024-08-28 08:32:23", + "author_account_age_days": 2267 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { - "stars": 8, + "stars": 7, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2268 + "author_account_age_days": 2315 + }, + "https://github.com/fssorc/ComfyUI_FFT": { + "stars": 5, + "last_update": "2024-09-30 01:27:21", + "author_account_age_days": 4696 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { + "stars": 81, + "last_update": "2024-09-20 06:15:46", + "author_account_age_days": 4696 + }, + "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 52, - "last_update": "2024-08-02 07:35:05", - "author_account_age_days": 4649 + "last_update": "2024-08-28 07:25:07", + "author_account_age_days": 4696 + }, + "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { + "stars": 4, + "last_update": "2024-10-06 10:55:40", + "author_account_age_days": 2090 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2019 + "author_account_age_days": 2066 + }, + "https://github.com/geocine/geocine-comfyui": { + "stars": 1, + "last_update": "2024-10-02 18:12:09", + "author_account_age_days": 5061 }, "https://github.com/get-salt-AI/SaltAI": { - "stars": 70, + "stars": 73, "last_update": "2024-08-08 05:59:56", - "author_account_age_days": 178 + "author_account_age_days": 225 }, "https://github.com/get-salt-AI/SaltAI_AudioViz": { - "stars": 18, + "stars": 22, "last_update": "2024-06-29 16:16:46", - "author_account_age_days": 178 + "author_account_age_days": 225 }, "https://github.com/get-salt-AI/SaltAI_Language_Toolkit": { - "stars": 308, + "stars": 315, "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 178 + "author_account_age_days": 225 }, - "https://github.com/get-salt-AI/SaltAI_LlamaIndex": { - "stars": 308, - "last_update": "2024-08-15 00:30:10", - "author_account_age_days": 178 + "https://github.com/ggarra13/ComfyUI-mrv2": { + "stars": 1, + "last_update": "2024-10-09 02:52:41", + "author_account_age_days": 3967 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2074 + "author_account_age_days": 2120 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 168, + "stars": 188, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4300 + "author_account_age_days": 4347 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5061 + "author_account_age_days": 5108 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 3965 + "author_account_age_days": 4012 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 3965 + "author_account_age_days": 4012 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 3965 + "author_account_age_days": 4012 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 3965 + "author_account_age_days": 4012 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { - "stars": 0, + "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 3965 + "author_account_age_days": 4012 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 138, - "last_update": "2024-08-15 04:42:55", - "author_account_age_days": 2560 + "stars": 145, + "last_update": "2024-09-29 17:11:40", + "author_account_age_days": 2606 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { - "stars": 23, - "last_update": "2024-07-31 15:02:12", - "author_account_age_days": 635 + "stars": 31, + "last_update": "2024-09-18 18:37:02", + "author_account_age_days": 682 }, "https://github.com/glowcone/comfyui-base64-to-image": { - "stars": 11, + "stars": 12, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3808 + "author_account_age_days": 3854 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 1, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3808 + "author_account_age_days": 3854 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 16 + "author_account_age_days": 62 + }, + "https://github.com/godmt/ComfyUI-List-Utils": { + "stars": 5, + "last_update": "2024-10-05 23:13:32", + "author_account_age_days": 1838 }, "https://github.com/godspede/ComfyUI_Substring": { - "stars": 0, - "last_update": "2024-07-01 01:05:38", - "author_account_age_days": 3175 + "stars": 1, + "last_update": "2024-09-24 17:18:16", + "author_account_age_days": 3222 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { - "stars": 49, + "stars": 55, "last_update": "2024-07-27 18:34:02", - "author_account_age_days": 1120 + "author_account_age_days": 1166 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { - "stars": 71, + "stars": 75, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1120 + "author_account_age_days": 1166 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { - "stars": 34, + "stars": 40, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1120 + "author_account_age_days": 1166 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 343, - "last_update": "2024-07-31 16:13:41", - "author_account_age_days": 1120 + "stars": 388, + "last_update": "2024-09-24 09:35:14", + "author_account_age_days": 1166 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 21, "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2523 + "author_account_age_days": 2570 }, "https://github.com/googincheng/ComfyUX": { - "stars": 137, + "stars": 147, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 2851 + "author_account_age_days": 2898 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 87, - "last_update": "2024-08-20 16:43:53", - "author_account_age_days": 582 + "stars": 103, + "last_update": "2024-10-11 01:27:53", + "author_account_age_days": 629 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 9, - "last_update": "2024-08-24 16:49:39", - "author_account_age_days": 3908 + "stars": 23, + "last_update": "2024-09-17 17:37:16", + "author_account_age_days": 3955 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-06-14 08:12:07", - "author_account_age_days": 4255 + "author_account_age_days": 4302 }, - "https://github.com/guoyk93/yk-node-suite-comfyui": { - "stars": 10, - "last_update": "2024-06-17 10:00:36", - "author_account_age_days": 1551 + "https://github.com/guyaton/guy-nodes-comfyui": { + "stars": 1, + "last_update": "2024-10-02 13:15:26", + "author_account_age_days": 11 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 15, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 1913 + "author_account_age_days": 1960 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 167 + "author_account_age_days": 214 }, "https://github.com/hay86/ComfyUI_AceNodes": { - "stars": 12, - "last_update": "2024-07-15 10:07:09", - "author_account_age_days": 4729 + "stars": 16, + "last_update": "2024-09-09 06:32:49", + "author_account_age_days": 4776 }, "https://github.com/hay86/ComfyUI_DDColor": { - "stars": 2, + "stars": 6, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4729 + "author_account_age_days": 4776 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { - "stars": 9, + "stars": 10, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4729 + "author_account_age_days": 4776 }, "https://github.com/hay86/ComfyUI_Hallo": { - "stars": 19, + "stars": 20, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4729 + "author_account_age_days": 4776 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { - "stars": 25, + "stars": 37, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4729 + "author_account_age_days": 4776 }, "https://github.com/hay86/ComfyUI_OpenVoice": { - "stars": 11, + "stars": 12, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4729 + "author_account_age_days": 4776 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { - "stars": 4, + "stars": 5, "last_update": "2024-07-15 09:19:31", - "author_account_age_days": 1999 + "author_account_age_days": 2046 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 39, - "last_update": "2024-08-20 01:57:17", - "author_account_age_days": 1999 + "stars": 50, + "last_update": "2024-09-24 03:43:59", + "author_account_age_days": 2046 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { - "stars": 1, - "last_update": "2024-08-18 05:58:59", - "author_account_age_days": 409 + "stars": 2, + "last_update": "2024-09-21 03:52:44", + "author_account_age_days": 456 }, "https://github.com/hben35096/ComfyUI-ToolBox": { - "stars": 2, - "last_update": "2024-08-08 05:19:58", - "author_account_age_days": 409 + "stars": 5, + "last_update": "2024-09-02 14:49:43", + "author_account_age_days": 456 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 500, - "last_update": "2024-08-25 12:03:10", - "author_account_age_days": 2957 + "stars": 844, + "last_update": "2024-10-11 09:54:10", + "author_account_age_days": 3004 }, "https://github.com/heshengtao/comfyui_LLM_schools": { - "stars": 5, + "stars": 8, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 2957 + "author_account_age_days": 3004 }, "https://github.com/hhhzzyang/Comfyui_Lama": { - "stars": 41, + "stars": 42, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 569 + "author_account_age_days": 616 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 4, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 1864 + "author_account_age_days": 1911 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 136, + "stars": 145, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5174 + "author_account_age_days": 5221 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { - "stars": 2, + "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1653 - }, - "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { - "stars": 1, - "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 39 + "author_account_age_days": 1700 }, "https://github.com/huagetai/ComfyUI-Gaffer": { - "stars": 40, + "stars": 46, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4694 + "author_account_age_days": 4741 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 8, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4694 + "author_account_age_days": 4741 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 486, - "last_update": "2024-08-23 18:24:16", - "author_account_age_days": 2938 + "stars": 512, + "last_update": "2024-08-27 18:52:24", + "author_account_age_days": 2984 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1392, - "last_update": "2024-07-31 17:04:32", - "author_account_age_days": 2938 + "stars": 1455, + "last_update": "2024-08-27 19:32:57", + "author_account_age_days": 2984 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 39, + "stars": 48, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 2938 + "author_account_age_days": 2984 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { - "stars": 57, + "stars": 58, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 2938 + "author_account_age_days": 2984 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 106, + "stars": 116, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 2938 + "author_account_age_days": 2984 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 402, + "stars": 408, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 2938 + "author_account_age_days": 2984 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { - "stars": 10, - "last_update": "2024-07-31 13:44:36", - "author_account_age_days": 5702 + "stars": 12, + "last_update": "2024-09-26 21:14:35", + "author_account_age_days": 5749 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1428 + "author_account_age_days": 1475 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 502 + "author_account_age_days": 548 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 6, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 502 + "author_account_age_days": 548 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 2950 + "author_account_age_days": 2997 }, "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": { - "stars": 10, + "stars": 11, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 3975 + "author_account_age_days": 4022 + }, + "https://github.com/hylarucoder/comfyui-copilot": { + "stars": 11, + "last_update": "2024-06-28 04:43:18", + "author_account_age_days": 4022 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { - "stars": 1, + "stars": 2, "last_update": "2024-07-01 18:44:18", - "author_account_age_days": 3172 + "author_account_age_days": 3219 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1619 + "author_account_age_days": 1666 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4168 + "author_account_age_days": 4214 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 115, + "stars": 132, "last_update": "2024-06-20 15:56:56", - "author_account_age_days": 3111 + "author_account_age_days": 3158 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5353 + "author_account_age_days": 5400 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { - "stars": 12, + "stars": 13, "last_update": "2024-07-18 16:13:26", - "author_account_age_days": 2924 + "author_account_age_days": 2971 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { - "stars": 32, - "last_update": "2024-05-22 22:02:55", - "author_account_age_days": 2924 + "stars": 36, + "last_update": "2024-10-01 08:47:47", + "author_account_age_days": 2971 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 461, + "stars": 493, "last_update": "2024-07-17 07:24:46", - "author_account_age_days": 2924 + "author_account_age_days": 2971 + }, + "https://github.com/ihmily/ComfyUI-Light-Tool": { + "stars": 3, + "last_update": "2024-10-02 10:33:51", + "author_account_age_days": 738 }, "https://github.com/imb101/ComfyUI-FaceSwap": { - "stars": 28, + "stars": 29, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 950 + "author_account_age_days": 997 }, "https://github.com/injet-zhou/comfyui_extra_api": { - "stars": 3, + "stars": 5, "last_update": "2024-08-06 08:16:43", - "author_account_age_days": 2289 + "author_account_age_days": 2336 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 0, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4488 + "author_account_age_days": 4535 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 55, + "stars": 57, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 3933 + "author_account_age_days": 3980 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { - "stars": 59, - "last_update": "2024-08-08 04:43:22", - "author_account_age_days": 3933 + "stars": 66, + "last_update": "2024-09-04 04:36:32", + "author_account_age_days": 3980 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 858, - "last_update": "2024-08-07 03:15:43", - "author_account_age_days": 3933 + "stars": 942, + "last_update": "2024-08-26 04:49:54", + "author_account_age_days": 3980 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 21, - "last_update": "2024-08-21 06:31:07", - "author_account_age_days": 1634 + "stars": 33, + "last_update": "2024-10-11 11:56:00", + "author_account_age_days": 1680 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1039 + "author_account_age_days": 1085 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { - "stars": 12, + "stars": 13, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2589 + "author_account_age_days": 2636 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 43, - "last_update": "2024-07-27 15:42:20", - "author_account_age_days": 2589 + "stars": 54, + "last_update": "2024-09-19 04:58:35", + "author_account_age_days": 2636 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 639 + "author_account_age_days": 685 }, "https://github.com/jeffy5/comfyui-faceless-node": { - "stars": 27, + "stars": 34, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 2993 + "author_account_age_days": 3040 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 114, + "stars": 122, "last_update": "2024-05-23 02:40:36", - "author_account_age_days": 3714 + "author_account_age_days": 3761 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 282, + "stars": 287, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1348 + "author_account_age_days": 1395 }, "https://github.com/jitcoder/lora-info": { - "stars": 53, - "last_update": "2024-08-16 13:21:39", - "author_account_age_days": 4102 + "stars": 57, + "last_update": "2024-09-08 19:14:17", + "author_account_age_days": 4149 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 4, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3711 + "author_account_age_days": 3758 }, "https://github.com/jkrauss82/ultools-comfyui": { - "stars": 5, - "last_update": "2024-07-31 13:46:13", - "author_account_age_days": 4274 + "stars": 6, + "last_update": "2024-09-15 07:35:53", + "author_account_age_days": 4320 }, "https://github.com/jmkl/ComfyUI-ricing": { - "stars": 9, + "stars": 10, "last_update": "2024-05-22 20:54:35", - "author_account_age_days": 4659 + "author_account_age_days": 4706 }, "https://github.com/jn-jairo/jn_comfyui": { - "stars": 4, + "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4046 + "author_account_age_days": 4093 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 224, + "stars": 274, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 270 + "author_account_age_days": 317 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 121, + "stars": 124, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 4860 + "author_account_age_days": 4907 }, "https://github.com/jordoh/ComfyUI-Deepface": { - "stars": 16, + "stars": 17, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5055 + "author_account_age_days": 5102 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { - "stars": 3, + "stars": 6, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 751 + "author_account_age_days": 798 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, - "last_update": "2024-08-14 04:00:28", - "author_account_age_days": 1926 + "last_update": "2024-08-27 05:10:12", + "author_account_age_days": 1973 }, "https://github.com/jtrue/ComfyUI-JaRue": { - "stars": 8, + "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 3992 + "author_account_age_days": 4038 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 56, + "stars": 60, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4815 + "author_account_age_days": 4862 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 151, + "stars": 181, "last_update": "2024-07-31 13:52:24", - "author_account_age_days": 4815 + "author_account_age_days": 4862 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 22, + "stars": 23, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4815 + "author_account_age_days": 4862 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 90, + "stars": 120, "last_update": "2024-08-22 07:52:34", - "author_account_age_days": 1174 + "author_account_age_days": 1221 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 6, - "last_update": "2024-08-24 13:00:59", - "author_account_age_days": 2851 + "stars": 49, + "last_update": "2024-10-03 10:27:53", + "author_account_age_days": 2898 + }, + "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { + "stars": 1, + "last_update": "2024-08-31 20:59:08", + "author_account_age_days": 3584 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2269 + "author_account_age_days": 2316 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { - "stars": 2, + "stars": 3, "last_update": "2024-08-01 23:03:21", - "author_account_age_days": 1329 + "author_account_age_days": 1376 }, "https://github.com/kadirnar/ComfyUI-Transformers": { - "stars": 19, + "stars": 20, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2391 + "author_account_age_days": 2438 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 25, + "stars": 37, "last_update": "2024-08-02 06:26:48", - "author_account_age_days": 2391 + "author_account_age_days": 2438 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1674 + "author_account_age_days": 1721 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { - "stars": 9, - "last_update": "2024-05-23 00:25:02", - "author_account_age_days": 1674 + "stars": 12, + "last_update": "2024-09-27 12:39:38", + "author_account_age_days": 1721 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 1, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1674 + "author_account_age_days": 1721 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1674 + "author_account_age_days": 1721 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1573 + "author_account_age_days": 1620 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 815 + "author_account_age_days": 862 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { - "stars": 3, + "stars": 5, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4190 + "author_account_age_days": 4237 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { - "stars": 18, + "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4190 + "author_account_age_days": 4237 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 142, + "stars": 156, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4190 + "author_account_age_days": 4237 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 25, - "last_update": "2024-05-22 21:34:53", - "author_account_age_days": 4951 + "stars": 34, + "last_update": "2024-10-01 19:14:55", + "author_account_age_days": 4998 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1021 + "author_account_age_days": 1068 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 148, + "stars": 160, "last_update": "2024-08-01 16:03:16", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { - "stars": 58, + "stars": 61, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { - "stars": 121, + "stars": 130, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 170, + "stars": 177, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2245 + "author_account_age_days": 2292 + }, + "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { + "stars": 554, + "last_update": "2024-10-08 19:47:13", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 97, + "stars": 140, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 89, + "stars": 100, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 157, - "last_update": "2024-08-13 04:26:15", - "author_account_age_days": 2245 + "stars": 182, + "last_update": "2024-08-28 18:31:07", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { - "stars": 55, + "stars": 56, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 576, + "stars": 615, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 108, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 513, - "last_update": "2024-08-23 18:38:19", - "author_account_age_days": 2245 + "stars": 673, + "last_update": "2024-10-04 06:51:48", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 153, - "last_update": "2024-08-25 13:19:50", - "author_account_age_days": 2245 + "stars": 410, + "last_update": "2024-10-05 09:36:36", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 88, + "stars": 90, "last_update": "2024-05-28 14:08:34", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 614, - "last_update": "2024-08-25 12:28:13", - "author_account_age_days": 2245 + "stars": 697, + "last_update": "2024-08-30 13:08:05", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 477, - "last_update": "2024-08-23 22:49:17", - "author_account_age_days": 2245 + "stars": 566, + "last_update": "2024-09-29 14:17:27", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 510, + "stars": 542, "last_update": "2024-07-31 13:53:40", - "author_account_age_days": 2245 + "author_account_age_days": 2292 + }, + "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { + "stars": 75, + "last_update": "2024-08-25 14:04:22", + "author_account_age_days": 2292 + }, + "https://github.com/kijai/ComfyUI-LVCDWrapper": { + "stars": 43, + "last_update": "2024-09-30 11:49:12", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1304, + "stars": 1523, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2245 + "author_account_age_days": 2292 + }, + "https://github.com/kijai/ComfyUI-Lotus": { + "stars": 42, + "last_update": "2024-10-10 09:51:15", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { - "stars": 179, + "stars": 184, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 431, - "last_update": "2024-08-20 18:48:26", - "author_account_age_days": 2245 + "stars": 452, + "last_update": "2024-10-08 17:39:57", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 236, + "stars": 281, "last_update": "2024-08-07 06:48:40", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { - "stars": 38, + "stars": 40, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1406, + "stars": 1516, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 155, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-depth-fm": { - "stars": 61, + "stars": 66, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 84, + "stars": 89, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 488, - "last_update": "2024-08-05 15:24:56", - "author_account_age_days": 2245 + "stars": 583, + "last_update": "2024-10-03 18:41:02", + "author_account_age_days": 2292 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 24, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 530 + "author_account_age_days": 577 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 530 + "author_account_age_days": 577 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { - "stars": 39, + "stars": 43, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 530 + "author_account_age_days": 577 }, "https://github.com/klinter007/klinter_nodes": { - "stars": 9, - "last_update": "2024-08-05 05:01:14", - "author_account_age_days": 487 + "stars": 10, + "last_update": "2024-08-26 14:37:36", + "author_account_age_days": 534 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 262 + "author_account_age_days": 309 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 159, + "stars": 168, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 1871 + "author_account_age_days": 1918 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 645 + "author_account_age_days": 692 }, "https://github.com/komojini/komojini-comfyui-nodes": { - "stars": 68, + "stars": 70, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 645 + "author_account_age_days": 692 }, "https://github.com/kudou-reira/ComfyUI_StringToHex": { - "stars": 1, + "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2723 + "author_account_age_days": 2770 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2582 + "author_account_age_days": 2629 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 22, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 669 + "author_account_age_days": 716 + }, + "https://github.com/l1yongch1/ComfyUI_PhiCaption": { + "stars": 0, + "last_update": "2024-10-10 07:28:29", + "author_account_age_days": 885 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { - "stars": 3, + "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1229 + "author_account_age_days": 1276 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { - "stars": 5, + "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 2893 + "author_account_age_days": 2940 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 2893 + "author_account_age_days": 2940 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 2893 + "author_account_age_days": 2940 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 21, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 2893 + "author_account_age_days": 2940 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 41, - "last_update": "2024-08-11 12:52:53", - "author_account_age_days": 2893 + "stars": 48, + "last_update": "2024-09-12 12:07:30", + "author_account_age_days": 2940 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 2893 + "author_account_age_days": 2940 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 16, + "stars": 22, "last_update": "2024-07-02 05:55:23", - "author_account_age_days": 3138 + "author_account_age_days": 3185 }, "https://github.com/latenightlabs/ComfyUI-LNL": { - "stars": 18, - "last_update": "2024-07-31 13:51:31", - "author_account_age_days": 212 + "stars": 22, + "last_update": "2024-10-07 20:09:43", + "author_account_age_days": 259 + }, + "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { + "stars": 5, + "last_update": "2024-09-25 15:02:14", + "author_account_age_days": 2390 + }, + "https://github.com/lazniak/comfyui-google-photos-loader": { + "stars": 3, + "last_update": "2024-09-26 16:32:32", + "author_account_age_days": 2390 + }, + "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { + "stars": 3, + "last_update": "2024-09-22 13:13:07", + "author_account_age_days": 2903 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { - "stars": 2, + "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 2856 + "author_account_age_days": 2903 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { - "stars": 6, + "stars": 11, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 2856 + "author_account_age_days": 2903 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 3, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 2856 + "author_account_age_days": 2903 }, "https://github.com/leeguandong/ComfyUI_M3Net": { - "stars": 8, + "stars": 9, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 2856 + "author_account_age_days": 2903 + }, + "https://github.com/leeguandong/ComfyUI_MasaCtrl": { + "stars": 4, + "last_update": "2024-09-01 03:47:35", + "author_account_age_days": 2903 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { - "stars": 1, + "stars": 3, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 2856 + "author_account_age_days": 2903 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 2, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 2856 + "author_account_age_days": 2903 + }, + "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { + "stars": 4, + "last_update": "2024-08-26 05:15:14", + "author_account_age_days": 2903 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3841 + "author_account_age_days": 3887 }, "https://github.com/leiweiqiang/ComfyUI-TRA": { - "stars": 10, - "last_update": "2024-08-23 04:32:33", - "author_account_age_days": 2672 + "stars": 13, + "last_update": "2024-10-10 22:29:13", + "author_account_age_days": 2719 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { - "stars": 3, - "last_update": "2024-08-14 02:52:25", - "author_account_age_days": 3558 + "stars": 5, + "last_update": "2024-08-27 22:08:40", + "author_account_age_days": 3605 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { - "stars": 13, + "stars": 20, "last_update": "2024-06-14 10:24:23", - "author_account_age_days": 4137 + "author_account_age_days": 4184 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { - "stars": 2, + "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4120 + "author_account_age_days": 4167 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 4, "last_update": "2024-07-31 15:26:00", - "author_account_age_days": 1330 + "author_account_age_days": 1377 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { - "stars": 51, + "stars": 52, "last_update": "2024-05-22 17:53:19", - "author_account_age_days": 2972 + "author_account_age_days": 3018 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 1, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 3854 + "author_account_age_days": 3901 + }, + "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { + "stars": 2, + "last_update": "2024-09-26 12:38:32", + "author_account_age_days": 4156 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 39, + "stars": 52, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3270 + "author_account_age_days": 3316 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 65, + "stars": 66, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3270 + "author_account_age_days": 3316 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 7, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3270 + "author_account_age_days": 3316 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 58, - "last_update": "2024-07-31 13:47:59", - "author_account_age_days": 3270 + "stars": 78, + "last_update": "2024-08-27 08:48:27", + "author_account_age_days": 3316 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { - "stars": 4, + "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3270 + "author_account_age_days": 3316 }, "https://github.com/ljleb/comfy-mecha": { - "stars": 38, - "last_update": "2024-08-18 03:12:51", - "author_account_age_days": 2525 + "stars": 53, + "last_update": "2024-09-06 23:46:16", + "author_account_age_days": 2572 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 206, + "stars": 220, "last_update": "2024-06-17 18:54:17", - "author_account_age_days": 161 + "author_account_age_days": 208 }, "https://github.com/lks-ai/anynode": { - "stars": 470, + "stars": 490, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 161 + "author_account_age_days": 208 + }, + "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { + "stars": 49, + "last_update": "2024-10-01 16:56:32", + "author_account_age_days": 2202 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 38, - "last_update": "2024-08-22 10:49:30", - "author_account_age_days": 2155 + "stars": 44, + "last_update": "2024-10-10 07:16:11", + "author_account_age_days": 2202 + }, + "https://github.com/logtd/ComfyUI-4DHumans": { + "stars": 4, + "last_update": "2024-08-30 21:12:55", + "author_account_age_days": 231 + }, + "https://github.com/logtd/ComfyUI-APGScaling": { + "stars": 13, + "last_update": "2024-10-06 20:51:27", + "author_account_age_days": 231 + }, + "https://github.com/logtd/ComfyUI-DiLightNet": { + "stars": 7, + "last_update": "2024-10-06 03:48:15", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-FLATTEN": { - "stars": 98, - "last_update": "2024-08-07 03:16:57", - "author_account_age_days": 184 + "stars": 104, + "last_update": "2024-08-30 21:18:55", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { - "stars": 154, - "last_update": "2024-05-22 00:02:08", - "author_account_age_days": 184 + "stars": 167, + "last_update": "2024-08-30 21:17:51", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-InversedNoise": { - "stars": 9, + "stars": 10, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 184 + "author_account_age_days": 231 + }, + "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { + "stars": 40, + "last_update": "2024-08-30 21:19:48", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { - "stars": 13, + "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 184 + "author_account_age_days": 231 + }, + "https://github.com/logtd/ComfyUI-ReNoise": { + "stars": 6, + "last_update": "2024-09-01 22:17:49", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-RefSampling": { - "stars": 5, - "last_update": "2024-05-22 00:04:40", - "author_account_age_days": 184 + "stars": 6, + "last_update": "2024-09-11 20:56:01", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-RefUNet": { - "stars": 35, - "last_update": "2024-08-14 04:01:23", - "author_account_age_days": 184 + "stars": 41, + "last_update": "2024-08-30 21:20:20", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-SEGAttention": { - "stars": 24, - "last_update": "2024-08-14 05:01:04", - "author_account_age_days": 184 + "stars": 32, + "last_update": "2024-09-11 20:55:00", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-SSREncoder": { - "stars": 0, + "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 184 + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-SeeCoder": { - "stars": 0, + "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 184 + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { - "stars": 16, + "stars": 17, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 184 + "author_account_age_days": 231 + }, + "https://github.com/logtd/ComfyUI-ViewCrafter": { + "stars": 6, + "last_update": "2024-09-30 19:32:41", + "author_account_age_days": 231 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2024-07-08 08:57:06", - "author_account_age_days": 4227 + "author_account_age_days": 4273 }, "https://github.com/longgui0318/comfyui-llm-assistant": { - "stars": 5, - "last_update": "2024-06-27 03:50:46", - "author_account_age_days": 4227 + "stars": 7, + "last_update": "2024-09-17 13:12:43", + "author_account_age_days": 4273 }, "https://github.com/longgui0318/comfyui-magic-clothing": { - "stars": 32, + "stars": 70, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4227 + "author_account_age_days": 4273 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 6, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4227 - }, - "https://github.com/longgui0318/comfyui-oms-diffusion": { - "stars": 32, - "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4227 + "author_account_age_days": 4273 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4829 + "author_account_age_days": 4876 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 5, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4829 + "author_account_age_days": 4876 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 212, + "stars": 296, "last_update": "2024-08-14 05:59:15", - "author_account_age_days": 4113 + "author_account_age_days": 4159 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 24, + "stars": 28, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4113 + "author_account_age_days": 4159 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { - "stars": 17, + "stars": 18, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3725 + "author_account_age_days": 3772 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1630, - "last_update": "2024-08-25 07:25:35", - "author_account_age_days": 524 + "stars": 1789, + "last_update": "2024-10-01 16:44:22", + "author_account_age_days": 571 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 352, - "last_update": "2024-08-20 16:45:17", - "author_account_age_days": 524 + "stars": 405, + "last_update": "2024-10-01 16:58:21", + "author_account_age_days": 571 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 5572, - "last_update": "2024-08-25 02:54:52", - "author_account_age_days": 524 + "stars": 6346, + "last_update": "2024-10-11 12:56:48", + "author_account_age_days": 571 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 21, + "stars": 26, "last_update": "2024-08-01 18:44:41", - "author_account_age_days": 3869 + "author_account_age_days": 3916 }, "https://github.com/lucafoscili/comfyui-lf": { - "stars": 2, - "last_update": "2024-08-24 21:53:30", - "author_account_age_days": 2097 + "stars": 31, + "last_update": "2024-10-09 18:06:02", + "author_account_age_days": 2143 + }, + "https://github.com/lumalabs/ComfyUI-LumaAI-API": { + "stars": 167, + "last_update": "2024-09-20 22:53:39", + "author_account_age_days": 1220 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 1, "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 377 + "author_account_age_days": 424 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { - "stars": 10, + "stars": 12, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 523 + "author_account_age_days": 570 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, - "last_update": "2024-08-24 11:41:14", - "author_account_age_days": 2420 + "last_update": "2024-08-27 13:15:51", + "author_account_age_days": 2467 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 152, + "stars": 161, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5816 + "author_account_age_days": 5863 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1229 + "author_account_age_days": 1276 + }, + "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { + "stars": 42, + "last_update": "2024-09-05 15:56:02", + "author_account_age_days": 4524 }, "https://github.com/marduk191/comfyui-marnodes": { - "stars": 2, - "last_update": "2024-08-13 22:15:05", - "author_account_age_days": 4477 + "stars": 4, + "last_update": "2024-09-11 06:05:49", + "author_account_age_days": 4524 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { - "stars": 66, + "stars": 76, "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4837 + "author_account_age_days": 4884 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { - "stars": 2, - "last_update": "2024-08-17 16:46:38", - "author_account_age_days": 2940 + "stars": 7, + "last_update": "2024-09-02 19:46:41", + "author_account_age_days": 2987 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 2893 + "author_account_age_days": 2940 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1469 + "author_account_age_days": 1516 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { - "stars": 48, - "last_update": "2024-08-15 11:24:20", - "author_account_age_days": 2802 + "stars": 54, + "last_update": "2024-09-19 08:10:49", + "author_account_age_days": 2849 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { - "stars": 3, - "last_update": "2024-07-31 13:54:10", - "author_account_age_days": 4612 + "stars": 5, + "last_update": "2024-08-28 09:50:09", + "author_account_age_days": 4659 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 187, + "stars": 204, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 2982 + "author_account_age_days": 3029 }, "https://github.com/mbrostami/ComfyUI-HF": { - "stars": 16, + "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4384 + "author_account_age_days": 4431 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4384 + "author_account_age_days": 4431 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1097, + "stars": 1120, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2164 + "author_account_age_days": 2210 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { - "stars": 46, + "stars": 50, "last_update": "2024-05-22 20:43:52", - "author_account_age_days": 3265 + "author_account_age_days": 3312 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3265 + "author_account_age_days": 3312 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { - "stars": 69, + "stars": 70, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3265 + "author_account_age_days": 3312 + }, + "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { + "stars": 4, + "last_update": "2024-09-05 14:23:29", + "author_account_age_days": 4549 }, "https://github.com/melMass/comfy_mtb": { - "stars": 402, - "last_update": "2024-08-18 12:26:29", - "author_account_age_days": 3807 + "stars": 426, + "last_update": "2024-10-10 00:13:14", + "author_account_age_days": 3854 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-07-21 02:05:40", - "author_account_age_days": 3734 + "author_account_age_days": 3781 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 290 + "author_account_age_days": 337 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 290 + "author_account_age_days": 337 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 290 + "author_account_age_days": 337 }, - "https://github.com/metncelik/comfyui_met_suit": { - "stars": 1, - "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 685 + "https://github.com/metal3d/ComfyUI_Human_Parts": { + "stars": 11, + "last_update": "2024-09-13 05:15:40", + "author_account_age_days": 5582 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 685 + "author_account_age_days": 732 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { - "stars": 21, + "stars": 22, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 64 + "author_account_age_days": 111 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 78, - "last_update": "2024-07-19 07:56:06", - "author_account_age_days": 530 + "stars": 194, + "last_update": "2024-10-09 05:56:34", + "author_account_age_days": 577 + }, + "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { + "stars": 2, + "last_update": "2024-08-27 03:37:29", + "author_account_age_days": 2117 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2723 + "author_account_age_days": 2770 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 1, "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2626 + "author_account_age_days": 2673 }, "https://github.com/mikkel/ComfyUI-text-overlay": { - "stars": 38, + "stars": 39, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 5978 + "author_account_age_days": 6025 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 27, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 5978 + "author_account_age_days": 6025 + }, + "https://github.com/mingsky-ai/ComfyUI-MingNodes": { + "stars": 94, + "last_update": "2024-10-08 10:07:21", + "author_account_age_days": 30 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 31, - "last_update": "2024-08-16 14:32:49", - "author_account_age_days": 1282 + "stars": 39, + "last_update": "2024-10-04 10:22:08", + "author_account_age_days": 1329 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 800 + "author_account_age_days": 847 }, - "https://github.com/mittimi/ComfyUI_mittimiLoadPreset": { - "stars": 0, - "last_update": "2024-08-25 13:25:29", - "author_account_age_days": 4072 + "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { + "stars": 3, + "last_update": "2024-09-18 14:52:42", + "author_account_age_days": 4119 + }, + "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { + "stars": 1, + "last_update": "2024-09-07 07:43:41", + "author_account_age_days": 4119 + }, + "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { + "stars": 2, + "last_update": "2024-09-07 07:48:03", + "author_account_age_days": 4119 }, "https://github.com/modelscope/comfyscope": { "stars": 3, - "last_update": "2024-08-20 03:39:36", - "author_account_age_days": 762 + "last_update": "2024-10-08 05:40:23", + "author_account_age_days": 809 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4666 + "author_account_age_days": 4713 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { - "stars": 11, + "stars": 14, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2363 + "author_account_age_days": 2410 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4142 - }, - "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": { - "stars": 19, - "last_update": "2023-08-14 11:27:09", - "author_account_age_days": 2670 + "author_account_age_days": 4189 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4000 + "author_account_age_days": 4047 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { - "stars": 6, + "stars": 7, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3008 + "author_account_age_days": 3054 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1442 + "author_account_age_days": 1489 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1442 + "author_account_age_days": 1489 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { - "stars": 3, + "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3736 + "author_account_age_days": 3783 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3736 + "author_account_age_days": 3783 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 0, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3055 - }, - "https://github.com/nat-chan/comfyui-paint": { - "stars": 2, - "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3055 + "author_account_age_days": 3102 }, "https://github.com/nat-chan/comfyui-transceiver": { - "stars": 3, + "stars": 4, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3055 + "author_account_age_days": 3102 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 164, + "stars": 173, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2787 + "author_account_age_days": 2834 }, "https://github.com/nathannlu/ComfyUI-Pets": { - "stars": 41, + "stars": 43, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2787 + "author_account_age_days": 2834 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { - "stars": 27, - "last_update": "2024-07-16 10:24:00", - "author_account_age_days": 340 + "stars": 29, + "last_update": "2024-09-15 05:11:18", + "author_account_age_days": 386 }, - "https://github.com/neeltheninja/ComfyUI-TextOverlay": { - "stars": 1, - "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 1940 + "https://github.com/nchenevey1/comfyui-gimp-nodes": { + "stars": 6, + "last_update": "2024-10-08 19:14:53", + "author_account_age_days": 758 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 5, "last_update": "2024-08-01 03:33:01", - "author_account_age_days": 1081 + "author_account_age_days": 1128 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 35, - "last_update": "2024-08-14 15:40:18", - "author_account_age_days": 1081 + "stars": 64, + "last_update": "2024-10-05 05:58:08", + "author_account_age_days": 1128 + }, + "https://github.com/neverbiasu/ComfyUI-StyleShot": { + "stars": 6, + "last_update": "2024-08-28 19:52:14", + "author_account_age_days": 1128 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 1, - "last_update": "2024-08-25 15:28:51", - "author_account_age_days": 4072 + "last_update": "2024-08-26 06:05:35", + "author_account_age_days": 4118 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { - "stars": 8, - "last_update": "2024-08-24 12:09:38", - "author_account_age_days": 4091 + "stars": 9, + "last_update": "2024-09-05 03:39:09", + "author_account_age_days": 4138 + }, + "https://github.com/nicofdga/DZ-FaceDetailer": { + "stars": 146, + "last_update": "2024-06-17 10:00:30", + "author_account_age_days": 1340 }, "https://github.com/niknah/quick-connections": { - "stars": 18, - "last_update": "2024-08-24 10:40:29", - "author_account_age_days": 4782 + "stars": 112, + "last_update": "2024-09-17 11:40:24", + "author_account_age_days": 4829 + }, + "https://github.com/nilor-corp/nilor-nodes": { + "stars": 1, + "last_update": "2024-10-01 15:10:14", + "author_account_age_days": 324 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 40, + "stars": 49, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3050 + "author_account_age_days": 3096 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 397 + "author_account_age_days": 444 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3565 + "author_account_age_days": 3612 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 19, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 222 + "author_account_age_days": 268 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 8, "last_update": "2024-08-23 08:36:52", - "author_account_age_days": 222 + "author_account_age_days": 268 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 12, - "last_update": "2024-08-21 16:28:28", - "author_account_age_days": 222 + "stars": 25, + "last_update": "2024-08-28 08:34:31", + "author_account_age_days": 268 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 5, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 222 + "author_account_age_days": 268 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 9, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 222 + "author_account_age_days": 268 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 3, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1724 + "author_account_age_days": 1771 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { - "stars": 15, + "stars": 18, "last_update": "2024-08-23 13:15:23", - "author_account_age_days": 2805 + "author_account_age_days": 2852 }, "https://github.com/nonnonstop/comfyui-faster-loading": { - "stars": 2, + "stars": 6, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2184 + "author_account_age_days": 2231 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 182, + "stars": 190, "last_update": "2024-05-22 23:21:38", - "author_account_age_days": 3967 + "author_account_age_days": 4014 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 9, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2622 + "author_account_age_days": 2669 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 28, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1779 + "author_account_age_days": 1826 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { - "stars": 5, + "stars": 7, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1154 + "author_account_age_days": 1201 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { - "stars": 21, + "stars": 23, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1154 + "author_account_age_days": 1201 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 509, - "last_update": "2024-08-01 15:36:30", - "author_account_age_days": 1238 + "stars": 582, + "last_update": "2024-09-07 10:04:22", + "author_account_age_days": 1285 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 1, - "last_update": "2024-08-24 18:24:02", - "author_account_age_days": 614 + "stars": 8, + "last_update": "2024-08-27 23:15:18", + "author_account_age_days": 661 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 2, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2749 + "author_account_age_days": 2796 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { - "stars": 3, + "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 938 + "author_account_age_days": 985 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 24 + "author_account_age_days": 71 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 115, - "last_update": "2024-06-03 11:02:37", - "author_account_age_days": 4568 + "stars": 123, + "last_update": "2024-09-10 14:16:30", + "author_account_age_days": 4615 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { - "stars": 0, + "stars": 1, "last_update": "2024-06-22 02:11:26", - "author_account_age_days": 1616 + "author_account_age_days": 1663 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { - "stars": 10, + "stars": 13, "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1139 + "author_account_age_days": 1185 }, "https://github.com/ostris/ostris_nodes_comfyui": { - "stars": 20, + "stars": 24, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2465 + "author_account_age_days": 2511 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2845 + "author_account_age_days": 2892 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2392 + "author_account_age_days": 2438 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { - "stars": 22, + "stars": 23, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 903 + "author_account_age_days": 950 }, "https://github.com/palant/extended-saveimage-comfyui": { - "stars": 14, + "stars": 18, "last_update": "2024-03-27 14:08:21", - "author_account_age_days": 5115 + "author_account_age_days": 5162 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 68, + "stars": 71, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5115 + "author_account_age_days": 5162 }, "https://github.com/palant/integrated-nodes-comfyui": { - "stars": 33, + "stars": 35, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5115 + "author_account_age_days": 5162 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 51, - "last_update": "2024-08-22 20:55:56", - "author_account_age_days": 2193 + "stars": 64, + "last_update": "2024-10-02 08:26:47", + "author_account_age_days": 2240 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { - "stars": 6, - "last_update": "2024-08-04 20:05:41", - "author_account_age_days": 2193 + "stars": 8, + "last_update": "2024-09-01 05:22:43", + "author_account_age_days": 2240 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 203, + "stars": 206, "last_update": "2024-08-17 20:17:07", - "author_account_age_days": 2193 + "author_account_age_days": 2240 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2379 + "author_account_age_days": 2426 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 156, - "last_update": "2024-08-24 13:51:33", - "author_account_age_days": 5142 + "stars": 172, + "last_update": "2024-08-28 08:07:53", + "author_account_age_days": 5189 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2749 + "author_account_age_days": 2796 + }, + "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { + "stars": 1, + "last_update": "2024-08-30 07:52:11", + "author_account_age_days": 1339 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 55, - "last_update": "2024-05-23 01:19:05", - "author_account_age_days": 725 + "stars": 136, + "last_update": "2024-09-25 08:48:51", + "author_account_age_days": 772 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 28, + "stars": 37, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2350 + "author_account_age_days": 2397 }, "https://github.com/phyblas/paint-by-example_comfyui": { - "stars": 5, + "stars": 7, "last_update": "2024-08-24 23:46:13", - "author_account_age_days": 3115 + "author_account_age_days": 3162 }, "https://github.com/picturesonpictures/comfy_PoP": { - "stars": 15, + "stars": 16, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 649 + "author_account_age_days": 696 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, - "last_update": "2024-08-01 14:08:00", - "author_account_age_days": 32 + "last_update": "2024-10-08 17:29:07", + "author_account_age_days": 78 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { - "stars": 0, + "stars": 2, "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1565 + "author_account_age_days": 1612 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 2, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1565 + "author_account_age_days": 1612 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1565 + "author_account_age_days": 1612 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 3, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1565 + "author_account_age_days": 1612 + }, + "https://github.com/playbook3d/playbook-nodes": { + "stars": 1, + "last_update": "2024-10-10 21:51:37", + "author_account_age_days": 1609 + }, + "https://github.com/plugcrypt/CRT-Nodes": { + "stars": 2, + "last_update": "2024-10-01 07:58:40", + "author_account_age_days": 1171 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 70, - "last_update": "2024-08-08 11:10:50", - "author_account_age_days": 384 + "stars": 84, + "last_update": "2024-10-07 16:39:03", + "author_account_age_days": 431 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { - "stars": 17, + "stars": 22, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1092 + "author_account_age_days": 1139 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1092 + "author_account_age_days": 1139 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1092 + "author_account_age_days": 1139 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { - "stars": 17, - "last_update": "2024-08-08 04:40:12", - "author_account_age_days": 1092 + "stars": 19, + "last_update": "2024-08-28 02:10:39", + "author_account_age_days": 1139 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5630 + "author_account_age_days": 5677 + }, + "https://github.com/pydn/ComfyUI-to-Python-Extension": { + "stars": 1110, + "last_update": "2024-09-16 04:37:55", + "author_account_age_days": 2805 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1589, - "last_update": "2024-08-20 11:26:08", - "author_account_age_days": 559 + "stars": 1739, + "last_update": "2024-09-05 19:56:51", + "author_account_age_days": 606 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 549, + "stars": 607, "last_update": "2024-08-14 02:19:00", - "author_account_age_days": 559 + "author_account_age_days": 606 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 97, - "last_update": "2024-07-31 18:18:47", - "author_account_age_days": 839 + "stars": 123, + "last_update": "2024-10-03 12:50:42", + "author_account_age_days": 885 + }, + "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { + "stars": 57, + "last_update": "2024-08-30 08:37:48", + "author_account_age_days": 885 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 673 + "author_account_age_days": 720 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { - "stars": 43, + "stars": 46, "last_update": "2024-08-18 11:59:42", - "author_account_age_days": 3279 + "author_account_age_days": 3326 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 823 + "author_account_age_days": 869 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 71, - "last_update": "2024-08-24 12:50:40", - "author_account_age_days": 4556 + "stars": 78, + "last_update": "2024-08-26 09:52:06", + "author_account_age_days": 4603 + }, + "https://github.com/raysers/Mflux-ComfyUI": { + "stars": 2, + "last_update": "2024-10-11 06:57:56", + "author_account_age_days": 2113 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3486 + "author_account_age_days": 3533 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { - "stars": 1, - "last_update": "2024-05-22 22:13:43", - "author_account_age_days": 1573 + "stars": 2, + "last_update": "2024-08-26 10:08:29", + "author_account_age_days": 1620 + }, + "https://github.com/rdancer/ComfyUI_Florence2SAM2": { + "stars": 8, + "last_update": "2024-10-09 19:22:56", + "author_account_age_days": 5730 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 249, - "last_update": "2024-08-13 11:44:02", - "author_account_age_days": 2655 - }, - "https://github.com/redhottensors/ComfyUI-ODE": { - "stars": 41, - "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 201 + "stars": 277, + "last_update": "2024-09-06 11:40:48", + "author_account_age_days": 2701 }, "https://github.com/redhottensors/ComfyUI-Prediction": { - "stars": 10, + "stars": 11, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 201 + "author_account_age_days": 248 + }, + "https://github.com/revirevy/Comfyui_saveimage_imgbb": { + "stars": 1, + "last_update": "2024-09-27 09:40:45", + "author_account_age_days": 4594 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 886, - "last_update": "2024-08-17 21:47:43", - "author_account_age_days": 5036 + "stars": 1055, + "last_update": "2024-10-02 01:09:49", + "author_account_age_days": 5083 }, "https://github.com/rhdunn/comfyui-audio-processing": { - "stars": 2, + "stars": 3, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5699 + "author_account_age_days": 5746 }, "https://github.com/rhdunn/comfyui-bus-plugin": { - "stars": 1, + "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5699 + "author_account_age_days": 5746 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2742 + "author_account_age_days": 2789 }, "https://github.com/ricklove/comfyui-ricklove": { - "stars": 0, - "last_update": "2024-05-22 23:21:25", - "author_account_age_days": 4895 + "stars": 1, + "last_update": "2024-10-05 03:12:28", + "author_account_age_days": 4941 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { - "stars": 15, + "stars": 16, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 709 - }, - "https://github.com/rklaffehn/rk-comfy-nodes": { - "stars": 2, - "last_update": "2024-06-14 10:24:43", - "author_account_age_days": 355 + "author_account_age_days": 756 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { - "stars": 4, + "stars": 6, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3609 + "author_account_age_days": 3655 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 5, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 352 + "author_account_age_days": 399 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 84, + "stars": 91, "last_update": "2024-07-31 14:02:18", - "author_account_age_days": 4217 + "author_account_age_days": 4264 }, "https://github.com/royceschultz/ComfyUI-Notifications": { - "stars": 7, + "stars": 8, "last_update": "2024-05-23 01:23:16", - "author_account_age_days": 2591 + "author_account_age_days": 2638 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { - "stars": 16, + "stars": 15, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2591 + "author_account_age_days": 2638 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 536 + "author_account_age_days": 583 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 132 + "author_account_age_days": 179 }, "https://github.com/runtime44/comfyui_r44_nodes": { - "stars": 35, + "stars": 39, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 230 + "author_account_age_days": 276 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 32, - "last_update": "2024-08-24 02:18:10", - "author_account_age_days": 3751 + "stars": 159, + "last_update": "2024-09-29 13:25:23", + "author_account_age_days": 3798 }, "https://github.com/saftle/suplex_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4819 + "author_account_age_days": 4866 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { - "stars": 1, - "last_update": "2024-08-25 15:45:10", - "author_account_age_days": 0 + "stars": 3, + "last_update": "2024-09-30 10:50:48", + "author_account_age_days": 47 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { - "stars": 8, + "stars": 9, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 297 + "author_account_age_days": 343 }, "https://github.com/seanlynch/comfyui-optical-flow": { - "stars": 28, + "stars": 31, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5367 + "author_account_age_days": 5414 }, "https://github.com/seanlynch/srl-nodes": { "stars": 3, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5367 + "author_account_age_days": 5414 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 3, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3394 + "author_account_age_days": 3441 }, "https://github.com/shadowcz007/comfyui-Image-reward": { - "stars": 22, + "stars": 24, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3377 + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3377 + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3377 + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 347, - "last_update": "2024-08-08 14:58:32", - "author_account_age_days": 3377 + "stars": 394, + "last_update": "2024-09-01 10:34:41", + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1084, - "last_update": "2024-08-23 04:32:24", - "author_account_age_days": 3377 + "stars": 1196, + "last_update": "2024-10-05 04:31:23", + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 85, + "stars": 96, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3377 + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-try-on": { - "stars": 9, + "stars": 10, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3377 + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 22, + "stars": 23, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3377 + "author_account_age_days": 3423 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5155 + "author_account_age_days": 5202 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 195, - "last_update": "2024-08-05 21:56:54", - "author_account_age_days": 1827 + "stars": 227, + "last_update": "2024-10-09 06:04:48", + "author_account_age_days": 1874 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 259, - "last_update": "2024-08-25 09:40:11", - "author_account_age_days": 1827 + "stars": 297, + "last_update": "2024-09-06 16:56:58", + "author_account_age_days": 1874 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { - "stars": 6, + "stars": 7, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1827 + "author_account_age_days": 1874 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 191, - "last_update": "2024-08-23 01:30:47", - "author_account_age_days": 1827 + "stars": 211, + "last_update": "2024-09-18 07:58:27", + "author_account_age_days": 1874 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { - "stars": 29, + "stars": 30, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2285 + "author_account_age_days": 2332 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { - "stars": 24, + "stars": 27, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2285 + "author_account_age_days": 2332 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-load-image-with-cmd": { "stars": 1, "last_update": "2024-08-20 09:30:07", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2024-07-27 18:32:45", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-parse-image": { - "stars": 0, - "last_update": "2024-08-22 10:07:29", - "author_account_age_days": 374 + "stars": 2, + "last_update": "2024-09-20 19:12:36", + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-put-image": { - "stars": 0, - "last_update": "2024-08-22 01:22:25", - "author_account_age_days": 374 + "stars": 2, + "last_update": "2024-09-20 19:12:27", + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-ramdom-node": { - "stars": 2, + "stars": 3, "last_update": "2024-07-31 13:47:50", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shinich39/comfyui-textarea-keybindings": { "stars": 1, - "last_update": "2024-08-20 06:33:12", - "author_account_age_days": 374 + "last_update": "2024-08-27 05:44:22", + "author_account_age_days": 421 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4369 + "author_account_age_days": 4416 }, "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": { "stars": 23, "last_update": "2024-05-22 18:13:49", - "author_account_age_days": 1688 + "author_account_age_days": 1735 }, "https://github.com/shockz0rz/comfy-easy-grids": { - "stars": 15, + "stars": 16, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1688 + "author_account_age_days": 1735 }, "https://github.com/siliconflow/BizyAir": { - "stars": 158, - "last_update": "2024-08-23 12:19:38", - "author_account_age_days": 368 + "stars": 269, + "last_update": "2024-10-11 07:40:15", + "author_account_age_days": 414 }, "https://github.com/siliconflow/onediff_comfy_nodes": { - "stars": 17, + "stars": 18, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 368 + "author_account_age_days": 414 + }, + "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { + "stars": 3, + "last_update": "2024-09-17 18:44:57", + "author_account_age_days": 1610 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 126, - "last_update": "2024-07-31 07:12:49", - "author_account_age_days": 1169 + "stars": 140, + "last_update": "2024-09-27 07:23:43", + "author_account_age_days": 1216 }, "https://github.com/skfoo/ComfyUI-Coziness": { - "stars": 24, + "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2144 + "author_account_age_days": 2191 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4001 + "author_account_age_days": 4048 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2777 + "author_account_age_days": 2823 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { - "stars": 7, + "stars": 13, "last_update": "2024-08-18 00:06:18", - "author_account_age_days": 2783 + "author_account_age_days": 2830 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 40, - "last_update": "2024-08-03 00:29:30", - "author_account_age_days": 416 + "stars": 46, + "last_update": "2024-10-05 00:22:07", + "author_account_age_days": 463 + }, + "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { + "stars": 12, + "last_update": "2024-09-07 06:13:48", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { - "stars": 21, + "stars": 23, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 416 + "author_account_age_days": 463 + }, + "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { + "stars": 31, + "last_update": "2024-09-14 00:17:59", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_Diffree": { - "stars": 26, + "stars": 27, "last_update": "2024-08-14 03:50:29", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 175, - "last_update": "2024-08-08 13:28:12", - "author_account_age_days": 416 + "stars": 233, + "last_update": "2024-09-02 04:14:01", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { - "stars": 14, - "last_update": "2024-08-12 10:11:51", - "author_account_age_days": 416 + "stars": 36, + "last_update": "2024-09-06 02:36:44", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { - "stars": 15, + "stars": 17, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { - "stars": 39, - "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 416 + "stars": 51, + "last_update": "2024-09-09 14:06:25", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { - "stars": 25, + "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { - "stars": 23, + "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { - "stars": 33, - "last_update": "2024-08-17 09:20:07", - "author_account_age_days": 416 + "stars": 47, + "last_update": "2024-09-10 09:50:19", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 4, - "last_update": "2024-08-17 09:21:03", - "author_account_age_days": 416 + "last_update": "2024-09-03 13:41:15", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { - "stars": 30, + "stars": 32, "last_update": "2024-08-10 02:09:04", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 8, "last_update": "2024-08-11 09:35:21", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 11, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_Pops": { - "stars": 21, + "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { - "stars": 12, + "stars": 15, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 416 + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 48, - "last_update": "2024-07-31 14:00:28", - "author_account_age_days": 416 + "stars": 60, + "last_update": "2024-09-07 00:55:07", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 120, - "last_update": "2024-08-24 07:24:27", - "author_account_age_days": 416 + "stars": 204, + "last_update": "2024-10-11 10:10:05", + "author_account_age_days": 463 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 9, - "last_update": "2024-07-31 13:54:27", - "author_account_age_days": 416 + "last_update": "2024-09-06 08:20:59", + "author_account_age_days": 463 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { - "stars": 7, - "last_update": "2024-08-24 19:08:49", - "author_account_age_days": 835 + "stars": 8, + "last_update": "2024-09-16 00:51:56", + "author_account_age_days": 882 + }, + "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { + "stars": 1, + "last_update": "2024-08-29 14:03:52", + "author_account_age_days": 3369 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 44, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2786 + "author_account_age_days": 2833 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 164, + "stars": 172, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2786 + "author_account_age_days": 2833 }, "https://github.com/space-nuko/nui-suite": { - "stars": 10, + "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2786 + "author_account_age_days": 2833 + }, + "https://github.com/spacepxl/ComfyUI-Depth-Pro": { + "stars": 83, + "last_update": "2024-10-07 04:46:20", + "author_account_age_days": 403 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { - "stars": 53, + "stars": 64, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 356 + "author_account_age_days": 403 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 36, - "last_update": "2024-06-21 04:42:58", - "author_account_age_days": 356 + "stars": 38, + "last_update": "2024-10-03 17:26:49", + "author_account_age_days": 403 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 99, + "stars": 113, "last_update": "2024-08-05 04:29:03", - "author_account_age_days": 356 + "author_account_age_days": 403 }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 85, + "stars": 86, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 356 + "author_account_age_days": 403 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { - "stars": 6, + "stars": 10, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 356 + "author_account_age_days": 403 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 17, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4802 + "author_account_age_days": 4849 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 95, - "last_update": "2024-08-04 19:13:54", - "author_account_age_days": 4802 + "stars": 135, + "last_update": "2024-09-25 05:22:05", + "author_account_age_days": 4849 }, "https://github.com/spro/comfyui-mirror": { - "stars": 4, + "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5293 + "author_account_age_days": 5340 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 733, - "last_update": "2024-07-17 07:45:59", - "author_account_age_days": 1751 + "stars": 803, + "last_update": "2024-10-11 05:02:38", + "author_account_age_days": 1798 }, "https://github.com/ssitu/ComfyUI_fabric": { - "stars": 85, + "stars": 86, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1751 + "author_account_age_days": 1798 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { - "stars": 80, + "stars": 81, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1751 + "author_account_age_days": 1798 }, "https://github.com/ssitu/ComfyUI_roop": { - "stars": 64, + "stars": 66, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1751 + "author_account_age_days": 1798 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 293, - "last_update": "2024-08-06 15:28:13", - "author_account_age_days": 4146 + "stars": 338, + "last_update": "2024-10-09 17:42:23", + "author_account_age_days": 4193 }, "https://github.com/storyicon/comfyui_musev_evolved": { - "stars": 15, + "stars": 19, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2614 + "author_account_age_days": 2661 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 632, + "stars": 697, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2614 + "author_account_age_days": 2661 + }, + "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { + "stars": 25, + "last_update": "2024-06-17 10:01:44", + "author_account_age_days": 2736 }, "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": { "stars": 25, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2689 + "author_account_age_days": 2736 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { - "stars": 9, + "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 1908 + "author_account_age_days": 1955 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { - "stars": 34, + "stars": 35, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 1908 + "author_account_age_days": 1955 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { - "stars": 23, + "stars": 24, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 5992 + "author_account_age_days": 6039 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 938 + "author_account_age_days": 984 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { - "stars": 23, + "stars": 26, "last_update": "2024-08-13 02:04:26", - "author_account_age_days": 938 + "author_account_age_days": 984 }, "https://github.com/superyoman/comfyui_lumaAPI": { - "stars": 17, + "stars": 18, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 511 + "author_account_age_days": 557 }, - "https://github.com/syaofox/ComfyUI_FoxTools": { - "stars": 2, - "last_update": "2024-08-25 09:36:39", - "author_account_age_days": 3218 + "https://github.com/svdC1/comfy-ui-lora-dataset-tools": { + "stars": 6, + "last_update": "2024-09-27 18:19:48", + "author_account_age_days": 108 + }, + "https://github.com/syaofox/ComfyUI_fnodes": { + "stars": 4, + "last_update": "2024-10-07 00:47:53", + "author_account_age_days": 3264 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 92, - "last_update": "2024-08-14 13:31:54", - "author_account_age_days": 3198 + "stars": 104, + "last_update": "2024-09-13 01:46:14", + "author_account_age_days": 3245 }, "https://github.com/sylym/comfy_vid2vid": { - "stars": 63, + "stars": 67, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 1960 + "author_account_age_days": 2007 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 15, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1069 + "author_account_age_days": 1116 }, - "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": { - "stars": 232, + "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { + "stars": 243, "last_update": "2024-06-17 10:01:50", - "author_account_age_days": 1745 + "author_account_age_days": 1792 + }, + "https://github.com/tachyon-beep/comfyui-simplefeed": { + "stars": 6, + "last_update": "2024-10-11 11:36:11", + "author_account_age_days": 5030 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 461, + "stars": 484, "last_update": "2024-07-11 06:23:04", - "author_account_age_days": 618 + "author_account_age_days": 665 + }, + "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { + "stars": 10, + "last_update": "2024-10-01 01:20:00", + "author_account_age_days": 4080 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5160 + "author_account_age_days": 5207 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5160 + "author_account_age_days": 5207 }, "https://github.com/theUpsider/ComfyUI-Logic": { - "stars": 126, + "stars": 136, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2784 + "author_account_age_days": 2831 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 33, + "stars": 36, "last_update": "2024-08-02 14:06:54", - "author_account_age_days": 2784 + "author_account_age_days": 2831 }, "https://github.com/thecooltechguy/ComfyUI-ComfyRun": { - "stars": 80, + "stars": 81, "last_update": "2024-05-22 21:33:11", - "author_account_age_days": 2484 + "author_account_age_days": 2531 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { - "stars": 38, + "stars": 42, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2484 + "author_account_age_days": 2531 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { - "stars": 211, + "stars": 215, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2484 + "author_account_age_days": 2531 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 310, + "stars": 323, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2484 + "author_account_age_days": 2531 + }, + "https://github.com/thoddnn/ComfyUI-MLX": { + "stars": 30, + "last_update": "2024-10-08 15:31:27", + "author_account_age_days": 372 + }, + "https://github.com/tianguanggliu/Utools": { + "stars": 1, + "last_update": "2024-08-29 09:45:03", + "author_account_age_days": 2449 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { - "stars": 97, + "stars": 101, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3012 + "author_account_age_days": 3059 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { - "stars": 11, + "stars": 12, "last_update": "2024-07-29 21:14:17", - "author_account_age_days": 3387 + "author_account_age_days": 3434 + }, + "https://github.com/tkreuziger/comfyui-claude": { + "stars": 0, + "last_update": "2024-10-11 13:37:10", + "author_account_age_days": 645 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4437 + "author_account_age_days": 4484 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 3921 + "author_account_age_days": 3968 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4379 + "author_account_age_days": 4426 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4432 + "author_account_age_days": 4479 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 484, + "stars": 499, "last_update": "2024-08-24 10:00:24", - "author_account_age_days": 3712 + "author_account_age_days": 3758 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 12, - "last_update": "2024-08-18 06:27:27", - "author_account_age_days": 3882 + "last_update": "2024-10-07 18:38:59", + "author_account_age_days": 3929 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 34, + "stars": 36, "last_update": "2024-08-02 04:55:20", - "author_account_age_days": 3203 + "author_account_age_days": 3249 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2320 + "author_account_age_days": 2366 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { - "stars": 21, + "stars": 22, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3022 + "author_account_age_days": 3069 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { - "stars": 9, + "stars": 13, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1591 + "author_account_age_days": 1637 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { - "stars": 110, + "stars": 114, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4819 + "author_account_age_days": 4866 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { - "stars": 6, + "stars": 5, "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4819 + "author_account_age_days": 4866 + }, + "https://github.com/turkyden/ComfyUI-SmartCrop": { + "stars": 2, + "last_update": "2024-10-08 09:36:34", + "author_account_age_days": 2858 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 23, + "stars": 24, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2727 + "author_account_age_days": 2774 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 703, + "stars": 738, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4130 + "author_account_age_days": 4177 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 146 + "author_account_age_days": 193 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 70, - "last_update": "2024-08-16 18:05:55", - "author_account_age_days": 3765 + "stars": 79, + "last_update": "2024-10-03 23:26:45", + "author_account_age_days": 3811 }, "https://github.com/tzwm/comfyui-profiler": { - "stars": 122, - "last_update": "2024-08-01 04:11:04", - "author_account_age_days": 4831 + "stars": 138, + "last_update": "2024-08-28 14:27:12", + "author_account_age_days": 4878 }, "https://github.com/uarefans/ComfyUI-Fans": { - "stars": 13, + "stars": 15, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1334 + "author_account_age_days": 1381 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2376 + "author_account_age_days": 2423 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 6, - "last_update": "2024-08-24 14:22:09", - "author_account_age_days": 1378 + "stars": 7, + "last_update": "2024-09-16 14:00:03", + "author_account_age_days": 1425 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 4, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1378 + "author_account_age_days": 1425 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 135 + "author_account_age_days": 182 + }, + "https://github.com/valofey/Openrouter-Node": { + "stars": 0, + "last_update": "2024-09-26 14:38:37", + "author_account_age_days": 1492 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { - "stars": 4, + "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3020 + "author_account_age_days": 3067 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 919 + "author_account_age_days": 966 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, - "last_update": "2024-07-27 04:00:14", - "author_account_age_days": 4826 + "last_update": "2024-09-14 01:23:16", + "author_account_age_days": 4873 }, "https://github.com/vault-developer/comfyui-image-blender": { - "stars": 17, + "stars": 18, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2675 + "author_account_age_days": 2722 }, "https://github.com/veighnsche/comfyui_gr85": { - "stars": 1, - "last_update": "2024-06-27 15:00:08", - "author_account_age_days": 3162 + "stars": 2, + "last_update": "2024-09-28 19:53:27", + "author_account_age_days": 3209 }, "https://github.com/victorchall/comfyui_webcamcapture": { - "stars": 7, + "stars": 8, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3207 + "author_account_age_days": 3254 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { - "stars": 28, + "stars": 29, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3489 + "author_account_age_days": 3536 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 16, "last_update": "2024-06-12 15:30:14", - "author_account_age_days": 1460 + "author_account_age_days": 1507 }, "https://github.com/viperyl/ComfyUI-BiRefNet": { - "stars": 196, + "stars": 220, "last_update": "2024-08-17 16:38:15", - "author_account_age_days": 2095 + "author_account_age_days": 2142 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 6, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2095 + "author_account_age_days": 2142 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 116, + "stars": 133, "last_update": "2024-08-24 16:19:25", - "author_account_age_days": 1901 + "author_account_age_days": 1947 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { - "stars": 3, - "last_update": "2024-07-07 21:44:01", - "author_account_age_days": 1901 + "stars": 4, + "last_update": "2024-09-07 18:42:27", + "author_account_age_days": 1947 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 9, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5046 + "author_account_age_days": 5093 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1423 + "author_account_age_days": 1470 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 92, + "stars": 94, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2282 + "author_account_age_days": 2329 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3445 + "author_account_age_days": 3492 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1029 + "author_account_age_days": 1076 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { - "stars": 2, - "last_update": "2024-08-05 10:46:37", - "author_account_age_days": 36 + "stars": 4, + "last_update": "2024-09-10 13:08:51", + "author_account_age_days": 83 }, "https://github.com/wei30172/comfygen": { "stars": 6, "last_update": "2024-05-23 00:21:19", - "author_account_age_days": 1675 + "author_account_age_days": 1722 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5549 + "author_account_age_days": 5596 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { - "stars": 30, + "stars": 32, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 514 + "author_account_age_days": 561 + }, + "https://github.com/willchil/ComfyUI-Environment-Visualizer": { + "stars": 6, + "last_update": "2024-10-09 02:48:18", + "author_account_age_days": 2747 }, "https://github.com/wmatson/easy-comfy-nodes": { - "stars": 16, - "last_update": "2024-07-31 13:40:36", - "author_account_age_days": 4180 + "stars": 15, + "last_update": "2024-10-08 01:54:33", + "author_account_age_days": 4226 }, "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": { - "stars": 0, - "last_update": "2024-08-24 05:51:04", - "author_account_age_days": 3092 + "stars": 1, + "last_update": "2024-10-09 10:32:03", + "author_account_age_days": 3139 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { - "stars": 71, - "last_update": "2024-05-22 18:17:46", - "author_account_age_days": 5783 + "stars": 78, + "last_update": "2024-09-03 18:33:52", + "author_account_age_days": 5830 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 8, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5783 + "author_account_age_days": 5830 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { - "stars": 48, + "stars": 50, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1630 + "author_account_age_days": 1677 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { - "stars": 48, - "last_update": "2024-07-12 13:24:56", - "author_account_age_days": 2325 + "stars": 61, + "last_update": "2024-09-17 13:20:02", + "author_account_age_days": 2371 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4247 + "author_account_age_days": 4294 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5112 + "author_account_age_days": 5159 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 330, + "stars": 336, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1541 + "author_account_age_days": 1588 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 9, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 2936 + "author_account_age_days": 2983 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { - "stars": 1, - "last_update": "2024-08-25 09:39:30", - "author_account_age_days": 4561 + "stars": 6, + "last_update": "2024-08-30 17:38:52", + "author_account_age_days": 4608 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { - "stars": 3, - "last_update": "2024-08-25 09:40:54", - "author_account_age_days": 4561 + "stars": 15, + "last_update": "2024-08-30 17:39:03", + "author_account_age_days": 4608 + }, + "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { + "stars": 7, + "last_update": "2024-09-03 08:55:08", + "author_account_age_days": 4608 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1335 + "author_account_age_days": 1382 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { - "stars": 3, + "stars": 1, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4168 + "author_account_age_days": 4215 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { - "stars": 14, + "stars": 17, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4168 + "author_account_age_days": 4215 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2179 + "author_account_age_days": 2226 + }, + "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { + "stars": 5, + "last_update": "2024-09-30 02:33:25", + "author_account_age_days": 3533 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3784 + "author_account_age_days": 3830 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { - "stars": 0, - "last_update": "2024-08-24 12:40:06", - "author_account_age_days": 632 + "stars": 8, + "last_update": "2024-09-25 13:56:41", + "author_account_age_days": 679 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { - "stars": 79, - "last_update": "2024-08-23 03:40:01", - "author_account_age_days": 614 - }, - "https://github.com/yiwangsimple/ComfyUI_GroqChat": { - "stars": 79, - "last_update": "2024-08-23 03:40:01", - "author_account_age_days": 614 + "stars": 81, + "last_update": "2024-09-27 07:56:59", + "author_account_age_days": 661 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 795, - "last_update": "2024-08-24 06:16:01", - "author_account_age_days": 1402 + "stars": 947, + "last_update": "2024-10-11 08:08:12", + "author_account_age_days": 1449 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, - "last_update": "2024-08-16 02:34:51", - "author_account_age_days": 4925 + "last_update": "2024-09-25 04:40:23", + "author_account_age_days": 4972 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, - "last_update": "2024-05-22 18:14:44", - "author_account_age_days": 4925 + "last_update": "2024-09-26 05:33:05", + "author_account_age_days": 4972 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 4925 + "author_account_age_days": 4972 }, "https://github.com/yolanother/DTAIComfyQRCodes": { - "stars": 2, + "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 4925 + "author_account_age_days": 4972 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 9, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 4925 + "author_account_age_days": 4972 }, "https://github.com/yolanother/DTAIImageToTextNode": { - "stars": 15, + "stars": 17, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 4925 + "author_account_age_days": 4972 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, - "last_update": "2024-08-02 09:47:45", - "author_account_age_days": 491 + "last_update": "2024-10-10 09:11:53", + "author_account_age_days": 537 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 1, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2505 + "author_account_age_days": 2552 }, "https://github.com/yuan199696/chinese_clip_encode": { - "stars": 1, + "stars": 4, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2505 + "author_account_age_days": 2552 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 75, + "stars": 77, "last_update": "2024-07-02 08:09:45", - "author_account_age_days": 2214 + "author_account_age_days": 2261 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { - "stars": 15, - "last_update": "2024-08-14 04:00:22", - "author_account_age_days": 2214 + "stars": 19, + "last_update": "2024-10-01 11:19:11", + "author_account_age_days": 2261 + }, + "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { + "stars": 4, + "last_update": "2024-09-22 13:07:19", + "author_account_age_days": 2261 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { - "stars": 27, + "stars": 29, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2214 + "author_account_age_days": 2261 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 1, "last_update": "2024-05-22 23:16:51", - "author_account_age_days": 2214 + "author_account_age_days": 2261 + }, + "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { + "stars": 2, + "last_update": "2024-10-04 10:23:26", + "author_account_age_days": 2261 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 50, - "last_update": "2024-08-12 10:56:15", - "author_account_age_days": 2214 + "stars": 65, + "last_update": "2024-09-24 17:35:22", + "author_account_age_days": 2261 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 2, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2214 + "author_account_age_days": 2261 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 64, + "stars": 69, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2214 + "author_account_age_days": 2261 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 8, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2214 + "author_account_age_days": 2261 + }, + "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { + "stars": 5, + "last_update": "2024-10-10 16:56:41", + "author_account_age_days": 1008 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { - "stars": 4, + "stars": 6, "last_update": "2024-07-31 13:52:30", - "author_account_age_days": 650 + "author_account_age_days": 697 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { - "stars": 5, + "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4477 + "author_account_age_days": 4524 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { - "stars": 19, + "stars": 21, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4477 + "author_account_age_days": 4524 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { - "stars": 5, + "stars": 7, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4477 + "author_account_age_days": 4524 }, "https://github.com/zer0TF/cute-comfy": { - "stars": 30, + "stars": 31, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2732 + "author_account_age_days": 2779 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { - "stars": 64, + "stars": 68, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2505 + "author_account_age_days": 2552 }, "https://github.com/zfkun/ComfyUI_zfkun": { - "stars": 18, + "stars": 20, "last_update": "2024-05-27 11:21:51", - "author_account_age_days": 4925 + "author_account_age_days": 4972 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 13, - "last_update": "2024-08-20 07:11:36", - "author_account_age_days": 353 + "stars": 31, + "last_update": "2024-10-11 08:01:57", + "author_account_age_days": 400 + }, + "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { + "stars": 1, + "last_update": "2024-10-07 09:33:29", + "author_account_age_days": 400 + }, + "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { + "stars": 14, + "last_update": "2024-09-14 13:46:05", + "author_account_age_days": 3458 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { - "stars": 62, + "stars": 66, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3521 - }, - "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 272, - "last_update": "2024-05-22 23:19:30", - "author_account_age_days": 3521 + "author_account_age_days": 3568 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { - "stars": 61, + "stars": 63, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4297 + "author_account_age_days": 4344 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 890, - "last_update": "2024-08-20 12:57:42", - "author_account_age_days": 101 + "stars": 1082, + "last_update": "2024-10-03 04:33:56", + "author_account_age_days": 148 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2723 + "author_account_age_days": 2770 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 85, - "last_update": "2024-08-25 15:04:41", - "author_account_age_days": 3979 + "stars": 142, + "last_update": "2024-10-08 12:38:02", + "author_account_age_days": 4026 } } \ No newline at end of file diff --git a/glob/manager_core.py b/glob/manager_core.py index fa63a9d6..8d40953e 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, 50, 2] +version = [2, 51, 7] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') @@ -410,6 +410,14 @@ def execute_install_script(url, repo_path, lazy_mode=False, instant_execution=Fa print("Install: pip packages") with open(requirements_path, "r") as requirements_file: for line in requirements_file: + #handle comments + if '#' in line: + if line.strip()[0] == '#': + print("Line is comment...skipping") + continue + else: + line = line.split('#')[0].strip() + package_name = remap_pip_package(line.strip()) if package_name and not package_name.startswith('#'): @@ -1127,7 +1135,7 @@ async def extract_nodes_from_workflow(filepath, mode='local', channel_url='defau if node_name in ['Reroute', 'Note']: continue - if node_name is not None and not node_name.startswith('workflow/'): + if node_name is not None and not (node_name.startswith('workflow/') or node_name.startswith('workflow>')): used_nodes.add(node_name) if 'nodes' in workflow: diff --git a/glob/manager_server.py b/glob/manager_server.py index 1401293e..1cfc03d1 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -47,7 +47,9 @@ is_local_mode = args.listen.startswith('127.') or args.listen.startswith('local. def is_allowed_security_level(level): - if level == 'high': + if level == 'block': + return False + elif level == 'high': if is_local_mode: return core.get_config()['security_level'].lower() in ['weak', 'normal-'] else: @@ -58,7 +60,7 @@ def is_allowed_security_level(level): return True -async def get_risky_level(files): +async def get_risky_level(files, pip_packages): json_data1 = await core.get_data_by_mode('local', 'custom-node-list.json') json_data2 = await core.get_data_by_mode('cache', 'custom-node-list.json', channel_url='https://github.com/ltdrdata/ComfyUI-Manager/raw/main') @@ -70,6 +72,15 @@ async def get_risky_level(files): if x not in all_urls: return "high" + all_pip_packages = set() + for x in json_data1['custom_nodes'] + json_data2['custom_nodes']: + if "pip" in x: + all_pip_packages.update(x['pip']) + + for p in pip_packages: + if p not in all_pip_packages: + return "block" + return "middle" @@ -791,7 +802,7 @@ async def install_custom_node(request): json_data = await request.json() - risky_level = await get_risky_level(json_data['files']) + risky_level = await get_risky_level(json_data['files'], json_data.get('pip', [])) if not is_allowed_security_level(risky_level): print(SECURITY_MESSAGE_GENERAL) return web.Response(status=404) @@ -809,7 +820,14 @@ async def install_custom_node(request): res = unzip_install(json_data['files']) if install_type == "copy": - js_path_name = json_data['js_path'] if 'js_path' in json_data else '.' + if 'js_path' in json_data: + if '.' in json_data['js_path'] or ':' in json_data['js_path'] or json_data['js_path'].startswith('/'): + print(f"[ComfyUI Manager] An abnormal JS path has been transmitted. This could be the result of a security attack.\n{json_data['js_path']}") + return web.Response(status=400) + else: + js_path_name = json_data['js_path'] + else: + js_path_name = '.' res = copy_install(json_data['files'], js_path_name) elif install_type == "git-clone": @@ -832,8 +850,8 @@ async def install_custom_node(request): @PromptServer.instance.routes.post("/customnode/fix") async def fix_custom_node(request): - if not is_allowed_security_level('middle'): - print(SECURITY_MESSAGE_MIDDLE_OR_BELOW) + if not is_allowed_security_level('high'): + print(SECURITY_MESSAGE_GENERAL) return web.Response(status=403) json_data = await request.json() diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index ee825bde..72f029ce 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -202,6 +202,40 @@ docStyle.innerHTML = ` } `; +function is_legacy_front() { + let compareVersion = '1.2.49'; + try { + const frontendVersion = window['__COMFYUI_FRONTEND_VERSION__']; + if (typeof frontendVersion !== 'string') { + return false; + } + + function parseVersion(versionString) { + const parts = versionString.split('.').map(Number); + return parts.length === 3 && parts.every(part => !isNaN(part)) ? parts : null; + } + + const currentVersion = parseVersion(frontendVersion); + const comparisonVersion = parseVersion(compareVersion); + + if (!currentVersion || !comparisonVersion) { + return false; + } + + for (let i = 0; i < 3; i++) { + if (currentVersion[i] > comparisonVersion[i]) { + return false; + } else if (currentVersion[i] < comparisonVersion[i]) { + return true; + } + } + + return false; + } catch { + return true; + } +} + document.head.appendChild(docStyle); var update_comfyui_button = null; @@ -842,24 +876,27 @@ class ManagerMenuDialog extends ComfyDialog { }); // nickname - let badge_combo = document.createElement("select"); - badge_combo.setAttribute("title", "Configure the content to be displayed on the badge at the top right corner of the node. The ID is the identifier of the node. If 'hide built-in' is selected, both unknown nodes and built-in nodes will be omitted, making them indistinguishable"); - badge_combo.className = "cm-menu-combo"; - badge_combo.appendChild($el('option', { value: 'none', text: 'Badge: None' }, [])); - badge_combo.appendChild($el('option', { value: 'nick', text: 'Badge: Nickname' }, [])); - badge_combo.appendChild($el('option', { value: 'nick_hide', text: 'Badge: Nickname (hide built-in)' }, [])); - badge_combo.appendChild($el('option', { value: 'id_nick', text: 'Badge: #ID Nickname' }, [])); - badge_combo.appendChild($el('option', { value: 'id_nick_hide', text: 'Badge: #ID Nickname (hide built-in)' }, [])); + let badge_combo = ""; + if(is_legacy_front()) { + badge_combo = document.createElement("select"); + badge_combo.setAttribute("title", "Configure the content to be displayed on the badge at the top right corner of the node. The ID is the identifier of the node. If 'hide built-in' is selected, both unknown nodes and built-in nodes will be omitted, making them indistinguishable"); + badge_combo.className = "cm-menu-combo"; + badge_combo.appendChild($el('option', { value: 'none', text: 'Badge: None' }, [])); + badge_combo.appendChild($el('option', { value: 'nick', text: 'Badge: Nickname' }, [])); + badge_combo.appendChild($el('option', { value: 'nick_hide', text: 'Badge: Nickname (hide built-in)' }, [])); + badge_combo.appendChild($el('option', { value: 'id_nick', text: 'Badge: #ID Nickname' }, [])); + badge_combo.appendChild($el('option', { value: 'id_nick_hide', text: 'Badge: #ID Nickname (hide built-in)' }, [])); - api.fetchApi('/manager/badge_mode') - .then(response => response.text()) - .then(data => { badge_combo.value = data; badge_mode = data; }); + api.fetchApi('/manager/badge_mode') + .then(response => response.text()) + .then(data => { badge_combo.value = data; badge_mode = data; }); - badge_combo.addEventListener('change', function (event) { - api.fetchApi(`/manager/badge_mode?value=${event.target.value}`); - badge_mode = event.target.value; - app.graph.setDirtyCanvas(true); - }); + badge_combo.addEventListener('change', function (event) { + api.fetchApi(`/manager/badge_mode?value=${event.target.value}`); + badge_mode = event.target.value; + app.graph.setDirtyCanvas(true); + }); + } // channel let channel_combo = document.createElement("select"); @@ -945,6 +982,7 @@ class ManagerMenuDialog extends ComfyDialog { dbl_click_policy_combo.className = "cm-menu-combo"; dbl_click_policy_combo.appendChild($el('option', { value: 'none', text: 'Double-Click: None' }, [])); dbl_click_policy_combo.appendChild($el('option', { value: 'copy-all', text: 'Double-Click: Copy All Connections' }, [])); + dbl_click_policy_combo.appendChild($el('option', { value: 'copy-full', text: 'Double-Click: Copy All Connections and shape' }, [])); dbl_click_policy_combo.appendChild($el('option', { value: 'copy-input', text: 'Double-Click: Copy Input Connections' }, [])); dbl_click_policy_combo.appendChild($el('option', { value: 'possible-input', text: 'Double-Click: Possible Input Connections' }, [])); dbl_click_policy_combo.appendChild($el('option', { value: 'dual', text: 'Double-Click: Possible(left) + Copy(right)' }, [])); @@ -1044,6 +1082,10 @@ class ManagerMenuDialog extends ComfyDialog { LiteGraph.closeAllContextMenus(); const menu = new LiteGraph.ContextMenu( [ + { + title: "ComfyUI Docs", + callback: () => { window.open("https://docs.comfy.org/", "comfyui-official-manual"); }, + }, { title: "Comfy Custom Node How To", callback: () => { window.open("https://github.com/chrisgoringe/Comfy-Custom-Node-How-To/wiki/aaa_index", "comfyui-community-manual1"); }, @@ -1095,7 +1137,7 @@ class ManagerMenuDialog extends ComfyDialog { textContent: 'Workflow Gallery', style: { 'text-align': 'center', - 'color': 'white', + 'color': 'var(--input-text)', 'font-size': '18px', 'margin': 0, 'padding': 0, @@ -1106,7 +1148,7 @@ class ManagerMenuDialog extends ComfyDialog { textContent: `(${localStorage.getItem("wg_last_visited") ? localStorage.getItem("wg_last_visited").split('/')[2] : ''})`, style: { 'text-align': 'center', - 'color': 'white', + 'color': 'var(--input-text)', 'font-size': '12px', 'margin': 0, 'padding': 0, @@ -1411,24 +1453,28 @@ app.registerExtension({ }, async nodeCreated(node, app) { - if(!node.badge_enabled) { - node.getNickname = function () { return getNickname(node, node.comfyClass.trim()) }; - let orig = node.onDrawForeground; - if(!orig) - orig = node.__proto__.onDrawForeground; + if(is_legacy_front()) { + if(!node.badge_enabled) { + node.getNickname = function () { return getNickname(node, node.comfyClass.trim()) }; + let orig = node.onDrawForeground; + if(!orig) + orig = node.__proto__.onDrawForeground; - node.onDrawForeground = function (ctx) { - drawBadge(node, orig, arguments) - }; - node.badge_enabled = true; + node.onDrawForeground = function (ctx) { + drawBadge(node, orig, arguments) + }; + node.badge_enabled = true; + } } }, async loadedGraphNode(node, app) { - if(!node.badge_enabled) { - const orig = node.onDrawForeground; - node.getNickname = function () { return getNickname(node, node.type.trim()) }; - node.onDrawForeground = function (ctx) { drawBadge(node, orig, arguments) }; + if(is_legacy_front()) { + if(!node.badge_enabled) { + const orig = node.onDrawForeground; + node.getNickname = function () { return getNickname(node, node.type.trim()) }; + node.onDrawForeground = function (ctx) { drawBadge(node, orig, arguments) }; + } } }, @@ -1438,7 +1484,7 @@ app.registerExtension({ node.prototype.getExtraMenuOptions = function (_, options) { origGetExtraMenuOptions?.apply?.(this, arguments); - if (node.category.startsWith('group nodes/')) { + if (node.category.startsWith('group nodes>')) { options.push({ content: "Save As Component", callback: (obj) => { diff --git a/js/comfyui-share-common.js b/js/comfyui-share-common.js index 1fbf0485..d4b2567c 100644 --- a/js/comfyui-share-common.js +++ b/js/comfyui-share-common.js @@ -315,7 +315,7 @@ export class ShareDialogChooser extends ComfyDialog { key: "comfyworkflows", textContent: "ComfyWorkflows", website: "https://comfyworkflows.com", - description: "Share & browse thousands of ComfyUI workflows and art 🎨

ComfyWorkflows.com", + description: "Share & browse thousands of ComfyUI workflows and art 🎨

ComfyWorkflows.com", onclick: () => { showShareDialog('comfyworkflows').then((suc) => { suc && this.close(); @@ -326,7 +326,7 @@ export class ShareDialogChooser extends ComfyDialog { key: "esheep", textContent: "eSheep", website: "https://www.esheep.com", - description: "Share & download thousands of ComfyUI workflows on esheep.com", + description: "Share & download thousands of ComfyUI workflows on esheep.com", onclick: () => { shareToEsheep(); this.close(); @@ -336,7 +336,7 @@ export class ShareDialogChooser extends ComfyDialog { key: "Copus", textContent: "Copus", website: "https://www.copus.io", - description: "🔴 Permanently store and secure ownership of your workflow on the open-source platform: Copus.io", + description: "🔴 Permanently store and secure ownership of your workflow on the open-source platform: Copus.io", onclick: () => { showCopusShareDialog(); this.close(); @@ -382,7 +382,7 @@ export class ShareDialogChooser extends ComfyDialog { innerHTML: b.description, style: { 'text-align': 'left', - color: 'white', + color: 'var(--input-text)', 'font-size': '14px', 'margin-bottom': '0', }, @@ -393,7 +393,7 @@ export class ShareDialogChooser extends ComfyDialog { href: b.website, target: "_blank", style: { - color: 'white', + color: 'var(--input-text)', 'margin-left': '10px', 'font-size': '12px', 'text-decoration': 'none', @@ -440,7 +440,7 @@ export class ShareDialogChooser extends ComfyDialog { textContent: 'Choose a platform to share your workflow', style: { 'text-align': 'center', - 'color': 'white', + 'color': 'var(--input-text)', 'font-size': '18px', 'margin-bottom': '10px', }, @@ -686,7 +686,7 @@ export class ShareDialog extends ComfyDialog { $el("div", {}, [ $el("p", { size: 3, color: "white", style: { - color: 'white' + color: 'var(--input-text)' } }, [`Select where to share your art:`]), this.matrix_destination_checkbox, @@ -701,7 +701,7 @@ export class ShareDialog extends ComfyDialog { size: 3, color: "white", style: { - color: 'white' + color: 'var(--input-text)' } }, []), this.credits_input, @@ -712,7 +712,7 @@ export class ShareDialog extends ComfyDialog { size: 3, color: "white", style: { - color: 'white' + color: 'var(--input-text)' } }, []), this.title_input, @@ -723,7 +723,7 @@ export class ShareDialog extends ComfyDialog { size: 3, color: "white", style: { - color: 'white' + color: 'var(--input-text)' } }, []), this.description_input, @@ -989,7 +989,7 @@ export class ShareDialog extends ComfyDialog { } const radio_button_text = $el("label", { // style: { - // color: 'white' + // color: 'var(--input-text)' // } }, [output.title]) radio_button.style.color = "var(--fg-color)"; @@ -1028,7 +1028,7 @@ export class ShareDialog extends ComfyDialog { color: "white", style: { 'text-align': 'center', - color: 'white', + color: 'var(--input-text)', backgroundColor: 'black', padding: '10px', 'margin-top': '0px', @@ -1040,7 +1040,7 @@ export class ShareDialog extends ComfyDialog { color: "white", style: { 'text-align': 'center', - color: 'white', + color: 'var(--input-text)', 'margin-bottom': '5px', 'font-style': 'italic', 'font-size': '12px', diff --git a/js/comfyui-share-openart.js b/js/comfyui-share-openart.js index 96460fe7..41038600 100644 --- a/js/comfyui-share-openart.js +++ b/js/comfyui-share-openart.js @@ -199,7 +199,7 @@ export class OpenArtShareDialog extends ComfyDialog { color: "white", style: { 'text-align': 'center', - color: 'white', + color: 'var(--input-text)', margin: '0 0 10px 0', } }); @@ -733,7 +733,7 @@ export class OpenArtShareDialog extends ComfyDialog { size: 2, color: "white", style: { - color: 'white', + color: 'var(--input-text)', margin: '0 0 5px 0', fontSize: '12px', }, diff --git a/js/components-manager.js b/js/components-manager.js index 248a74d2..b2ccf43b 100644 --- a/js/components-manager.js +++ b/js/components-manager.js @@ -4,6 +4,8 @@ import { sleep, show_message } from "./common.js"; import { GroupNodeConfig, GroupNodeHandler } from "../../extensions/core/groupNode.js"; import { ComfyDialog, $el } from "../../scripts/ui.js"; +const SEPARATOR = ">" + let pack_map = {}; let rpack_map = {}; @@ -20,7 +22,7 @@ export function getPureName(node) { let purename = node.comfyClass.substring(category.length+1); return purename; } - else if(node.comfyClass.startsWith('workflow/')) { + else if(node.comfyClass.startsWith('workflow/') || node.comfyClass.startsWith(`workflow${SEPARATOR}`)) { return node.comfyClass.substring(9); } else { @@ -76,7 +78,7 @@ export async function load_components() { let category = data.packname; if(data.category) { - category += "/" + data.category; + category += SEPARATOR + data.category; } if(category == '') { category = 'components'; @@ -100,7 +102,7 @@ export async function load_components() { try { let category = nodeData.packname; if(nodeData.category) { - category += "/" + nodeData.category; + category += SEPARATOR + nodeData.category; } if(category == '') { category = 'components'; @@ -139,7 +141,7 @@ export async function load_components() { try { let category = nodeData.packname; if(nodeData.workflow.category) { - category += "/" + nodeData.category; + category += SEPARATOR + nodeData.category; } if(category == '') { category = 'components'; @@ -174,7 +176,7 @@ export async function load_components() { try { let category = nodeData.workflow.packname; if(nodeData.workflow.category) { - category += "/" + nodeData.category; + category += SEPARATOR + nodeData.category; } if(category == '') { category = 'components'; @@ -234,7 +236,7 @@ async function save_as_component(node, version, author, prefix, nodename, packna let category = body.workflow.packname; if(body.workflow.category) { - category += "/" + body.workflow.category; + category += SEPARATOR + body.workflow.category; } if(category == '') { category = 'components'; @@ -266,7 +268,7 @@ async function import_component(component_name, component, mode) { let category = component.packname; if(component.category) { - category += "/" + component.category; + category += SEPARATOR + component.category; } if(category == '') { category = 'components'; @@ -403,7 +405,7 @@ function handle_import_components(components) { } if(cnt == 1 && last_name) { - const node = LiteGraph.createNode(`workflow/${last_name}`); + const node = LiteGraph.createNode(`workflow${SEPARATOR}${last_name}`); node.pos = [app.canvas.graph_mouse[0], app.canvas.graph_mouse[1]]; app.canvas.graph.add(node, false); } @@ -786,7 +788,7 @@ app.graphToPrompt = async function () { // get used group nodes let used_group_nodes = new Set(); for(let node of p.workflow.nodes) { - if(node.type.startsWith('workflow/')) { + if(node.type.startsWith(`workflow/`) || node.type.startsWith(`workflow${SEPARATOR}`)) { used_group_nodes.add(node.type.substring(9)); } } diff --git a/js/custom-nodes-manager.js b/js/custom-nodes-manager.js index eccdd683..7584e606 100644 --- a/js/custom-nodes-manager.js +++ b/js/custom-nodes-manager.js @@ -1106,7 +1106,7 @@ export class CustomNodesManager { for (let i in nodes) { const node_type = nodes[i].type; - if(node_type.startsWith('workflow/')) + if(node_type.startsWith('workflow/') || node_type.startsWith('workflow>')) continue; if (!registered_nodes.has(node_type)) { diff --git a/js/node_fixer.js b/js/node_fixer.js index f83022f5..9cb0dac6 100644 --- a/js/node_fixer.js +++ b/js/node_fixer.js @@ -101,7 +101,7 @@ function connect_inputs(nearest_inputs, node) { } } -function node_info_copy(src, dest, connect_both) { +function node_info_copy(src, dest, connect_both, copy_shape) { // copy input connections for(let i in src.inputs) { let input = src.inputs[i]; @@ -142,9 +142,11 @@ function node_info_copy(src, dest, connect_both) { } } - dest.color = src.color; - dest.bgcolor = src.bgcolor; - dest.size = src.size; + if(copy_shape) { + dest.color = src.color; + dest.bgcolor = src.bgcolor; + dest.size = max(src.size, dest.size); + } app.graph.afterChange(); } @@ -162,6 +164,7 @@ app.registerExtension({ switch(double_click_policy) { case "copy-all": + case "copy-full": case "copy-input": { if(node.inputs?.some(x => x.link != null) || node.outputs?.some(x => x.links != null && x.links.length > 0) ) @@ -169,7 +172,11 @@ app.registerExtension({ let src_node = lookup_nearest_nodes(node); if(src_node) - node_info_copy(src_node, node, double_click_policy == "copy-all"); + { + let both_connection = double_click_policy != "copy-input"; + let copy_shape = double_click_policy == "copy-full"; + node_info_copy(src_node, node, both_connection, copy_shape); + } } break; case "possible-input": diff --git a/js/terminal.js b/js/terminal.js index 091959fa..d665c315 100644 --- a/js/terminal.js +++ b/js/terminal.js @@ -9,11 +9,13 @@ app.registerExtension({ name: "Comfy.Manager.Terminal", registerCustomNodes() { - class TerminalNode { + class TerminalNode extends LiteGraph.LGraphNode { color = "#222222"; bgcolor = "#000000"; groupcolor = LGraphCanvas.node_colors.black.groupcolor; constructor() { + super(); + this.title = "Terminal Log (Manager)"; this.logs = []; if (!this.properties) { diff --git a/model-list.json b/model-list.json index 216b2e42..0d5ede58 100644 --- a/model-list.json +++ b/model-list.json @@ -569,7 +569,7 @@ "description": "Stable Diffusion XL inpainting model 0.1. You need UNETLoader instead of CheckpointLoader.", "reference": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1", "filename": "diffusion_pytorch_model.fp16.safetensors", - "url": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/diffusion_models/diffusion_pytorch_model.fp16.safetensors", + "url": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/unet/diffusion_pytorch_model.fp16.safetensors", "size": "5.14GB" }, { @@ -580,7 +580,7 @@ "description": "Stable Diffusion XL inpainting model 0.1. You need UNETLoader instead of CheckpointLoader.", "reference": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1", "filename": "diffusion_pytorch_model.safetensors", - "url": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/diffusion_models/diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/diffusers/stable-diffusion-xl-1.0-inpainting-0.1/resolve/main/unet/diffusion_pytorch_model.safetensors", "size": "10.3GB" }, { @@ -652,6 +652,29 @@ "size": "394MB" }, + { + "name": "Hyper-SD LoRA (8steps) - FLUX.1 [Dev]", + "type": "lora", + "base": "FLUX.1", + "save_path": "loras/HyperSD/FLUX.1", + "description": "Hyper-SD LoRA (8steps) - FLUX.1 [Dev]", + "reference": "https://huggingface.co/ByteDance/Hyper-SD", + "filename": "Hyper-FLUX.1-dev-8steps-lora.safetensors", + "url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-8steps-lora.safetensors", + "size": "1.39GB" + }, + { + "name": "Hyper-SD LoRA (16steps) - FLUX.1 [Dev]", + "type": "lora", + "base": "FLUX.1", + "save_path": "loras/HyperSD/FLUX.1", + "description": "Hyper-SD LoRA (16steps) - FLUX.1 [Dev]", + "reference": "https://huggingface.co/ByteDance/Hyper-SD", + "filename": "Hyper-FLUX.1-dev-16steps-lora.safetensors", + "url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-16steps-lora.safetensors", + "size": "1.39GB" + }, + { "name": "Hyper-SD LoRA (1step) - SD1.5", "type": "lora", @@ -840,7 +863,7 @@ "description": "The encoder part of https://huggingface.co/google/t5-v1_1-xxl, used with SD3 and Flux1", "reference": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly", "filename": "google_t5-v1_1-xxl_encoderonly-fp16.safetensors", - "url": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly/resolve/main/pytorch_model.safetensors", + "url": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly/resolve/main/model.safetensors", "size": "10.1GB" }, { @@ -3412,6 +3435,61 @@ "url": "https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union/resolve/main/diffusion_pytorch_model.safetensors", "size": "6.6GB" }, + { + "name": "Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1/Shakker-Labs-ControlNet-Union-Pro", + "description": "FLUX.1 [Dev] Union Controlnet. Supports Canny, Tile, Depth, Blur, Pose, Gray, Low Quality", + "reference": "https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro/resolve/main/diffusion_pytorch_model.safetensors", + "size": "6.6GB" + }, + { + "name": "Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro (fp8_e4m3fn) by Kijai", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1", + "description": "FLUX.1 [Dev] Union Controlnet. Supports Canny, Tile, Depth, Blur, Pose, Gray, Low Quality\nVersion quantized to fp8_e4m3fn by Kijai", + "reference": "https://huggingface.co/Kijai/flux-fp8", + "filename": "flux_shakker_labs_union_pro-fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux_shakker_labs_union_pro-fp8_e4m3fn.safetensors", + "size": "3.3GB" + }, + { + "name": "jasperai/FLUX.1-dev-Controlnet-Upscaler", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1/jasperai-dev-Upscaler", + "description": "This is Flux.1-dev ControlNet for low resolution images developed by Jasper research team.", + "reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler/resolve/main/diffusion_pytorch_model.safetensors", + "size": "3.58GB" + }, + { + "name": "jasperai/FLUX.1-dev-Controlnet-Depth", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1/jasperai-dev-Depth", + "description": "This is Flux.1-dev ControlNet for Depth map developed by Jasper research team.", + "reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth/resolve/main/diffusion_pytorch_model.safetensors", + "size": "3.58GB" + }, + { + "name": "jasperai/Flux.1-dev-Controlnet-Surface-Normals", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1/jasperai-dev-Surface-Normals", + "description": "This is Flux.1-dev ControlNet for Surface Normals map developed by Jasper research team.", + "reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/diffusion_pytorch_model.safetensors", + "size": "3.58GB" + }, { "name": "xinsir/ControlNet++: All-in-one ControlNet", @@ -3854,7 +3932,7 @@ "name": "city96/flux1-dev-F16.gguf", "type": "diffusion_model", "base": "FLUX.1", - "save_path": "diffusion_model/FLUX1", + "save_path": "diffusion_models/FLUX1", "description": "FLUX.1 [Dev] Diffusion model (f16/.gguf)", "reference": "https://huggingface.co/city96/FLUX.1-dev-gguf", "filename": "flux1-dev-F16.gguf", @@ -4104,6 +4182,119 @@ "filename": "seggpt_vit_large.pth", "url": "https://huggingface.co/BAAI/SegGPT/resolve/main/seggpt_vit_large.pth", "size": "1.48GB" + }, + + { + "name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]", + "type": "clip", + "base": "clip", + "save_path": "clip/long_clip", + "description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)", + "reference": "https://huggingface.co/zer0int", + "filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors", + "url": "https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/resolve/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors", + "size": "931MB" + }, + { + "name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]", + "type": "clip", + "base": "clip", + "save_path": "clip/long_clip", + "description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)", + "reference": "https://huggingface.co/zer0int", + "filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors", + "url": "https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/resolve/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors", + "size": "323MB" + }, + + { + "name": "Depth Pro model", + "type": "depth-pro", + "base": "depth-pro", + "save_path": "depth/ml-depth-pro", + "description": "Depth pro model for [a/ComfyUI-Depth-Pro](https://github.com/spacepxl/ComfyUI-Depth-Pro)", + "reference": "https://huggingface.co/spacepxl/ml-depth-pro", + "filename": "depth_pro.fp16.safetensors", + "url": "https://huggingface.co/spacepxl/ml-depth-pro/resolve/main/depth_pro.fp16.safetensors", + "size": "1.9GB" + }, + + { + "name": "kijai/lotus depth d model v1.1 (fp16)", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus depth d model v1.1 (fp16). This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-depth-d-v-1-1-fp16.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-d-v-1-1-fp16.safetensors", + "size": "1.74GB" + }, + { + "name": "kijai/lotus depth g model v1.0 (fp16)", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus depth g model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-depth-g-v1-0-fp16.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-g-v1-0-fp16.safetensors", + "size": "1.74GB" + }, + { + "name": "kijai/lotus depth g model v1.0", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus depth g model v1.0. This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-depth-g-v1-0.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-g-v1-0.safetensors", + "size": "3.47GB" + }, + { + "name": "kijai/lotus normal d model v1.0 (fp16)", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus normal d model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-normal-d-v1-0-fp16.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-d-v1-0-fp16.safetensors", + "size": "1.74GB" + }, + { + "name": "kijai/lotus normal d model v1.0", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus normal d model v1.0. This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-normal-d-v1-0.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-d-v1-0.safetensors", + "size": "3.47GB" + }, + { + "name": "kijai/lotus normal g model v1.0 (fp16)", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus normal g model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-normal-g-v1-0-fp16.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-g-v1-0-fp16.safetensors", + "size": "1.74GB" + }, + { + "name": "kijai/lotus normal g model v1.0", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus normal g model v1.0. This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-normal-g-v1-0.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-g-v1-0.safetensors", + "size": "3.47GB" } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 7da1fc32..514d15db 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,11 +10,593 @@ }, - - + { + "author": "taches-ai", + "title": "ComfyUI Scene Composer [WIP]", + "reference": "https://github.com/taches-ai/comfyui-scene-composer", + "files": [ + "https://github.com/taches-ai/comfyui-scene-composer" + ], + "install_type": "git-clone", + "description": "A collection of nodes to facilitate the creation of scenes in ComfyUI." + }, + { + "author": "kxh", + "title": "ComfyUI-sam2", + "reference": "https://github.com/kxh/ComfyUI-sam2", + "files": [ + "https://github.com/kxh/ComfyUI-sam2" + ], + "install_type": "git-clone", + "description": "use semantic tag to segment any element in an image, output a mask.\nNOTE: Repo name is conflicting with neverbiasu/ComfyUI-SAM2" + }, + { + "author": "AIFSH", + "title": "UtilNodes-ComfyUI", + "reference": "https://github.com/AIFSH/UtilNodes-ComfyUI", + "files": [ + "https://github.com/AIFSH/UtilNodes-ComfyUI" + ], + "install_type": "git-clone", + "description": "here put custom input nodes such as text,video...\nNOTE: The files in the repo are not organized." + }, + { + "author": "dafeng012", + "title": "comfyui-imgmake", + "reference": "https://github.com/dafeng012/comfyui-imgmake", + "files": [ + "https://github.com/dafeng012/comfyui-imgmake" + ], + "install_type": "git-clone", + "description": "This project is inspired by [a/https://github.com/s9roll7/ebsynth_utility](https://github.com/s9roll7/ebsynth_utility)\nNOTE: The files in the repo are not organized." + }, + { + "author": "fablestudio", + "title": "ComfyUI-Showrunner-Utils", + "reference": "https://github.com/fablestudio/ComfyUI-Showrunner-Utils", + "files": [ + "https://github.com/fablestudio/ComfyUI-Showrunner-Utils" + ], + "install_type": "git-clone", + "description": "NODES:Align Face, Generate Timestamp" + }, + { + "author": "kijai", + "title": "ComfyUI-PyramidFlowWrapper [WIP]", + "reference": "https://github.com/kijai/ComfyUI-PyramidFlowWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-PyramidFlowWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for Pyramid-Flow\nNOTE: NOT WORKING" + }, + { + "author": "monate0615", + "title": "ComfyUI-Simple-Image-Tools [WIP]", + "reference": "https://github.com/monate0615/ComfyUI-Simple-Image-Tools", + "files": [ + "https://github.com/monate0615/ComfyUI-Simple-Image-Tools" + ], + "install_type": "git-clone", + "description": "Get mask from image based on alpha (Get Mask From Alpha)\nNOTE: The files in the repo are not organized." + }, + { + "author": "galoreware", + "title": "ComfyUI-GaloreNodes [WIP]", + "reference": "https://github.com/galoreware/ComfyUI-GaloreNodes", + "files": [ + "https://github.com/galoreware/ComfyUI-GaloreNodes" + ], + "install_type": "git-clone", + "description": "Color and Image related nodes for ComfyUI." + }, + { + "author": "lgldlk", + "title": "ComfyUI-img-tiler", + "reference": "https://github.com/lgldlk/ComfyUI-img-tiler", + "files": [ + "https://github.com/lgldlk/ComfyUI-img-tiler" + ], + "install_type": "git-clone", + "description": "NODES:TilerImage, TilerSelect, TileMaker, ImageListTileMaker" + }, + { + "author": "SSsnap", + "title": "Snap Processing for Comfyui", + "reference": "https://github.com/SS-snap/ComfyUI-Snap_Processing", + "files": [ + "https://github.com/SS-snap/ComfyUI-Snap_Processing" + ], + "install_type": "git-clone", + "description": "for preprocessing images, presented in a visual way. It also calculates the corresponding image area." + }, + { + "author": "void15700", + "title": "VoidCustomNodes", + "reference": "https://github.com/void15700/VoidCustomNodes", + "files": [ + "https://github.com/void15700/VoidCustomNodes" + ], + "install_type": "git-clone", + "description": "NODES:Prompt Parser, String Combiner" + }, + { + "author": "wilzamguerrero", + "title": "Comfyui-zZzZz [UNSAFE]", + "reference": "https://github.com/wilzamguerrero/Comfyui-zZzZz", + "files": [ + "https://github.com/wilzamguerrero/Comfyui-zZzZz" + ], + "install_type": "git-clone", + "description": "NODES:Download Z, Compress Z, Move Z, Delete Z, Rename Z, Create Z" + }, + { + "author": "monate0615", + "title": "Affine Transform ComfyUI Node", + "reference": "https://github.com/monate0615/ComfyUI-Affine-Transform", + "files": [ + "https://github.com/monate0615/ComfyUI-Affine-Transform" + ], + "install_type": "git-clone", + "description": "This node output the image that are transfromed by affine matrix what is made according to 4 points of output.\nNOTE: The files in the repo are not organized." + }, + { + "author": "ComfyUI-Workflow", + "title": "ComfyUI OpenAI Nodes", + "reference": "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI", + "files": [ + "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI" + ], + "install_type": "git-clone", + "description": "By utilizing OpenAI's powerful vision models, this node enables you to incorporate state-of-the-art image understanding into your ComfyUI projects with minimal setup." + }, + { + "author": "ruka-game", + "title": "ComfyUI RukaLib [WIP]", + "reference": "https://github.com/ruka-game/rukalib_comfyui", + "files": [ + "https://github.com/ruka-game/rukalib_comfyui" + ], + "install_type": "git-clone", + "description": "NODES: Ruka Prompt Enhancer, Ruka Debug Probe.\nMy utilities for comfy (WIP / ollama is required for LLM nodes)" + }, + { + "author": "MythicalChu", + "title": "ComfyUI-APG_ImYourCFGNow", + "reference": "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow", + "files": [ + "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow" + ], + "install_type": "git-clone", + "description": "Use this node like a RescaleCFG node, ... modelIn -> ThisNode -> ModelOut ... -> KSampler\n'scale' acts like your CFG, your CFG doesn't do anything anymore white this node is active. See paper [a/https://arxiv.org/pdf/2410.02416](https://arxiv.org/pdf/2410.02416) for instructions about the other parameters. (Pages 20-21)" + }, + { + "author": "okg21", + "title": "VLLMVisionChatNode", + "reference": "https://github.com/okg21/VLLMVisionChatNode", + "files": [ + "https://github.com/okg21/VLLMVisionChatNode/raw/refs/heads/main/VLLMVisionChatNode.py" + ], + "pip": ["openai", "numpy"], + "install_type": "copy", + "description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation." + }, + { + "author": "jetchopper", + "title": "ComfyUI-GeneraNodes", + "id": "genera", + "reference": "https://github.com/evolox/ComfyUI-GeneraNodes", + "files": [ + "https://github.com/evolox/ComfyUI-GeneraNodes" + ], + "install_type": "git-clone", + "description": "Genera custom nodes and extensions" + }, + { + "author": "HavocsCall", + "title": "comfyui_HavocsCall_Custom_Nodes", + "reference": "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes", + "files": [ + "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes" + ], + "install_type": "git-clone", + "description": "NODES:Prompt Combiner, Sampler Config, Text Box, Int to Float, Clip Switch, Conditioning Switch, Image Switch, Latent Switch, Model Switch, String Switch, VAE Switch" + }, + { + "author": "mfg637", + "title": "ComfyUI-ScheduledGuider-Ext", + "reference": "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext", + "files": [ + "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext" + ], + "install_type": "git-clone", + "description": "NODES:SheduledCFGGuider, CosineScheduler, InvertSigmas, ConcatSigmas." + }, + { + "author": "netanelben", + "title": "comfyui-photobooth-customnode", + "reference": "https://github.com/netanelben/comfyui-photobooth-customnode", + "files": [ + "https://github.com/netanelben/comfyui-photobooth-customnode" + ], + "install_type": "git-clone", + "description": "comfyui-photobooth-customnode" + }, + { + "author": "netanelben", + "title": "comfyui-text2image-customnode", + "reference": "https://github.com/netanelben/comfyui-text2image-customnode", + "files": [ + "https://github.com/netanelben/comfyui-text2image-customnode" + ], + "install_type": "git-clone", + "description": "comfyui-text2image-customnode" + }, + { + "author": "netanelben", + "title": "comfyui-camera2image-customnode", + "reference": "https://github.com/netanelben/comfyui-camera2image-customnode", + "files": [ + "https://github.com/netanelben/comfyui-camera2image-customnode" + ], + "install_type": "git-clone", + "description": "comfyui-camera2image-customnode" + }, + { + "author": "netanelben", + "title": "comfyui-image2image-customnode", + "reference": "https://github.com/netanelben/comfyui-image2image-customnode", + "files": [ + "https://github.com/netanelben/comfyui-image2image-customnode" + ], + "install_type": "git-clone", + "description": "comfyui-image2image-customnode" + }, + { + "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 for advanced color manipulation and image processing: BK Img To Color, BK Color Selector, BK Color Contrast, BK Color Limit, BK Color Luminance, BK Gradient Image, and BK Image Aspect Filter.\n[w/requirements.txt is broken.]" + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI-FreeMemory", + "reference": "https://github.com/ShmuelRonen/ComfyUI-FreeMemory", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-FreeMemory" + ], + "install_type": "git-clone", + "description": "ComfyUI-FreeMemory is a custom node extension for ComfyUI that provides advanced memory management capabilities within your image generation workflows." + }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI Llama 3.1 [WIP]", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2" + ], + "install_type": "git-clone", + "description": "Using Llama-3-1 in ComfyUI" + }, + { + "author": "netanelben", + "title": "comfyui-text2image-customnode [WIP]", + "reference": "https://github.com/netanelben/comfyui-text2image-customnode", + "files": [ + "https://github.com/netanelben/comfyui-text2image-customnode" + ], + "install_type": "git-clone", + "description": "text2image web extension" + }, + { + "author": "leeguandong", + "title": "ComfyUI_AliControlnetInpainting [WIP]", + "reference": "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting", + "files": [ + "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use AliControlnetInpainting" + }, + { + "author": "jordancoult", + "title": "ComfyUI_HelpfulNodes", + "reference": "https://github.com/jordancoult/ComfyUI_HelpfulNodes", + "files": [ + "https://github.com/jordancoult/ComfyUI_HelpfulNodes" + ], + "install_type": "git-clone", + "description": "NODES: Prep Crop Around Keypoints" + }, + { + "author": "ashishsaini", + "title": "comfyui_segformer_b2_sleeves", + "reference": "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves", + "files": [ + "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves" + ], + "install_type": "git-clone", + "description": "NODES:segformer_b2_sleeves" + }, + { + "author": "io-club", + "title": "ComfyUI-LuminaNext [WIP]", + "reference": "https://github.com/io-club/ComfyUI-LuminaNext", + "files": [ + "https://github.com/io-club/ComfyUI-LuminaNext" + ], + "install_type": "git-clone", + "description": "NODES: GemmaClipLoader" + }, + { + "author": "shadowcz007", + "title": "Comfyui-EzAudio", + "reference": "https://github.com/shadowcz007/Comfyui-EzAudio", + "files": [ + "https://github.com/shadowcz007/Comfyui-EzAudio" + ], + "install_type": "git-clone", + "description": "NODES: EZ Generate Audio, EZ Load Model\nNOTE: The files in the repo are not organized." + }, + { + "author": "neo0801", + "title": "my-comfy-node", + "reference": "https://github.com/neo0801/my-comfy-node", + "files": [ + "https://github.com/neo0801/my-comfy-node" + ], + "install_type": "git-clone", + "description": "NODES:Deep Mosaic Get Image Mosaic Mask, Deep Mosaic Get Video Mosaic Mask, Deep Mosaic Remove Image Mosaic, Deep Mosaic Remove Video Mosaic" + }, + { + "author": "nikkuexe", + "title": "List Data Helper Nodes", + "reference": "https://github.com/paulhoux/Smart-Prompting", + "files": [ + "https://github.com/paulhoux/Smart-Prompting" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI, allowing you to more easily manipulate text and create good prompts.[w/The use of outdated front extension techniques results in remnants being left behind during uninstallation.]" + }, + { + "author": "nikkuexe", + "title": "List Data Helper Nodes", + "reference": "https://github.com/nikkuexe/ComfyUI-ListDataHelpers", + "files": [ + "https://github.com/nikkuexe/ComfyUI-ListDataHelpers" + ], + "install_type": "git-clone", + "description": "A set of custom nodes for handling lists in ComfyUI." + }, + { + "author": "Fannovel16", + "title": "ComfyUI-AppIO", + "reference": "https://github.com/Fannovel16/ComfyUI-AppIO", + "files": [ + "https://github.com/Fannovel16/ComfyUI-AppIO" + ], + "install_type": "git-clone", + "description": "NODES:AppIO_StringInput, AppIO_ImageInput, AppIO_StringOutput, AppIO_ImageOutput" + }, + { + "author": "SoftMeng", + "title": "ComfyUI-PIL", + "reference": "https://github.com/SoftMeng/ComfyUI-PIL", + "files": [ + "https://github.com/SoftMeng/ComfyUI-PIL" + ], + "install_type": "git-clone", + "description": "PIL Nodes" + }, + { + "author": "seancheung", + "title": "comfyui-creative-nodes", + "reference": "https://github.com/seancheung/comfyui-creative-nodes", + "files": [ + "https://github.com/seancheung/comfyui-creative-nodes" + ], + "install_type": "git-clone", + "description": "NODES:Stop Flow, Skip From Flow, Skip To Flow, Resolution Selector, ResolutionXL Selector" + }, + { + "author": "AlexXi19", + "title": "ComfyUI-OpenAINode", + "reference": "https://github.com/AlexXi19/ComfyUI-OpenAINode", + "files": [ + "https://github.com/AlexXi19/ComfyUI-OpenAINode" + ], + "install_type": "git-clone", + "description": "ComfyUI-OpenAINode is a user-friendly node that serves as an interface to the OpenAI Models.[w/Repo name conflict with Electrofried/ComfyUI-OpenAINode]" + }, + { + "author": "hgabha", + "title": "WWAA-CustomNodes", + "reference": "https://github.com/hgabha/WWAA-CustomNodes", + "files": [ + "https://github.com/hgabha/WWAA-CustomNodes" + ], + "install_type": "git-clone", + "description": "Custom Nodes for ComfyUI made by the team at [a/WeirdWonderfulAI.Art](https://weirdwonderfulai.art/) These are developed based on the needs where there was a gap to make our workflows better. You are welcome to use it as you see fit." + }, + { + "author": "IgPoly", + "title": "ComfyUI-igTools", + "reference": "https://github.com/IgPoly/ComfyUI-igTools", + "files": [ + "https://github.com/IgPoly/ComfyUI-igTools" + ], + "install_type": "git-clone", + "description": "NODES:IGT Simple Tiles Calc" + }, + { + "author": "Ryota", + "title": "Ryota's Nodes", + "reference": "https://github.com/lichenhao/Comfyui_Ryota", + "files": [ + "https://github.com/lichenhao/Comfyui_Ryota" + ], + "install_type": "git-clone", + "description": "NODES:CombineTexts, FontLoader, DrawText, TxtFileLoader, SaveTxtFile, SwitchModelClip, SwitchAnyInputs, Reroute2, Reroute3" + }, + { + "author": "Soppatorsk", + "title": "comfyui_img_to_ascii [WIP]", + "reference": "https://github.com/Soppatorsk/comfyui_img_to_ascii", + "files": [ + "https://github.com/Soppatorsk/comfyui_img_to_ascii" + ], + "install_type": "git-clone", + "description": "Basic functionality for converting an image to ASCII art returned as a png image based on [a/ascii_magic](https://github.com/LeandroBarone/python-ascii_magic)" + }, + { + "author": "AIFSH", + "title": "HivisionIDPhotos-ComfyUI", + "reference": "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI", + "files": [ + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/HivisionIDPhotos](https://github.com/Zeyi-Lin/HivisionIDPhotos).\nNOTE: Unsuitable for international users" + }, + { + "author": "lu64k", + "title": "SK-Nodes", + "reference": "https://github.com/lu64k/SK-Nodes", + "files": [ + "https://github.com/lu64k/SK-Nodes" + ], + "install_type": "git-clone", + "description": "NODES:image select, Load AnyLLM, Ask LLM, OpenAI DAlle Node, SK Text_String, SK Random File Name" + }, + { + "author": "Cardoso-topdev", + "title": "comfyui_meshanything_v1 [WIP]", + "reference": "https://github.com/Cardoso-topdev/comfyui_meshanything_v1", + "files": [ + "https://github.com/Cardoso-topdev/comfyui_meshanything_v1" + ], + "install_type": "git-clone", + "description": "MeshAnything V2: Artist-Created Mesh Generation With Adjacent Mesh Tokenization" + }, + { + "author": "Lilien86", + "title": "lauger NodePack for ComfyUI", + "reference": "https://github.com/Lilien86/lauger_NP_comfyui", + "files": [ + "https://github.com/Lilien86/lauger_NP_comfyui" + ], + "install_type": "git-clone", + "description": "Hey everyone it's my Custom ComfyUI Nodes Pack repository! This project contains a collection of custom nodes designed to extend the functionality of ComfyUI. These nodes offer capabilities and new creative possibilities, especially in the realms of latent space manipulation and interpolation.\nNOTE: The files in the repo are not organized." + }, + { + "author": "haodman", + "title": "ComfyUI_Rain", + "reference": "https://github.com/haodman/ComfyUI_Rain", + "files": [ + "https://github.com/haodman/ComfyUI_Rain" + ], + "install_type": "git-clone", + "description": "NODES:Rain_ValueSwitch, Rain_Math, Rain_IntToFloat, Rain_ImageSize." + }, + { + "author": "bananasss00", + "title": "Comfyui-PyExec [UNSAFE]", + "reference": "https://github.com/bananasss00/Comfyui-PyExec", + "files": [ + "https://github.com/bananasss00/Comfyui-PyExec" + ], + "install_type": "git-clone", + "description": "Nodes:PyExec.[w/This node allows access to arbitrary files through the workflow, which could pose a security threat.]" + }, + { + "author": "jgbrblmd", + "title": "ComfyUI-ComfyFluxSize [WIP]", + "reference": "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize", + "files": [ + "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize" + ], + "install_type": "git-clone", + "description": "Nodes:ComfyFlux Size\nNOTE: The files in the repo are not organized." + }, + { + "author": "yojimbodayne", + "title": "ComfyUI-Dropbox-API [WIP]", + "reference": "https://github.com/yojimbodayne/ComfyUI-Dropbox-API", + "files": [ + "https://github.com/yojimbodayne/ComfyUI-Dropbox-API" + ], + "install_type": "git-clone", + "description": "This custom node package for ComfyUI allows users to interact with Dropbox API, enabling image, text, and video uploads, downloads, and management directly from ComfyUI workflows.\nNOTE: The files in the repo are not organized." + }, + { + "author": "ilovejohnwhite", + "title": "Kolors Awesome Prompts [WIP]", + "reference": "https://github.com/ilovejohnwhite/Tracer", + "files": [ + "https://github.com/ilovejohnwhite/Tracer" + ], + "install_type": "git-clone", + "description": "Nodes:Image Load TTK, SuckerPunch, LinkMasterNode, PixelPerfectResolution, ImageGenResolutionFromImage, ImageGenResolutionFromLatent, HintImageEnchance\nNOTE: The files in the repo are not organized." + }, + { + "author": "shuanshtalon468uan", + "title": "ComfyUI-Rpg-Architect [WIP]", + "reference": "https://github.com/talon468/ComfyUI-Rpg-Architect", + "files": [ + "https://github.com/talon468/ComfyUI-Rpg-Architect" + ], + "install_type": "git-clone", + "description": "Custom Node for ComfyUI to create RPG Characters\nNOTE: The files in the repo are not organized." + }, + { + "author": "shuanshuan", + "title": "ComfyUI_CheckPointLoader_Ext [WIP]", + "reference": "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext", + "files": [ + "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext" + ], + "install_type": "git-clone", + "description": "NODES:Checkpoint Loader Ext" + }, + { + "author": "123jimin", + "title": "ComfyUI MobileForm [WIP]", + "reference": "https://github.com/123jimin/ComfyUI-MobileForm", + "files": [ + "https://github.com/123jimin/ComfyUI-MobileForm" + ], + "install_type": "git-clone", + "description": "MobileForm is an extension for ComfyUI, providing simple form for any workflows, suitable for use on mobile phones.[w/Currently MobileForm is in a PoC state; expect bugs and breaking changes.]" + }, + { + "author": "go-package-lab", + "title": "ComfyUI-Tools-Video-Combine [WIP]", + "reference": "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine", + "files": [ + "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine" + ], + "install_type": "git-clone", + "description": "NODES:LoadAudioUrl, VideoWatermark" + }, + { + "author": "zhongpei", + "title": "Comfyui_image2prompt", + "id": "img2prompt", + "reference": "https://github.com/zhongpei/Comfyui_image2prompt", + "files": [ + "https://github.com/zhongpei/Comfyui_image2prompt" + ], + "install_type": "git-clone", + "description": "Nodes:Image to Text, Loader Image to Text Model.[w/This custom node may break dependencies by reinstalling the torch package.]" + }, { "author": "APZmedia", - "title": "comfyui-textools", + "title": "comfyui-textools [WIP]", "reference": "https://github.com/APZmedia/comfyui-textools", "files": [ "https://github.com/APZmedia/comfyui-textools" @@ -22,16 +604,6 @@ "install_type": "git-clone", "description": "ComfyUI-textools is a collection of custom nodes designed for use with ComfyUI. These nodes enhance text processing capabilities, including applying rich text overlays on images and cleaning file names for safe and consistent file management.\nNOTE: The files in the repo are not organized." }, - { - "author": "VykosX", - "title": "ControlFlowUtils [UNSTABLE]", - "reference": "https://github.com/VykosX/ControlFlowUtils", - "files": [ - "https://github.com/VykosX/ControlFlowUtils" - ], - "install_type": "git-clone", - "description": "Custom nodes for ComfyUI to enable flow control with advanced loops, conditional branching, logic operations and several other nifty utilities to enhance your ComfyUI workflows" - }, { "author": "shinich39", "title": "comfyui-event-handler [USAFE]", @@ -112,26 +684,6 @@ "install_type": "git-clone", "description": "Browse to this endpoint to reload custom nodes for more streamlined development:\nhttp://127.0.0.1:8188/node_dev/reload/" }, - { - "author": "Weixuanf", - "title": "ComfyUI extra model folder helper [WIP]", - "reference": "https://github.com/Weixuanf/extra-model-helper", - "files": [ - "https://github.com/Weixuanf/extra-model-helper" - ], - "install_type": "git-clone", - "description": "this will automaticlaly read the subfolders like 'checkpoints', 'loras' under the extra model folder path you specify in extra_model_paths.yaml and add them to folder paths, so you don't need to define those subfolders one by one.\nNOTE: invalid pyproject.toml" - }, - { - "author": "Weixuanf", - "title": "ComfyUI File Manager for nodecafe.co [WIP]", - "reference": "https://github.com/Weixuanf/nodecafe-file-manager", - "files": [ - "https://github.com/Weixuanf/nodecafe-file-manager" - ], - "install_type": "git-clone", - "description": "To view and download files in ComfyUI\nNOTE: invalid pyproject.toml" - }, { "author": "sebord", "title": "ComfyUI-LMCQ [WIP]", @@ -142,16 +694,6 @@ "install_type": "git-clone", "description": "ComfyUI small node toolkit, this toolkit is mainly to update some practical small nodes, to make a contribution to the comfyui ecosystem, PS: 'LMCQ' is the abbreviation of the team name\nNOTE: The files in the repo are not organized, which may lead to update issues." }, - { - "author": "logtd", - "title": "ComfyUI-Fluxtapoz [WIP]", - "reference": "https://github.com/logtd/ComfyUI-Fluxtapoz", - "files": [ - "https://github.com/logtd/ComfyUI-Fluxtapoz" - ], - "install_type": "git-clone", - "description": "A set of nodes for editing images using Flux in ComfyUI" - }, { "author": "ChrisColeTech", "title": "ComfyUI-Get-Random-File [UNSAFE]", @@ -222,16 +764,6 @@ "install_type": "git-clone", "description": "A Video2Video framework for text2image models in ComfyUI. Supports SD1.5 and SDXL." }, - { - "author": "kijai", - "title": "ComfyUI-LLaVA-OneVision [WIP]", - "reference": "https://github.com/kijai/ComfyUI-LLaVA-OneVision", - "files": [ - "https://github.com/kijai/ComfyUI-LLaVA-OneVision" - ], - "install_type": "git-clone", - "description": "Original repo: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)\nUnsure of the dependencies, the original was a huge list, but I didn't install single new one to my environment and it worked." - }, { "author": "IuvenisSapiens", "title": "ComfyUI_MiniCPM-V-2_6-int4", @@ -253,16 +785,6 @@ "install_type": "git-clone", "description": "ComfyUI_EnvAutopsyAPI is a powerful debugging tool designed for ComfyUI that provides in-depth analysis of your environment and dependencies through an API interface. This tool allows you to inspect environment variables, pip packages, and dependency trees, making it easier to diagnose and resolve issues in your ComfyUI setup.[w/This tool may expose sensitive system information if used on a public server. MUST READ [a/THIS](https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI#%EF%B8%8F-warning-security-risk-%EF%B8%8F) before install.]" }, - { - "author": "kijai", - "title": "ComfyUI-CogVideoXWrapper [WIP]", - "reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper", - "files": [ - "https://github.com/kijai/ComfyUI-CogVideoXWrapper" - ], - "install_type": "git-clone", - "description": "Original repo: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)\nNOTE:Currently requires diffusers with PR: [a/huggingface/diffusers#9082](https://github.com/huggingface/diffusers/pull/9082)" - }, { "author": "neuratech-ai", "title": "ComfyUI-MultiGPU", @@ -344,16 +866,6 @@ "install_type": "git-clone", "description": "Nodes:CLAHE Enhancement, High Pass Filter, Edge Detection, Combine Enhancements, Adaptive Thresholding, Morphological Operations, Gray Color Enhancement, Improved Gray Color Enhancement, Texture Enhancement, Denoising Filter, Flexible Combine Enhancements." }, - { - "author": "drmbt", - "title": "comfyui-dreambait-nodes", - "reference": "https://github.com/drmbt/comfyui-dreambait-nodes", - "files": [ - "https://github.com/drmbt/comfyui-dreambait-nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Aspect Pad Image For Outpainting" - }, { "author": "AIFSH", "title": "IMAGDressing-ComfyUI", @@ -386,16 +898,6 @@ "install_type": "git-clone", "description": "HunYuan Diffusers Nodes" }, - { - "author": "adityathiru", - "title": "ComfyUI LLMs [WIP]", - "reference": "https://github.com/adityathiru/ComfyUI-LLMs", - "files": [ - "https://github.com/adityathiru/ComfyUI-LLMs" - ], - "install_type": "git-clone", - "description": "Goal: To enable folks to rapidly build complex workflows with LLMs\nNOTE:☠️ This is experimental and not recommended to use in a production environment (yet!)" - }, { "author": "walterFeng", "title": "ComfyUI-Image-Utils", @@ -551,16 +1053,6 @@ "install_type": "git-clone", "description": "Custom ComfyUI nodes to run [a/fal-ai/AuraSR](https://huggingface.co/fal-ai/AuraSR) model.[w/This node cannot be installed simultaneously with AIFSH/ComfyUI-AuraSR due to overlapping repository names.]" }, - { - "author": "m-ai-studio", - "title": "mai-prompt-progress", - "reference": "https://github.com/m-ai-studio/mai-prompt-progress", - "files": [ - "https://github.com/m-ai-studio/mai-prompt-progress" - ], - "install_type": "git-clone", - "description": "mai-prompt-progress" - }, { "author": "linhusyung", "title": "ComfyUI Build and Train Your Network [WIP]", @@ -941,17 +1433,6 @@ "install_type": "git-clone", "description": "I've been working on the UX/UI of a timeline custom node system for ComfyUI over the past two weeks. The goal is to create a timeline similar to video/animation editing tools, without relying on traditional timeframe code. You can effortlessly add, delete, or rearrange rows, providing a streamlined user experience." }, - { - "author": "jh-leon-kim", - "title": "ComfyUI-JHK-utils", - "id": "jhk", - "reference": "https://github.com/jh-leon-kim/ComfyUI-JHK-utils", - "files": [ - "https://github.com/jh-leon-kim/ComfyUI-JHK-utils" - ], - "install_type": "git-clone", - "description": "Nodes:JHK_Utils_LoadEmbed, JHK_Utils_string_merge, JHK_Utils_ImageRemoveBackground" - }, { "author": "StartHua", "title": "Comfyui_CXH_CRM", @@ -1005,7 +1486,7 @@ "https://github.com/bruce007lee/comfyui-tiny-utils" ], "install_type": "git-clone", - "description": "Nodes:FaceAlign, FaceAlignImageProcess, FaceAlignMaskProcess" + "description": "Nodes:FaceAlign, FaceAlignImageProcess, FaceAlignMaskProcess, ImageFillColorByMask, CropImageByMask, LoadImageAdvance, ImageTransposeAdvance, ImageSAMMask" }, { "author": "brycegoh", @@ -1199,16 +1680,6 @@ "install_type": "git-clone", "description": "Dandy is a JavaScript bridge for ComfyUI. It includes everything you need to make JavaScript enabled extensions, or just load and code in little editor nodes right in ComfyUI.[w/This code can cause security issues because it allows for the execution of arbitrary JavaScript input.]" }, - { - "author": "tachyon-beep", - "title": "comfyui-simplefeed [UNSAFE]", - "reference": "https://github.com/tachyon-beep/comfyui-simplefeed", - "files": [ - "https://github.com/tachyon-beep/comfyui-simplefeed" - ], - "install_type": "git-clone", - "description": "A simple image feed for comfyUI which is easily configurable and easily extensible.\nUse the filter button to select which nodes write to the feed. Under settings, there are options that allow you: Position the feed. Set a max iamge count for the feed. Set oldest to newest or newest to oldest." - }, { "author": "shadowcz007", "title": "ComfyUI-PuLID [TEST]", @@ -1374,9 +1845,9 @@ { "author": "WilliamStanford", "title": "visuallabs_comfyui_nodes", - "reference": "https://github.com/WilliamStanford/visuallabs_comfyui_nodes", + "reference": "https://github.com/WilliamStanford/ComfyUI-VisualLabs", "files": [ - "https://github.com/WilliamStanford/visuallabs_comfyui_nodes" + "https://github.com/WilliamStanford/ComfyUI-VisualLabs" ], "install_type": "git-clone", "description": "Nodes:PointStringFromFloatArray" @@ -1401,16 +1872,6 @@ "install_type": "git-clone", "description": "Experimental method to use reference video to drive motion in generations without training in ComfyUI." }, - { - "author": "logtd", - "title": "ComfyUI-MotionThiefExperiment", - "reference": "https://github.com/logtd/ComfyUI-MotionThiefExperiment", - "files": [ - "https://github.com/logtd/ComfyUI-MotionThiefExperiment" - ], - "install_type": "git-clone", - "description": "Nodes:This is an experimental node pack to test using reference videos for their motion.\nIt isn't compatible with a lot of things as this is a hacky implementation for experiments only." - }, { "author": "hy134300", "title": "comfyui-hb-node", @@ -1654,9 +2115,9 @@ { "author": "shadowcz007", "title": "comfyui-llamafile [WIP]", - "reference": "https://github.com/shadowcz007/comfyui-llamafile", + "reference": "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab", "files": [ - "https://github.com/shadowcz007/comfyui-llamafile" + "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab" ], "install_type": "git-clone", "description": "This node is an experimental node aimed at exploring the collaborative way of human-machine creation." @@ -1782,11 +2243,11 @@ "description": "execution-inversion-demo-comfyui" }, { - "author": "unanan", + "author": "prodogape", "title": "ComfyUI-clip-interrogator [WIP]", - "reference": "https://github.com/unanan/ComfyUI-clip-interrogator", + "reference": "https://github.com/prodogape/ComfyUI-clip-interrogator", "files": [ - "https://github.com/unanan/ComfyUI-clip-interrogator" + "https://github.com/prodogape/ComfyUI-clip-interrogator" ], "install_type": "git-clone", "description": "Unofficial ComfyUI extension of clip-interrogator" @@ -1794,9 +2255,9 @@ { "author": "prismwastaken", "title": "prism-tools", - "reference": "https://github.com/prismwastaken/comfyui-tools", + "reference": "https://github.com/prismwastaken/prism-comfyui-tools", "files": [ - "https://github.com/prismwastaken/comfyui-tools" + "https://github.com/prismwastaken/prism-comfyui-tools" ], "install_type": "git-clone", "description": "prism-tools" @@ -1853,10 +2314,10 @@ }, { "author": "kadirnar", - "title": "comfyui_helpers", - "reference": "https://github.com/kadirnar/comfyui_helpers", + "title": "comfyui_hub", + "reference": "https://github.com/kadirnar/comfyui_hub", "files": [ - "https://github.com/kadirnar/comfyui_helpers" + "https://github.com/kadirnar/comfyui_hub" ], "install_type": "git-clone", "description": "A collection of nodes randomly selected and gathered, related to noise. NOTE: SD-Advanced-Noise, noise_latent_perlinpinpin, comfy-plasma" @@ -1931,16 +2392,6 @@ "install_type": "git-clone", "description": "Nodes: Node Jumper. Various quality of life testing nodes" }, - { - "author": "ilovejohnwhite", - "title": "TatToolkit", - "reference": "https://github.com/ilovejohnwhite/UncleBillyGoncho", - "files": [ - "https://github.com/ilovejohnwhite/UncleBillyGoncho" - ], - "install_type": "git-clone", - "description": "Nodes:UWU TTK Preprocessor, Pixel Perfect Resolution, Generation Resolution From Image, Generation Resolution From Latent, Enchance And Resize Hint Images, ..." - }, { "author": "IvanZhd", "title": "comfyui-codeformer [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 48482f73..ce37ac45 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -204,6 +204,22 @@ "title_aux": "ComfyUI-ViViD" } ], + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": [ + [ + "AddBackgroundNode", + "AddWaterMarkNode", + "ENHivisionParamsNode", + "HivisionLayOutNode", + "HivisionNode", + "LaterProcessNode", + "ZHHivisionParamsNode" + ], + { + "author": "cuny", + "description": "", + "title_aux": "HivisionIDPhotos-ComfyUI" + } + ], "https://github.com/AIFSH/IMAGDressing-ComfyUI": [ [ "IMAGDressingNode", @@ -213,6 +229,16 @@ "title_aux": "IMAGDressing-ComfyUI" } ], + "https://github.com/AIFSH/UtilNodes-ComfyUI": [ + [ + "LoadVideo", + "PreViewVideo", + "PromptTextNode" + ], + { + "title_aux": "UtilNodes-ComfyUI" + } + ], "https://github.com/ALatentPlace/ComfyUI_yanc": [ [ "> Bloom", @@ -250,6 +276,7 @@ "> Sharpen", "> Text", "> Text Combine", + "> Text Count", "> Text Pick Line by Index", "> Text Pick Random Line", "> Text Random Weights", @@ -269,16 +296,29 @@ "description": "This extension provides rich text overlay functionalities, color management, and text parsing utilities for ComfyUI.", "nickname": "ComfyUI Text Tools", "title": "ComfyUI APZmedia Text Tools", - "title_aux": "comfyui-textools" + "title_aux": "comfyui-textools [WIP]" + } + ], + "https://github.com/AlexXi19/ComfyUI-OpenAINode": [ + [ + "ImageWithPrompt", + "TextWithPrompt" + ], + { + "title_aux": "ComfyUI-OpenAINode" } ], "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": [ [ "Add Human Styler", "Convert Monochrome", + "Mask Aligned bbox for Inpainting", + "Mask Square bbox for Inpainting", + "One Image Compare", "RT4KSR Loader", "RandomPromptStyler", "Save Log Info", + "Three Image Compare", "Upscale RT4SR" ], { @@ -380,13 +420,27 @@ "title_aux": "ComfyUI_bd_customNodes" } ], + "https://github.com/Cardoso-topdev/comfyui_meshanything_v1": [ + [ + "CMA_GrayScale", + "CMA_LoadInputTYpe", + "CMA_LoadMesh", + "CMA_MeshImage", + "CMA_PreviewMesh", + "CMA_SaveImageToNpyNode", + "CMA_SaveMesh" + ], + { + "title_aux": "comfyui_meshanything_v1 [WIP]" + } + ], "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [ [ - "GetImageFileByIndexNode", - "GetVideoFileByIndexNode", - "RandomFilePathNode", - "RandomImagePathNode", - "RandomVideoPathNode" + "Get Image File By Index", + "Get Video File By Index", + "Random File Path", + "Random Image Path", + "Random Video Path" ], { "title_aux": "ComfyUI-Get-Random-File [UNSAFE]" @@ -394,12 +448,28 @@ ], "https://github.com/Comfy-Org/ComfyUI_devtools": [ [ - "DevToolsErrorRaiseNode" + "DevToolsDeprecatedNode", + "DevToolsErrorRaiseNode", + "DevToolsErrorRaiseNodeWithMessage", + "DevToolsExperimentalNode", + "DevToolsLongComboDropdown", + "DevToolsNodeWithForceInput", + "DevToolsNodeWithOnlyOptionalInput", + "DevToolsNodeWithOptionalInput", + "DevToolsNodeWithOutputList" ], { "title_aux": "ComfyUI_devtools [WIP]" } ], + "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": [ + [ + "OpenAI.CaptionImage" + ], + { + "title_aux": "ComfyUI OpenAI Nodes" + } + ], "https://github.com/DeTK/ComfyUI-Switch": [ [ "NodeSwitch" @@ -450,6 +520,20 @@ "title_aux": "Conditioning-token-experiments-for-ComfyUI" } ], + "https://github.com/Fannovel16/ComfyUI-AppIO": [ + [ + "AppIO_FitResizeImage", + "AppIO_ImageInput", + "AppIO_ImageInputFromID", + "AppIO_ImageOutput", + "AppIO_IntegerInput", + "AppIO_StringInput", + "AppIO_StringOutput" + ], + { + "title_aux": "ComfyUI-AppIO" + } + ], "https://github.com/Fucci-Mateo/ComfyUI-Airtable": [ [ "Push pose to Airtable" @@ -518,10 +602,44 @@ "title_aux": "GH Tools for ComfyUI" } ], + "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": [ + [ + "Clip Switch", + "Conditioning Switch", + "Float Selector", + "Float to Int", + "Float to String", + "Image Switch", + "Int Selector", + "Int to Float", + "Int to String", + "Latent Switch", + "Model Switch", + "Prompt Combiner", + "Sampler Config", + "String Switch", + "Text Box", + "VAE Switch", + "menus" + ], + { + "title_aux": "comfyui_HavocsCall_Custom_Nodes" + } + ], + "https://github.com/IgPoly/ComfyUI-igTools": [ + [ + "IGT_SimpleTilesCalc" + ], + { + "title_aux": "ComfyUI-igTools" + } + ], "https://github.com/Isi-dev/ComfyUI-UniAnimate": [ [ "Gen_align_pose", - "UniAnimateImage" + "ReposeImage", + "UniAnimateImage", + "UniAnimateImageLong" ], { "title_aux": "Isi-dev/ComfyUI-UniAnimate" @@ -562,22 +680,27 @@ "ApplyVoiceConversion", "CombineVideos", "ImAppendFreeChatAction", + "ImAppendImageActionNode", "ImAppendQuickbackNode", "ImAppendQuickbackVideoNode", "ImAppendVideoNode", "ImApplyWav2lip", "ImDumpEntity", "ImDumpNode", + "ImLoadPackage", "ImNodeTitleOverride", - "LoadPackage", + "ImSetActionKeywordMapping", "MergeNode", "NewNode", + "Node2String", + "OllamaChat", "SaveImagePath", "SaveToDirectory", "SetEvent", "SetNodeMapping", "SetProperties", "String2Node", + "TurnOnOffNodeOnEnter", "batchNodes", "grepNodeByText", "mergeEntityAndPointer", @@ -634,6 +757,14 @@ "title_aux": "ComfyUI-LevelPixel" } ], + "https://github.com/Lilien86/lauger_NP_comfyui": [ + [ + "Latent Interpolator Multi" + ], + { + "title_aux": "lauger NodePack for ComfyUI" + } + ], "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": [ [ "ChatGPTCompletion" @@ -723,6 +854,14 @@ "title_aux": "CheckProgress [WIP]" } ], + "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": [ + [ + "APG_ImYourCFGNow" + ], + { + "title_aux": "ComfyUI-APG_ImYourCFGNow" + } + ], "https://github.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/raw/main/EXT_VariationUtils.py": [ [ "BatchToList", @@ -767,6 +906,16 @@ "title_aux": "ComfyUI-QuasimondoNodes [WIP]" } ], + "https://github.com/SS-snap/ComfyUI-Snap_Processing": [ + [ + "AreaCalculator", + "PyQtCanvasNode", + "Snapload" + ], + { + "title_aux": "Snap Processing for Comfyui" + } + ], "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": [ [ "CLIPTextEncodePromptToPrompt", @@ -841,6 +990,35 @@ "title_aux": "ComfyUI-Shinsplat [UNSAFE]" } ], + "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": [ + [ + "FreeMemoryImage", + "FreeMemoryLatent", + "FreeMemoryModel" + ], + { + "title_aux": "ComfyUI-FreeMemory" + } + ], + "https://github.com/SoftMeng/ComfyUI-PIL": [ + [ + "PIL Effects (Mexx)", + "PIL Merge Image (Mexx)", + "PIL Remove Black Dots (Mexx)", + "PIL TITLE (Mexx)" + ], + { + "title_aux": "ComfyUI-PIL" + } + ], + "https://github.com/Soppatorsk/comfyui_img_to_ascii": [ + [ + "Img_to_ASCII" + ], + { + "title_aux": "comfyui_img_to_ascii [WIP]" + } + ], "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": [ [ "RemakerFaceSwap" @@ -901,32 +1079,6 @@ "title_aux": "ve_custom_comfyui_nodes" } ], - "https://github.com/VykosX/ControlFlowUtils": [ - [ - "CheckpointSelector", - "Cycle", - "CycleEnd", - "CycleStart", - "DataMonitor", - "GarbageCollector", - "HaltExecution", - "IfConditionSelector", - "ImageResolutionAdjust", - "LoraSelector", - "MemoryStorage", - "NullInput", - "NullOutput", - "ReadTextFile", - "SaveTextFile", - "UniversalSwitch", - "UnloadModels", - "VAESelector", - "Wait" - ], - { - "title_aux": "ControlFlowUtils [UNSTABLE]" - } - ], "https://github.com/WSJUSA/Comfyui-StableSR": [ [ "ColorFix", @@ -940,7 +1092,7 @@ "title_aux": "pre-comfyui-stablsr" } ], - "https://github.com/WilliamStanford/visuallabs_comfyui_nodes": [ + "https://github.com/WilliamStanford/ComfyUI-VisualLabs": [ [ "CreateFadeMaskAdvancedVL", "PointStringFromFloatArray", @@ -969,19 +1121,6 @@ "title_aux": "ComfyUI-PuLID-ZHO [WIP]" } ], - "https://github.com/adityathiru/ComfyUI-LLMs": [ - [ - "Model", - "Model V2", - "Predict", - "Predict V2", - "Prompt Builder", - "Text Field" - ], - { - "title_aux": "ComfyUI LLMs [WIP]" - } - ], "https://github.com/alexisrolland/ComfyUI-AuraSR": [ [ "RunAuraSR", @@ -1031,6 +1170,14 @@ "title_aux": "Dream Project Video Batches [WIP]" } ], + "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": [ + [ + "segformer_b2_sleeves" + ], + { + "title_aux": "comfyui_segformer_b2_sleeves" + } + ], "https://github.com/baicai99/ComfyUI-FrameSkipping": [ [ "FrameSelector", @@ -1045,6 +1192,20 @@ "title_aux": "ComfyUI-FrameSkipping" } ], + "https://github.com/bananasss00/Comfyui-PyExec": [ + [ + "PyExec", + "PyExec_Output", + "PyExec_OutputIsList" + ], + { + "author": "SeniorPioner", + "description": "Comfyui runtime python code execution", + "nickname": "PyExec", + "title": "PyExec", + "title_aux": "Comfyui-PyExec [UNSAFE]" + } + ], "https://github.com/beyastard/ComfyUI_BeySoft": [ [ "BeySoft" @@ -1212,6 +1373,7 @@ "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", + "ControlNetInpaintingAliMamaApply", "ControlNetLoader", "CropMask", "DiffControlNetLoader", @@ -1262,6 +1424,7 @@ "KSamplerAdvanced", "KSamplerSelect", "KarrasScheduler", + "LaplaceScheduler", "LatentAdd", "LatentBatch", "LatentBatchSeedBehavior", @@ -1283,6 +1446,7 @@ "LoadLatent", "LoraLoader", "LoraLoaderModelOnly", + "LoraSave", "MaskComposite", "MaskToImage", "ModelMergeAdd", @@ -1394,6 +1558,7 @@ "TestWhileLoopOpen", "ThresholdMask", "TomePatchModel", + "TorchCompileModel", "TripleCLIPLoader", "UNETLoader", "UNetCrossAttentionMultiply", @@ -1462,6 +1627,23 @@ "title_aux": "ComfyUI-Better-Dimensions" } ], + "https://github.com/dafeng012/comfyui-imgmake": [ + [ + "LoadImageListPlus", + "LoadImagesFromDirectoryPath", + "LoadImagesFromDirectoryUpload", + "SaveImageExtended", + "SelectImageName", + "VideoKeyFramesExtractor", + "ebsynth_hecheng", + "ebsynth_process", + "image2mask", + "video2image" + ], + { + "title_aux": "comfyui-imgmake" + } + ], "https://github.com/denislov/Comfyui_AutoSurvey": [ [ "AddDoc2Knowledge", @@ -1484,8 +1666,13 @@ ], "https://github.com/dfl/comfyui-stylegan": [ [ - "StyleGAN Generator", - "StyleGAN ModelLoader" + "BatchAverageStyleGANLatents", + "BlendStyleGANLatents", + "GenerateStyleGANLatent", + "LoadStyleGAN", + "StyleGANInversion", + "StyleGANLatentFromBatch", + "StyleGANSampler" ], { "title_aux": "comfyui-stylegan" @@ -1503,16 +1690,6 @@ "title_aux": "ComfyUI_WcpD_Utility_Kit" } ], - "https://github.com/drmbt/comfyui-dreambait-nodes": [ - [ - "DRMBT_AspectPadImageForOutpainting", - "DRMBT_Model_Context_Selector", - "DRMBT_StringListItemIndex" - ], - { - "title_aux": "comfyui-dreambait-nodes" - } - ], "https://github.com/eigenpunk/ComfyUI-audio": [ [ "ApplyVoiceFixer", @@ -1590,6 +1767,26 @@ "title_aux": "guidance_interval" } ], + "https://github.com/evolox/ComfyUI-GeneraNodes": [ + [ + "Genera.BatchTester", + "Genera.GCPStorageNode" + ], + { + "title_aux": "ComfyUI-GeneraNodes" + } + ], + "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": [ + [ + "AlignFace", + "GenerateTimestamp", + "ReadImage", + "RenderOpenStreetMapTile" + ], + { + "title_aux": "ComfyUI-Showrunner-Utils" + } + ], "https://github.com/flowtyone/comfyui-flowty-lcm": [ [ "LCMSampler" @@ -1617,6 +1814,18 @@ "title_aux": "comfyui-cem-tools" } ], + "https://github.com/galoreware/ComfyUI-GaloreNodes": [ + [ + "GNI_HEX_TO_COLOR", + "GNI_RGB_TO_COLOR", + "GN_COLOR_TO_INT", + "GN_MASK_TO_IMAGE", + "GN_SNAP_RESIZE" + ], + { + "title_aux": "ComfyUI-GaloreNodes [WIP]" + } + ], "https://github.com/gameltb/ComfyUI_stable_fast": [ [ "ApplyStableFastUnet", @@ -1636,6 +1845,31 @@ "title_aux": "comfyui_median_filter" } ], + "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": [ + [ + "Tools:CopyFile", + "Tools:Image2video", + "Tools:LoadAudioUrl", + "Tools:PreviewVideo", + "Tools:SetString", + "Tools:SetValue", + "Tools:VideoWatermark" + ], + { + "title_aux": "ComfyUI-Tools-Video-Combine [WIP]" + } + ], + "https://github.com/haodman/ComfyUI_Rain": [ + [ + "Rain_ImageSize", + "Rain_IntToFloat", + "Rain_Math", + "Rain_ValueSwitch" + ], + { + "title_aux": "ComfyUI_Rain" + } + ], "https://github.com/haofanwang/ComfyUI-InstantStyle": [ [ "BaseModelLoader", @@ -1659,6 +1893,16 @@ "title_aux": "Comfyui-SadTalker" } ], + "https://github.com/hgabha/WWAA-CustomNodes": [ + [ + "WWAA-BuildString", + "WWAA-LineCount", + "WWAA_DitherNode" + ], + { + "title_aux": "WWAA-CustomNodes" + } + ], "https://github.com/horidream/ComfyUI-Horidream": [ [ "PassThroughWithSound" @@ -1765,24 +2009,19 @@ "title_aux": "comfyui-hydit" } ], - "https://github.com/ilovejohnwhite/UncleBillyGoncho": [ + "https://github.com/ilovejohnwhite/Tracer": [ [ - "CannyEdgePreprocessor", - "DiffusionEdge_Preprocessor", "HintImageEnchance", + "Image Load TTK", "ImageGenResolutionFromImage", "ImageGenResolutionFromLatent", - "LineArtPreprocessor", "LinkMasterNode", - "PiDiNetPreprocessor", "PixelPerfectResolution", "SuckerPunch", - "UWU_Preprocessor", - "VooDooNode", - "VooDooNode2" + "UWU_Preprocessor" ], { - "title_aux": "TatToolkit" + "title_aux": "Kolors Awesome Prompts [WIP]" } ], "https://github.com/immersiveexperience/ie-comfyui-color-nodes": [ @@ -1797,19 +2036,20 @@ "title_aux": "ie-comfyui-color-nodes" } ], - "https://github.com/jh-leon-kim/ComfyUI-JHK-utils": [ + "https://github.com/io-club/ComfyUI-LuminaNext": [ [ - "JHK_Utils_ImageRemoveBackground", - "JHK_Utils_LargestImageSelector", - "JHK_Utils_LoadEmbed", - "JHK_Utils_LoadImageFromPath", - "JHK_Utils_RandomImageSelector", - "JHK_Utils_SelectSingleImageFromPath", - "JHK_Utils_string_filter", - "JHK_Utils_string_merge" + "GemmaClipLoader" ], { - "title_aux": "ComfyUI-JHK-utils" + "title_aux": "ComfyUI-LuminaNext [WIP]" + } + ], + "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": [ + [ + "ComfyFluxSize" + ], + { + "title_aux": "ComfyUI-ComfyFluxSize [WIP]" } ], "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": [ @@ -1914,6 +2154,14 @@ "title_aux": "jn_node_suite_comfyui [WIP]" } ], + "https://github.com/jordancoult/ComfyUI_HelpfulNodes": [ + [ + "JCo_CropAroundKPS" + ], + { + "title_aux": "ComfyUI_HelpfulNodes" + } + ], "https://github.com/jp0215/comfyUI_padding-resize_node/raw/main/PaddingNode.py": [ [ "function" @@ -1952,7 +2200,7 @@ "title_aux": "ComfyUI-Adapter [WIP]" } ], - "https://github.com/kadirnar/comfyui_helpers": [ + "https://github.com/kadirnar/comfyui_hub": [ [ "CircularVAEDecode", "CustomKSamplerAdvancedTile", @@ -1978,7 +2226,7 @@ "NoisyLatentPerlin" ], { - "title_aux": "comfyui_helpers" + "title_aux": "comfyui_hub" } ], "https://github.com/kappa54m/ComfyUI_Usability": [ @@ -2001,18 +2249,6 @@ "title_aux": "ComfyUI-CV-VAE" } ], - "https://github.com/kijai/ComfyUI-CogVideoXWrapper": [ - [ - "CogVideoDecode", - "CogVideoImageEncode", - "CogVideoSampler", - "CogVideoTextEncode", - "DownloadAndLoadCogVideoModel" - ], - { - "title_aux": "ComfyUI-CogVideoXWrapper [WIP]" - } - ], "https://github.com/kijai/ComfyUI-DeepSeek-VL": [ [ "deepseek_vl_inference", @@ -2068,15 +2304,16 @@ "title_aux": "ComfyUI-FollowYourEmojiWrapper [WIP]" } ], - "https://github.com/kijai/ComfyUI-LLaVA-OneVision": [ + "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": [ [ - "DownloadAndLoadLLaVAOneVisionModel", - "LLaVA_OneVision_Run", - "OneVisionCaptionFolder", - "SaveCaptionToTextFile" + "DownloadAndLoadPyramidFlowModel", + "PyramidFlowSampler", + "PyramidFlowTextEncode", + "PyramidFlowVAEDecode", + "PyramidFlowVAEEncode" ], { - "title_aux": "ComfyUI-LLaVA-OneVision [WIP]" + "title_aux": "ComfyUI-PyramidFlowWrapper [WIP]" } ], "https://github.com/kijai/ComfyUI-VEnhancer": [ @@ -2098,6 +2335,14 @@ "title_aux": "ComfyUI_Prompt_Template_CustomNodes" } ], + "https://github.com/kxh/ComfyUI-sam2": [ + [ + "Segment" + ], + { + "title_aux": "ComfyUI-sam2" + } + ], "https://github.com/kycg/comfyui-Kwtoolset": [ [ "KWNagetiveString", @@ -2109,8 +2354,11 @@ "KwtoolsetGetHipMasktest", "KwtoolsetGetImageSize", "KwtoolsetGrowMaskPlus", + "KwtoolsetImageSelect", "KwtoolsetLoadCheckpointsBatch", "KwtoolsetLoraLoaderwithpreview", + "KwtoolsetMaskAdd", + "KwtoolsetModelSelect", "LatentMatch" ], { @@ -2125,6 +2373,23 @@ "title_aux": "ssd-1b-comfyui" } ], + "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": [ + [ + "AliInpaintingsampler", + "EcomXL_AddFG", + "EcomXL_Condition", + "EcomXL_Controlnet_ModelLoader", + "EcomXL_LoadImage", + "EcomXL_SDXL_Inpaint_ModelLoader", + "Flux_Controlnet_ModelLoader", + "Flux_Inpainting_ModelLoader", + "SD3_Controlnet_ModelLoader", + "SD3_Inpainting_ModelLoader" + ], + { + "title_aux": "ComfyUI_AliControlnetInpainting [WIP]" + } + ], "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": [ [ "MidjourneyGenerateNode", @@ -2134,6 +2399,17 @@ "title_aux": "ComfyUI-MidjourneyNode-leoleexh" } ], + "https://github.com/lgldlk/ComfyUI-img-tiler": [ + [ + "PC ImageListTileMaker", + "PC TileMaker", + "PC TilerImage", + "PC TilerSelect" + ], + { + "title_aux": "ComfyUI-img-tiler" + } + ], "https://github.com/linhusyung/comfyui-Build-and-train-your-network": [ [ "Conv_layer", @@ -2157,6 +2433,10 @@ ], "https://github.com/logtd/ComfyUI-Fluxtapoz": [ [ + "AddFluxFlow", + "ApplyFluxRaveAttention", + "ApplyRefFlux", + "ConfigureRefFlux", "FluxDeGuidance", "FluxInverseSampler", "InFluxFlipSigmas", @@ -2167,16 +2447,6 @@ "title_aux": "ComfyUI-Fluxtapoz [WIP]" } ], - "https://github.com/logtd/ComfyUI-MotionThiefExperiment": [ - [ - "ApplyRefMotionNode", - "MotionRefSettingsCustomNode", - "MotionRefSettingsDefaultNode" - ], - { - "title_aux": "ComfyUI-MotionThiefExperiment" - } - ], "https://github.com/logtd/ComfyUI-Veevee": [ [ "ApplyVVModel", @@ -2222,6 +2492,21 @@ "title_aux": "ComfyUI-Workflow-Component [WIP]" } ], + "https://github.com/lu64k/SK-Nodes": [ + [ + "Image Tracing Node", + "Load_Nemotron", + "Natural Saturation", + "OpenAI Text Node", + "SK Random File Name", + "SK Text_String", + "Tone Layer Quantize", + "grey_scale blend" + ], + { + "title_aux": "SK-Nodes" + } + ], "https://github.com/majorsauce/comfyui_indieTools": [ [ "IndCutByMask", @@ -2244,6 +2529,7 @@ ], "https://github.com/marduk191/comfyui-marnodes": [ [ + "ImageToDevice", "marduk191_5_text_string", "marduk191_5way_text_switch", "marduk191_s_random_latent", @@ -2283,6 +2569,17 @@ "title_aux": "ComfyUI-Lygia" } ], + "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": [ + [ + "ConcatSigmas", + "CosineScheduler", + "InvertSigmas", + "SheduledCFGGuider" + ], + { + "title_aux": "ComfyUI-ScheduledGuider-Ext" + } + ], "https://github.com/mikeymcfish/FishTools": [ [ "AnaglyphCreator", @@ -2299,6 +2596,22 @@ "title_aux": "LaserCutterFull and Deptherize Nodes" } ], + "https://github.com/monate0615/ComfyUI-Affine-Transform": [ + [ + "AffineTransform" + ], + { + "title_aux": "Affine Transform ComfyUI Node" + } + ], + "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": [ + [ + "GetMaskFromAlpha" + ], + { + "title_aux": "ComfyUI-Simple-Image-Tools [WIP]" + } + ], "https://github.com/mut-ex/comfyui-gligengui-node": [ [ "GLIGEN_GUI" @@ -2315,6 +2628,17 @@ "title_aux": "ComfyUI-TextOverlay" } ], + "https://github.com/neo0801/my-comfy-node": [ + [ + "DeepMosaicGetImageMosaicMask", + "DeepMosaicGetVideoMosaicMask", + "DeepMosaicRemoveImageMosaic", + "DeepMosaicRemoveVideoMosaic" + ], + { + "title_aux": "my-comfy-node" + } + ], "https://github.com/neuratech-ai/ComfyUI-MultiGPU": [ [ "CLIPLoaderMultiGPU", @@ -2363,6 +2687,16 @@ "title_aux": "ComfyUI-nidefawl [UNSAFE]" } ], + "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": [ + [ + "List Difference", + "VHS Output Filter", + "VHS_VideoOutputFilter" + ], + { + "title_aux": "List Data Helper Nodes" + } + ], "https://github.com/nkchocoai/ComfyUI-PromptUtilities": [ [ "PromptUtilitiesConstString", @@ -2381,6 +2715,14 @@ "title_aux": "ComfyUI-PromptUtilities" } ], + "https://github.com/okg21/VLLMVisionChatNode/raw/refs/heads/main/VLLMVisionChatNode.py": [ + [ + "VLLMVisionChatNode" + ], + { + "title_aux": "VLLMVisionChatNode" + } + ], "https://github.com/oyvindg/ComfyUI-TrollSuite": [ [ "BinaryImageMask", @@ -2412,6 +2754,7 @@ "CLIPNegPip", "CLIPTextEncodeBREAK", "CLIPTokenCounter", + "DynSamplerSelect", "EmptyLatentImageAR", "EmptyLatentImageARAdvanced", "Guidance Limiter", @@ -2424,6 +2767,22 @@ "title_aux": "ComfyUI-ppm" } ], + "https://github.com/paulhoux/Smart-Prompting": [ + [ + "SaveImageWithPrefix", + "TextAppend", + "TextCharacterSelector", + "TextEncodeReusable", + "TextFile", + "TextNegatives", + "TextSearchReplace", + "TextString", + "TextStyleSelector" + ], + { + "title_aux": "List Data Helper Nodes" + } + ], "https://github.com/poisenbery/NudeNet-Detector-Provider": [ [ "NudeNetDetectorProvider" @@ -2444,7 +2803,7 @@ "title_aux": "anyPython [UNSAFE]" } ], - "https://github.com/prismwastaken/comfyui-tools": [ + "https://github.com/prismwastaken/prism-comfyui-tools": [ [ "Prism-RandomNormal" ], @@ -2452,6 +2811,15 @@ "title_aux": "prism-tools" } ], + "https://github.com/prodogape/ComfyUI-clip-interrogator": [ + [ + "ComfyUIClipInterrogator", + "ShowText" + ], + { + "title_aux": "ComfyUI-clip-interrogator [WIP]" + } + ], "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": [ [ "sd not very simple simpletuner by hhy" @@ -2472,6 +2840,15 @@ "title_aux": "ComfyUI-ODE" } ], + "https://github.com/ruka-game/rukalib_comfyui": [ + [ + "RukaDebugProbe", + "RukaPromptEnhancer" + ], + { + "title_aux": "ComfyUI RukaLib [WIP]" + } + ], "https://github.com/sdfxai/SDFXBridgeForComfyUI": [ [ "SDFXClipTextEncode" @@ -2480,6 +2857,18 @@ "title_aux": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration" } ], + "https://github.com/seancheung/comfyui-creative-nodes": [ + [ + "CreativeSkipFromFlow", + "CreativeSkipToFlow", + "CreativeStopFlow", + "ResolutionSelector", + "ResolutionXLSelector" + ], + { + "title_aux": "comfyui-creative-nodes" + } + ], "https://github.com/sebord/ComfyUI-LMCQ": [ [ "LmcqImageSaver", @@ -2502,6 +2891,15 @@ "title_aux": "ComfyUI-PuLID [TEST]" } ], + "https://github.com/shadowcz007/Comfyui-EzAudio": [ + [ + "EZGenerateAudioNode", + "EZLoadModelNode" + ], + { + "title_aux": "Comfyui-EzAudio" + } + ], "https://github.com/shadowcz007/comfyui-CLIPSeg": [ [ "CLIPSeg_", @@ -2558,6 +2956,14 @@ "title_aux": "CLIPTextEncodeAndEnhancev4 (shirazdesigner)" } ], + "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": [ + [ + "CheckpointLoaderExt" + ], + { + "title_aux": "ComfyUI_CheckPointLoader_Ext [WIP]" + } + ], "https://github.com/sofakid/dandy": [ [ "DandyBooleanCollector", @@ -2618,6 +3024,26 @@ "title_aux": "comfyui_psd [WIP]" } ], + "https://github.com/taches-ai/comfyui-scene-composer": [ + [ + "Action", + "Composition", + "Environment", + "Scene", + "subject" + ], + { + "title_aux": "ComfyUI Scene Composer [WIP]" + } + ], + "https://github.com/talon468/ComfyUI-Rpg-Architect": [ + [ + "ComfyUI Rpg Architect \ud83e\ude84" + ], + { + "title_aux": "ComfyUI-Rpg-Architect [WIP]" + } + ], "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": [ [ "ConditioningPerturbation", @@ -2714,13 +3140,13 @@ "title_aux": "ComfyUI-Dist [WIP]" } ], - "https://github.com/unanan/ComfyUI-clip-interrogator": [ + "https://github.com/void15700/VoidCustomNodes": [ [ - "ComfyUIClipInterrogator", - "ShowText" + "Prompt Parser", + "String Combiner" ], { - "title_aux": "ComfyUI-clip-interrogator [WIP]" + "title_aux": "VoidCustomNodes" } ], "https://github.com/walterFeng/ComfyUI-Image-Utils": [ @@ -2746,6 +3172,19 @@ "title_aux": "ComfyUI-Unload-Models" } ], + "https://github.com/wilzamguerrero/Comfyui-zZzZz": [ + [ + "CompressFolderNode", + "CreateZNode", + "DeleteZNode", + "DownloadFileNode", + "MoveZNode", + "RenameZNode" + ], + { + "title_aux": "Comfyui-zZzZz [UNSAFE]" + } + ], "https://github.com/wormley/comfyui-wormley-nodes": [ [ "CheckpointVAELoaderSimpleText", @@ -2756,6 +3195,20 @@ "title_aux": "comfyui-wormley-nodes" } ], + "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": [ + [ + "FetchTokenFromDropbox", + "PostImagesToDropboxAPI", + "PostPromptsToDropboxAPI", + "PullImagesFromDropboxAPI", + "PullTextFromDropboxAPI", + "PullVideosFromDropboxAPI", + "VideoCombineAndExportToDropboxAPI" + ], + { + "title_aux": "ComfyUI-Dropbox-API [WIP]" + } + ], "https://github.com/yushan777/ComfyUI-Y7Nodes": [ [ "Count_Tokens_(Y7)" @@ -2763,5 +3216,29 @@ { "title_aux": "Y7 Nodes for ComfyUI" } + ], + "https://github.com/zhongpei/Comfyui_image2prompt": [ + [ + "CLIP AdvancedTextEncode|fofo", + "CLIP PromptConditioning|fofo", + "Image2Text", + "Image2TextWithTags", + "ImageBatchToList|fofo", + "ImageRewardScore|fofo", + "LoadImage2TextModel", + "LoadImageRewardScoreModel|fofo", + "LoadT5Model|fofo", + "LoadText2PromptModel", + "ShowText|fofo", + "T5QuantizationConfig|fofo", + "T5Text2Prompt|fofo", + "Text2GPTPrompt", + "Text2Prompt", + "TextBox|fofo", + "Translate2Chinese|fofo" + ], + { + "title_aux": "Comfyui_image2prompt" + } ] } \ No newline at end of file diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 26e5bdcf..1fa20581 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -1,1087 +1,1362 @@ { + "https://github.com/123jimin/ComfyUI-MobileForm": { + "stars": 7, + "last_update": "2024-08-27 11:02:59", + "author_account_age_days": 4874 + }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { - "stars": 53, + "stars": 55, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 233 + "author_account_age_days": 280 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { - "stars": 13, + "stars": 14, "last_update": "2024-03-08 10:11:44", - "author_account_age_days": 377 + "author_account_age_days": 423 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { - "stars": 18, - "last_update": "2024-08-25 11:59:09", - "author_account_age_days": 254 + "stars": 20, + "last_update": "2024-10-09 02:14:27", + "author_account_age_days": 301 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 293 + "author_account_age_days": 340 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 4, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 293 + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { + "stars": 65, + "last_update": "2024-09-16 14:16:06", + "author_account_age_days": 340 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 48, + "stars": 54, "last_update": "2024-07-23 06:52:57", - "author_account_age_days": 293 + "author_account_age_days": 340 + }, + "https://github.com/AIFSH/UtilNodes-ComfyUI": { + "stars": 0, + "last_update": "2024-10-10 11:34:31", + "author_account_age_days": 340 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { - "stars": 34, - "last_update": "2024-08-24 12:09:05", - "author_account_age_days": 1522 + "stars": 43, + "last_update": "2024-09-19 05:24:38", + "author_account_age_days": 1568 }, "https://github.com/APZmedia/comfyui-textools": { - "stars": 1, - "last_update": "2024-08-25 14:05:42", - "author_account_age_days": 2539 + "stars": 4, + "last_update": "2024-09-02 09:17:36", + "author_account_age_days": 2586 + }, + "https://github.com/AlexXi19/ComfyUI-OpenAINode": { + "stars": 2, + "last_update": "2024-09-20 06:41:59", + "author_account_age_days": 1539 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { - "stars": 2, - "last_update": "2024-07-18 05:36:48", - "author_account_age_days": 2167 + "stars": 3, + "last_update": "2024-09-24 06:01:26", + "author_account_age_days": 2214 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { - "stars": 7, + "stars": 8, "last_update": "2024-08-01 18:38:01", - "author_account_age_days": 4136 + "author_account_age_days": 4183 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { - "stars": 26, - "last_update": "2024-08-25 00:45:34", - "author_account_age_days": 492 + "stars": 44, + "last_update": "2024-09-16 02:30:34", + "author_account_age_days": 539 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { - "stars": 11, + "stars": 17, "last_update": "2024-05-10 00:48:37", - "author_account_age_days": 2288 + "author_account_age_days": 2335 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 859 + "author_account_age_days": 906 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 308 + "author_account_age_days": 355 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, - "last_update": "2023-10-09 00:40:26", - "author_account_age_days": 4213 + "last_update": "2024-09-08 01:04:38", + "author_account_age_days": 4260 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { + "stars": 68, + "last_update": "2024-10-11 08:04:54", + "author_account_age_days": 307 + }, + "https://github.com/Cardoso-topdev/comfyui_meshanything_v1": { + "stars": 1, + "last_update": "2024-09-04 13:21:44", + "author_account_age_days": 1401 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, - "last_update": "2024-08-16 19:52:31", - "author_account_age_days": 2474 + "last_update": "2024-09-02 02:30:05", + "author_account_age_days": 2521 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { - "stars": 6, - "last_update": "2024-08-22 19:36:34", - "author_account_age_days": 137 + "stars": 12, + "last_update": "2024-10-09 23:10:51", + "author_account_age_days": 184 + }, + "https://github.com/ComfyUI-Workflow/ComfyUI-OpenAI": { + "stars": 11, + "last_update": "2024-10-07 08:25:18", + "author_account_age_days": 6 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2093 + "author_account_age_days": 2140 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1094 + "author_account_age_days": 1141 + }, + "https://github.com/Elaine-chennn/comfyui-overlay-media": { + "stars": 0, + "last_update": "2024-10-09 11:07:46", + "author_account_age_days": 1252 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 5, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 2650 + "author_account_age_days": 2697 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { - "stars": 14, + "stars": 15, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 69 + "author_account_age_days": 116 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { - "stars": 35, + "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 1685 + "author_account_age_days": 1732 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 13, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3212 + "author_account_age_days": 3258 + }, + "https://github.com/Fannovel16/ComfyUI-AppIO": { + "stars": 1, + "last_update": "2024-09-28 14:56:11", + "author_account_age_days": 3240 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { - "stars": 1, + "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 499 + "author_account_age_days": 546 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 0, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 940 + "author_account_age_days": 987 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 3, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2445 + "author_account_age_days": 2492 }, "https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector": { - "stars": 46, - "last_update": "2024-07-23 08:57:27", - "author_account_age_days": 225 + "stars": 48, + "last_update": "2024-10-07 16:48:01", + "author_account_age_days": 272 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1235 + "author_account_age_days": 1282 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 686 + "author_account_age_days": 733 + }, + "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { + "stars": 1, + "last_update": "2024-10-09 21:45:33", + "author_account_age_days": 2023 + }, + "https://github.com/IgPoly/ComfyUI-igTools": { + "stars": 1, + "last_update": "2024-09-11 08:48:57", + "author_account_age_days": 36 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate": { - "stars": 35, - "last_update": "2024-08-19 14:38:33", - "author_account_age_days": 1154 + "stars": 49, + "last_update": "2024-10-10 20:18:15", + "author_account_age_days": 1201 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 72, - "last_update": "2024-08-21 13:37:51", - "author_account_age_days": 473 + "stars": 128, + "last_update": "2024-09-03 02:02:45", + "author_account_age_days": 520 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2640 + "author_account_age_days": 2687 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 4689 + "author_account_age_days": 4736 + }, + "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { + "stars": 5, + "last_update": "2024-10-01 16:11:07", + "author_account_age_days": 3377 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 1, - "last_update": "2024-08-21 21:38:11", - "author_account_age_days": 1085 + "last_update": "2024-10-07 03:01:03", + "author_account_age_days": 1132 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 953 + "author_account_age_days": 1000 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4575 + "author_account_age_days": 4621 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { - "stars": 7, + "stars": 8, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3416 + "author_account_age_days": 3463 + }, + "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { + "stars": 27, + "last_update": "2024-09-24 21:58:55", + "author_account_age_days": 4999 }, "https://github.com/LZpenguin/ComfyUI-Text": { - "stars": 24, + "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2041 + "author_account_age_days": 2088 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 2, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 226 + "author_account_age_days": 273 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 2, + "stars": 1, "last_update": "2024-07-11 22:36:24", - "author_account_age_days": 44 + "author_account_age_days": 91 + }, + "https://github.com/Lilien86/lauger_NP_comfyui": { + "stars": 2, + "last_update": "2024-09-03 21:00:49", + "author_account_age_days": 602 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2024-02-04 21:15:22", - "author_account_age_days": 991 + "author_account_age_days": 1038 + }, + "https://github.com/LyazS/comfyui-nettools": { + "stars": 2, + "last_update": "2024-09-23 12:52:44", + "author_account_age_days": 2966 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 23, + "stars": 26, "last_update": "2024-08-10 16:50:33", - "author_account_age_days": 440 + "author_account_age_days": 487 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 2782 + "author_account_age_days": 2829 }, "https://github.com/MushroomFleet/DJZ-Nodes": { - "stars": 7, - "last_update": "2024-07-27 04:00:20", - "author_account_age_days": 3783 + "stars": 13, + "last_update": "2024-09-29 12:50:38", + "author_account_age_days": 3830 + }, + "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { + "stars": 14, + "last_update": "2024-10-10 16:22:03", + "author_account_age_days": 1603 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 4, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 155 + "author_account_age_days": 202 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2092 + "author_account_age_days": 2139 }, "https://github.com/PluMaZero/ComfyUI-SpaceFlower": { "stars": 4, "last_update": "2023-12-09 05:55:15", - "author_account_age_days": 1120 + "author_account_age_days": 1167 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 13, "last_update": "2024-07-31 13:01:18", - "author_account_age_days": 5337 + "author_account_age_days": 5384 + }, + "https://github.com/SS-snap/ComfyUI-Snap_Processing": { + "stars": 31, + "last_update": "2024-10-07 08:06:38", + "author_account_age_days": 409 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 21, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4102 + "author_account_age_days": 4148 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 271 + "author_account_age_days": 318 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { - "stars": 0, - "last_update": "2024-08-21 22:50:57", - "author_account_age_days": 1373 + "stars": 1, + "last_update": "2024-08-27 19:01:46", + "author_account_age_days": 1420 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 8, - "last_update": "2024-08-25 04:35:20", - "author_account_age_days": 1172 + "stars": 11, + "last_update": "2024-08-26 14:51:47", + "author_account_age_days": 1219 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { - "stars": 1, - "last_update": "2024-06-05 10:01:47", - "author_account_age_days": 1188 + "stars": 2, + "last_update": "2024-09-13 04:31:43", + "author_account_age_days": 1234 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { - "stars": 25, + "stars": 31, "last_update": "2024-08-22 17:21:18", - "author_account_age_days": 1086 + "author_account_age_days": 1133 + }, + "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { + "stars": 10, + "last_update": "2024-09-27 14:01:15", + "author_account_age_days": 1314 + }, + "https://github.com/SoftMeng/ComfyUI-PIL": { + "stars": 6, + "last_update": "2024-09-20 06:53:41", + "author_account_age_days": 3632 + }, + "https://github.com/Soppatorsk/comfyui_img_to_ascii": { + "stars": 1, + "last_update": "2024-09-07 15:39:28", + "author_account_age_days": 1249 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3018 + "author_account_age_days": 3064 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 18, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 2897 + "author_account_age_days": 2944 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 40, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 2897 + "author_account_age_days": 2944 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 4, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3534 + "author_account_age_days": 3581 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { - "stars": 10, + "stars": 18, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 265 + "author_account_age_days": 312 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 58, - "last_update": "2024-08-24 06:45:32", - "author_account_age_days": 265 + "stars": 224, + "last_update": "2024-10-01 07:29:44", + "author_account_age_days": 312 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 331, + "stars": 378, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 931 + "author_account_age_days": 977 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { - "stars": 1, + "stars": 7, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 3791 + "author_account_age_days": 3838 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { - "stars": 2, + "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 168 + "author_account_age_days": 215 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 67 + "author_account_age_days": 114 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 2, - "last_update": "2024-08-23 22:04:58", - "author_account_age_days": 1972 + "stars": 53, + "last_update": "2024-10-01 01:42:45", + "author_account_age_days": 2019 }, "https://github.com/WSJUSA/Comfyui-StableSR": { - "stars": 41, + "stars": 45, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1486 + "author_account_age_days": 1533 }, "https://github.com/Weixuanf/extra-model-helper": { - "stars": 0, - "last_update": "2024-08-21 08:29:33", - "author_account_age_days": 3059 + "stars": 1, + "last_update": "2024-09-09 10:28:05", + "author_account_age_days": 3106 }, "https://github.com/Weixuanf/file-explore": { - "stars": 0, - "last_update": "2024-08-22 12:56:38", - "author_account_age_days": 3059 + "stars": 1, + "last_update": "2024-09-23 06:30:36", + "author_account_age_days": 3106 }, "https://github.com/Weixuanf/nodecafe-file-manager": { - "stars": 0, - "last_update": "2024-08-22 12:56:38", - "author_account_age_days": 3059 + "stars": 1, + "last_update": "2024-09-23 06:30:36", + "author_account_age_days": 3106 }, - "https://github.com/WilliamStanford/visuallabs_comfyui_nodes": { + "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 1832 - }, - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": { - "stars": 52, - "last_update": "2024-05-22 14:30:05", - "author_account_age_days": 402 + "author_account_age_days": 1878 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { - "stars": 80, + "stars": 82, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 402 + "author_account_age_days": 448 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { + "stars": 15, + "last_update": "2024-09-26 18:08:01", + "author_account_age_days": 448 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { - "stars": 192, + "stars": 212, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 402 - }, - "https://github.com/adityathiru/ComfyUI-LLMs": { - "stars": 2, - "last_update": "2024-08-01 17:45:44", - "author_account_age_days": 3190 + "author_account_age_days": 448 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { - "stars": 20, + "stars": 24, "last_update": "2024-07-31 16:41:31", - "author_account_age_days": 3348 + "author_account_age_days": 3395 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { - "stars": 60, + "stars": 62, "last_update": "2024-08-14 01:26:20", - "author_account_age_days": 722 + "author_account_age_days": 769 + }, + "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { + "stars": 1, + "last_update": "2024-09-23 19:09:15", + "author_account_age_days": 4057 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 8, "last_update": "2024-08-06 06:10:48", - "author_account_age_days": 893 + "author_account_age_days": 940 + }, + "https://github.com/bananasss00/Comfyui-PyExec": { + "stars": 1, + "last_update": "2024-09-04 10:56:07", + "author_account_age_days": 2643 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4348 + "author_account_age_days": 4395 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5071 + "author_account_age_days": 5118 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { - "stars": 18, - "last_update": "2024-08-21 12:51:04", - "author_account_age_days": 216 + "stars": 21, + "last_update": "2024-09-18 22:45:55", + "author_account_age_days": 263 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 335 + "author_account_age_days": 382 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4574 + "author_account_age_days": 4621 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 2, - "last_update": "2024-08-23 07:55:38", - "author_account_age_days": 4574 + "last_update": "2024-08-31 13:34:57", + "author_account_age_days": 4621 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3171 + "author_account_age_days": 3217 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 122, + "stars": 126, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 4895 + "author_account_age_days": 4942 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 3, - "last_update": "2024-08-19 23:45:00", - "author_account_age_days": 3180 + "last_update": "2024-08-29 03:54:28", + "author_account_age_days": 3227 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1410 + "author_account_age_days": 1457 }, "https://github.com/christian-byrne/python-interpreter-node": { - "stars": 33, - "last_update": "2024-08-18 07:56:07", - "author_account_age_days": 1410 + "stars": 40, + "last_update": "2024-10-03 06:10:39", + "author_account_age_days": 1457 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 48162, - "last_update": "2024-08-25 09:56:55", - "author_account_age_days": 611 + "stars": 52856, + "last_update": "2024-10-11 11:50:58", + "author_account_age_days": 658 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 239, + "stars": 304, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 611 + "author_account_age_days": 658 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 85 + "author_account_age_days": 132 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 1877 + "author_account_age_days": 1924 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 210, + "stars": 220, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5073 + "author_account_age_days": 5120 + }, + "https://github.com/dafeng012/comfyui-imgmake": { + "stars": 0, + "last_update": "2024-10-09 12:32:25", + "author_account_age_days": 785 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 2, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2049 + "author_account_age_days": 2096 }, "https://github.com/dezi-ai/ComfyUI-AnimateLCM": { - "stars": 156, + "stars": 162, "last_update": "2024-02-07 17:34:39", - "author_account_age_days": 239 + "author_account_age_days": 286 }, "https://github.com/dfl/comfyui-stylegan": { - "stars": 1, - "last_update": "2024-03-14 14:34:25", - "author_account_age_days": 6036 + "stars": 0, + "last_update": "2024-10-05 17:08:36", + "author_account_age_days": 6083 }, "https://github.com/dnl13/ComfyUI-dnl13-seg": { "stars": 18, "last_update": "2024-08-11 09:41:13", - "author_account_age_days": 4280 + "author_account_age_days": 4327 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2385 + "author_account_age_days": 2432 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { - "stars": 1, - "last_update": "2024-08-24 16:10:40", - "author_account_age_days": 3839 + "stars": 3, + "last_update": "2024-10-03 18:30:40", + "author_account_age_days": 3886 }, "https://github.com/eigenpunk/ComfyUI-audio": { - "stars": 67, + "stars": 74, "last_update": "2024-03-03 21:14:14", - "author_account_age_days": 987 + "author_account_age_days": 1034 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 2834 + "author_account_age_days": 2881 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 0, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2535 + "author_account_age_days": 2582 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 1, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2535 + "author_account_age_days": 2582 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 2656 + "author_account_age_days": 2703 + }, + "https://github.com/evolox/ComfyUI-GeneraNodes": { + "stars": 1, + "last_update": "2024-10-06 19:47:38", + "author_account_age_days": 392 + }, + "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { + "stars": 0, + "last_update": "2024-10-09 09:08:33", + "author_account_age_days": 2157 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 121, - "last_update": "2024-08-13 04:56:41", - "author_account_age_days": 1798 + "stars": 135, + "last_update": "2024-10-10 03:13:21", + "author_account_age_days": 1845 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { - "stars": 61, + "stars": 62, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 335 + "author_account_age_days": 382 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 2, "last_update": "2024-08-22 14:36:29", - "author_account_age_days": 2075 + "author_account_age_days": 2122 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4100 + "author_account_age_days": 4147 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 2, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 781 + "author_account_age_days": 828 + }, + "https://github.com/galoreware/ComfyUI-GaloreNodes": { + "stars": 0, + "last_update": "2024-10-10 06:25:18", + "author_account_age_days": 1534 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 11, - "last_update": "2024-08-16 15:25:37", - "author_account_age_days": 4117 + "last_update": "2024-09-08 14:01:21", + "author_account_age_days": 4164 }, "https://github.com/gameltb/ComfyUI_stable_fast": { - "stars": 194, + "stars": 197, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4117 + "author_account_age_days": 4164 }, "https://github.com/gameltb/io_comfyui": { "stars": 5, "last_update": "2024-04-06 04:40:05", - "author_account_age_days": 4117 + "author_account_age_days": 4164 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { - "stars": 0, + "stars": 1, "last_update": "2024-08-19 22:32:44", - "author_account_age_days": 3022 + "author_account_age_days": 3069 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 3965 + "author_account_age_days": 4012 + }, + "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { + "stars": 1, + "last_update": "2024-09-24 03:54:00", + "author_account_age_days": 1493 }, "https://github.com/hananbeer/node_dev": { - "stars": 4, + "stars": 7, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1606 + "author_account_age_days": 1653 + }, + "https://github.com/haodman/ComfyUI_Rain": { + "stars": 2, + "last_update": "2024-09-01 10:41:20", + "author_account_age_days": 2248 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 6, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3039 + "author_account_age_days": 3086 }, "https://github.com/haomole/Comfyui-SadTalker": { - "stars": 8, + "stars": 11, "last_update": "2024-08-05 02:44:26", - "author_account_age_days": 363 + "author_account_age_days": 410 + }, + "https://github.com/hgabha/WWAA-CustomNodes": { + "stars": 1, + "last_update": "2024-09-22 08:38:16", + "author_account_age_days": 264 }, "https://github.com/horidream/ComfyUI-Horidream": { - "stars": 0, - "last_update": "2024-07-15 07:42:11", - "author_account_age_days": 5105 + "stars": 1, + "last_update": "2024-09-08 08:57:57", + "author_account_age_days": 5152 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 1, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 39 + "author_account_age_days": 85 }, "https://github.com/houdinii/comfy-magick": { "stars": 4, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3582 + "author_account_age_days": 3629 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 106, + "stars": 116, "last_update": "2024-07-27 18:33:35", - "author_account_age_days": 2938 + "author_account_age_days": 2984 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 402, + "stars": 408, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 2938 + "author_account_age_days": 2984 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2517 + "author_account_age_days": 2564 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 1823 + "author_account_age_days": 1870 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 8, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 1823 + "author_account_age_days": 1870 }, - "https://github.com/ilovejohnwhite/UncleBillyGoncho": { - "stars": 0, - "last_update": "2024-02-29 00:16:42", - "author_account_age_days": 935 + "https://github.com/ilovejohnwhite/Tracer": { + "stars": 1, + "last_update": "2024-08-29 22:42:34", + "author_account_age_days": 982 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 331 + "author_account_age_days": 378 }, - "https://github.com/jh-leon-kim/ComfyUI-JHK-utils": { + "https://github.com/io-club/ComfyUI-LuminaNext": { + "stars": 0, + "last_update": "2024-09-23 12:02:22", + "author_account_age_days": 748 + }, + "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 1, - "last_update": "2024-08-16 19:54:07", - "author_account_age_days": 234 + "last_update": "2024-08-30 06:42:39", + "author_account_age_days": 565 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { - "stars": 218, + "stars": 220, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 82 + "author_account_age_days": 129 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 1, "last_update": "2024-08-22 02:31:42", - "author_account_age_days": 5009 + "author_account_age_days": 5056 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4046 + "author_account_age_days": 4093 + }, + "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { + "stars": 1, + "last_update": "2024-09-29 00:53:48", + "author_account_age_days": 2534 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { - "stars": 79, + "stars": 105, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 564 + "author_account_age_days": 611 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 151, + "stars": 181, "last_update": "2024-07-31 13:52:24", - "author_account_age_days": 4815 + "author_account_age_days": 4862 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 6, - "last_update": "2024-08-24 13:00:59", - "author_account_age_days": 2851 + "stars": 49, + "last_update": "2024-10-03 10:27:53", + "author_account_age_days": 2898 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2391 + "author_account_age_days": 2438 }, - "https://github.com/kadirnar/comfyui_helpers": { + "https://github.com/kadirnar/comfyui_hub": { "stars": 2, "last_update": "2024-03-04 16:25:30", - "author_account_age_days": 2391 + "author_account_age_days": 2438 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1573 + "author_account_age_days": 1620 }, "https://github.com/kijai/ComfyUI-CV-VAE": { - "stars": 11, + "stars": 10, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 138, - "last_update": "2024-08-07 17:37:22", - "author_account_age_days": 2245 + "stars": 554, + "last_update": "2024-10-08 19:47:13", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { - "stars": 28, + "stars": 31, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { - "stars": 57, + "stars": 58, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 9, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { - "stars": 69, + "stars": 74, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { - "stars": 46, + "stars": 48, "last_update": "2024-07-27 12:50:25", - "author_account_age_days": 2245 + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { - "stars": 62, + "stars": 75, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2245 + "author_account_age_days": 2292 + }, + "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { + "stars": 63, + "last_update": "2024-10-11 12:55:56", + "author_account_age_days": 2292 }, "https://github.com/kijai/ComfyUI-VEnhancer": { - "stars": 17, - "last_update": "2024-08-19 20:42:49", - "author_account_age_days": 2245 + "stars": 49, + "last_update": "2024-09-14 10:39:06", + "author_account_age_days": 2292 + }, + "https://github.com/kxh/ComfyUI-sam2": { + "stars": 0, + "last_update": "2024-10-10 18:06:11", + "author_account_age_days": 4656 }, "https://github.com/kycg/comfyui-Kwtoolset": { - "stars": 0, - "last_update": "2024-06-12 17:04:09", - "author_account_age_days": 1003 + "stars": 1, + "last_update": "2024-10-03 18:41:36", + "author_account_age_days": 1049 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 2893 + "author_account_age_days": 2940 + }, + "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { + "stars": 3, + "last_update": "2024-09-25 10:44:58", + "author_account_age_days": 2903 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { - "stars": 3, + "stars": 4, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4137 + "author_account_age_days": 4184 + }, + "https://github.com/lgldlk/ComfyUI-img-tiler": { + "stars": 1, + "last_update": "2024-10-11 10:33:11", + "author_account_age_days": 1799 + }, + "https://github.com/lichenhao/Comfyui_Ryota": { + "stars": 1, + "last_update": "2024-09-07 08:25:54", + "author_account_age_days": 4476 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { - "stars": 95, + "stars": 98, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 740 + "author_account_age_days": 786 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 13, - "last_update": "2024-08-15 05:03:18", - "author_account_age_days": 184 + "stars": 40, + "last_update": "2024-09-15 23:20:03", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { - "stars": 37, - "last_update": "2024-05-22 00:12:06", - "author_account_age_days": 184 + "stars": 40, + "last_update": "2024-08-30 21:19:48", + "author_account_age_days": 231 }, "https://github.com/logtd/ComfyUI-Veevee": { - "stars": 55, + "stars": 59, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 184 + "author_account_age_days": 231 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4227 + "author_account_age_days": 4273 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { - "stars": 212, + "stars": 215, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 524 + "author_account_age_days": 571 }, - "https://github.com/m-ai-studio/mai-prompt-progress": { + "https://github.com/lu64k/SK-Nodes": { "stars": 1, - "last_update": "2024-08-21 14:35:21", - "author_account_age_days": 111 + "last_update": "2024-10-03 03:20:23", + "author_account_age_days": 500 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 3, - "last_update": "2024-08-24 11:41:14", - "author_account_age_days": 2420 + "last_update": "2024-08-27 13:15:51", + "author_account_age_days": 2467 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 1867 + "author_account_age_days": 1914 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 1844 + "author_account_age_days": 1891 }, "https://github.com/marduk191/comfyui-marnodes": { - "stars": 2, - "last_update": "2024-08-13 22:15:05", - "author_account_age_days": 4477 + "stars": 4, + "last_update": "2024-09-11 06:05:49", + "author_account_age_days": 4524 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2317 + "author_account_age_days": 2364 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3597 + "author_account_age_days": 3644 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 3807 + "author_account_age_days": 3854 + }, + "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { + "stars": 2, + "last_update": "2024-09-29 18:51:13", + "author_account_age_days": 2426 }, "https://github.com/mikeymcfish/FishTools": { - "stars": 20, + "stars": 21, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3465 + "author_account_age_days": 3512 + }, + "https://github.com/monate0615/ComfyUI-Affine-Transform": { + "stars": 2, + "last_update": "2024-10-05 17:42:40", + "author_account_age_days": 68 + }, + "https://github.com/monate0615/ComfyUI-Simple-Image-Tools": { + "stars": 0, + "last_update": "2024-10-08 15:22:26", + "author_account_age_days": 68 }, "https://github.com/mut-ex/comfyui-gligengui-node": { - "stars": 42, + "stars": 43, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 2920 + "author_account_age_days": 2967 }, "https://github.com/nat-chan/comfyui-eval": { "stars": 2, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3055 + "author_account_age_days": 3102 }, "https://github.com/nat-chan/comfyui-in-memory-transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3055 + "author_account_age_days": 3102 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 2, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3055 + "author_account_age_days": 3102 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 1, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 1940 + "author_account_age_days": 1987 + }, + "https://github.com/neo0801/my-comfy-node": { + "stars": 1, + "last_update": "2024-09-20 07:49:04", + "author_account_age_days": 3889 + }, + "https://github.com/netanelben/comfyui-camera2image-customnode": { + "stars": 2, + "last_update": "2024-09-29 15:14:57", + "author_account_age_days": 3991 + }, + "https://github.com/netanelben/comfyui-image2image-customnode": { + "stars": 2, + "last_update": "2024-09-29 12:50:53", + "author_account_age_days": 3991 + }, + "https://github.com/netanelben/comfyui-photobooth-customnode": { + "stars": 1, + "last_update": "2024-10-02 08:00:05", + "author_account_age_days": 3991 + }, + "https://github.com/netanelben/comfyui-text2image-customnode": { + "stars": 2, + "last_update": "2024-09-29 15:19:37", + "author_account_age_days": 3991 }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { - "stars": 66, + "stars": 94, "last_update": "2024-08-04 16:37:11", - "author_account_age_days": 135 + "author_account_age_days": 182 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { - "stars": 3, + "stars": 4, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1081 + "author_account_age_days": 1128 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 0, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 4930 + "author_account_age_days": 4977 + }, + "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { + "stars": 1, + "last_update": "2024-09-21 16:15:57", + "author_account_age_days": 4658 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 8, "last_update": "2024-08-23 08:36:52", - "author_account_age_days": 222 + "author_account_age_days": 268 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 11, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4091 + "author_account_age_days": 4138 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2392 + "author_account_age_days": 2438 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { - "stars": 16, + "stars": 17, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 903 + "author_account_age_days": 950 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 51, - "last_update": "2024-08-22 20:55:56", - "author_account_age_days": 2193 + "stars": 64, + "last_update": "2024-10-02 08:26:47", + "author_account_age_days": 2240 + }, + "https://github.com/paulhoux/Smart-Prompting": { + "stars": 1, + "last_update": "2024-09-20 08:43:53", + "author_account_age_days": 5232 }, "https://github.com/phineas-pta/comfy-trt-test": { "stars": 84, "last_update": "2024-06-04 21:09:17", - "author_account_age_days": 2350 + "author_account_age_days": 2397 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1299 + "author_account_age_days": 1346 }, "https://github.com/prabinpebam/anyPython": { "stars": 9, "last_update": "2024-07-01 04:07:16", - "author_account_age_days": 4304 + "author_account_age_days": 4351 }, - "https://github.com/prismwastaken/comfyui-tools": { + "https://github.com/prismwastaken/prism-comfyui-tools": { "stars": 0, "last_update": "2024-03-05 14:34:56", - "author_account_age_days": 219 + "author_account_age_days": 266 + }, + "https://github.com/prodogape/ComfyUI-clip-interrogator": { + "stars": 45, + "last_update": "2024-07-27 18:33:22", + "author_account_age_days": 1139 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2161 + "author_account_age_days": 2208 }, "https://github.com/redhottensors/ComfyUI-ODE": { - "stars": 41, + "stars": 45, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 201 + "author_account_age_days": 248 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 352 + "author_account_age_days": 399 + }, + "https://github.com/ruka-game/rukalib_comfyui": { + "stars": 1, + "last_update": "2024-10-03 23:59:55", + "author_account_age_days": 14 }, "https://github.com/runtime44/comfyui_r44_nodes": { - "stars": 35, + "stars": 39, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 230 + "author_account_age_days": 276 }, "https://github.com/sangeet/comfyui-testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5142 + "author_account_age_days": 5189 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { - "stars": 8, + "stars": 9, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 297 + "author_account_age_days": 343 + }, + "https://github.com/seancheung/comfyui-creative-nodes": { + "stars": 1, + "last_update": "2024-09-13 06:22:45", + "author_account_age_days": 4047 }, "https://github.com/sebord/ComfyUI-LMCQ": { - "stars": 3, - "last_update": "2024-08-20 01:47:36", - "author_account_age_days": 849 + "stars": 4, + "last_update": "2024-08-26 03:56:38", + "author_account_age_days": 896 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 8, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3377 + "author_account_age_days": 3423 + }, + "https://github.com/shadowcz007/Comfyui-EzAudio": { + "stars": 1, + "last_update": "2024-09-22 03:17:40", + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { - "stars": 1, + "stars": 2, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3377 + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 2, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3377 - }, - "https://github.com/shadowcz007/comfyui-llamafile": { - "stars": 15, - "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3377 + "author_account_age_days": 3423 }, "https://github.com/shadowcz007/comfyui-musicgen": { - "stars": 85, + "stars": 96, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3377 + "author_account_age_days": 3423 + }, + "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { + "stars": 15, + "last_update": "2024-05-21 19:47:56", + "author_account_age_days": 3423 }, "https://github.com/shinich39/comfyui-event-handler": { - "stars": 0, + "stars": 1, "last_update": "2024-08-23 09:38:35", - "author_account_age_days": 374 + "author_account_age_days": 421 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 0, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4024 + "author_account_age_days": 4071 + }, + "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { + "stars": 1, + "last_update": "2024-08-27 02:24:05", + "author_account_age_days": 4227 }, "https://github.com/sofakid/dandy": { - "stars": 41, + "stars": 43, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4115 + "author_account_age_days": 4162 + }, + "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { + "stars": 1, + "last_update": "2024-08-29 14:03:52", + "author_account_age_days": 3369 }, "https://github.com/stavsap/ComfyUI-React-SDK": { - "stars": 6, + "stars": 9, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4146 + "author_account_age_days": 4193 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2024-02-05 16:47:28", - "author_account_age_days": 3900 + "author_account_age_days": 3947 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 1, "last_update": "2024-03-26 08:24:56", - "author_account_age_days": 938 + "author_account_age_days": 984 + }, + "https://github.com/taches-ai/comfyui-scene-composer": { + "stars": 1, + "last_update": "2024-10-11 13:07:03", + "author_account_age_days": 16 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { - "stars": 3, - "last_update": "2024-05-22 03:30:57", - "author_account_age_days": 4983 + "stars": 6, + "last_update": "2024-10-11 11:36:11", + "author_account_age_days": 5030 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 1, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 618 + "author_account_age_days": 665 + }, + "https://github.com/talon468/ComfyUI-Rpg-Architect": { + "stars": 4, + "last_update": "2024-08-31 14:47:47", + "author_account_age_days": 527 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5160 + "author_account_age_days": 5207 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 2928 + "author_account_age_days": 2975 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 175 + "author_account_age_days": 222 }, "https://github.com/tom-doerr/dspy_nodes": { - "stars": 171, + "stars": 174, "last_update": "2024-08-04 18:55:22", - "author_account_age_days": 2842 + "author_account_age_days": 2889 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 32, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5261 + "author_account_age_days": 5307 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3000 + "author_account_age_days": 3047 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 1885 + "author_account_age_days": 1932 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 5, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 2960 + "author_account_age_days": 3007 }, - "https://github.com/unanan/ComfyUI-clip-interrogator": { - "stars": 37, - "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1092 + "https://github.com/void15700/VoidCustomNodes": { + "stars": 0, + "last_update": "2024-10-07 02:23:02", + "author_account_age_days": 114 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 1, "last_update": "2024-08-09 11:31:26", - "author_account_age_days": 2838 + "author_account_age_days": 2885 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { - "stars": 4, + "stars": 6, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 4653 + "author_account_age_days": 4700 + }, + "https://github.com/wilzamguerrero/Comfyui-zZzZz": { + "stars": 2, + "last_update": "2024-10-11 06:50:19", + "author_account_age_days": 797 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2535 + "author_account_age_days": 2582 + }, + "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { + "stars": 1, + "last_update": "2024-08-30 05:29:07", + "author_account_age_days": 59 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 1, - "last_update": "2024-08-04 08:48:59", - "author_account_age_days": 579 + "last_update": "2024-09-29 13:38:18", + "author_account_age_days": 626 + }, + "https://github.com/zhongpei/Comfyui_image2prompt": { + "stars": 294, + "last_update": "2024-05-22 23:19:30", + "author_account_age_days": 3568 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 2, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2045 - }, - "https://github.com/zmwv823/ComfyUI-AnyText": { - "stars": 87, - "last_update": "2024-08-16 10:36:15", - "author_account_age_days": 3331 + "author_account_age_days": 2092 } } \ No newline at end of file diff --git a/node_db/forked/custom-node-list.json b/node_db/forked/custom-node-list.json index 55459114..65a0f699 100644 --- a/node_db/forked/custom-node-list.json +++ b/node_db/forked/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "jags111", + "title": "NyaamZ/ComfyUI-Long-CLIP", + "reference": "https://github.com/NyaamZ/efficiency-nodes-ED", + "files": [ + "https://github.com/NyaamZ/efficiency-nodes-ED" + ], + "install_type": "git-clone", + "description": "This forked repo supports efficiency-nodes-comfyui. Additional features." + }, + { + "author": "SeaArtLab", + "title": "zer0int/ComfyUI-Long-CLIP", + "reference": "https://github.com/zer0int/ComfyUI-Long-CLIP", + "files": [ + "https://github.com/zer0int/ComfyUI-Long-CLIP" + ], + "install_type": "git-clone", + "description": "This forked repo supports FLUX.1 not only SD1.5, SDXL." + }, { "author": "meimeilook", "title": "ComfyUI_IPAdapter_plus.old [backward compatbility]", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 2b24e14e..27d7a103 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -11,6 +11,192 @@ + { + "author": "mpiquero7164", + "title": "SaveImgPrompt [DEPRECATED]", + "id": "save-imgprompt", + "reference": "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt", + "files": [ + "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt" + ], + "install_type": "git-clone", + "description": "Save a png or jpeg and option to save prompt/workflow in a text or json file for each image in Comfy + Workflow loading." + }, + { + "author": "guoyk93", + "title": "y.k.'s ComfyUI node suite [DEPRECATED]", + "id": "yks", + "reference": "https://github.com/yankeguo-deprecated/yk-node-suite-comfyui", + "files": [ + "https://github.com/yankeguo-deprecated/yk-node-suite-comfyui" + ], + "install_type": "git-clone", + "description": "Nodes: YKImagePadForOutpaint, YKMaskToImage" + }, + { + "author": "adityathiru", + "title": "ComfyUI LLMs [REMOVED]", + "reference": "https://github.com/adityathiru/ComfyUI-LLMs", + "files": [ + "https://github.com/adityathiru/ComfyUI-LLMs" + ], + "install_type": "git-clone", + "description": "Goal: To enable folks to rapidly build complex workflows with LLMs\nNOTE:☠️ This is experimental and not recommended to use in a production environment (yet!)" + }, + { + "author": "DannyStone1999", + "title": "ComfyUI-Depth2Mask [REMOVED]", + "reference": "https://github.com/DannyStone1999/ComfyUI-Depth2Mask", + "files": [ + "https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py" + ], + "install_type": "copy", + "description": "Nodes:Depth2Mask" + }, + { + "author": "syaofox", + "title": "ComfyUI_FoxTools [REMOVED]", + "reference": "https://github.com/syaofox/ComfyUI_FoxTools", + "files": [ + "https://github.com/syaofox/ComfyUI_FoxTools" + ], + "install_type": "git-clone", + "description": "Nodes:BatchImageFromList, Load Face Occlusion Model, Create Face Mask, Simple FaceAlign, Cacul FaceAlign, Gen Blurbord, Face Align, Face Rotate, ImageAdd, LoadImageList, SaveImage Plus, RegTextFind" + }, + { + "author": "AIFSH", + "title": "SeedVC-ComfyUI [REMOVED]", + "reference": "https://github.com/AIFSH/SeedVC-ComfyUI", + "files": [ + "https://github.com/AIFSH/SeedVC-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/seed-vc](https://github.com/Plachtaa/seed-vc)" + }, + { + "author": "jazhang00", + "title": "ComfyUI Node for Slicedit [REMOVED]", + "reference": "https://github.com/jazhang00/ComfyUI-Slicedit", + "files": [ + "https://github.com/jazhang00/ComfyUI-Slicedit" + ], + "install_type": "git-clone", + "description": "Slicedit main page: [a/https://matankleiner.github.io/slicedit/](https://matankleiner.github.io/slicedit/). Use Slicedit with ComfyUI." + }, + { + "author": "rklaffehn", + "title": "rk-comfy-nodes [REMOVED]", + "id": "rknodes", + "reference": "https://github.com/rklaffehn/rk-comfy-nodes", + "files": [ + "https://github.com/rklaffehn/rk-comfy-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: RK_CivitAIMetaChecker, RK_CivitAIAddHashes." + }, + { + "author": "Extraltodeus", + "title": "CLIP-Token-Injection [REMOVED]", + "reference": "https://github.com/Extraltodeus/CLIP-Token-Injection", + "files": [ + "https://github.com/Extraltodeus/CLIP-Token-Injection" + ], + "install_type": "git-clone", + "description": "These nodes are to edit the text vectors of CLIP models, so to customize how the prompts will be interpreted. You could see it as either customisation, 'one token prompt' up to some limitation and a way to mess with how the text will be interpreted. The edited CLIP can then be saved, or as well the edited tokens themselves. The shared example weights does not contain any image-knowledge but the text vector of the words affected." + }, + { + "author": "openart", + "title": "openart-comfyui-deploy [REMOVED]", + "id": "openart-comfyui-deploy", + "reference": "https://github.com/kulsisme/openart-comfyui-deploy", + "files": [ + "https://github.com/kulsisme/openart-comfyui-deploy" + ], + "install_type": "git-clone", + "description": "NODES: External Boolean (ComfyUI Deploy), External Checkpoint (ComfyUI Deploy), External Image (ComfyUI Deploy), External Video (ComfyUI Deploy x VHS), OpenArt Text, Image Websocket Output (ComfyDeploy), ..." + }, + { + "author": "mittimi", + "title": "ComfyUI_mittimiLoadPreset [DEPRECATED]", + "id": "comfyui-mittimi-load-preset", + "reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset", + "files": [ + "https://github.com/mittimi/ComfyUI_mittimiLoadPreset" + ], + "install_type": "git-clone", + "description": "The system selects and loads preset." + }, + { + "author": "jinljin", + "title": "ComfyUI-Talking-Head [REMOVED]", + "reference": "https://github.com/jinljin/ComfyUI-ElevenlabsAndDID-Combine", + "files": [ + "https://github.com/jinljin/ComfyUI-ElevenlabsAndDID-Combine" + ], + "install_type": "git-clone", + "description": "ComfyUI-Talking-Head" + }, + { + "author": "jh-leon-kim", + "title": "ComfyUI-JHK-utils [REMOVED]", + "id": "jhk", + "reference": "https://github.com/jh-leon-kim/ComfyUI-JHK-utils", + "files": [ + "https://github.com/jh-leon-kim/ComfyUI-JHK-utils" + ], + "install_type": "git-clone", + "description": "Nodes:JHK_Utils_LoadEmbed, JHK_Utils_string_merge, JHK_Utils_ImageRemoveBackground" + }, + { + "author": "ilovejohnwhite", + "title": "TatToolkit [REMOVED]", + "reference": "https://github.com/ilovejohnwhite/UncleBillyGoncho", + "files": [ + "https://github.com/ilovejohnwhite/UncleBillyGoncho" + ], + "install_type": "git-clone", + "description": "Nodes:UWU TTK Preprocessor, Pixel Perfect Resolution, Generation Resolution From Image, Generation Resolution From Latent, Enchance And Resize Hint Images, ..." + }, + { + "author": "hzchet", + "title": "ComfyUI_QueueGeneration [REMOVED]", + "reference": "https://github.com/hzchet/ComfyUI_QueueGeneration", + "files": [ + "https://github.com/hzchet/ComfyUI_QueueGeneration" + ], + "install_type": "git-clone", + "description": "NODES:Queue Img2Vid Generation" + }, + { + "author": "ader47", + "title": "ComfyUI-MeshHamer [REMOVED]", + "reference": "https://github.com/ader47/comfyui_meshhamer", + "files": [ + "https://github.com/ader47/comfyui_meshhamer" + ], + "install_type": "git-clone", + "description": "Nodes:MeshHamer Hand Refiner. See also: [a/HaMeR: Hand Mesh Recovery](https://github.com/geopavlakos/hamer/tree/main)" + }, + { + "author": "SEkINVR", + "title": "ComfyUI-Animator", + "reference": "https://github.com/SEkINVR/ComfyUI-Animator [REMOVED]", + "files": [ + "https://github.com/SEkINVR/ComfyUI-Animator" + ], + "install_type": "git-clone", + "description": "This custom node for ComfyUI provides full-body animation capabilities, including facial rigging, various lighting styles, and green screen output." + }, + { + "author": "m-ai-studio", + "title": "mai-prompt-progress [REMOVED]", + "reference": "https://github.com/m-ai-studio/mai-prompt-progress", + "files": [ + "https://github.com/m-ai-studio/mai-prompt-progress" + ], + "install_type": "git-clone", + "description": "mai-prompt-progress" + }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI-AnyText [NOT MAINTAINED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b5200636..21362430 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,688 +9,686 @@ }, - { - "author": "nicehero", - "title": "comfyui-SegGPT", - "reference": "https://github.com/nicehero/comfyui-SegGPT", + "author": "2kpr", + "title": "ComfyUI-PMRF", + "id": "comfyui-pmrf", + "reference": "https://github.com/2kpr/ComfyUI-PMRF", "files": [ - "https://github.com/nicehero/comfyui-SegGPT" + "https://github.com/2kpr/ComfyUI-PMRF" ], "install_type": "git-clone", - "description": "We release the [a/SegGPT model](https://huggingface.co/BAAI/SegGPT/blob/main/seggpt_vit_large.pth) and inference code for segmentation everything, as well as some example images and videos.\nNOTE: [a/SegGPT: Segmenting Everything In Context](https://huggingface.co/BAAI/SegGPT)" + "description": "Implementation of PMRF on ComfyUI" }, { - "author": "sakura1bgx", - "title": "ComfyUI_FlipStreamViewer", - "reference": "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer", + "author": "dionren", + "title": "Export Workflow With Cyuai Api Available Nodes", + "id": "comfyUI-Pro-Export-Tool", + "reference": "https://github.com/dionren/ComfyUI-Pro-Export-Tool", "files": [ - "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer" + "https://github.com/dionren/ComfyUI-Pro-Export-Tool" ], "install_type": "git-clone", - "description": "ComfyUI_FlipStreamViewer is a tool that provides a viewer interface for flipping images with frame interpolation, allowing you to watch high-fidelity pseudo-videos without needing AnimateDiff." + "description": "This is a node to convert workflows to cyuai api available nodes." }, { - "author": "NakamuraShippo", - "title": "ComfyUI_mittimiLoadPreset", - "id": "comfyui-mittimi-load-preset", - "reference": "https://github.com/mittimi/ComfyUI_mittimiLoadPreset", + "author": "l1yongch1", + "title": "ComfyUI_PhiCaption", + "reference": "https://github.com/l1yongch1/ComfyUI_PhiCaption", "files": [ - "https://github.com/mittimi/ComfyUI_mittimiLoadPreset" + "https://github.com/l1yongch1/ComfyUI_PhiCaption" ], "install_type": "git-clone", - "description": "The system selects and loads preset." + "description": "In addition to achieving conventional single-image, single-round reverse engineering, it can also achieve single-image multi-round and multi-image single-round reverse engineering. Moreover, the Phi model has a better understanding of prompts." }, { - "author": "RodrigoSKohl", - "title": "ComfyUI-Panoramic-ImgStitcher", - "reference": "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher", + "author": "tkreuziger", + "title": "ComfyUI and Claude", + "reference": "https://github.com/tkreuziger/comfyui-claude", "files": [ - "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher" + "https://github.com/tkreuziger/comfyui-claude" ], "install_type": "git-clone", - "description": "Nodeds:Panoramic Image Stitcher" + "description": "A set of custom nodes that are using Anthropic's Claude models for describing images and transforming texts." + }, + { + "author": "Playbook", + "title": "Playbook Nodes", + "id": "playbook-3d", + "reference": "https://github.com/playbook3d/playbook-nodes", + "files": [ + "https://github.com/playbook3d/playbook-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes for connecting 3D scenes and ComfyUI workflows." + }, + { + "author": "kijai", + "title": "ComfyUI-Lotus", + "reference": "https://github.com/kijai/ComfyUI-Lotus", + "files": [ + "https://github.com/kijai/ComfyUI-Lotus" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes to use Lotus depth/normal prediction.\nNOTE:The necessary models can be downloaded from ComfyUI-Manager." + }, + { + "author": "laogou666", + "title": "ComfyUI_LG_FFT", + "reference": "https://github.com/LAOGOU-666/ComfyUI_LG_FFT", + "files": [ + "https://github.com/LAOGOU-666/ComfyUI_LG_FFT" + ], + "install_type": "git-clone", + "description": "Implementation of Fast Fourier Transform in COMFYUI" + }, + { + "author": "AIFSH", + "title": "PyramidFlow-ComfyUI", + "reference": "https://github.com/AIFSH/PyramidFlow-ComfyUI", + "files": [ + "https://github.com/AIFSH/PyramidFlow-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/Pyramid-Flow](https://github.com/jy0205/Pyramid-Flow), you can find workflow here" + }, + { + "author": "AI2lab", + "title": "comfyUI-kling-api-2lab", + "reference": "https://github.com/AI2lab/comfyUI-kling-api-2lab", + "files": [ + "https://github.com/AI2lab/comfyUI-kling-api-2lab" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of KLing for ComfyUI" + }, + { + "author": "Elaine-chennn", + "title": "ComfyUI Overlay Media Node", + "reference": "https://github.com/Elaine-chennn/comfyui-overlay-media", + "files": [ + "https://github.com/Elaine-chennn/comfyui-overlay-media" + ], + "install_type": "git-clone", + "description": "This repository contains a custom ComfyUI node for overlaying media using ffmpeg." + }, + { + "author": "807502278", + "title": "ComfyUI-WJNodes", + "reference": "https://github.com/807502278/ComfyUI-WJNodes", + "files": [ + "https://github.com/807502278/ComfyUI-WJNodes" + ], + "install_type": "git-clone", + "description": "Ready to use upon download. No need to install dependencies for the time being.\nIf there are new functions or suggestions, please provide feedback.\nAttention! The delfile node is not recommended for use on servers. I am not responsible for any losses incurred." + }, + { + "author": "VertexStudio", + "title": "roblox-comfyui-nodes", + "reference": "https://github.com/VertexStudio/roblox-comfyui-nodes", + "files": [ + "https://github.com/VertexStudio/roblox-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "NODES:Scale Image Node, Switch Image Node, Switch Text Node, First Number Node, Mirror Effect Node, Text To ImageNode, Flow Nodes, Simple Save Image Node" + }, + { + "author": "bvhari", + "title": "ComfyUI_PerpCFG", + "reference": "https://github.com/bvhari/ComfyUI_PerpCFG", + "files": [ + "https://github.com/bvhari/ComfyUI_PerpCFG" + ], + "install_type": "git-clone", + "description": "Perpendicular CFG for reducing oversaturation issues with high guidance scale values." + }, + { + "author": "zhangp365", + "title": "ComfyUI_photomakerV2_native", + "id": "comfyui_photomakerV2_native", + "reference": "https://github.com/zhangp365/ComfyUI_photomakerV2_native", + "files": [ + "https://github.com/zhangp365/ComfyUI_photomakerV2_native" + ], + "install_type": "git-clone", + "description": "Nodes: PhotoMakerLoaderV2,PhotoMakerEncodeV2" + }, + { + "author": "MoonHugo", + "title": "ComfyUI-FFmpeg", + "id": "FFmpeg", + "reference": "https://github.com/MoonHugo/ComfyUI-FFmpeg", + "files": [ + "https://github.com/MoonHugo/ComfyUI-FFmpeg" + ], + "install_type": "git-clone", + "description": "Encapsulate the commonly used functions of FFmpeg into ComfyUI nodes, making it convenient for users to perform various video processing tasks within ComfyUI." + }, + { + "author": "AIFSH", + "title": "EzAudio-ComfyUI", + "reference": "https://github.com/AIFSH/EzAudio-ComfyUI", + "files": [ + "https://github.com/AIFSH/EzAudio-ComfyUI" + ], + "install_type": "git-clone", + "description": "a custom node for [a/EzAudio](https://github.com/haidog-yaqub/EzAudio)" + }, + { + "author": "RiceRound", + "title": "ComfyUI Compression and Encryption Node", + "id": "cryptocat", + "reference": "https://github.com/RiceRound/ComfyUI_CryptoCat.git", + "files": [ + "https://github.com/RiceRound/ComfyUI_CryptoCat.git" + ], + "install_type": "git-clone", + "description": "a lightweight open-source node for ComfyUI, designed to simplify workflows while providing encryption protection for them." + }, + { + "author": "ggarra13", + "title": "ComfyUI-mrv2", + "reference": "https://github.com/ggarra13/ComfyUI-mrv2", + "files": [ + "https://github.com/ggarra13/ComfyUI-mrv2" + ], + "install_type": "git-clone", + "description": "NODES:mrv2 Save EXR Image, mrv2 Annotations Image Node" + }, + { + "author": "JichaoLiang", + "title": "Immortal_comfyUI", + "reference": "https://github.com/JichaoLiang/Immortal_comfyUI", + "files": [ + "https://github.com/JichaoLiang/Immortal_comfyUI" + ], + "install_type": "git-clone", + "description": "NODES:ImNewNode, ImAppendNode, MergeNode, SetProperties, SaveToDirectory, batchNodes, redirectToNode, SetEvent, ..." }, { "author": "logtd", - "title": "ComfyUI-SSREncoder", - "id": "ssrencoder", - "reference": "https://github.com/logtd/ComfyUI-SSREncoder", + "title": "ComfyUI-APGScaling", + "reference": "https://github.com/logtd/ComfyUI-APGScaling", "files": [ - "https://github.com/logtd/ComfyUI-SSREncoder" + "https://github.com/logtd/ComfyUI-APGScaling" ], "install_type": "git-clone", - "description": "ComfyUI Nodes to use [a/SSR Encoder:Encoding Selective Subject Representation for Subject-Driven Generation](https://github.com/Xiaojiu-z/SSR_Encoder)." + "description": "ComfyUI nodes to use [a/APG scaling](https://huggingface.co/papers/2410.02416) for CFG, allowing for better image quality with higher CFG." }, { - "author": "logtd", - "title": "ComfyUI-SeeCoder", - "id": "seecoder-logtd", - "reference": "https://github.com/logtd/ComfyUI-SeeCoder", + "author": "gelasdev", + "title": "ComfyUI-FLUX-BFL-API", + "reference": "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API", "files": [ - "https://github.com/logtd/ComfyUI-SeeCoder" + "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API" ], "install_type": "git-clone", - "description": "ComfyUI nodes to use the SeeCoder from [a/Prompt-Free-Diffusion](https://github.com/SHI-Labs/Prompt-Free-Diffusion)" + "description": "Custom nodes for integrating Flux models with the BFL API." }, { - "author": "nux1111", - "title": "ComfyUI_NetDist_Plus", - "reference": "https://github.com/nux1111/ComfyUI_NetDist_Plus", + "author": "chrisgoringe", + "title": "Comfy Controller", + "id": "cg-comfycontroller", + "reference": "https://github.com/chrisgoringe/cg-controller", "files": [ - "https://github.com/nux1111/ComfyUI_NetDist_Plus" + "https://github.com/chrisgoringe/cg-controller" ], "install_type": "git-clone", - "description": "Run ComfyUI workflows on multiple local GPUs/networked machines with options to edit the json values within comfyui.\nOriginal repo: [a/city96/ComfyUI_NetDist](https://github.com/city96/ComfyUI_NetDist)" + "description": "A simple controller panel that gathers all widgets from red nodes" + }, + { + "author": "YarvixPA", + "title": "ComfyUI-NeuralMedia", + "reference": "https://github.com/YarvixPA/ComfyUI-NeuralMedia", + "files": [ + "https://github.com/YarvixPA/ComfyUI-NeuralMedia" + ], + "install_type": "git-clone", + "description": "A set of custom nodes modified to achieve things I felt were missing." + }, + { + "author": "SpenserCai", + "title": "ComfyUI-FunAudioLLM", + "id": "funaudiollm", + "reference": "https://github.com/SpenserCai/ComfyUI-FunAudioLLM", + "files": [ + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM" + ], + "install_type": "git-clone", + "description": "Comfyui custom node for [a/FunAudioLLM](https://funaudiollm.github.io/) include [a/CosyVoice](https://github.com/FunAudioLLM/CosyVoice) and [a/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)." + }, + { + "author": "akatz-ai", + "title": "🌊 Depthflow Nodes", + "id": "depthflow-akatz-ai", + "reference": "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes", + "files": [ + "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes" + ], + "install_type": "git-clone", + "description": "Implementation of DepthFlow nodes for ComfyUI, adds a 2.5D parallax effect to images and videos. Compatible with Ryan's Flex system." + }, + { + "author": "spacepxl", + "title": "ComfyUI-Depth-Pro", + "reference": "https://github.com/spacepxl/ComfyUI-Depth-Pro", + "files": [ + "https://github.com/spacepxl/ComfyUI-Depth-Pro" + ], + "install_type": "git-clone", + "description": "Based on [a/https://github.com/apple/ml-depth-pro](https://github.com/apple/ml-depth-pro)" + }, + { + "author": "yuvraj108c", + "title": "ComfyUI Rife TensorRT", + "reference": "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt" + ], + "install_type": "git-clone", + "description": "This project provides a TensorRT implementation of [a/RIFE](https://github.com/hzwer/ECCV2022-RIFE) for ultra fast frame interpolation inside ComfyUI" + }, + { + "author": "rdancer", + "title": "ComfyUI_Florence2SAM2", + "reference": "https://github.com/rdancer/ComfyUI_Florence2SAM2", + "files": [ + "https://github.com/rdancer/ComfyUI_Florence2SAM2" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node implementing Florence 2 + Segment Anything Model 2, based on [a/SkalskiP's HuggingFace space](https://huggingface.co/spaces/SkalskiP/florence-sam)" + }, + { + "author": "raysers", + "title": "Mflux-ComfyUI", + "reference": "https://github.com/raysers/Mflux-ComfyUI", + "files": [ + "https://github.com/raysers/Mflux-ComfyUI" + ], + "install_type": "git-clone", + "description": "Simple use of [a/Mflux](https://github.com/filipstrand/mflux) in ComfyUI, suitable for users who are not familiar with terminal usage.\nNOTE: A MLX port of FLUX based on the Huggingface Diffusers implementation." + }, + { + "author": "educator-art", + "title": "ComfyUI-Load-DirectoryFiles", + "reference": "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles", + "files": [ + "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles" + ], + "install_type": "git-clone", + "description": "This node loads prompts (txt) and images (png) from a specified directory. By specifying an index, it outputs the selected file." + }, + { + "author": "GadzoinksOfficial", + "title": "Gadzoinks", + "reference": "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI", + "files": [ + "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI" + ], + "install_type": "git-clone", + "description": "Custom node for integrating with gadzoinks iPhone app" + }, + { + "author": "civen-cn", + "title": "ComfyUI-PaddleOcr", + "reference": "https://github.com/civen-cn/ComfyUI-PaddleOcr", + "files": [ + "https://github.com/civen-cn/ComfyUI-PaddleOcr" + ], + "install_type": "git-clone", + "description": "Nodes related to [a/PaddleOCR](https://paddlepaddle.github.io/PaddleOCR) OCR." }, { "author": "daxcay", - "title": "ComfyUI-Nexus", - "reference": "https://github.com/daxcay/ComfyUI-Nexus", + "title": "ComfyUI-YouTubeVideoPlayer", + "reference": "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer", "files": [ - "https://github.com/daxcay/ComfyUI-Nexus" + "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer" ], "install_type": "git-clone", - "description": "Node to enable seamless multiuser workflow collaboration, run on local and remote comfy servers." + "description": "Plays youtube video in comfy." }, { - "author": "Assistant", - "title": "ComfyUI-PromptList", - "reference": "https://github.com/NakamuraShippo/ComfyUI-PromptList", + "author": "da2el-ai", + "title": "D2-nodes-ComfyUI", + "id": "d2-nodes-comfyui", + "reference": "https://github.com/da2el-ai/D2-nodes-ComfyUI", "files": [ - "https://github.com/NakamuraShippo/ComfyUI-PromptList" + "https://github.com/da2el-ai/D2-nodes-ComfyUI" ], "install_type": "git-clone", - "description": "Custom node for managing prompts with CSV integration" + "description": "This is a collection of custom nodes that make ComfyUI slightly more convenient.[w/This node pack integrates ComfyUI-d2-size-selector, ComfyUI-d2-steps, and ComfyUI-d2-xyplot-utils. To avoid conflicts, please delete the existing node packs if you install this one.]" }, { - "author": "X-T-E-R", - "title": "ComfyUI Easy Civitai (XTNodes)", - "reference": "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes", + "author": "willchil", + "title": "ComfyUI-Environment-Visualizer", + "reference": "https://github.com/willchil/ComfyUI-Environment-Visualizer", "files": [ - "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes" + "https://github.com/willchil/ComfyUI-Environment-Visualizer" ], "install_type": "git-clone", - "description": "Fed up with the hassle of managing AI models and LoRAs? Tired of hunting down the perfect resources, only to struggle with getting them loaded and configured just right?\nIntroducing the Civitai Node Loading System—your all-in-one solution for seamless model and LoRA management. Whether you’re pulling directly from Civitai or loading from local files, our system makes it a breeze. With automatic preview generation and BLAKE3 hash verification, you can be sure that you’re always working with the correct and highest quality resources. Say goodbye to the guesswork and hello to a streamlined, efficient workflow that’s as powerful as it is user-friendly." + "description": "This ComfyUI node pack allows the user to take a panoramic image and a corresponding depth map, and turn them into a 3D environment, which they can view in an immersive WebXR environment." }, { - "author": "niknah", - "title": "Quick Connections", - "id": "quick-connections", - "reference": "https://github.com/niknah/quick-connections", + "author": "APZmedia", + "title": "APZmedia Fast Image Save Node", + "reference": "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save", "files": [ - "https://github.com/niknah/quick-connections" + "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save" ], "install_type": "git-clone", - "description": "Quick connections, Circuit board connections" + "description": "This node for ComfyUI allows saving images with an optional alpha channel (transparency). It supports saving images in formats like PNG, JPEG, and WebP." }, { - "author": "hyejinlee12", - "title": "ComfyUI-Fill-Image-for-Outpainting", - "id": "LoadFiles", - "reference": "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting", + "author": "nilor-corp", + "title": "Nilor Nodes by Nilor Corp", + "id": "nilor-nodes", + "reference": "https://github.com/nilor-corp/nilor-nodes", "files": [ - "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting" + "https://github.com/nilor-corp/nilor-nodes" ], "install_type": "git-clone", - "description": "This node is to fill image for outpainting(inpainting)\nFill image using cv2 methods(cv2_ns, cv2_telea and edge_pad)" + "description": "Custom utility nodes for ComfyUI by Nilor Corp. Probably not useful for most people, but contains stuff for working with lists, filenames, image batches, etc in a very specifc way." }, { - "author": "xlinx", - "title": "decadetw-Auto-Messaging-realtime", - "reference": "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime", + "author": "okg21", + "title": "VLLMVisionChatNode", + "reference": "https://github.com/okg21/VLLMVisionChatNode", "files": [ - "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime" + "https://github.com/okg21/VLLMVisionChatNode/raw/refs/heads/main/VLLMVisionChatNode.py" ], - "install_type": "git-clone", - "description": "Auto msg to ur mobile (LINE | Telegram | Discord)\nMotivation: Mobile phone wallpaper., an architect like: architect, cloth designer, art-worker, When u outdoor, ..." + "pip": ["openai", "numpy"], + "install_type": "copy", + "description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation." }, { - "author": "yhayano-ponotech", - "title": "ComfyUI-Fal-API-Flux", - "reference": "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux", + "author": "L.HC", + "title": "SimpleToolsNodes", + "reference": "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes", "files": [ - "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux" + "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes" ], "install_type": "git-clone", - "description": "This repository contains custom nodes for ComfyUI that integrate the fal.ai FLUX.1 [dev] with LoRA API, specifically for text-to-image generation. These nodes allow you to use the FLUX.1 model directly within your ComfyUI workflows." + "description": "Two simple nodes: 1. Get the steps based on the model name, 2. Generate prompts using chatglm." }, { - "author": "Dr.Jusseaux", - "title": "Diffusers-in-ComfyUI", - "reference": "https://github.com/maepopi/Diffusers-in-ComfyUI", + "author": "BRIA AI", + "title": "BRIA AI API nodes", + "reference": "https://github.com/Bria-AI/ComfyUI-BRIA-API", "files": [ - "https://github.com/maepopi/Diffusers-in-ComfyUI" + "https://github.com/Bria-AI/ComfyUI-BRIA-API" ], "install_type": "git-clone", - "description": "A collection of ComfyUI custom nodes that allow to use most Diffusers pipelines and components in Comfy(Txt2Img, Img2Img, Inpainting, LoRAS, B-LoRAS, ControlNet...)" + "description": "Custom nodes for ComfyUI using BRIA's API." }, { - "author": "erosDiffusion", - "title": "Compositor Node", - "reference": "https://github.com/erosDiffusion/ComfyUI-enricos-nodes", + "author": "danbochman", + "title": "FASHN Virtual Try-On", + "id": "fashn", + "reference": "https://github.com/fashn-AI/ComfyUI-FASHN", "files": [ - "https://github.com/erosDiffusion/ComfyUI-enricos-nodes" + "https://github.com/fashn-AI/ComfyUI-FASHN" ], "install_type": "git-clone", - "description": "pass up to 8 images and visually place, rotate and scale them to build the perfect composition. group move and group rescale. remember their position and scaling value across generations to easy swap images. use the buffer zone to to park an asset you don't want to use or easily reach transformations controls" + "description": "Node for the FASHN Virtual Try-On API. Requires an API Key from fashn.ai" }, { - "author": "Rvage0815", - "title": "ComfyUI-RvTools", - "reference": "https://github.com/Rvage0815/ComfyUI-RvTools", + "author": "ez-af", + "title": "ComfyUI-EZ-AF-Nodes", + "id": "ez-af", + "reference": "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes", "files": [ - "https://github.com/Rvage0815/ComfyUI-RvTools" + "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes" ], "install_type": "git-clone", - "description": "With this suit, you have a lot of nodes in one place to build your workflow." + "description": "This pack helps to conveniently control text in complex prompt-builder type workflows. Load/Read Prompts from .CSV; Concatenate large amounts of text; Use string input as ANY type. Requires pythongosssss custom scripts" }, { - "author": "daryltucker", - "title": "ComfyUI-LoadFiles", - "id": "LoadFiles", - "reference": "https://github.com/daryltucker/ComfyUI-LoadFiles", + "author": "Darth-Veitcher", + "title": "Comfy DV", + "id": "comfydv", + "reference": "https://github.com/darth-veitcher/comfydv", "files": [ - "https://github.com/daryltucker/ComfyUI-LoadFiles" + "https://github.com/darth-veitcher/comfydv" ], "install_type": "git-clone", - "description": "The primary goal of these nodes is to provide a way to access files generated by ComfyUI workflows, local to the machine running ComfyUI. These nodes should always return an updated list of files when triggered." + "description": "Nodes: String Formatting (f-string and jinja2), Random Choice, Model Memory management, and other quality of life improvements." }, { - "author": "dchatel", - "title": "comfyui_davcha", - "reference": "https://github.com/dchatel/comfyui_davcha", + "author": "kijai", + "title": "ComfyUI wrapper nodes for LVCD", + "reference": "https://github.com/kijai/ComfyUI-LVCDWrapper", "files": [ - "https://github.com/dchatel/comfyui_davcha" + "https://github.com/kijai/ComfyUI-LVCDWrapper" ], "install_type": "git-clone", - "description": "Nodes:SmartMask, ResizeCropFit, Percent Padding, SoftErosion, StringScheduleHelper, DStack, DavchaConditioningConcat, DavchaModelMergeSimple, DavchaCLIPMergeSimple, DavchaModelMergeSD1, DavchaModelMergeSDXL, ConditioningCompress... Some personal QoL and experimental nodes" + "description": "Original repo: [a/https://github.com/luckyhzt/LVCD](https://github.com/luckyhzt/LVCD)" }, { - "author": "Steudio", - "title": "ComfyUI_Steudio", - "reference": "https://github.com/Steudio/ComfyUI_Steudio", + "author": "guyaton", + "title": "guy-nodes-comfyui", + "reference": "https://github.com/guyaton/guy-nodes-comfyui", "files": [ - "https://github.com/Steudio/ComfyUI_Steudio" + "https://github.com/guyaton/guy-nodes-comfyui" ], "install_type": "git-clone", - "description": "Nodes: TileSplit (Dynamic), TileMerge (Dynamic)" + "description": "These are designed to be custom nodes i found usefulness to that hopefully others can share." }, { - "author": "nonnonstop", - "title": "comfyui-faster-loading", - "reference": "https://github.com/nonnonstop/comfyui-faster-loading", + "author": "fssorc", + "title": "ComfyUI_FFT", + "reference": "https://github.com/fssorc/ComfyUI_FFT", "files": [ - "https://github.com/nonnonstop/comfyui-faster-loading" + "https://github.com/fssorc/ComfyUI_FFT" ], "install_type": "git-clone", - "description": "This extension applies a patch that limits the model loading speed when using an HDD in a Windows environment. See [a/comfyanonymous/ComfyUI#1992](https://github.com/comfyanonymous/ComfyUI/issues/1992). [w/As this patch is only useful in very limited environments, its installation is not recommended under normal circumstances. Memory usage may increase.]" - }, - { - "author": "TTPlanetPig", - "title": "Comfyui_TTP_Toolset", - "reference": "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset", - "files": [ - "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset" - ], - "install_type": "git-clone", - "description": "This is a workflow for my simple logic amazing upscale node for DIT model. it can be common use for Flux,Hunyuan,SD3 It can simple tile the initial image into pieces and then use image-interrogator to get each tile prompts for more accurate upscale process. The condition will be properly handled and the hallucination will be significantly eliminated." - }, - { - "author": "TTPlanetPig", - "title": "for comfyui image proprocessor", - "reference": "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor", - "files": [ - "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor" - ], - "install_type": "git-clone", - "description": "Adapt for Hunyuan now\nNOTE: The files in the repo are not organized, which may lead to update issues." + "description": "Perform a Fast Fourier Transform on the image, and then users can freely select the filtering range to filter the image. The main function is to remove the grid patterns on the image, and it can also perform high-pass filtering and low-pass filtering. The detailed workflow is shown in the figure below. The PNG file contains the ComfyUI workflow.The working principle is similar to the FFT filter in Photoshop." }, { "author": "StartHua", - "title": "Comfyui_CXH_Phi_3.5", - "reference": "https://github.com/StartHua/Comfyui_CXH_Phi_3.5", + "title": "Comfyui_CXH_FluxLoraMerge", + "reference": "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge", "files": [ - "https://github.com/StartHua/Comfyui_CXH_Phi_3.5" + "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge" ], "install_type": "git-clone", - "description": "Phi-3.5-vision-instruct fast talk with image !\nFast , Fast ,Fast!\n1.Phi-3.5-vision-instruct" + "description": "flux lora merge.\nadaptive Merge (uses tensor norms and weight), manual Merge (uses fixed weights you specify), additive Merge (uses 100% of the first and adds a percentage of the second)" }, { - "author": "wmpmiles", - "title": "ComfyUI-GTF-Utilities", - "reference": "https://github.com/wmpmiles/ComfyUI-GTF-Utilities", + "author": "creeper", + "title": "comfyui_nai_api", + "reference": "https://github.com/Creeper-MZ/comfyui_nai_api", "files": [ - "https://github.com/wmpmiles/ComfyUI-GTF-Utilities" + "https://github.com/Creeper-MZ/comfyui_nai_api" ], "install_type": "git-clone", - "description": "Generalised 'image' processing nodes for images, masks, latents, and combinations thereof." + "description": "A node that can use Nai in Comfyui" }, { - "author": "shinich39", - "title": "comfyui-put-image", - "reference": "https://github.com/shinich39/comfyui-put-image", + "author": "acorderob", + "title": "Prompt PostProcessor", + "reference": "https://github.com/acorderob/sd-webui-prompt-postprocessor", "files": [ - "https://github.com/shinich39/comfyui-put-image" + "https://github.com/acorderob/sd-webui-prompt-postprocessor" ], "install_type": "git-clone", - "description": "Load image from directory." + "description": "The Prompt PostProcessor (PPP), formerly known as 'sd-webui-sendtonegative', is an extension designed to process the prompt, possibly after other extensions have modified it." }, { - "author": "shinich39", - "title": "comfyui-parse-image", - "reference": "https://github.com/shinich39/comfyui-parse-image", + "author": "Moooonet", + "title": "ComfyUI-ArteMoon", + "reference": "https://github.com/Moooonet/ComfyUI-ArteMoon", "files": [ - "https://github.com/shinich39/comfyui-parse-image" + "https://github.com/Moooonet/ComfyUI-ArteMoon" ], "install_type": "git-clone", - "description": "Extract metadata from image." + "description": "This plugin works with [a/IF_AI_Tools](https://github.com/if-ai/ComfyUI-IF_AI_tools) to build a workflow in ComfyUI that uses AI to assist in generating prompts." }, { - "author": "Pseudotools", - "title": "Pseudocomfy", - "id": "pseudocomfy", - "reference": "https://github.com/Pseudotools/Pseudocomfy", + "author": "thoddnn", + "title": "ComfyUI MLX Nodes", + "reference": "https://github.com/thoddnn/ComfyUI-MLX", "files": [ - "https://github.com/Pseudotools/Pseudocomfy" + "https://github.com/thoddnn/ComfyUI-MLX" ], "install_type": "git-clone", - "description": "A package designed to enable multi-regional prompting for architectural rendering, integrated with the Rhino Pseudorandom plugin." + "description": "Faster workflows for ComfyUI users on Mac with Apple silicon" }, { - "author": "aidenli", - "title": "ComfyUI_NYJY", - "id": "NYJY", - "reference": "https://github.com/aidenli/ComfyUI_NYJY", + "author": "syaofox", + "title": "ComfyUI_fnodes", + "reference": "https://github.com/syaofox/ComfyUI_fnodes", "files": [ - "https://github.com/aidenli/ComfyUI_NYJY" + "https://github.com/syaofox/ComfyUI_fnodes" ], "install_type": "git-clone", - "description": "Nodes: Translate, JoyTag, JoyCaption." + "description": "ComfyUI_fnodes is a collection of custom nodes designed for ComfyUI. These nodes provide additional functionality that can enhance your ComfyUI workflows.\nFile manipulation tools, Image resizing tools, IPAdapter tools, Image processing tools, Mask tools, Face analysis tools, Sampler tools, Miscellaneous tools" }, { - "author": "kijai", - "title": "ComfyUI Flux Trainer", - "reference": "https://github.com/kijai/ComfyUI-FluxTrainer", + "author": "CY-CHENYUE", + "title": "ComfyUI-Molmo", + "id": "comfyui-molmo", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Molmo", "files": [ - "https://github.com/kijai/ComfyUI-FluxTrainer" + "https://github.com/CY-CHENYUE/ComfyUI-Molmo" ], - "install_type": "git-clone", - "description": "Currently supports LoRA training, and untested full finetune with code from kohya's scripts: [a/https://github.com/kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)" - }, + "install_type": "git_clone", + "description": "Use of the molmo model.Generate detailed image descriptions and analysis using Molmo models in ComfyUI." + }, { - "author": "camenduru", - "title": "ComfyUI-TostAI", - "reference": "https://github.com/camenduru/ComfyUI-TostAI", + "author": "IDGallagher", + "title": "ComfyUI-IG-Motion-I2V", + "id": "comfyui-ig-motion-i2v", + "reference": "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V", "files": [ - "https://github.com/camenduru/ComfyUI-TostAI" + "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V" ], "install_type": "git-clone", - "description": "NODES: SendToTostAI" + "description": "ComfyUI adaptation of https://github.com/G-U-N/Motion-I2V" }, { - "author": "xlinx", - "title": "ComfyUI-decadetw-auto-prompt-llm", - "reference": "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm", + "author": "codecringebinge", + "title": "ComfyUI-Arrow-Key-Canvas-Navigation", + "id": "codecringebinge.arrow.key.canvas.navigation", + "reference": "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation", "files": [ - "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm" + "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation" ], "install_type": "git-clone", - "description": "NODES: Auto-LLM-Text-Vision, Auto-LLM-Text, Auto-LLM-Vision" + "description": "A ComfyUI Custom Node that enables arrow key canvas navigation with a pan speed setting." }, - { - "author": "AIFSH", - "title": "FancyVideo-ComfyUI", - "reference": "https://github.com/AIFSH/FancyVideo-ComfyUI", + "author": "CY-CHENYUE", + "title": "ComfyUI-MiniCPM-Plus", + "id": "minicpm-plus", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus", "files": [ - "https://github.com/AIFSH/FancyVideo-ComfyUI" + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus" ], "install_type": "git-clone", - "description": "a custom node for [a/FancyVideo](https://github.com/360CVGroup/FancyVideo)" + "description": "Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions." }, { - "author": "heshengtao", - "title": "comfyui_LLM_schools", - "reference": "https://github.com/heshengtao/comfyui_LLM_schools", + "author": "ycyy", + "title": "ComfyUI-YCYY-LoraInfo", + "reference": "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo", "files": [ - "https://github.com/heshengtao/comfyui_LLM_schools" + "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo" ], "install_type": "git-clone", - "description": "ComfyUI node library for fine-tuning LLMs" + "description": "You can use this node to get information about lora. For example trigger words, description and example images." }, { - "author": "phyblas", - "title": "paint-by-example @ ComfyUI", - "id": "paintbyexample", - "reference": "https://github.com/phyblas/paint-by-example_comfyui", + "author": "asaddi", + "title": "YALLM-LlamaVision", + "reference": "https://github.com/asaddi/ComfyUI-YALLM-node", "files": [ - "https://github.com/phyblas/paint-by-example_comfyui" + "https://github.com/asaddi/ComfyUI-YALLM-node" ], "install_type": "git-clone", - "description": "Implementation of paint-by-example on ComfyUI" + "description": "A set of nodes for basic Llama 3.2 Vision support in ComfyUI. Give it an image and query and it will output a text response." }, { - "author": "rhdunn", - "title": "comfyui-audio-processing", - "reference": "https://github.com/rhdunn/comfyui-audio-processing", + "author": "CRT", + "title": "CRT-Nodes", + "id": "CRT-Nodes", + "reference": "https://github.com/plugcrypt/CRT-Nodes", "files": [ - "https://github.com/rhdunn/comfyui-audio-processing" + "https://github.com/plugcrypt/CRT-Nodes" ], "install_type": "git-clone", - "description": "This plugin is compatible with the ComfyUI audio nodes." + "description": "This set includes toggle nodes for Lora Unet blocks L1/L2 and a node to remove trailing comma from string end." }, { - "author": "rnbwdsh", - "title": "Latent Walk", - "reference": "https://github.com/rnbwdsh/ComfyUI-LatentWalk", + "author": "valofey", + "title": "OpenRouter Node", + "reference": "https://github.com/valofey/Openrouter-Node", "files": [ - "https://github.com/rnbwdsh/ComfyUI-LatentWalk" + "https://github.com/valofey/Openrouter-Node" ], "install_type": "git-clone", - "description": "Latent space walks for latents, conditionals and noise" + "description": "This is a node to use OpenRouter API from within ComfyUI. It supports both prompt and image+prompt requests (for multimodal LLMs)." }, { - "author": "Artiprocher", - "title": "Dashscope FLUX API for ComfyUI", - "id": "dashscope_api", - "reference": "https://github.com/modelscope/comfyscope", + "author": "GiusTex", + "title": "ComfyUI-DiffusersImageOutpaint", + "reference": "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint", "files": [ - "https://github.com/modelscope/comfyscope" + "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint" ], "install_type": "git-clone", - "description": "The FLUX model API from DashScope, developed by Black Forest Labs, offers superior image generation capabilities with optimized support for Chinese prompts, achieving a commendable tradeoff between performance and the quality of generated images compared to other open-source models." - }, + "description": "ComfyUI nodes for outpainting images with diffusers, based on [a/diffusers-image-outpaint](https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint/tree/main) by fffiloni." + }, { - "author": "anhkhoatranle30", - "title": "Handy Node ComfyUI", - "id": "handynode", - "reference": "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI", + "author": "Charlweed", + "title": "ImageTransceiver - ComfyUI", + "reference": "https://github.com/Charlweed/image_transceiver", "files": [ - "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI" + "https://github.com/Charlweed/image_transceiver" ], "install_type": "git-clone", - "description": "This is a pack with some handy nodes for ComfyUI." + "description": "ImageTransceiver is a custom node that enables image generating clients to connect directly to ComfyUI, and send those images in near real-time. For example, an image manipulation program like GIMP can connect an image to a workflow in ComfyUI, and every time the image changes in GIMP, the changes are immediately made in the workflow. Cloning" }, { - "author": "lucafoscili", - "title": "LF Nodes", - "reference": "https://github.com/lucafoscili/comfyui-lf", + "author": "tanglaoya321", + "title": "ComfyUI-StoryMaker", + "reference": "https://github.com/tanglaoya321/ComfyUI-StoryMaker", "files": [ - "https://github.com/lucafoscili/comfyui-lf" + "https://github.com/tanglaoya321/ComfyUI-StoryMaker" ], "install_type": "git-clone", - "description": "JSON Nodes, Large Language Model Nodes, Logic Nodes, Workflow Nodes." + "description": "NODES:StoryMakerSinglePortraitNode, StoryMakerTwoPortraitNode, StoryMakerSwapClothNode.\nStoryMaker's simple ComfyUI wrapper" }, { - "author": "JPrevots", - "title": "ComfyUI-PhyCV", - "reference": "https://github.com/JPrevots/ComfyUI-PhyCV", + "author": "PabloGFX", + "title": "Google Photos Loader - by PabloGFX", + "id": "google-photos-loader", + "reference": "https://github.com/lazniak/comfyui-google-photos-loader", "files": [ - "https://github.com/JPrevots/ComfyUI-PhyCV" + "https://github.com/lazniak/comfyui-google-photos-loader" ], "install_type": "git-clone", - "description": "Nodes:PhyCV - Phase-Stretch Transform (PST), PhyCV - VEViD, PhyCV - Page." + "description": "A ComfyUI custom node that integrates Google Photos into your workflows. List albums, load images from specific albums, and search photos directly within ComfyUI. Features customizable image loading options, sorting, and efficient caching for seamless integration of your Google Photos library into AI image processing pipelines." }, { - "author": "kudou-reira", - "title": "ComfyUI_StringToHex", - "reference": "https://github.com/kudou-reira/ComfyUI_StringToHex", + "author": "Nojahhh", + "title": "ComfyUI GLM-4 Wrapper", + "reference": "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper", "files": [ - "https://github.com/kudou-reira/ComfyUI_StringToHex" + "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper" ], "install_type": "git-clone", - "description": "This is a simple ComfyUI node that will take in a string of 'color' (i.e. 'blue') and output a hex color format." + "description": "ComfyUI GLM-4 Wrapper. This powerful tool enhances your prompt engineering process by allowing users to easily construct detailed, high-quality prompts for image/video generation based on user image and/or user prompts." }, { - "author": "eesahe", - "title": "ComfyUI-eesahesNodes", - "reference": "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes", + "author": "SeanScripts", + "title": "ComfyUI-PixtralLlamaMolmoVision", + "reference": "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision", "files": [ - "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes" + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision" ], "install_type": "git-clone", - "description": "InstantX's Flux union ControlNet loader and implementation" - }, - { - "author": "hben35096", - "title": "ComfyUI-ReplenishNodes", - "reference": "https://github.com/hben35096/ComfyUI-ReplenishNodes", - "files": [ - "https://github.com/hben35096/ComfyUI-ReplenishNodes" - ], - "install_type": "git-clone", - "description": "This repository contains two custom nodes for ComfyUI that utilize the [a/CLIPSeg model](https://huggingface.co/docs/transformers/main/en/model_doc/clipseg) to generate masks for image inpainting tasks based on text prompts." - }, - { - "author": "markuryy", - "title": "ComfyUI Flux Prompt Saver", - "reference": "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver", - "files": [ - "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver" - ], - "install_type": "git-clone", - "description": "The Flux Prompt Saver is a custom node for ComfyUI that works in conjunction with the Flux Sampler Parameters node from the ComfyUI Essentials package. This node allows you to save images with metadata that includes information from the Flux Sampler Parameters pipeline." - }, - { - "author": "shinich39", - "title": "comfyui-textarea-keybindings", - "reference": "https://github.com/shinich39/comfyui-textarea-keybindings", - "files": [ - "https://github.com/shinich39/comfyui-textarea-keybindings" - ], - "install_type": "git-clone", - "description": "Add keybindings to textarea." - }, - { - "author": "NvidiaGameWorksAdmin", - "title": "ComfyUI-RTX-Remix", - "id": "comfyui-rtx-remix", - "reference": "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix", - "files": [ - "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix" - ], - "install_type": "git-clone", - "description": "Use ComfyUI with RTX Remix to remaster classic games [a/https://github.com/NVIDIAGameWorks/rtx-remix](https://github.com/NVIDIAGameWorks/rtx-remix)" - }, - { - "author": "Ryuukeisyou", - "title": "ComfyUI-SyncTalk", - "id": "synctalk", - "reference": "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk", - "files": [ - "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk" - ], - "install_type": "git-clone", - "description": "ComfyUI implemntation for [a/SyncTalk](https://github.com/ZiqiaoPeng/SyncTalk)" - }, - { - "author": "aiXander", - "title": "Eden.art LoRa Trainer", - "id": "Eden", - "reference": "https://github.com/edenartlab/sd-lora-trainer", - "files": [ - "https://github.com/edenartlab/sd-lora-trainer" - ], - "install_type": "git-clone", - "description": "Maintained by Eden.art, this is a very fast, well tuned trainer for SDXL and SD15" - }, - { - "author": "ControlAltAI", - "title": "ControlAltAI Nodes", - "id": "controlaltai", - "reference": "https://github.com/gseth/ControlAltAI-Nodes", - "files": - [ - "https://github.com/gseth/ControlAltAI-Nodes" - ], - "install_type": "git-clone", - "description": "Quality of Life ComfyUI nodes starting with Flux Resolution Calculator and Flux Sampler." - }, - { - "author": "OliverCrosby", - "title": "ComfyUI Minimap", - "id": "minimap", - "reference": "https://github.com/OliverCrosby/Comfyui-Minimap", - "files": [ - "https://github.com/OliverCrosby/Comfyui-Minimap" - ], - "install_type": "git-clone", - "description": "A simple minimap in the bottom-right of the window showing the full workflow, left click to navigate" - }, - { - "author": "leeguandong", - "title": "ComfyUI nodes to use CrossImageAttention", - "reference": "https://github.com/leeguandong/ComfyUI_CrossImageAttention", - "files": [ - "https://github.com/leeguandong/ComfyUI_CrossImageAttention" - ], - "install_type": "git-clone", - "description": "ComfyUI for [a/CrossImageAttention](https://github.com/garibida/cross-image-attention)" - }, - { - "author": "leeguandong", - "title": "ComfyUI nodes to use Style-Aligned", - "reference": "https://github.com/leeguandong/ComfyUI_Style_Aligned", - "files": [ - "https://github.com/leeguandong/ComfyUI_Style_Aligned" - ], - "install_type": "git-clone", - "description": "ComfyUI for [a/style-aligned](https://github.com/google/style-aligned)" - }, - { - "author": "fairy-root", - "title": "Flux Prompt Generator for ComfyUI", - "reference": "https://github.com/fairy-root/Flux-Prompt-Generator", - "files": [ - "https://github.com/fairy-root/Flux-Prompt-Generator" - ], - "install_type": "git-clone", - "description": "A flexible and customizable prompt generator for generating detailed and creative prompts for image generation models for ComfyUI" - }, - { - "author": "doomy23", - "title": "ComfyUI-D00MYsNodes", - "reference": "https://github.com/doomy23/ComfyUI-D00MYsNodes", - "files": - [ - "https://github.com/doomy23/ComfyUI-D00MYsNodes" - ], - "install_type": "git-clone", - "description": "Nodes:ImagesToPNG. A set of custom nodes for ComfyUI I needed for myself but I'm sharing with the public." - }, - { - "author": "Sieyalixnet", - "title": "ComfyUI_Textarea_Loaders", - "reference": "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders", - "files": - [ - "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders" - ], - "install_type": "git-clone", - "description": "An easy custom node that makes the some loaders' input as Text instead of file selector.\nFor example, there are many characters in different loras respectively. If you want to generate different characters' pictures, you have to select corresponding lora, and then edit the prompt. It may cost much time.\nTo solve this problem, You can use it with a chrome extension https://github.com/Sieyalixnet/ComfyUI-Prompt-Formatter-Extension that makes the queue prompt easier when you dealing with massive loras and prompt." - }, - { - "author": "shinich39", - "title": "comfyui-group-selection", - "reference": "https://github.com/shinich39/comfyui-group-selection", - "files": [ - "https://github.com/shinich39/comfyui-group-selection" - ], - "install_type": "git-clone", - "description": "Create a new group of nodes." - }, - { - "author": "ryanontheinside", - "title": "RyanOnTheInside", - "reference": "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside", - "files": [ - "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside" - ], - "install_type": "git-clone", - "description": "Custom nodes introducing particle simulations, optical flow, and temporal masks" - }, - { - "author": "city96", - "title": "ComfyUI-GGUF", - "id": "gguf", - "reference": "https://github.com/city96/ComfyUI-GGUF", - "files": [ - "https://github.com/city96/ComfyUI-GGUF" - ], - "install_type": "git-clone", - "description": "GGUF Quantization support for native ComfyUI models\nThis is currently very much WIP. These custom nodes provide support for model files stored in the GGUF format popularized by llama.cpp.\nWhile quantization wasn't feasible for regular UNET models (conv2d), transformer/DiT models such as flux seem less affected by quantization. This allows running it in much lower bits per weight variable bitrate quants on low-end GPUs." - }, - { - "author": "smthemex", - "title": "ComfyUI_MooER", - "id": "comfyui_mooer", - "reference": "https://github.com/smthemex/ComfyUI_MooER", - "files": [ - "https://github.com/smthemex/ComfyUI_MooER" - ], - "install_type": "git-clone", - "description": "MooER is an LLM-based Speech Recognition and Translation Model from Moore Threads.You can use MooER when install ComfyUI_MooER node" - }, - { - "author": "fairy-root", - "title": "Ollama and Llava Vision integration for ComfyUI", - "reference": "https://github.com/fairy-root/comfyui-ollama-llms", - "files": [ - "https://github.com/fairy-root/comfyui-ollama-llms" - ], - "install_type": "git-clone", - "description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags." - }, - { - "author": "shinich39", - "title": "comfyui-target-search", - "reference": "https://github.com/shinich39/comfyui-target-search", - "files": [ - "https://github.com/shinich39/comfyui-target-search" - ], - "install_type": "git-clone", - "description": "Move canvas to target on dragging connection." - }, - { - "author": "MinusZoneAI", - "title": "ComfyUI-FluxExt-MZ", - "reference": "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ", - "files": [ - "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ" - ], - "install_type": "git-clone", - "description": "Nodes:MZ_Flux1PartialLoad_Patch. Tool nodes related to flux1" - }, - { - "author": "XLabs-AI", - "title": "x-flux-comfyui", - "reference": "https://github.com/XLabs-AI/x-flux-comfyui", - "files": [ - "https://github.com/XLabs-AI/x-flux-comfyui" - ], - "install_type": "git-clone", - "description": "Nodes:Load Flux LoRA, Load Flux ControlNet, Apply Flux ControlNet, Xlabs Sampler" - }, - { - "author": "okgo4", - "title": "ComfyUI-Mosaic-Mask", - "reference": "https://github.com/okgo4/ComfyUI-Mosaic-Mask", - "files": [ - "https://github.com/okgo4/ComfyUI-Mosaic-Mask" - ], - "install_type": "git-clone", - "description": "ComfyUI-Mosaic-Mask is an automatic tool designed to detect and mask mosaic areas in input images." - }, - { - "author": "kijai", - "title": "ComfyUI nodes for ControlNext-SVD v2", - "reference": "https://github.com/kijai/ComfyUI-ControlNeXt-SVD", - "files": [ - "https://github.com/kijai/ComfyUI-ControlNeXt-SVD" - ], - "install_type": "git-clone", - "description": "These nodes include my wrapper for the original diffusers pipeline, as well as work in progress native ComfyUI implementation.\nFor the diffusers wrapper models should be downloaded automatically, for the native version you can get the unet [a/here](https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/blob/main/controlnext-svd_v2-unet-fp16_converted.safetensors)." + "description": "For loading and running Pixtral, Llama 3.2 Vision, and Molmo models. Put models in the models/LLM folder.\n[w/Renamed from ComfyUI-PixtralLlamaVision. Please reinstall.]" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 07191070..f4f3357e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -46,15 +46,11 @@ [ "EG-YSZT-ZT", "EG_CPSYTJ", - "EG_CYQ_JB", - "EG_FSFT", "EG_FX_BDAPI", "EG_HT_YSTZ", "EG_JF_ZZSC", - "EG_JF_ZZTC", "EG_JXFZ_node", "EG_K_LATENT", - "EG_LJ_JZTXDZ", "EG_RY_HT", "EG_SCQY_BHDQY", "EG_SCQY_QBQY", @@ -62,7 +58,7 @@ "EG_SJ", "EG_SJPJ_Node", "EG_SS_RYZH", - "EG_SZ_CGJS", + "EG_SZ_JDYS", "EG_TC_Node", "EG_TSCDS_CJ", "EG_TSCDS_DG", @@ -70,7 +66,6 @@ "EG_TSCDS_JT", "EG_TSCDS_QT", "EG_TSCDS_RW", - "EG_TSCDS_SRJK", "EG_TSCDS_WP", "EG_TSCDS_ZL", "EG_TSCMB_GL", @@ -93,15 +88,10 @@ "EG_ZZ_BSYH", "EG_ZZ_BYYH", "EG_ZZ_HSYH", - "EG_ZZ_MH", "EG_ZZ_MHHT", - "EG_ZZ_RH", "EG_ZZ_SSKZ", - "EG_ZZ_TMTX", "ER_JBCH", - "ER_TX_ZZCJ", - "SaveTextToFile", - "SequentialImageLoader" + "ER_TX_ZZCJ" ], { "title_aux": "Comfyui-ergouzi-Nodes" @@ -153,6 +143,14 @@ "title_aux": "Hayo comfyui nodes" } ], + "https://github.com/2kpr/ComfyUI-PMRF": [ + [ + "PMRF" + ], + { + "title_aux": "ComfyUI-PMRF" + } + ], "https://github.com/2kpr/ComfyUI-UltraPixel": [ [ "UltraPixelLoad", @@ -163,6 +161,14 @@ "title_aux": "ComfyUI-UltraPixel" } ], + "https://github.com/311-code/ComfyUI-MagicClip_Strength": [ + [ + "CLIPTextEncodeSDXL_311_code" + ], + { + "title_aux": "ComfyUI MagicClip_Strength for SDXL" + } + ], "https://github.com/42lux/ComfyUI-safety-checker": [ [ "Safety Checker" @@ -196,6 +202,15 @@ "title_aux": "ComfyUI-GPT4V-Image-Captioner" } ], + "https://github.com/45uee/ComfyUI-Color_Transfer": [ + [ + "ColorPalette", + "PaletteTransfer" + ], + { + "title_aux": "ComfyUI-Color_Transfer" + } + ], "https://github.com/54rt1n/ComfyUI-DareMerge": [ [ "DM_AdvancedDareModelMerger", @@ -234,7 +249,8 @@ "Load_OBJ", "Mesh_Clean_Data", "Mesh_Cleanup", - "Mesh_Data", + "Mesh_Data_Get", + "Mesh_Data_Set", "Mesh_Data_Statistics", "Mesh_Optimization", "Mesh_Subdivide", @@ -271,6 +287,28 @@ "title_aux": "ComfyUI-3D-MeshTool" } ], + "https://github.com/807502278/ComfyUI-WJNodes": [ + [ + "AdvCrop", + "ComfyUIPath", + "DelFile", + "LoadImageAdv", + "LoadImageFromPath", + "MaskDetection", + "PathAppend", + "PrimitiveNode", + "SaveImageOut", + "SaveImageToPath", + "SelectImagesBatch", + "SplitPath", + "any_data", + "load_model_value", + "sort_images_batch" + ], + { + "title_aux": "ComfyUI-WJNodes" + } + ], "https://github.com/80sVectorz/ComfyUI-Static-Primitives": [ [ "FloatStaticPrimitive", @@ -538,8 +576,8 @@ "https://github.com/AIFSH/DHLive-ComfyUI": [ [ "CombineVideo", + "DHLIVELoadVideo", "DHLiveNode", - "LoadVideo", "PreViewVideo", "StaticVideo" ], @@ -557,6 +595,29 @@ "title_aux": "DiffMorpher-ComfyUI" } ], + "https://github.com/AIFSH/DiffSynth-ComfyUI": [ + [ + "CogVideoNode", + "DownloadModelsNode", + "LoadVideo", + "PreViewVideo", + "TextEncode" + ], + { + "title_aux": "DiffSynth-ComfyUI" + } + ], + "https://github.com/AIFSH/EzAudio-ComfyUI": [ + [ + "EzAudioControlNetNode", + "EzAudioEditNode", + "EzAudioNode", + "TextPromptNode" + ], + { + "title_aux": "EzAudio-ComfyUI" + } + ], "https://github.com/AIFSH/FancyVideo-ComfyUI": [ [ "FancyVideoNode", @@ -586,6 +647,41 @@ "title_aux": "GSTTS-ComfyUI" } ], + "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": [ + [ + "AddBackgroundNode", + "AddWaterMarkNode", + "ENHivisionParamsNode", + "HivisionLayOutNode", + "HivisionNode", + "LaterProcessNode", + "ZHHivisionParamsNode" + ], + { + "author": "cuny", + "description": "", + "title_aux": "HivisionIDPhotos-ComfyUI" + } + ], + "https://github.com/AIFSH/PyramidFlow-ComfyUI": [ + [ + "PyramidFlowNode" + ], + { + "title_aux": "PyramidFlow-ComfyUI" + } + ], + "https://github.com/AIFSH/RealisDance-ComfyUI": [ + [ + "LoadFile", + "LoadVideo", + "PreViewVideo", + "RealisDanceNode" + ], + { + "title_aux": "RealisDance-ComfyUI" + } + ], "https://github.com/AIFSH/SenseVoice-ComfyUI": [ [ "SenseVoiceNode", @@ -604,8 +700,29 @@ "title_aux": "StyleShot-ComfyUI" } ], + "https://github.com/AIFSH/VideoSys-ComfyUI": [ + [ + "PreViewVideo", + "TextNode", + "VideoSysNode" + ], + { + "title_aux": "VideoSys-ComfyUI" + } + ], + "https://github.com/AIFSH/ViewCrafter-ComfyUI": [ + [ + "LoadVideo", + "PreViewVideo", + "ViewCrafterTxTNode" + ], + { + "title_aux": "ViewCrafter-ComfyUI" + } + ], "https://github.com/AIFSH/VocalSeparation-ComfyUI": [ [ + "CombineAudioNode", "VocalSeparationNode" ], { @@ -724,6 +841,7 @@ "> Sharpen", "> Text", "> Text Combine", + "> Text Count", "> Text Pick Line by Index", "> Text Pick Random Line", "> Text Random Weights", @@ -734,9 +852,19 @@ "title_aux": "ComfyUI_yanc" } ], + "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": [ + [ + "APZmedia Fast image save" + ], + { + "title_aux": "APZmedia Fast Image Save Node" + } + ], "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": [ [ - "CleanFileNameNode" + "APZmediaStandardFilenameBuilder", + "CleanFileNameNode", + "GenerateFilePathNode" ], { "title_aux": "APZmedia Clean Name" @@ -768,7 +896,7 @@ "title_aux": "Comfy-Photoshop-SD" } ], - "https://github.com/AbyssYuan0/ComfyUI_BadgerTools": [ + "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": [ [ "ApplyMaskToImage-badger", "CropImageByMask-badger", @@ -791,6 +919,7 @@ "IntToStringAdvanced-badger", "LoadImageAdvanced-badger", "LoadImagesFromDirListAdvanced-badger", + "NormalizationNumber-badger", "RotateImageWithPadding", "SegmentToMaskByPoint-badger", "SimpleBoolean-badger", @@ -810,6 +939,14 @@ "title_aux": "ComfyUI_BadgerTools" } ], + "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": [ + [ + "KolorsAwesomePrompts" + ], + { + "title_aux": "Kolors Awesome Prompts" + } + ], "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", @@ -887,9 +1024,11 @@ "ADJUST (JOV) \ud83d\udd78\ufe0f", "AKASHIC (JOV) \ud83d\udcd3", "ARRAY (JOV) \ud83d\udcda", + "BIT SPLIT (JOV) \u2b44", "BLEND (JOV) \u2697\ufe0f", "COLOR BLIND (JOV) \ud83d\udc41\u200d\ud83d\udde8", "COLOR MATCH (JOV) \ud83d\udc9e", + "COLOR MEANS (JOV) \u3030\ufe0f", "COLOR THEORY (JOV) \ud83d\udede", "COMPARISON (JOV) \ud83d\udd75\ud83c\udffd", "CONSTANT (JOV) \ud83d\udfea", @@ -900,19 +1039,18 @@ "FLATTEN (JOV) \u2b07\ufe0f", "GLSL (JOV) \ud83c\udf69", "GLSL BLEND LINEAR (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL COLOR CONVERSION (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL COLOR PALETTE (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL CONICAL GRADIENT (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL DIRECTIONAL WARP (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL FILTER RANGE (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL GRAYSCALE (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL HSV-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL HSV-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL LAB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL LAB-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL LAB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL HSV ADJUST (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL INVERT (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL (JOV) \ud83e\uddd9\ud83c\udffd", "GLSL NORMAL BLEND (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL RGB-2-HSV (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL RGB-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL RGB-2-XYZ (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL XYZ-2-LAB (JOV) \ud83e\uddd9\ud83c\udffd", - "GLSL XYZ-2-RGB (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL POSTERIZE (JOV) \ud83e\uddd9\ud83c\udffd", + "GLSL TRANSFORM (JOV) \ud83e\uddd9\ud83c\udffd", "GRADIENT MAP (JOV) \ud83c\uddf2\ud83c\uddfa", "GRAPH (JOV) \ud83d\udcc8", "IMAGE INFO (JOV) \ud83d\udcda", @@ -923,10 +1061,12 @@ "MIDI READER (JOV) \ud83c\udfb9", "OP BINARY (JOV) \ud83c\udf1f", "OP UNARY (JOV) \ud83c\udfb2", + "PASSTHRU (JOV) \ud83d\ude8c", "PIXEL MERGE (JOV) \ud83e\udec2", "PIXEL SPLIT (JOV) \ud83d\udc94", "PIXEL SWAP (JOV) \ud83d\udd03", "QUEUE (JOV) \ud83d\uddc3", + "QUEUE TOO (JOV) \ud83d\uddc3", "ROUTE (JOV) \ud83d\ude8c", "SAVE OUTPUT (JOV) \ud83d\udcbe", "SHAPE GEN (JOV) \u2728", @@ -936,14 +1076,14 @@ "STEREOSCOPIC (JOV) \ud83d\udd76\ufe0f", "STREAM READER (JOV) \ud83d\udcfa", "STREAM WRITER (JOV) \ud83c\udf9e\ufe0f", + "STRINGER (JOV) \ud83e\ude80", "SWIZZLE (JOV) \ud83d\ude35", "TEXT GEN (JOV) \ud83d\udcdd", "THRESHOLD (JOV) \ud83d\udcc9", "TICK (JOV) \u23f1", "TRANSFORM (JOV) \ud83c\udfdd\ufe0f", "VALUE (JOV) \ud83e\uddec", - "WAVE GEN (JOV) \ud83c\udf0a", - "WAVE GRAPH (JOV) \u25b6 \u0131l\u0131\u0131l\u0131" + "WAVE GEN (JOV) \ud83c\udf0a" ], { "author": "amorano", @@ -955,6 +1095,7 @@ ], "https://github.com/Anibaaal/ComfyUI-UX-Nodes": [ [ + "BlockLayerStringGenerator", "CheckpointLoaderBNB", "EasyResolutionPicker", "ModelSave", @@ -1259,6 +1400,7 @@ "ComfyDeployWebscoketImageOutput", "ComfyUIDeployExternalBoolean", "ComfyUIDeployExternalCheckpoint", + "ComfyUIDeployExternalFaceModel", "ComfyUIDeployExternalImage", "ComfyUIDeployExternalImageAlpha", "ComfyUIDeployExternalImageBatch", @@ -1267,9 +1409,10 @@ "ComfyUIDeployExternalNumberInt", "ComfyUIDeployExternalNumberSlider", "ComfyUIDeployExternalText", - "ComfyUIDeployExternalTextList", + "ComfyUIDeployExternalTextAny", "ComfyUIDeployExternalVid", - "ComfyUIDeployExternalVideo" + "ComfyUIDeployExternalVideo", + "ComfyUIDeployModelList" ], { "author": "BennyKok", @@ -1279,6 +1422,25 @@ "title_aux": "ComfyUI Deploy" } ], + "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": [ + [ + "fastsdcpu", + "fastsdcpu_lcm_models", + "fastsdcpu_loadModel", + "fastsdcpu_vino_models" + ], + { + "title_aux": "ComfyUI-FastSDCPU" + } + ], + "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": [ + [ + "GatchaEmbedding" + ], + { + "title_aux": "Gatcha Embeddings" + } + ], "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": [ [ "AllInOnePlayer", @@ -1362,6 +1524,21 @@ "title_aux": "ComfyUI-Path-Helper" } ], + "https://github.com/Bin-sam/DynamicPose-ComfyUI": [ + [ + "DynamicPose_Sampler", + "Load_Pose_Guider", + "Load_denoising_unet", + "Load_reference_unet", + "Pose_Guider_Encode", + "align", + "load_pose_model", + "pose_extraction" + ], + { + "title_aux": "DynamicPose-ComfyUI" + } + ], "https://github.com/BlakeOne/ComfyUI-CustomScheduler": [ [ "CustomScheduler" @@ -1431,6 +1608,14 @@ "title_aux": "Tiled sampling for ComfyUI" } ], + "https://github.com/Bria-AI/ComfyUI-BRIA-API": [ + [ + "BriaEraser" + ], + { + "title_aux": "BRIA AI API nodes" + } + ], "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": [ [ "APIRequestNode", @@ -1441,6 +1626,30 @@ "title_aux": "ComfyUI_API_Manager" } ], + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": [ + [ + "MiniCPM3_4B", + "MiniCPM3_4B_GPTQ_Int4", + "MiniCPM_V_2_6", + "MiniCPM_V_2_6_Int4", + "TextDisplay" + ], + { + "author": "CY-CHENYUE", + "description": "Custom nodes for MiniCPM language models in ComfyUI", + "nickname": "MiniCPM-Plus", + "title": "MiniCPM-Plus", + "title_aux": "ComfyUI-MiniCPM-Plus" + } + ], + "https://github.com/CY-CHENYUE/ComfyUI-Molmo": [ + [ + "Molmo7BDbnb" + ], + { + "title_aux": "ComfyUI-Molmo" + } + ], "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": [ [ "CLIPIter", @@ -1513,10 +1722,27 @@ "title_aux": "ComfyUI_Ib_CustomNodes" } ], + "https://github.com/Charlweed/image_transceiver": [ + [ + "ImageTransceiver" + ], + { + "title_aux": "ImageTransceiver - ComfyUI" + } + ], + "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": [ + [ + "Resource Monitor" + ], + { + "title_aux": "ComfyUI-Elegant-Resource-Monitor" + } + ], "https://github.com/ChrisColeTech/ComfyUI-Line-counter": [ [ - "DirectoryFileCounter", - "TextFileLineCounter" + "Directory File Counter", + "Simple Number Counter", + "Text File Line Counter" ], { "title_aux": "ComfyUI-Line-counter" @@ -1586,9 +1812,11 @@ "PrimereMetaHandler", "PrimereMetaRead", "PrimereMetaSave", + "PrimereMetaTupleCollector", "PrimereMidjourneyStyles", "PrimereModelConceptSelector", "PrimereModelKeyword", + "PrimereNetworkDataCollector", "PrimereNetworkTagLoader", "PrimerePreviewImage", "PrimerePrompt", @@ -1621,10 +1849,34 @@ "title_aux": "Primere nodes for ComfyUI" } ], + "https://github.com/Creeper-MZ/comfyui_nai_api": [ + [ + "NovelAI", + "NovelAI_Declutter_Preprocessor", + "NovelAI_Lineart_Processor", + "NovelAI_Prompt", + "NovelAI_Sketch_Processor", + "NovelAI_VIBE" + ], + { + "title_aux": "comfyui_nai_api" + } + ], + "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": [ + [ + "Auto Caption", + "Joy Model load", + "LoadManyImages" + ], + { + "title_aux": "ComfyUI_Auto_Caption" + } + ], "https://github.com/Cyber-Blacat/ComfyUI-Yuan": [ [ "Image Judgment", "ImageMinusMask", + "Light or Dark", "Yuan", "Yuan Transfer", "YuanBW" @@ -1654,21 +1906,33 @@ "title_aux": "Comfy Couple" } ], - "https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py": [ + "https://github.com/DanielHabib/ComfyUI-Voxels": [ [ - "Depth2Mask" + "ImageBatchToImageList", + "MaskBatchToMaskList", + "MeshToVoxel", + "VoxelBlockLoader", + "VoxelBlockSaver", + "VoxelBlocksIntoVoxelVideo", + "VoxelVideoAPIInputNode", + "VoxelVideoLoader", + "VoxelVideoPreview", + "VoxelVideoViewer", + "VoxelViewer", + "VoxelizeMesh" ], { - "title_aux": "ComfyUI-Depth2Mask" + "title_aux": "ComfyUI-Voxels" } ], - "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [ + "https://github.com/DareFail/ComfyUI-Roboflow": [ [ - "CheckpointAutomaticConfig", - "ConfigPipe" + "CustomWorkflow_1image", + "LabelEmotions", + "RemoveBackground" ], { - "title_aux": "ComfyUI Checkpoint Automatic Config" + "title_aux": "ComfyUI-Roboflow" } ], "https://github.com/DataCTE/prompt_injection": [ @@ -1682,6 +1946,21 @@ "title_aux": "Prompt Injection Node for ComfyUI" } ], + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": [ + [ + "DiscordPostViaWebhook", + "DiscordSetWebhook", + "Set Discord Webhook", + "Use Discord Webhook" + ], + { + "author": "Dayuppy", + "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text.", + "nickname": "DiscordWebhook", + "title": "Discord Webhook", + "title_aux": "Discord Webhook" + } + ], "https://github.com/DeJoker/pipeline-parallel-comfy": [ [ "PipelineParallel" @@ -1745,6 +2024,15 @@ "title_aux": "ComfyUI-eesahesNodes" } ], + "https://github.com/Elaine-chennn/comfyui-overlay-media": [ + [ + "OverlayMediaNode", + "VideoUpload" + ], + { + "title_aux": "ComfyUI Overlay Media Node" + } + ], "https://github.com/Electrofried/ComfyUI-OpenAINode": [ [ "OpenAINode" @@ -1839,6 +2127,16 @@ "title_aux": "ComfyUI_VisualStylePrompting" } ], + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": [ + [ + "GeccoAutosend", + "GeccoImageSave", + "GeccoSelectchannel" + ], + { + "title_aux": "Gecco Discord Autosend" + } + ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ "Automatic CFG", @@ -1874,12 +2172,15 @@ "https://github.com/Extraltodeus/Skimmed_CFG": [ [ "Skimmed CFG", + "Skimmed CFG - Clean Skim", + "Skimmed CFG - Difference CFG", + "Skimmed CFG - Timed flip", "Skimmed CFG - linear interpolation", "Skimmed CFG - linear interpolation dual scales", "Skimmed CFG - replace" ], { - "title_aux": "Skimmed_CFG" + "title_aux": "DistanceSampler" } ], "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [ @@ -2460,6 +2761,19 @@ "title_aux": "FM_nodes" } ], + "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": [ + [ + "VisualAreaPrompt", + "VisualAreaPromptAdvanced" + ], + { + "author": "Fuwuffy", + "description": "This is a collection of nodes created to aid when managing area conditionings.", + "nickname": "comfy-visual-area", + "title": "ComfyUI Visual Area Nodes", + "title_aux": "ComfyUI Visual Area Nodes" + } + ], "https://github.com/G-370/ComfyUI-SD3-Powerlab": [ [ "G370SD3PowerLab_AttentionToImage", @@ -2507,6 +2821,18 @@ "title_aux": "ComfyUI-GTSuya-Nodes" } ], + "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": [ + [ + "Gadzoinks" + ], + { + "author": "gadzoinksofficial", + "description": "Custom node for integrating with gadzoinks iPhone app", + "nickname": "Gadzoinks", + "title": "Gadzoinks", + "title_aux": "Gadzoinks" + } + ], "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": [ [ "SD3LatentSelectRes" @@ -2532,6 +2858,17 @@ "title_aux": "ComfyUI Suno API" } ], + "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": [ + [ + "DiffusersImageOutpaint", + "EncodeDiffusersOutpaintPrompt", + "LoadDiffusersOutpaintModels", + "PadImageForDiffusersOutpaint" + ], + { + "title_aux": "ComfyUI-DiffusersImageOutpaint" + } + ], "https://github.com/Goktug/comfyui-saveimage-plus": [ [ "SaveImagePlus" @@ -2601,6 +2938,15 @@ "title_aux": "AuraSR-ComfyUI" } ], + "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": [ + [ + "PixelArtDownscaleNode", + "PixelArtNode" + ], + { + "title_aux": "PixelArt Processing Nodes" + } + ], "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": [ [ "StableCascadeLatentRatio" @@ -2667,7 +3013,6 @@ "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ "Normalization", - "NormalizationXL", "Recenter", "Recenter XL" ], @@ -2693,6 +3038,7 @@ ], "https://github.com/HaydenReeve/ComfyUI-Better-Strings": [ [ + "BetterPath", "BetterString" ], { @@ -2721,13 +3067,26 @@ ], "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": [ [ + "AdjustMojo", + "LoadMaskMap", "MagicalSaveNode", + "MojoLoader", + "MojoMaker", + "SaveMojo", "ThermalLatenator" ], { "title_aux": "Hellrunner's Magical Nodes" } ], + "https://github.com/HentaiGirlfriendDotCom/comfyui-highlight-connections": [ + [ + "HighlightConnections" + ], + { + "title_aux": "comfyui-highlight-connections" + } + ], "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": [ [ "Load Prompt Travel file", @@ -2742,6 +3101,21 @@ "title_aux": "Hiero-Nodes" } ], + "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": [ + [ + "MI2V Flow Animator", + "MI2V Flow Predictor", + "MI2V PauseNode", + "MotionPainter" + ], + { + "author": "IDGallagher", + "description": "Custom nodes to aid in the exploration of Latent Space", + "nickname": "IG Interpolation Nodes", + "title": "IG Interpolation Nodes", + "title_aux": "ComfyUI-IG-Motion-I2V" + } + ], "https://github.com/IDGallagher/ComfyUI-IG-Nodes": [ [ "IG Analyze SSIM", @@ -2759,7 +3133,9 @@ "IG Path Join", "IG String", "IG String List", - "IG ZFill" + "IG ZFill", + "SM Video Base", + "SM Video Base Control" ], { "author": "IDGallagher", @@ -2839,10 +3215,32 @@ "title_aux": "ComfyUI-Stereopsis" } ], + "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": [ + [ + "LineArt_Assistant", + "LineArt_Assistant_2", + "Sketch_Assistant", + "Sketch_Assistant_grayScale" + ], + { + "title_aux": "ComfyUI-Img2DrawingAssistants" + } + ], + "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": [ + [ + "Painting", + "ProcessInspyrenetRembg" + ], + { + "title_aux": "Image to Painting and Inspyrenet Assistant Nodes" + } + ], "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": [ [ "Gen_align_pose", - "UniAnimateImage" + "ReposeImage", + "UniAnimateImage", + "UniAnimateImageLong" ], { "title_aux": "UniAnimate Nodes for ComfyUI" @@ -2863,12 +3261,24 @@ ], "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [ [ + "AudioLoader", + "AudioPreviewer", "Qwen2_AQA" ], { "title_aux": "ComfyUI_Qwen2-Audio-7B-Instruct-Int4" } ], + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": [ + [ + "ImageLoader", + "MultiplePathsInput", + "Qwen2_VQA" + ], + { + "title_aux": "ComfyUI_Qwen2-VL-Instruct" + } + ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ "CLIPTextEncode SDXL Plus (JPS)", @@ -2999,13 +3409,16 @@ "JNodes_AddOrSetMetaDataKey", "JNodes_AnyToString", "JNodes_AppendReversedFrames", + "JNodes_AudioInputOptions", "JNodes_BooleanSelectorWithString", "JNodes_BreakMediaInfo", "JNodes_CheckpointSelectorWithString", "JNodes_ConditioningInOut", "JNodes_CreateStereoscopicImageFromDepth", "JNodes_FloatLiteral", + "JNodes_GetCleanFilename", "JNodes_GetComfyDirectory", + "JNodes_GetLeafDirectory", "JNodes_GetOutputDirectory", "JNodes_GetParameterFromList", "JNodes_GetParameterGlobal", @@ -3013,9 +3426,11 @@ "JNodes_ImageFormatSelector", "JNodes_ImageSizeSelector", "JNodes_IntLiteral", + "JNodes_JoinVideosInDirectory", "JNodes_LoadVideo", "JNodes_LoadVisualMediaFromPath", "JNodes_LoadVisualMediaFromPath_Batch", + "JNodes_LoadVisualMediaFromPath_List", "JNodes_LoraExtractor", "JNodes_MediaInfoToString", "JNodes_ModelInOut", @@ -3030,11 +3445,13 @@ "JNodes_SamplerSelectorWithString", "JNodes_SaveImageWithOutput", "JNodes_SaveVideo", + "JNodes_SaveVideoWithOptions", "JNodes_SchedulerSelectorWithString", "JNodes_SearchAndReplace", "JNodes_SearchAndReplaceFromFile", "JNodes_SearchAndReplaceFromList", "JNodes_SelectRandomFileFromDirectory", + "JNodes_SetMetadataA1111", "JNodes_SetNegativePromptInMetaData", "JNodes_SetPositivePromptInMetaData", "JNodes_SplitAndJoin", @@ -3051,19 +3468,6 @@ "title_aux": "ComfyUI-JNodes" } ], - "https://github.com/JayLyu/ComfyUI_BaiKong_Node": [ - [ - "BK_ColorContrast", - "BK_ColorLimit", - "BK_ColorSelector", - "BK_GradientImage", - "BK_ImageFilterByAspectRatio", - "BK_Img2Color" - ], - { - "title_aux": "ComfyUI_BaiKong_Node" - } - ], "https://github.com/JcandZero/ComfyUI_GLM4Node": [ [ "GLM3_turbo_CHAT", @@ -3112,6 +3516,42 @@ "title_aux": "ComfyUI_TGate" } ], + "https://github.com/JichaoLiang/Immortal_comfyUI": [ + [ + "AppendNode", + "ApplyVoiceConversion", + "CombineVideos", + "ImAppendFreeChatAction", + "ImAppendImageActionNode", + "ImAppendQuickbackNode", + "ImAppendQuickbackVideoNode", + "ImAppendVideoNode", + "ImApplyWav2lip", + "ImDumpEntity", + "ImDumpNode", + "ImLoadPackage", + "ImNodeTitleOverride", + "ImSetActionKeywordMapping", + "MergeNode", + "NewNode", + "Node2String", + "OllamaChat", + "SaveImagePath", + "SaveToDirectory", + "SetEvent", + "SetNodeMapping", + "SetProperties", + "String2Node", + "TurnOnOffNodeOnEnter", + "batchNodes", + "grepNodeByText", + "mergeEntityAndPointer", + "redirectToNode" + ], + { + "title_aux": "Immortal_comfyUI" + } + ], "https://github.com/Jordach/comfy-plasma": [ [ "JDC_AutoContrast", @@ -3147,8 +3587,9 @@ ], "https://github.com/Julian-adv/WildDivide": [ [ - "Attention couple", + "Attention couple wild divide", "Comfy Divide", + "WildcardDivide", "WildcardEncode" ], { @@ -3198,14 +3639,21 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", + "ACN_AdvancedControlNetApplySingle", "ACN_ControlNet++InputNode", "ACN_ControlNet++LoaderAdvanced", "ACN_ControlNet++LoaderSingle", "ACN_ControlNetLoaderWithLoraAdvanced", + "ACN_CustomControlNetWeightsFlux", + "ACN_CustomControlNetWeightsSD15", + "ACN_CustomT2IAdapterWeights", "ACN_DefaultUniversalWeights", "ACN_ReferenceControlNet", "ACN_ReferenceControlNetFinetune", "ACN_ReferencePreprocessor", + "ACN_ScaledSoftControlNetWeights", + "ACN_SoftControlNetWeightsSD15", + "ACN_SoftT2IAdapterWeights", "ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlLoaderAdvanced", "ACN_SparseCtrlMergedLoaderAdvanced", @@ -3426,6 +3874,15 @@ "title_aux": "ComfyUI_KytraWebhookHTTP" } ], + "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": [ + [ + "LG_FFTNode", + "LG_IFFTNode" + ], + { + "title_aux": "ComfyUI_LG_FFT" + } + ], "https://github.com/LEv145/images-grid-comfy-plugin": [ [ "GridAnnotation", @@ -3577,6 +4034,15 @@ "title_aux": "Anime Character Segmentation node for comfyui" } ], + "https://github.com/LyazS/comfyui-nettools": [ + [ + "NTL_LoadImagesBase64", + "NTL_SendImagesWebSocket" + ], + { + "title_aux": "net tool node for comfyui" + } + ], "https://github.com/M1kep/ComfyLiterals": [ [ "Checkpoint", @@ -3667,10 +4133,18 @@ ], "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ [ + "StringCleaning", + "TiktokenTokenizer", "\u26d4 Generate Negative Prompt", - "\u2728 Groq LLM API", + "\u2728\ud83c\udf10 Groq ALM API - Translate [EN only]", + "\u2728\ud83d\udcac Groq LLM API", + "\u2728\ud83d\udcdd Groq ALM API - Transcribe", + "\u2728\ud83d\udcf7 Groq VLM API", "\ud83d\udcbe Save Text File With Path", - "\ud83d\uddbc\ufe0f Download Image from URL" + "\ud83d\udcc1 Get File Path", + "\ud83d\udd20 Tiktoken Tokenizer Info", + "\ud83d\uddbc\ufe0f Download Image from URL", + "\ud83e\uddf9 String Cleaning" ], { "title_aux": "ComfyUI-mnemic-nodes" @@ -3687,7 +4161,7 @@ "https://github.com/MakkiShizu/comfyui_reimgsize": [ [ "Cropimg", - "Resize" + "Reimgsize" ], { "title_aux": "comfyui_reimgsize" @@ -3716,10 +4190,18 @@ ], "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": [ [ - "MaraScottAnyBusNode", "MaraScottAnyBus_v2", - "MaraScottDisplayInfoNode", - "MaraScottDisplayInfo_v1", + "MaraScottDisplayInfo_v2", + "MaraScottForLoopClose_v1", + "MaraScottForLoopIntMathOperation_v1", + "MaraScottForLoopOpen_v1", + "MaraScottForLoopToBoolNode_v1", + "MaraScottForLoopWhileClose_v1", + "MaraScottForLoopWhileOpen_v1", + "MaraScottIsEmptyOrNone_v1", + "MaraScottIsEmpty_v1", + "MaraScottIsEqual_v1", + "MaraScottIsNone_v1", "MaraScottMcBoatyRefiner_v4", "MaraScottMcBoatyRefiner_v5", "MaraScottMcBoatyTilePrompter_v4", @@ -3730,9 +4212,10 @@ "MaraScottPasteInpaintingByMask_v1", "MaraScottPromptFromImage_v1", "MaraScottSetInpaintingByMask_v1", - "MaraScottUpscalerRefinerNode_v2", + "MaraScottTextConcatenate_v1", "MaraScottUpscalerRefinerNode_v3", - "MaraScott_Kijai_TokenCounter_v1" + "MaraScott_Kijai_TokenCounter_v1", + "TextConversion_StringToList_v1" ], { "title_aux": "\ud83d\udc30 MaraScott Nodes" @@ -3782,12 +4265,12 @@ "title_aux": "ComfyUI_Segment_Mask" } ], - "https://github.com/Marksusu/ComfyUI_MTEncode": [ + "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": [ [ "MTCLIPEncode" ], { - "title_aux": "ComfyUI_MTEncode" + "title_aux": "ComfyUI_MTCLIPEncode" } ], "https://github.com/Mason-McGough/ComfyUI-Mosaica": [ @@ -3803,6 +4286,25 @@ "title_aux": "Mosaica" } ], + "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": [ + [ + "GetModelStep", + "GlmPromptNode" + ], + { + "title_aux": "SimpleToolsNodes" + } + ], + "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": [ + [ + "VideoReportData", + "VideoReportGenerate", + "VideoReportPull" + ], + { + "title_aux": "ComfyUI ZhipuAI Platform" + } + ], "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": [ [ "MakeModelMemorySafe-safewrapper", @@ -3834,7 +4336,6 @@ [ "FluxModelSave_v2", "IntegratedRandomPromptGenerator", - "MilitantMergeNodev2", "ModelAnalyserNode", "TextAppender_v2" ], @@ -3876,10 +4377,17 @@ "https://github.com/MohammadAboulEla/ComfyUI-iTools": [ [ "iToolsAddOverlay", + "iToolsGridFiller", + "iToolsKSampler", + "iToolsLineLoader", "iToolsLoadImagePlus", "iToolsLoadImages", "iToolsPromptLoader", - "iToolsPromptSaver" + "iToolsPromptSaver", + "iToolsPromptStyler", + "iToolsPromptStylerExtra", + "iToolsTextReplacer", + "iToolsVaePreview" ], { "title_aux": "ComfyUI-iTools" @@ -3957,6 +4465,38 @@ "title_aux": "Node Pack mostly for manipulating strings and integers" } ], + "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": [ + [ + "BiRefNet_Hugo" + ], + { + "title_aux": "ComfyUI-BiRefNet-Hugo" + } + ], + "https://github.com/MoonHugo/ComfyUI-FFmpeg": [ + [ + "AddImgWatermark", + "AddTextWatermark", + "ExtractAudio", + "Frames2Video", + "ImageCopy", + "ImagePath2Tensor", + "LoadImageFromDir", + "Video2Frames", + "VideoFlip" + ], + { + "title_aux": "ComfyUI-FFmpeg" + } + ], + "https://github.com/Moooonet/ComfyUI-ArteMoon": [ + [ + "LoadPrompts" + ], + { + "title_aux": "ComfyUI-ArteMoon" + } + ], "https://github.com/MrForExample/ComfyUI-3D-Pack": [ [], { @@ -3990,7 +4530,15 @@ "https://github.com/MushroomFleet/DJZ-Nodes": [ [ "AspectSize", - "AspectSizeV2" + "AspectSizeV2", + "ImageSizeAdjuster", + "ImageSizeAdjusterV2", + "ProjectFilePathNode", + "StringWeights", + "ZenkaiPrompt", + "ZenkaiPromptV2", + "ZenkaiWildcard", + "ZenkaiWildcardV2" ], { "title_aux": "DJZ-Nodes" @@ -4072,8 +4620,8 @@ "ComfyUI-PromptList" ], { - "author": "Assistant", - "description": "Custom node for managing prompts with CSV integration", + "author": "NakamuraShippo", + "description": "Custom node to manage prompts in YAML format.", "title": "ComfyUI-PromptList", "title_aux": "ComfyUI-PromptList" } @@ -4161,6 +4709,16 @@ "title_aux": "ComfyUI_CartoonSegmentation" } ], + "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": [ + [ + "GLM-4 Inferencing", + "GLM-4 Model Loader", + "GLM-4 Prompt Enhancer" + ], + { + "title_aux": "ComfyUI GLM-4 Wrapper" + } + ], "https://github.com/NotHarroweD/Harronode": [ [ "Harronode" @@ -4301,6 +4859,28 @@ "title_aux": "ComfyUI-N-Nodes" } ], + "https://github.com/NyaamZ/efficiency-nodes-ED": [ + [ + "Apply LoRA Stack \ud83d\udcacED", + "Control Net Script \ud83d\udcacED", + "Efficient Loader \ud83d\udcacED", + "Embedding Stacker \ud83d\udcacED", + "Int Holder \ud83d\udcacED", + "KSampler (Efficient) \ud83d\udcacED", + "KSampler TEXT (Eff.) \ud83d\udcacED", + "LoRA Stacker \ud83d\udcacED", + "Load Image \ud83d\udcacED", + "Refiner Script \ud83d\udcacED", + "Save Image \ud83d\udd14ED" + ], + { + "author": "NyaamZ", + "description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.", + "nickname": "Efficiency Nodes ED", + "title": "Efficiency Nodes ExtendeD", + "title_aux": "Efficiency Nodes ExtendeD" + } + ], "https://github.com/Off-Live/ComfyUI-off-suite": [ [ "Apply CLAHE", @@ -4408,9 +4988,25 @@ "title_aux": "pfaeff-comfyui" } ], + "https://github.com/Phando/ComfyUI-PhandoNodes": [ + [ + "SearchBySubstring", + "TextConcatenateDynamic" + ], + { + "title_aux": "ComfyUI-PhandoNodes" + } + ], "https://github.com/Pheat-AI/Remade_nodes": [ [ - "Batch Image Blend by Mask" + "Batch Enlarged Overlay", + "Batch Image Blend by Mask", + "Batch Image Overlay", + "CannyImageCropper", + "MaskBoundingBox", + "Place Canny On Canvas", + "Remove Black To Transparent", + "Shrink Canny Image" ], { "title_aux": "Remade_nodes" @@ -4526,6 +5122,14 @@ "title_aux": "ComfyUI-RenderRiftNodes" } ], + "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": [ + [ + "CLIPSlider" + ], + { + "title_aux": "ComfyUI-CLIPSlider" + } + ], "https://github.com/RhizoNymph/ComfyUI-Latte": [ [ "LatteVideoGenerator" @@ -4534,12 +5138,23 @@ "title_aux": "ComfyUI-Latte" } ], + "https://github.com/RiceRound/ComfyUI_CryptoCat": [ + [ + "CryptoCatImage", + "ExcuteCryptoNode", + "RandomSeedNode", + "SaveCryptoNode" + ], + { + "title_aux": "ComfyUI Compression and Encryption Node" + } + ], "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": [ [ "Image Stitching Node" ], { - "title_aux": "ComfyUI-Panoramic-ImgStitcher" + "title_aux": "Panoramic Image Stitcher" } ], "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ @@ -4578,17 +5193,18 @@ ], "https://github.com/Ryuukeisyou/comfyui_face_parsing": [ [ + "BBoxDetect(FaceParsing)", + "BBoxDetectorLoader(FaceParsing)", "BBoxListItemSelect(FaceParsing)", "BBoxResize(FaceParsing)", "ColorAdjust(FaceParsing)", - "FaceBBoxDetect(FaceParsing)", - "FaceBBoxDetectorLoader(FaceParsing)", "FaceParse(FaceParsing)", "FaceParsingModelLoader(FaceParsing)", "FaceParsingProcessorLoader(FaceParsing)", "FaceParsingResultsParser(FaceParsing)", "GuidedFilter(FaceParsing)", "ImageCropWithBBox(FaceParsing)", + "ImageCropWithBBoxList(FaceParsing)", "ImageInsertWithBBox(FaceParsing)", "ImageListSelect(FaceParsing)", "ImagePadWithBBox(FaceParsing)", @@ -4598,11 +5214,13 @@ "LatentCropWithBBox(FaceParsing)", "LatentInsertWithBBox(FaceParsing)", "LatentSize(FaceParsing)", + "MaskBatchComposite(FaceParsing)", + "MaskBorderDissolve(FaceParsing)", "MaskComposite(FaceParsing)", + "MaskCropWithBBox(FaceParsing)", "MaskInsertWithBBox(FaceParsing)", - "MaskListComposite(FaceParsing)", "MaskListSelect(FaceParsing)", - "MaskToBBox(FaceParsing)", + "MaskToBBoxList(FaceParsing)", "SkinDetectTraditional(FaceParsing)" ], { @@ -4623,14 +5241,6 @@ "title_aux": "comfyui_io_helpers" } ], - "https://github.com/SEkINVR/ComfyUI-Animator": [ - [ - "Animator" - ], - { - "title_aux": "ComfyUI-Animator" - } - ], "https://github.com/SEkINVR/ComfyUI-SaveAs": [ [ "ComfyUISaveAs" @@ -4715,6 +5325,7 @@ [ "Any2ListNode", "AudioBatchValueNode", + "AudioInfoNode", "AudioTranscriptionNode", "BatchedTranscriptionEncoderNode", "DownloadAudio", @@ -4731,11 +5342,13 @@ "MuseAudioFeatureExtractionNode", "MuseImageFeatureExtractionNode", "MuseTalkNode", + "ProcessAudioNode", "RVC-Studio.LoadAudio", "RVC-Studio.PreviewAudio", "RVCNode", "RVCProcessDatasetNode", "RVCTrainModelNode", + "RVCTrainParamsNode", "SimpleMathNode", "SliceNode", "SortImagesNode", @@ -4782,6 +5395,7 @@ ], "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": [ [ + "LongCLIPTextEncodeFlux", "SeaArtLongClip", "SeaArtLongXLClipMerge" ], @@ -4789,6 +5403,51 @@ "title_aux": "ComfyUI-Long-CLIP" } ], + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": [ + [ + "AutoVisionModelLoader", + "JoinString", + "LlamaVisionGenerateText", + "LlamaVisionModelLoader", + "MolmoGenerateText", + "MolmoModelLoader", + "ParseBoundingBoxes", + "ParsePoints", + "PixtralGenerateText", + "PixtralImageEncode", + "PixtralModelLoader", + "PixtralTextEncode", + "PlotPoints", + "RegexFindAll", + "RegexSearch", + "RegexSplitString", + "RegexSubstitution", + "SelectIndex", + "SliceList" + ], + { + "title_aux": "ComfyUI-PixtralLlamaMolmoVision" + } + ], + "https://github.com/SeanScripts/ComfyUI-Unload-Model": [ + [ + "UnloadAllModels", + "UnloadModel" + ], + { + "title_aux": "ComfyUI-Unload-Model" + } + ], + "https://github.com/SeargeDP/ComfyUI_Searge_LLM": [ + [ + "Searge_AdvOptionsNode", + "Searge_LLM_Node", + "Searge_Output_Node" + ], + { + "title_aux": "Searge-LLM for ComfyUI v1.0" + } + ], "https://github.com/SeargeDP/SeargeSDXL": [ [ "SeargeAdvancedParameters", @@ -5081,6 +5740,29 @@ "title_aux": "ComfyUI-Image-Inpainting" } ], + "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": [ + [ + "ClipFP8ConverterNode", + "ModelFP8ConverterNode" + ], + { + "title_aux": "ComfyUI_DiffusionModel_fp8_converter" + } + ], + "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": [ + [ + "ASCIIArtNode", + "ASCIIArtNodev2", + "ASCIIArtSinglefontNode" + ], + { + "author": "Shiba-2-shiba", + "description": "This node generates colorful ASCII art using custom character sets and fonts.", + "nickname": "ColorASCII", + "title": "Colorful ASCII Art Node", + "title_aux": "ComfyUI-color-ascii-art-node" + } + ], "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": [ [ "Cascade", @@ -5109,15 +5791,24 @@ ], "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": [ [ - "Gemini_Flash" + "Gemini_Flash_002" ], { "title_aux": "ComfyUI_Gemini_Flash" } ], + "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": [ + [ + "ComfyUIPixtralVision", + "MultiImagesInput" + ], + { + "title_aux": "ComfyUI_pixtral_vision" + } + ], "https://github.com/ShmuelRonen/ComfyUI_wav2lip": [ [ - "AudioPath", + "LoadAudio", "Wav2Lip" ], { @@ -5148,7 +5839,9 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": [ [ "CheckPointLoader_Text", - "LoRALoader_Text" + "EmptyLatentImage_Text", + "LoRALoader_Text", + "LoadImage_Text" ], { "title_aux": "ComfyUI_Textarea_Loaders" @@ -5189,6 +5882,17 @@ "title_aux": "ComfyUI-DeepCache-Fix" } ], + "https://github.com/SoftMeng/ComfyUI-PIL": [ + [ + "PIL Effects (Mexx)", + "PIL Merge Image (Mexx)", + "PIL Remove Black Dots (Mexx)", + "PIL TITLE (Mexx)" + ], + { + "title_aux": "ComfyUI-PIL" + } + ], "https://github.com/SoftMeng/ComfyUI_ImageToText": [ [ "ComfyUI_ImageToText" @@ -5249,6 +5953,21 @@ "title_aux": "Text to video for Stable Video Diffusion in ComfyUI" } ], + "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": [ + [ + "CosyVoiceCrossLingualNode", + "CosyVoiceInstructNode", + "CosyVoiceLoadSpeakerModelFromUrlNode", + "CosyVoiceLoadSpeakerModelNode", + "CosyVoiceSFTNode", + "CosyVoiceSaveSpeakerModelNode", + "CosyVoiceZeroShotNode", + "SenseVoiceNode" + ], + { + "title_aux": "ComfyUI-FunAudioLLM" + } + ], "https://github.com/Stability-AI/ComfyUI-SAI_API": [ [ "Stability Conservative Upscale", @@ -5278,6 +5997,18 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/StarMagicAI/comfyui_tagger": [ + [ + "DownloadAndLoadFlorence2Lora_jsonL", + "DownloadAndLoadFlorence2Model_jsonL", + "Florence2ModelLoader_jsonL", + "Florence2Run_jsonL", + "batch_text_save_jsonL" + ], + { + "title_aux": "ComfyUI-tagger" + } + ], "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ [ "Ood_CXH" @@ -5305,8 +6036,31 @@ "title_aux": "ComfyUI_Seg_VITON" } ], + "https://github.com/StartHua/Comfyui_CXH_DeepLX": [ + [ + "CXH_DeepLX_Free", + "CXH_DeepLX_translate" + ], + { + "title_aux": "Comfyui_CXH_DeepLX" + } + ], + "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": [ + [ + "CXH_Lora_Merge" + ], + { + "title_aux": "Comfyui_CXH_FluxLoraMerge" + } + ], "https://github.com/StartHua/Comfyui_CXH_joy_caption": [ [ + "CXH_DownloadAndLoadFlorence2Model", + "CXH_Florence2Run", + "CXH_HG_Model_Load", + "CXH_Min2_6_prompt_Run", + "CXH_MinCP3_4B_Chat", + "CXH_MinCP3_4B_Load", "Joy_caption", "Joy_caption_load" ], @@ -5333,11 +6087,11 @@ ], "https://github.com/Steudio/ComfyUI_Steudio": [ [ - "DynamicTileMerge", - "DynamicTileSplit", - "TileCalc", - "TileMerge", - "TileSplit" + "Make Size", + "Make Size Latent", + "Make Tiles", + "Make Tiles Math", + "Unmake Tiles" ], { "title_aux": "ComfyUI_Steudio" @@ -5596,6 +6350,7 @@ "MakeFrameDataset", "MixConsistencyMaps", "OffsetNumber", + "RenderVideo", "ResizeToFit", "SaveFrame", "WarpFrame" @@ -5744,6 +6499,11 @@ "tri3d-simple_rescale_histogram", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels", + "tri3d_H_Stack_Images", + "tri3d_SaveImage_absolute", + "tri3d_SaveText_absolute", + "tri3d_Wait_And_Read_File", + "tri3d_extract_facer_mask", "tri3d_fill_mask", "tri3d_is_only_trouser", "tri3d_position_pose_part" @@ -5954,6 +6714,7 @@ [ "ttN KSampler_v2", "ttN advPlot combo", + "ttN advPlot images", "ttN advPlot range", "ttN advPlot string", "ttN advanced xyPlot", @@ -6003,6 +6764,14 @@ "title_aux": "ComfyUI_tinyterraNodes" } ], + "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ + [ + "Object Mask" + ], + { + "title_aux": "ComfyUI_YoloSegment_Mask" + } + ], "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": [ [ "menus" @@ -6100,6 +6869,21 @@ "title_aux": "Tripo for ComfyUI" } ], + "https://github.com/VertexStudio/roblox-comfyui-nodes": [ + [ + "FirstLetterNode", + "FlowNodes", + "MirrorEffectNode", + "SaveImageNode", + "ScaleImageNode", + "SwitchImageNode", + "SwitchTextNode", + "TextToImageNode" + ], + { + "title_aux": "roblox-comfyui-nodes" + } + ], "https://github.com/Visionatrix/ComfyUI-Visionatrix": [ [ "VixUiCheckbox", @@ -6116,6 +6900,40 @@ "title_aux": "ComfyUI-Visionatrix" } ], + "https://github.com/VykosX/ControlFlowUtils": [ + [ + "Cycle", + "CycleContinue", + "CycleEnd", + "DataMonitor", + "FallbackAnyBatch", + "FallbackImagePreviewer", + "FolderSearch", + "GarbageCollector", + "HaltExecution", + "IfConditionSelector", + "ImageResolutionAdjust", + "InvertCondition", + "LoopClose", + "LoopOpen", + "LoraSelector", + "MemoryStorage", + "ModelSelector", + "NullInput", + "NullOutput", + "ReadTextFile", + "SaveTextFile", + "SimpleToggle", + "StringOperation", + "UniversalSwitch", + "UnloadModels", + "VAESelector", + "Wait" + ], + { + "title_aux": "ControlFlowUtils" + } + ], "https://github.com/WASasquatch/ASTERR": [ [ "ASTERR", @@ -6421,6 +7239,19 @@ "title_aux": "Auto Crop By NPS" } ], + "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": [ + [ + "InstaCBoolean", + "InstaCFloat", + "InstaCInteger", + "InstaCSeed", + "InstaCText", + "InstaCTextML" + ], + { + "title_aux": "InstaSD nodes for ComfyUI" + } + ], "https://github.com/WebDev9000/WebDev9000-Nodes": [ [ "IgnoreBraces", @@ -6451,7 +7282,9 @@ "CivitaiLoraLoaderStackedAdvanced", "LoraLoaderStackedAdvancedWithPreviews", "LoraLoaderStackedWithPreviews", - "LoraLoaderWithPreviews" + "LoraLoaderWithPreviews", + "XTNodesCleanPrompt", + "XTNodesPromptConcatenate" ], { "title_aux": "ComfyUI Easy Civitai (XTNodes)" @@ -6459,6 +7292,8 @@ ], "https://github.com/XLabs-AI/x-flux-comfyui": [ [ + "ApplyAdvancedFluxControlNet", + "ApplyAdvancedFluxIPAdapter", "ApplyFluxControlNet", "ApplyFluxIPAdapter", "FluxLoraLoader", @@ -6470,6 +7305,15 @@ "title_aux": "x-flux-comfyui" } ], + "https://github.com/Xclbr7/ComfyUI-Merlin": [ + [ + "GeminiPromptExpander", + "Magic Photo Prompter \ud83e\ude84" + ], + { + "title_aux": "ComfyUI-Merlin: Magic Photo Prompter" + } + ], "https://github.com/XmYx/deforum-comfy-nodes": [ [ "DeforumAddNoiseNode", @@ -6578,6 +7422,26 @@ "title_aux": "ComfyUI-ToSVG" } ], + "https://github.com/YarvixPA/ComfyUI-NeuralMedia": [ + [ + "ApplyControlNet", + "BiRefNetNode", + "InpaintConditioningNode", + "InpaintNode", + "MultiControlnet", + "MultiControlnetApply", + "MultiControlnetUnion", + "OutpaintNode", + "SDXLTextEncoderSimpleNode", + "TextFieldNode", + "TileCheckpointPatchNode", + "UpscaleImageWithModel", + "VTracerImageVectorizerNode" + ], + { + "title_aux": "ComfyUI-NeuralMedia" + } + ], "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [ [ "MergeBlockWeighted" @@ -6722,14 +7586,14 @@ "title_aux": "ComfyUI-Q-Align" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": [ [ "Qwen2_Chat_Zho", "Qwen2_ModelLoader_Zho", "Qwen2_Zho" ], { - "title_aux": "ComfyUI-Qwen-2" + "title_aux": "Qwen-2.5 in ComfyUI" } ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": [ @@ -6901,6 +7765,7 @@ "abyz22_lamaInpaint", "abyz22_lamaPreprocessor", "abyz22_makecircles", + "abyz22_path_generator", "abyz22_setimageinfo", "abyz22_smallhead" ], @@ -6908,6 +7773,18 @@ "title_aux": "image_control" } ], + "https://github.com/acorderob/sd-webui-prompt-postprocessor": [ + [ + "ACBPromptPostProcessor" + ], + { + "author": "ACB", + "description": "Node for processing prompts. Includes the following options: send to negative prompt, set variables, if/elif/else command for conditional content, wildcards and choices.", + "nickname": "ACB PPP", + "title": "Prompt Post Processor", + "title_aux": "Prompt PostProcessor" + } + ], "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": [ [ "DownloadLinkChecker", @@ -6917,14 +7794,6 @@ "title_aux": "ComfyUI-TrashNodes-DownloadHuggingface" } ], - "https://github.com/ader47/comfyui_meshhamer": [ - [ - "Meshamer-DepthMapPreprocessor" - ], - { - "title_aux": "ComfyUI-MeshHamer" - } - ], "https://github.com/adieyal/comfyui-dynamicprompts": [ [ "DPCombinatorialGenerator", @@ -7055,6 +7924,7 @@ ], "https://github.com/aidenli/ComfyUI_NYJY": [ [ + "CivitaiPrompt", "JoyCaption", "JoyTag", "LoadLlamaModel", @@ -7064,6 +7934,14 @@ "title_aux": "ComfyUI_NYJY" } ], + "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": [ + [ + "SaveImageHigherBitDepth" + ], + { + "title_aux": "ComfyUI-HigherBitDepthSaveImage" + } + ], "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": [ [ "ASVL" @@ -7076,17 +7954,29 @@ [ "AK_AdjustListSize", "AK_AnimatedDilationMaskLinear", + "AK_AudioFramesyncSchedule", + "AK_AudioreactiveDilateMaskInfinite", "AK_AudioreactiveDilationMask", "AK_AudioreactiveDynamicDilationMask", "AK_BinaryAmplitudeGate", + "AK_BrightnessToFloatList", "AK_ConvertAudioToSaltAudio", "AK_ConvertListToFloatList", "AK_ConvertSaltAudioToAudio", + "AK_DilateMaskLinearInfinite", + "AK_FadeBetweenBatches", + "AK_FlexFeatureToFloatList", + "AK_FloatListToDilateMaskSchedule", + "AK_FloatListToFlexFeature", "AK_IPAdapterCustomWeights", + "AK_KeyframeScheduler", "AK_LagChop", "AK_ListToNumpyFloatArray", "AK_NormalizeMaskImage", "AK_RescaleFloatList", + "AK_ScheduledBinaryComparison", + "AK_ShrinkNumSequence", + "AK_SplitImageBatch", "AK_VideoSpeedAdjust" ], { @@ -7097,6 +7987,32 @@ "title_aux": "Akatz Custom Nodes" } ], + "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": [ + [ + "Depthflow", + "DepthflowEffectDOF", + "DepthflowEffectVignette", + "DepthflowMotionArc", + "DepthflowMotionCosine", + "DepthflowMotionExponential", + "DepthflowMotionLinear", + "DepthflowMotionPresetCircle", + "DepthflowMotionPresetDolly", + "DepthflowMotionPresetHorizontal", + "DepthflowMotionPresetOrbital", + "DepthflowMotionPresetVertical", + "DepthflowMotionPresetZoom", + "DepthflowMotionSetTarget", + "DepthflowMotionSine" + ], + { + "author": "akatz", + "description": "Custom nodes for use with Tremeschin's Depthflow library.", + "nickname": "Depthflow Nodes", + "title": "Depthflow Nodes", + "title_aux": "\ud83c\udf0a Depthflow Nodes" + } + ], "https://github.com/akierson/ComfyUI-textnodes": [ [ "Prompt Truncate", @@ -7144,6 +8060,7 @@ "FLUXResolutions", "GeminiAPI", "OllamaAPI", + "Save text", "SaveSVG", "TextSplitByDelimiter", "menus" @@ -7188,6 +8105,41 @@ "title_aux": "OpenPose Node" } ], + "https://github.com/alexcong/ComfyUI_QwenVL": [ + [ + "Qwen2.5", + "Qwen2VL" + ], + { + "title_aux": "Qwen2-VL wrapper for ComfyUI" + } + ], + "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": [ + [ + "HF_QuestionAnswer", + "Job_Caption", + "Joy_caption", + "Joy_caption_load" + ], + { + "author": "Alex Genovese", + "description": "Huggingface Api Serverless request", + "nickname": "alexgenovese", + "title": "Huggingface Api Serverless", + "title_aux": "Huggingface Api Serverless" + } + ], + "https://github.com/alexisrolland/ComfyUI-Phi": [ + [ + "DownloadAndLoadPhi", + "DownloadAndLoadPhiVision", + "RunPhi", + "RunPhiVision" + ], + { + "title_aux": "ComfyUI-Phi" + } + ], "https://github.com/alexopus/ComfyUI-Image-Saver": [ [ "Cfg Literal (Image Saver)", @@ -7392,18 +8344,6 @@ "title_aux": "Handy Node ComfyUI" } ], - "https://github.com/ansonkao/comfyui-geometry": [ - [ - "TransformTemplateOntoFaceMask" - ], - { - "author": "Anson Kao", - "description": "A small collection of custom nodes for use with ComfyUI, by Discopixel", - "nickname": "ComfyUI Discopixel", - "title": "ComfyUI Discopixel", - "title_aux": "comfyui-geometry" - } - ], "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ [ "composite", @@ -7416,6 +8356,19 @@ "title_aux": "antrobots ComfyUI Nodepack" } ], + "https://github.com/asaddi/ComfyUI-YALLM-node": [ + [ + "LLMChat", + "LLMMinP", + "LLMModel", + "LLMTemperature", + "LLMTopK", + "LLMTopP" + ], + { + "title_aux": "YALLM-LlamaVision" + } + ], "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": [ [ "AdaptiveGuidance", @@ -7594,8 +8547,11 @@ [ "BoolSwitchOutStr", "CivitaiPrompts", + "ComfyuiRuntimeArgs", "FaceScatter", "FaceScatter2", + "FluxInspireLbw_Batch", + "FluxInspireLbw_BlockVectorPreset", "GodnessMerger_Apply", "GodnessMerger_InputBlocks", "GodnessMerger_InputBlocksExperimental", @@ -7611,6 +8567,7 @@ "ImageMonitor", "ImgMetaValueExtractor", "LoraLoaderByPath", + "LoraLoaderFromFolder", "LoraLoaderOnlyModelByPath", "PreviewImageWEBP", "PromptChecker", @@ -7619,13 +8576,15 @@ "SD3BlocksMultiply", "SD3Multiply", "SP-CheckpointSave", + "SP-UnetSave", + "SP_FluxFastMergePatchFP8 [Experimental]", "SP_KoboldCpp", + "SP_KoboldCppWithContext", "SP_WebsocketSendImage", "ScatterParams", "ScatterParamsBatch", "SendTelegramChatBot", "StrToCombo", - "TESTER", "TextSplitJoinByDelimiter" ], { @@ -7646,6 +8605,17 @@ "title_aux": "Steerable Motion" } ], + "https://github.com/banqingyuan/ComfyUI-text-replace": [ + [ + "ChatOverlayNode", + "ExtractJsonNode", + "ImageEraseNode", + "OCRLocNode" + ], + { + "title_aux": "ComfyUI-text-replace" + } + ], "https://github.com/barckley75/comfyUI_DaVinciResolve/raw/main/custom_nodes/node_text_to_speech.py": [ [ "TextToSpeech" @@ -7787,7 +8757,9 @@ ], "https://github.com/blackcodetavern/ComfyUI-Benripack": [ [ - "CharacterPipe" + "AnimationExtractor", + "CharacterPipe", + "Load3DModel" ], { "title_aux": "ComfyUI-Benripack" @@ -7853,12 +8825,24 @@ "OCS Param", "OCS Sampler", "OCS SimpleRestartSchedule", - "OCS Substeps" + "OCS Substeps", + "OCSNoise PerlinAdvanced", + "OCSNoise PerlinSimple", + "OCSNoise to SONAR_CUSTOM_NOISE" ], { "title_aux": "comfyui_overly_complicated_sampling" } ], + "https://github.com/blob8/ComfyUI_sloppy-comic": [ + [ + "Generate Comic", + "LLM API Request" + ], + { + "title_aux": "ComfyUI_sloppy-comic" + } + ], "https://github.com/blueraincoatli/comfyUI_SillyNodes": [ [ "BooleanJumper|SillyNode", @@ -7962,6 +8946,7 @@ "Get Contour from list", "Get Models", "Get Prompt", + "Hue Mode (InRange hsv)", "HypernetworkLoader (dirty)", "ImageBatchToList", "InRange (hsv)", @@ -8030,7 +9015,12 @@ ], "https://github.com/bmad4ever/comfyui_quilting": [ [ + "GuessQuiltingBlockSize_Bmad", + "ImageQuiltingSeamlessMB_Bmad", + "ImageQuiltingSeamlessSB_Bmad", "ImageQuilting_Bmad", + "LatentQuiltingSeamlessMB_Bmad", + "LatentQuiltingSeamlessSB_Bmad", "LatentQuilting_Bmad" ], { @@ -8069,6 +9059,15 @@ "title_aux": "ComfyKit Custom Nodes" } ], + "https://github.com/boredofnames/ComfyUI-ntfy": [ + [ + "Ntfy", + "SaveImageAndNtfy" + ], + { + "title_aux": "ComfyUI-ntfy" + } + ], "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ [ "ResolutionSelector" @@ -8152,6 +9151,14 @@ "title_aux": "ImageProcessing" } ], + "https://github.com/bvhari/ComfyUI_PerpCFG": [ + [ + "PerpCFG" + ], + { + "title_aux": "ComfyUI_PerpCFG" + } + ], "https://github.com/bvhari/ComfyUI_PerpWeight": [ [ "CLIPTextEncodePerpWeight" @@ -8235,6 +9242,14 @@ "title_aux": "Text Node With Comments (@cdxoo)" } ], + "https://github.com/celoron/ComfyUI-VisualQueryTemplate": [ + [ + "VisualQueryTemplateNode" + ], + { + "title_aux": "ComfyUI-VisualQueryTemplate" + } + ], "https://github.com/celsojr2013/comfyui_jamworks_client": [ [ "Jamworks_Download", @@ -8681,6 +9696,7 @@ "chaosaiart_Any_Switch", "chaosaiart_Any_Switch_Big_Number", "chaosaiart_Any_Switch_small", + "chaosaiart_AutoNone_Switch_small", "chaosaiart_CheckpointLoader", "chaosaiart_CheckpointPrompt", "chaosaiart_CheckpointPrompt2", @@ -8787,10 +9803,12 @@ "LayerColor: AutoAdjustV2", "LayerColor: AutoBrightness", "LayerColor: Brightness & Contrast", + "LayerColor: BrightnessContrastV2", "LayerColor: Color of Shadow & Highlight", "LayerColor: ColorAdapter", "LayerColor: ColorBalance", "LayerColor: ColorTemperature", + "LayerColor: ColorofShadowHighlightV2", "LayerColor: Exposure", "LayerColor: Gamma", "LayerColor: HSV", @@ -8805,6 +9823,7 @@ "LayerFilter: Film", "LayerFilter: FilmV2", "LayerFilter: GaussianBlur", + "LayerFilter: GaussianBlurV2", "LayerFilter: HDREffects", "LayerFilter: LightLeak", "LayerFilter: MotionBlur", @@ -8812,11 +9831,17 @@ "LayerFilter: SkinBeauty", "LayerFilter: SoftLight", "LayerFilter: WaterColor", + "LayerMask: BBoxJoin", "LayerMask: BiRefNetUltra", + "LayerMask: BiRefNetUltraV2", "LayerMask: BlendIf Mask", "LayerMask: CreateGradientMask", + "LayerMask: DrawBBoxMask", + "LayerMask: EVFSAMUltra", "LayerMask: Florence2Ultra", + "LayerMask: HumanPartsUltra", "LayerMask: ImageToMask", + "LayerMask: LoadBiRefNetModel", "LayerMask: LoadFlorence2Model", "LayerMask: MaskBoxDetect", "LayerMask: MaskByColor", @@ -8832,11 +9857,17 @@ "LayerMask: MaskPreview", "LayerMask: MaskStroke", "LayerMask: MediapipeFacialSegment", + "LayerMask: ObjectDetectorFL2", + "LayerMask: ObjectDetectorMask", + "LayerMask: ObjectDetectorYOLO8", + "LayerMask: ObjectDetectorYOLOWorld", "LayerMask: PersonMaskUltra", "LayerMask: PersonMaskUltra V2", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", "LayerMask: RmBgUltra V2", + "LayerMask: SAM2Ultra", + "LayerMask: SAM2VideoUltra", "LayerMask: SegformerB2ClothesUltra", "LayerMask: SegformerClothesPipelineLoader", "LayerMask: SegformerFashionPipelineLoader", @@ -8844,12 +9875,14 @@ "LayerMask: SegmentAnythingUltra", "LayerMask: SegmentAnythingUltra V2", "LayerMask: Shadow & Highlight Mask", + "LayerMask: ShadowHighlightMaskV2", "LayerMask: TransparentBackgroundUltra", "LayerMask: YoloV8Detect", "LayerStyle: ColorOverlay", "LayerStyle: ColorOverlay V2", "LayerStyle: DropShadow", "LayerStyle: DropShadow V2", + "LayerStyle: Gradient Map", "LayerStyle: GradientOverlay", "LayerStyle: GradientOverlay V2", "LayerStyle: InnerGlow", @@ -8869,6 +9902,7 @@ "LayerUtility: CheckMaskV2", "LayerUtility: ColorImage", "LayerUtility: ColorImage V2", + "LayerUtility: ColorName", "LayerUtility: ColorPicker", "LayerUtility: CreateQRCode", "LayerUtility: CropBoxResolve", @@ -8882,8 +9916,10 @@ "LayerUtility: GetColorTone", "LayerUtility: GetColorToneV2", "LayerUtility: GetImageSize", + "LayerUtility: GetMainColors", "LayerUtility: GradientImage", "LayerUtility: GradientImage V2", + "LayerUtility: GrayValue", "LayerUtility: HLFrequencyDetailRestore", "LayerUtility: HSV Value", "LayerUtility: If", @@ -8911,12 +9947,17 @@ "LayerUtility: ImageShift", "LayerUtility: ImageTaggerSave", "LayerUtility: Integer", + "LayerUtility: JoyCaption2", + "LayerUtility: JoyCaption2ExtraOptions", "LayerUtility: LaMa", "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", + "LayerUtility: LlamaVision", "LayerUtility: LoadPSD", + "LayerUtility: LoadVQAModel", "LayerUtility: NumberCalculator", "LayerUtility: NumberCalculatorV2", + "LayerUtility: PhiPrompt", "LayerUtility: PrintInfo", "LayerUtility: PromptEmbellish", "LayerUtility: PromptTagger", @@ -8924,6 +9965,8 @@ "LayerUtility: QWenImage2Prompt", "LayerUtility: QueueStop", "LayerUtility: RGB Value", + "LayerUtility: RandomGenerator", + "LayerUtility: RandomGeneratorV2", "LayerUtility: RestoreCropBox", "LayerUtility: SD3NegativeConditioning", "LayerUtility: SaveImagePlus", @@ -8935,7 +9978,13 @@ "LayerUtility: SwitchCase", "LayerUtility: TextBox", "LayerUtility: TextImage", + "LayerUtility: TextImage V2", "LayerUtility: TextJoin", + "LayerUtility: TextJoinV2", + "LayerUtility: UserPromptGeneratorReplaceWord", + "LayerUtility: UserPromptGeneratorTxt2ImgPrompt", + "LayerUtility: UserPromptGeneratorTxt2ImgPromptWithReference", + "LayerUtility: VQAPrompt", "LayerUtility: XY to Percent" ], { @@ -8971,6 +10020,7 @@ [ "ConditionText", "ConditionTextMulti", + "ConditionTextPrompts", "ImageAddText", "ImageSimpleResize", "ImageSizeInfo", @@ -9075,6 +10125,14 @@ "title_aux": "Use Everywhere (UE Nodes)" } ], + "https://github.com/chrissy0/chris-comfyui-nodes": [ + [ + "PadImageSquare" + ], + { + "title_aux": "chris-comfyui-nodes" + } + ], "https://github.com/christian-byrne/audio-separation-nodes-comfyui": [ [ "AudioCombine", @@ -9252,13 +10310,23 @@ "title_aux": "SD-Latent-Upscaler" } ], - "https://github.com/civitai/comfy-nodes": [ + "https://github.com/civen-cn/ComfyUI-PaddleOcr": [ + [ + "OcrBlur", + "OcrBoxMask", + "OcrImageText" + ], + { + "title_aux": "ComfyUI-PaddleOcr" + } + ], + "https://github.com/civitai/civitai_comfy_nodes": [ [ "CivitAI_Checkpoint_Loader", "CivitAI_Lora_Loader" ], { - "title_aux": "comfy-nodes" + "title_aux": "Civitai Comfy Nodes" } ], "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": [ @@ -9309,6 +10377,7 @@ "ControlNetApply", "ControlNetApplyAdvanced", "ControlNetApplySD3", + "ControlNetInpaintingAliMamaApply", "ControlNetLoader", "CropMask", "DiffControlNetLoader", @@ -9359,6 +10428,7 @@ "KSamplerAdvanced", "KSamplerSelect", "KarrasScheduler", + "LaplaceScheduler", "LatentAdd", "LatentBatch", "LatentBatchSeedBehavior", @@ -9380,6 +10450,7 @@ "LoadLatent", "LoraLoader", "LoraLoaderModelOnly", + "LoraSave", "MaskComposite", "MaskToImage", "ModelMergeAdd", @@ -9491,6 +10562,7 @@ "TestWhileLoopOpen", "ThresholdMask", "TomePatchModel", + "TorchCompileModel", "TripleCLIPLoader", "UNETLoader", "UNetCrossAttentionMultiply", @@ -9620,6 +10692,14 @@ "title_aux": "Cozy Reference Pose Generator" } ], + "https://github.com/cr7Por/ComfyUI_DepthFlow": [ + [ + "DepthFlowSimple" + ], + { + "title_aux": "ComfyUI_DepthFlow" + } + ], "https://github.com/crystian/ComfyUI-Crystools": [ [], { @@ -9631,6 +10711,16 @@ "title_aux": "Crystools" } ], + "https://github.com/cubiq/Block_Patcher_ComfyUI": [ + [ + "FluxBlockPatcherSampler", + "FluxBlockShareKV", + "PlotBlockParams" + ], + { + "title_aux": "Flux blocks patcher sampler" + } + ], "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ [ "FaceAlign", @@ -9757,12 +10847,17 @@ "ConditioningCombineMultiple+", "ConsoleDebug+", "DebugTensorShape+", + "DisplayAny", "DrawText+", "ExtractKeyframes+", + "FluxAttentionSeeker+", + "FluxBlocksBuster+", "FluxSamplerParams+", "GetImageSize+", + "GuidanceTimestepping+", "ImageApplyLUT+", "ImageBatchMultiple+", + "ImageBatchToList+", "ImageCASharpening+", "ImageColorMatch+", "ImageColorMatchAdobe+", @@ -9791,6 +10886,7 @@ "KSamplerVariationsStochastic+", "KSamplerVariationsWithNoise+", "LoadCLIPSegModels+", + "LorasForFluxParams+", "MaskBatch+", "MaskBlur+", "MaskBoundingBox+", @@ -9810,6 +10906,8 @@ "PlotParameters+", "RemBGSession+", "RemoveLatentMask+", + "SD3AttentionSeekerLG+", + "SD3AttentionSeekerT5+", "SD3NegativeConditioning+", "SDXLEmptyLatentSizePicker+", "SamplerSelectHelper+", @@ -9824,6 +10922,7 @@ "SimpleMathInt+", "SimpleMathPercent+", "SimpleMathSlider+", + "SimpleMathSliderLowRes+", "TextEncodeForSamplerParams+", "TransitionMask+", "TransparentBGSession+" @@ -9910,6 +11009,42 @@ "title_aux": "D2 Steps" } ], + "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": [ + [ + "D2 Checkpoint List", + "D2 Checkpoint Loader", + "D2 Multi Output", + "D2 Prompt SR", + "D2 Regex Switcher" + ], + { + "author": "da2el", + "description": "A parameter output node compatible with qq-nodes-comfyui. It outputs parameters such as Prompt S/R and seed.", + "title": "D2 XYPlot Utils", + "title_aux": "D2 XYPlot Utils" + } + ], + "https://github.com/da2el-ai/D2-nodes-ComfyUI": [ + [ + "D2 Checkpoint Loader", + "D2 KSampler", + "D2 KSampler(Advanced)", + "D2 Load Image", + "D2 Multi Output", + "D2 Prompt SR", + "D2 Refiner Steps", + "D2 Refiner Steps A1111", + "D2 Refiner Steps Tester", + "D2 Regex Switcher", + "D2 Size Slector" + ], + { + "author": "da2el", + "description": "A Collection of Handy Custom Nodes for ComfyUI", + "title": "D2 Nodes", + "title_aux": "D2 Nodes ComfyUI" + } + ], "https://github.com/dadoirie/ComfyUI_Dados_Nodes": [ [ "PinterestImageNode" @@ -9921,20 +11056,22 @@ "https://github.com/dagthomas/comfyui_dagthomas": [ [ "APNLatent", - "ApplyBloom", - "CFGSkimming", "CustomPromptLoader", "DynamicStringCombinerNode", "FileReaderNode", "FlexibleStringMergerNode", "GPT4MiniNode", "GPT4VisionNode", + "GeminiCustomVision", + "GeminiTextOnly", "Gpt4CustomVision", "Gpt4VisionCloner", - "MedianOppositeColorNode", "OllamaNode", + "OllamaVisionNode", "PGSD3LatentGenerator", - "ProminentOppositeColorNode", + "PhiCustomModelInference", + "PhiModelInference", + "PhiModelLoader", "PromptGenerator", "RandomIntegerNode", "SentenceMixerNode", @@ -9986,6 +11123,7 @@ ], "https://github.com/darkpixel/darkprompts": [ [ + "DarkAnyToString", "DarkCheckpointRandomizer", "DarkCheckpointSwitcher", "DarkCombine", @@ -9999,8 +11137,24 @@ "title_aux": "DarkPrompts" } ], + "https://github.com/darth-veitcher/comfydv": [ + [ + "CircuitBreaker", + "FormatString", + "ModelUnloader", + "RandomChoice" + ], + { + "author": "Darth Veitcher", + "description": "This collection of nodes provides string formatting, random choices, model memory management, and other quality of life improvements.", + "nickname": "DV Nodes", + "title": "Comfy DV Nodes", + "title_aux": "Comfy DV" + } + ], "https://github.com/daryltucker/ComfyUI-LoadFiles": [ [ + "CountLines", "ListFilenames", "LoadImages" ], @@ -10087,23 +11241,57 @@ "title_aux": "ComfyUI-JDCN" } ], - "https://github.com/daxthin/DZ-FaceDetailer": [ + "https://github.com/daxcay/ComfyUI-TG": [ [ - "DZ_Face_Detailer" + "TG_ImageSaver" ], { - "title_aux": "DZ-FaceDetailer" + "author": "Daxton Caylor", + "description": "This node enables someone to run comfyui in telegram.", + "nickname": "ComfyUI-TG", + "title": "ComfyUI-TG", + "title_aux": "ComfyUI-TG" + } + ], + "https://github.com/daxcay/ComfyUI-WA": [ + [ + "WA_ImageSaver" + ], + { + "author": "Daxton Caylor", + "description": "This node enables someone to run comfyui in whatsapp.", + "nickname": "ComfyUI-WA", + "title": "ComfyUI-WA", + "title_aux": "ComfyUI-WA" + } + ], + "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": [ + [ + "YouTubeVideoPlayer" + ], + { + "author": "Daxton Caylor & Jerry Davos", + "description": "YouTube Video Player in Comfy.", + "nickname": "ComfyUI-YouTubeVideoPlayer", + "title": "ComfyUI-YouTubeVideoPlayer", + "title_aux": "ComfyUI-YouTubeVideoPlayer" } ], "https://github.com/dchatel/comfyui_davcha": [ [ + "ApplyMask", "ConditioningCompress", "DStack", "DavchaCLIPMergeSimple", + "DavchaCLIPTextEncode", "DavchaConditioningConcat", + "DavchaEmptyLatentImage", + "DavchaLoadVideo", + "DavchaMaskImage", "DavchaModelMergeSD1", "DavchaModelMergeSDXL", "DavchaModelMergeSimple", + "DavchaPop", "PercentPadding", "ResizeCropFit", "SmartMask", @@ -10184,6 +11372,15 @@ "title_aux": "demofusion-comfyui" } ], + "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": [ + [ + "FluxImageCaptionNode", + "FluxPromptGeneratorNode" + ], + { + "title_aux": "ComfyUI_FluxPromptGen" + } + ], "https://github.com/dfl/comfyui-clip-with-break": [ [ "AdvancedCLIPTextEncodeWithBreak", @@ -10220,9 +11417,9 @@ [ "DicksonColorMatch", "DicksonLoadImage", - "TTPlanet_Tile_Preprocessor_GF", - "TTPlanet_Tile_Preprocessor_Simple", - "TTPlanet_Tile_Preprocessor_cufoff" + "Dickson_TTP_Preprocessor_Simple", + "Dickson_TTP_Preprocessor_cufoff", + "Dickson_TTP_Tile_Preprocessor_GF" ], { "description": "This is a set of custom nodes that I've either written myself or adapted from other authors for my own convenience. Currently includes color matching node forked from StableSR and TTPlanet's controlnet preprocessor. https://github.com/dicksondickson", @@ -10276,14 +11473,14 @@ ], "https://github.com/discopixel-studio/comfyui-discopixel": [ [ - "TransformTemplateOntoFaceMask" + "PhotoroomRemoveBG" ], { "author": "Anson Kao", "description": "A small collection of custom nodes for use with ComfyUI, by Discopixel", "nickname": "ComfyUI Discopixel", "title": "ComfyUI Discopixel", - "title_aux": "ComfyUI Discopixel Nodes" + "title_aux": "PhotoRoom Nodes by Discopixel" } ], "https://github.com/discus0434/comfyui-caching-embeddings": [ @@ -10294,6 +11491,14 @@ "title_aux": "ComfyUI Caching Embeddings" } ], + "https://github.com/discus0434/comfyui-flux-accelerator": [ + [ + "\ud83c\udf6dFluxAccelerator" + ], + { + "title_aux": "ComfyUI Flux Accelerator" + } + ], "https://github.com/djbielejeski/a-person-mask-generator": [ [ "APersonFaceLandmarkMaskGenerator", @@ -10419,7 +11624,12 @@ [ "Images_Converter|D00MYs", "JSPaint|D00MYs", - "Show_Text|D00MYs" + "Load_Images_From_Paths|D00MYs", + "Random_Images|D00MYs", + "Save_Images|D00MYs", + "Save_Text|D00MYs", + "Show_Text|D00MYs", + "Strings_From_List|D00MYs" ], { "title_aux": "ComfyUI-D00MYsNodes" @@ -10436,6 +11646,25 @@ "title_aux": "ComfyUI_Dragos_Nodes" } ], + "https://github.com/drmbt/comfyui-dreambait-nodes": [ + [ + "BoolPlusPlus", + "DRMBT_AspectPadImageForOutpainting", + "DRMBT_ExecutionTime", + "DRMBT_LoadMedia", + "DRMBT_Model_Context_Selector", + "DRMBT_MultiMinMax", + "DRMBT_PlotParameters", + "DRMBT_String_Item_Menu", + "NumberPlusPlus", + "NumberRemap", + "SwitchDuo", + "TextPlusPlus" + ], + { + "title_aux": "comfyui-dreambait-nodes" + } + ], "https://github.com/drustan-hawk/primitive-types": [ [ "float", @@ -10447,6 +11676,18 @@ "title_aux": "primitive-types" } ], + "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": [ + [ + "Custom ESAM_ModelLoader_Zho", + "Custom Generate Stable Diffsution Prompt With LLM", + "Custom Yoloworld_ESAM_Zho", + "Custom Yoloworld_ModelLoader_Zho", + "ObjectCrop" + ], + { + "title_aux": "ObjectFusion_ComfyUI_nodes" + } + ], "https://github.com/e7mac/ComfyUI-ShadertoyGL": [ [ "ColorChannelOffset", @@ -10457,7 +11698,7 @@ "title_aux": "ComfyUI-ShadertoyGL" } ], - "https://github.com/ealkanat/comfyui_easy_padding": [ + "https://github.com/ealkanat/comfyui-easy-padding": [ [ "comfyui-easy-padding" ], @@ -10475,6 +11716,15 @@ "title_aux": "Semantic-SAM" } ], + "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": [ + [ + "CreateExtraMetaData", + "SaveImageWithMetaData" + ], + { + "title_aux": "ComfyUI-ImageMetadataExtension" + } + ], "https://github.com/edenartlab/eden_comfy_pipelines": [ [ "Animation_RGB_Mask", @@ -10485,13 +11735,18 @@ "Eden_Bool", "Eden_Compare", "Eden_DebugPrint", + "Eden_DetermineFrameCount", "Eden_Float", "Eden_IMG_padder", "Eden_IMG_unpadder", "Eden_Int", - "Eden_Lora_Loader", + "Eden_MaskBoundingBox", + "Eden_Math", + "Eden_RepeatLatentBatch", + "Eden_Seed", "Eden_String", "Eden_gpt4_node", + "Extend_Sequence", "FolderScanner", "GetRandomFile", "Get_Prefixed_Imgs", @@ -10499,6 +11754,7 @@ "IMG_blender", "IMG_resolution_multiple_of", "IMG_scaler", + "IP_Adapter_Settings_Distribution", "If ANY execute A else B", "ImageDescriptionNode", "LatentTypeConversion", @@ -10506,7 +11762,6 @@ "LoadImagesByFilename", "LoadRandomImage", "Load_Embeddings_From_Folder", - "MaskFromRGB", "MaskFromRGB_KMeans", "ParallaxZoom", "Random_Style_Mixture", @@ -10528,8 +11783,20 @@ "title_aux": "Eden.art LoRa Trainer" } ], + "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": [ + [ + "Load Images and Prompts from Directory", + "Load Images and Prompts from Directory(Advanced)" + ], + { + "title_aux": "ComfyUI-Load-DirectoryFiles" + } + ], "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": [ [ + "BatchImageProcessor", + "Caption", + "CaptionDownload", "KolorsMultiTextEncode", "MultiTextEncode" ], @@ -10539,8 +11806,10 @@ ], "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [ [ - "Compositor", - "EnricosCompositor" + "Compositor3", + "CompositorConfig3", + "CompositorTools3", + "CompositorTransformsOutV3" ], { "title_aux": "Compositor Node" @@ -10570,6 +11839,7 @@ "CM_IntToNumber", "CM_IntUnaryCondition", "CM_IntUnaryOperation", + "CM_NearestSDXLExtendedResolution", "CM_NearestSDXLResolution", "CM_NumberBinaryCondition", "CM_NumberBinaryOperation", @@ -10577,6 +11847,7 @@ "CM_NumberToInt", "CM_NumberUnaryCondition", "CM_NumberUnaryOperation", + "CM_SDXLExtendedResolution", "CM_SDXLResolution", "CM_Vec2BinaryCondition", "CM_Vec2BinaryOperation", @@ -10604,6 +11875,15 @@ "title_aux": "ComfyMath" } ], + "https://github.com/evolox/ComfyUI-GeneraNodes": [ + [ + "Genera.BatchTester", + "Genera.GCPStorageNode" + ], + { + "title_aux": "ComfyUI-GeneraNodes" + } + ], "https://github.com/exdysa/comfyui-selector": [ [ "Fork", @@ -10623,9 +11903,22 @@ "title_aux": "comfyui-selector" } ], + "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": [ + [ + "EZ Concatenate Text", + "EZ Load from CSV", + "EZ String" + ], + { + "title_aux": "ComfyUI-EZ-AF-Nodes" + } + ], "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": [ [ - "AlignFace" + "AlignFace", + "GenerateTimestamp", + "ReadImage", + "RenderOpenStreetMapTile" ], { "title_aux": "ComfyUI-Showrunner-Utils" @@ -10649,6 +11942,14 @@ "title_aux": "Ollama and Llava Vision integration for ComfyUI" } ], + "https://github.com/fashn-AI/ComfyUI-FASHN": [ + [ + "FASHN" + ], + { + "title_aux": "FASHN Virtual Try-On" + } + ], "https://github.com/fearnworks/ComfyUI_FearnworksNodes": [ [ "Count Files in Directory (FW)", @@ -10754,7 +12055,9 @@ [ "FL_Ascii", "FL_BatchAlign", + "FL_BulkPDFLoader", "FL_BulletHellGame", + "FL_CaptionSaver_V2", "FL_CaptionToCSV", "FL_CodeNode", "FL_ColorPicker", @@ -10764,10 +12067,13 @@ "FL_FractalKSampler", "FL_GPT_Vision", "FL_Glitch", + "FL_GradGenerator", "FL_HFHubModelUploader", "FL_HF_Character", + "FL_HF_UploaderAbsolute", "FL_HalftonePattern", "FL_HexagonalPattern", + "FL_ImageAdjuster", "FL_ImageCaptionLayout", "FL_ImageCaptionLayoutPDF", "FL_ImageCaptionSaver", @@ -10776,6 +12082,8 @@ "FL_ImageNotes", "FL_ImagePixelator", "FL_ImageRandomizer", + "FL_ImageSlicer", + "FL_ImagesToPDF", "FL_InfiniteZoom", "FL_InpaintCrop", "FL_Inpaint_Stitch", @@ -10784,10 +12092,20 @@ "FL_KsamplerPlus", "FL_KsamplerSettings", "FL_LoadImage", + "FL_MadLibGenerator", + "FL_Math", "FL_MirrorAndAppendCaptions", "FL_NFTGenerator", + "FL_OllamaCaptioner", + "FL_PDFImageExtractor", + "FL_PDFLoader", + "FL_PDFMerger", + "FL_PDFSaver", + "FL_PDFTextExtractor", + "FL_PDFToImages", "FL_PaperDrawn", "FL_PasteOnCanvas", + "FL_PathTypeChecker", "FL_PixelArtShader", "FL_PixelSort", "FL_PromptSelector", @@ -10796,8 +12114,10 @@ "FL_Ripple", "FL_SDUltimate_Slices", "FL_SamplerStrings", + "FL_SaveAndDisplayImage", "FL_SaveCSV", "FL_SaveImages", + "FL_SaveWebPImage(SaveImage)", "FL_SchedulerStrings", "FL_SendToDiscordWebhook", "FL_SeparateMaskComponents", @@ -10811,7 +12131,8 @@ "FL_VideoRecompose", "FL_ZipDirectory", "FL_ZipSave", - "GradientImageGenerator" + "GradientImageGenerator", + "SaveWebPImage" ], { "title_aux": "ComfyUI_Fill-Nodes" @@ -10828,6 +12149,14 @@ "title_aux": "fcSuite" } ], + "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": [ + [ + "AdvancedSequenceSeedNode" + ], + { + "title_aux": "Advanced Sequence Seed Generator" + } + ], "https://github.com/florestefano1975/ComfyUI-HiDiffusion": [ [ "HiDiffusionSD15", @@ -10982,6 +12311,14 @@ "title_aux": "comfyui-fofr-toolkit" } ], + "https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py": [ + [ + "Search CSV" + ], + { + "title_aux": "CSV Search Node" + } + ], "https://github.com/forever22777/comfyui-self-guidance": [ [ "CLIPConditioning", @@ -11057,6 +12394,14 @@ "title_aux": "ComfyUI_llm_easyanimiate" } ], + "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": [ + [ + "ImageMask2PNG" + ], + { + "title_aux": "ComfyUI-ImgMask2PNG" + } + ], "https://github.com/fsdymy1024/ComfyUI_fsdymy": [ [ "IPAdapterLayerWeight", @@ -11071,15 +12416,52 @@ "title_aux": "ComfyUI_fsdymy" } ], + "https://github.com/fssorc/ComfyUI_FFT": [ + [ + "FFTNode", + "FindFFTSpot", + "InvertFFTNode", + "InvertFFTWithMask" + ], + { + "title_aux": "ComfyUI_FFT" + } + ], "https://github.com/fssorc/ComfyUI_FaceShaper": [ [ + "FaceAlignmentCropper", "FaceShaper", - "FaceShaperModels" + "FaceShaperComposite", + "FaceShaperCropper", + "FaceShaperFaceMask", + "FaceShaperLoadInsightFaceCropper", + "FaceShaperLoadMediaPipeCropper", + "FaceShaperMatchV2", + "FaceShaperModels", + "FaceShaperShowLandMarks" ], { "title_aux": "ComfyUI_FaceShaper" } ], + "https://github.com/fssorc/ComfyUI_pose_inter": [ + [ + "Pose_Inter" + ], + { + "title_aux": "ComfyUI_pose_inter" + } + ], + "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": [ + [ + "FluxDev_BFL", + "FluxPro11_BFL", + "FluxPro_BFL" + ], + { + "title_aux": "ComfyUI-FLUX-BFL-API" + } + ], "https://github.com/gemell1/ComfyUI_GMIC": [ [ "GmicCliWrapper", @@ -11089,6 +12471,17 @@ "title_aux": "ComfyUI_GMIC" } ], + "https://github.com/geocine/geocine-comfyui": [ + [ + "Image Scale", + "Image Selector", + "LoRA Name List", + "Seed to Noise" + ], + { + "title_aux": "geocine-comfyui" + } + ], "https://github.com/get-salt-AI/SaltAI": [ [ "SAIPrimitiveConverter", @@ -11207,6 +12600,15 @@ "title_aux": "SaltAI_Language_Toolkit" } ], + "https://github.com/ggarra13/ComfyUI-mrv2": [ + [ + "mrv2AnnotationsImageNode", + "mrv2SaveEXRImage" + ], + { + "title_aux": "ComfyUI-mrv2" + } + ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -11326,6 +12728,7 @@ "HFHubEmbeddingLoader", "HFHubLoraLoader", "ImageToMultipleOf", + "LoraLoaderFromURL", "SDXLAspectRatio" ], { @@ -11357,6 +12760,36 @@ "title_aux": "nsfwrecog-comfyui" } ], + "https://github.com/godmt/ComfyUI-List-Utils": [ + [ + "GODMT_AnyCast", + "GODMT_AnyToDict", + "GODMT_BatchGetByIndex", + "GODMT_BatchItemCast", + "GODMT_BatchSlice", + "GODMT_BatchToList", + "GODMT_CreateArange", + "GODMT_CreateBatch", + "GODMT_CreateLinspace", + "GODMT_CreateList", + "GODMT_CreateRange", + "GODMT_Exec", + "GODMT_GetLength", + "GODMT_GetShape", + "GODMT_GetWidgetsValues", + "GODMT_ListGetByIndex", + "GODMT_ListSlice", + "GODMT_ListToBatch", + "GODMT_MergeBatch", + "GODMT_MergeList", + "GODMT_Pack", + "GODMT_SplitString", + "GODMT_Unpack" + ], + { + "title_aux": "ComfyUI-List-Utils" + } + ], "https://github.com/godspede/ComfyUI_Substring": [ [ "SubstringTheory" @@ -11456,20 +12889,32 @@ ], "https://github.com/griptape-ai/ComfyUI-Griptape": [ [ - "Griptape Agent Config: Amazon Bedrock", - "Griptape Agent Config: Anthropic", - "Griptape Agent Config: Azure OpenAI", + "Griptape Agent Config: Amazon Bedrock Drivers", + "Griptape Agent Config: Amazon Bedrock [DEPRICATED]", + "Griptape Agent Config: Anthropic Drivers", + "Griptape Agent Config: Anthropic [DEPRICATED]", + "Griptape Agent Config: Azure OpenAI Drivers", + "Griptape Agent Config: Azure OpenAI [DEPRICATED]", + "Griptape Agent Config: Cohere Drivers", "Griptape Agent Config: Custom Structure", "Griptape Agent Config: Environment Variables", - "Griptape Agent Config: Google", - "Griptape Agent Config: HuggingFace", - "Griptape Agent Config: LM Studio", - "Griptape Agent Config: Ollama", - "Griptape Agent Config: OpenAI", - "Griptape Agent Config: OpenAI Compatible", + "Griptape Agent Config: Expand", + "Griptape Agent Config: Google Drivers", + "Griptape Agent Config: Google [DEPRICATED]", + "Griptape Agent Config: HuggingFace Drivers", + "Griptape Agent Config: HuggingFace [DEPRICATED]", + "Griptape Agent Config: LM Studio Drivers", + "Griptape Agent Config: LM Studio [DEPRICATED]", + "Griptape Agent Config: Ollama Drivers", + "Griptape Agent Config: Ollama [DEPRICATED]", + "Griptape Agent Config: OpenAI Compatible Drivers", + "Griptape Agent Config: OpenAI Compatible [DEPRICATED]", + "Griptape Agent Config: OpenAI Drivers", + "Griptape Agent Config: OpenAI [DEPRICATED]", "Griptape Audio Transcription Driver: OpenAI", "Griptape Combine: Merge Inputs", "Griptape Combine: Merge Texts", + "Griptape Combine: RAG Module List", "Griptape Combine: Rules List", "Griptape Combine: Tool List", "Griptape Config: Environment Variables", @@ -11492,6 +12937,7 @@ "Griptape Driver: Amazon Bedrock Titan", "Griptape Driver: Azure OpenAI Image Generation", "Griptape Driver: Leonardo.AI", + "Griptape Driver: OpenAI Compatible Image Generation", "Griptape Driver: OpenAI Image Generation", "Griptape Embedding Driver: Amazon Bedrock Titan", "Griptape Embedding Driver: Amazon SageMaker Jumpstart", @@ -11499,6 +12945,7 @@ "Griptape Embedding Driver: Cohere", "Griptape Embedding Driver: Google", "Griptape Embedding Driver: HuggingFace", + "Griptape Embedding Driver: LM Studio", "Griptape Embedding Driver: Ollama", "Griptape Embedding Driver: OpenAI", "Griptape Embedding Driver: OpenAI Compatible", @@ -11520,8 +12967,17 @@ "Griptape Prompt Driver: Ollama", "Griptape Prompt Driver: OpenAI", "Griptape Prompt Driver: OpenAI Compatible", + "Griptape RAG Query: Translate Module", + "Griptape RAG Rerank: Text Chunks Module", + "Griptape RAG Response: Footnote Prompt Module", + "Griptape RAG Response: Prompt Module", + "Griptape RAG Response: Text Chunks Module", + "Griptape RAG Retrieve: Text Loader Module", + "Griptape RAG Retrieve: Vector Store Module", + "Griptape RAG: Engine", "Griptape Replace: Rulesets on Agent", "Griptape Replace: Tools on Agent", + "Griptape Rerank Driver: Cohere", "Griptape Run: Agent", "Griptape Run: Audio Transcription", "Griptape Run: Image Description", @@ -11539,15 +12995,22 @@ "Griptape Tool: Audio Transcription", "Griptape Tool: Calculator", "Griptape Tool: DateTime", + "Griptape Tool: Extraction", "Griptape Tool: FileManager", "Griptape Tool: Griptape Cloud KnowledgeBase", + "Griptape Tool: Prompt Summary", + "Griptape Tool: Query", + "Griptape Tool: RAG", "Griptape Tool: Text to Speech", "Griptape Tool: VectorStore", "Griptape Tool: WebScraper", "Griptape Tool: WebSearch", + "Griptape Util: Create Agent Modelfile", + "Griptape Util: Create Model from Modelfile", + "Griptape Util: Remove Ollama Model", "Griptape Vector Store Driver: Amazon OpenSearch", "Griptape Vector Store Driver: Azure MongoDB", - "Griptape Vector Store Driver: Griptape Cloud KnowledgeBase", + "Griptape Vector Store Driver: Griptape Cloud", "Griptape Vector Store Driver: Local", "Griptape Vector Store Driver: Marqo", "Griptape Vector Store Driver: MongoDB Atlas", @@ -11558,7 +13021,9 @@ "Griptape Vector Store: Add Text", "Griptape Vector Store: Query", "Griptape WebSearch Driver: DuckDuckGo", + "Griptape WebSearch Driver: Exa", "Griptape WebSearch Driver: Google", + "Griptape WebSearch Driver: Tavily", "Gt Run Agent" ], { @@ -11573,10 +13038,13 @@ [ "BooleanBasic", "BooleanReverse", + "ChooseUpscaleModel", "FluxControlNetApply", "FluxResolutionNode", "FluxSampler", - "GetImageSizeRatio" + "GetImageSizeRatio", + "IntegerSettings", + "NoisePlusBlend" ], { "title_aux": "ControlAltAI Nodes" @@ -11591,13 +13059,12 @@ "title_aux": "abracadabra-comfyui" } ], - "https://github.com/guoyk93/yk-node-suite-comfyui": [ + "https://github.com/guyaton/guy-nodes-comfyui": [ [ - "YKImagePadForOutpaint", - "YKMaskToImage" + "GuyRecommendedLatentResCalc" ], { - "title_aux": "y.k.'s ComfyUI node suite" + "title_aux": "guy-nodes-comfyui" } ], "https://github.com/hackkhai/ComfyUI-Image-Matting": [ @@ -11632,6 +13099,7 @@ "ACE_ImageFaceCrop", "ACE_ImageGetSize", "ACE_ImageLoadFromCloud", + "ACE_ImagePixelate", "ACE_ImageQA", "ACE_ImageRemoveBackground", "ACE_ImageSaveToCloud", @@ -11708,8 +13176,10 @@ "https://github.com/hben35096/ComfyUI-ToolBox": [ [ "AutoDLDownload", + "CreatePaths", "FolderDeleter", - "FolderViewe" + "FolderViewe", + "PathOutput" ], { "title_aux": "ComfyUI-ToolBox" @@ -11720,11 +13190,13 @@ "About_us", "AmapRegeoTool", "AmapWeatherTool", + "Browser_display", "CLIPTextEncode_party", - "ChatTTS_Node", - "CosyVoice", + "Combine_Videos_party", "Dingding", "Dingding_tool", + "EasyOCR_advance", + "EasyOCR_choose", "FeishuDownloadAudio", "FeishuDownloadImage", "FeishuGetHistory", @@ -11732,7 +13204,10 @@ "FileOnlineDelete_gitee", "FileOnlineStorage_gitee", "FilePathExists", + "FolderCleaner", + "GGUFLoader", "GeocodeTool", + "Image2Video", "Images2Image", "KG_csv_toolkit_developer", "KG_csv_toolkit_user", @@ -11746,10 +13221,15 @@ "LLM_local", "LLM_local_loader", "LLavaLoader", + "Lorebook", + "RSS_loader", + "RSS_tool", + "SpeedChange", "URL2IMG", "VAEDecode_party", "accuweather_tool", "advance_ebd_tool", + "any2str", "api_function", "api_tool", "arxiv_tool", @@ -11764,13 +13244,22 @@ "clear_file", "clear_model", "custom_persona", + "custom_string_format", + "dall_e_tool", "discord_bot", "discord_file_monitor", "discord_send", "duckduckgo_loader", "duckduckgo_tool", + "easy_GGUFLoader", + "easy_LLM_api_loader", + "easy_LLM_local_loader", + "easy_LLavaLoader", + "easy_load_llm_lora", + "easy_vlmLoader", "ebd_tool", "embeddings_function", + "end_anything", "end_dialog", "end_workflow", "extra_parameters", @@ -11779,16 +13268,23 @@ "file_combine", "file_combine_plus", "flux_persona", + "genai_api_loader", "get_string", "github_tool", "google_loader", "google_tool", + "got_ocr", + "gpt_sovits", + "graph_md_to_html", + "html2img_function", "image_iterator", "img2path", "interpreter_function", "interpreter_tool", + "interrupt_loop", "json2text", "json_get_value", + "json_iterator", "json_parser", "keyword_tool", "list_append", @@ -11803,38 +13299,71 @@ "load_img_path", "load_int", "load_keyword", + "load_llm_lora", "load_name", "load_openai_ebd", "load_persona", "load_url", "load_wikipedia", - "new_interpreter_tool", + "md_to_excel", + "md_to_html", + "mini_error_correction", + "mini_flux_prompt", + "mini_flux_tag", + "mini_ocr", + "mini_party", + "mini_sd_prompt", + "mini_sd_tag", + "mini_story", + "mini_summary", + "mini_translate", "none2false", "omost_decode", "omost_json2py", "omost_setting", + "open_url_function", + "open_url_tool", + "openai_dall_e", "openai_ebd_tool", "openai_tts", "openai_whisper", "parameter_combine", "parameter_combine_plus", "parameter_function", + "path2img_tool", + "red_book_text_persona", "replace_string", "save_ebd_database", "save_openai_ebd", + "savepersona", + "searxng_tool", + "selenium_tool", + "send_to_wechat_official", "show_text_party", + "sql_tool", + "srt2txt", + "start_anything", "start_dialog", "start_workflow", "story_json_tool", + "str2float", + "str2int", "string_logic", "substring", + "svg2html", + "svg2img_function", "text2json", "text2parameters", "text_iterator", + "text_writing", + "time_sleep", "time_tool", "tool_combine", "tool_combine_plus", "translate_persona", + "txt2srt", + "url2img_tool", + "vlmLoader", "weather_tool", "weekday_tool", "wikipedia_tool", @@ -12040,7 +13569,7 @@ "title_aux": "ComfyUI-Select-Any" } ], - "https://github.com/hylarucoder/ComfyUI-Eagle-PNGInfo": [ + "https://github.com/hylarucoder/comfyui-copilot": [ [ "EagleImageNode", "SDXLPromptStyler", @@ -12048,7 +13577,7 @@ "SDXLResolutionPresets" ], { - "title_aux": "Eagle PNGInfo" + "title_aux": "comfyui-copilot" } ], "https://github.com/hyunamy/comfy-ui-on-complete-email-me": [ @@ -12150,6 +13679,35 @@ "title_aux": "ComfyUI-IF_AI_tools" } ], + "https://github.com/ihmily/ComfyUI-Light-Tool": [ + [ + "Light-Tool: AddBackground", + "Light-Tool: AddBackgroundV2", + "Light-Tool: BoundingBoxCropping", + "Light-Tool: ImageMaskApply", + "Light-Tool: ImageOverlay", + "Light-Tool: ImageToMask", + "Light-Tool: InvertMask", + "Light-Tool: IsTransparent", + "Light-Tool: LoadImage", + "Light-Tool: LoadImageFromURL", + "Light-Tool: LoadImagesFromDir", + "Light-Tool: MaskBoundingBoxCropping", + "Light-Tool: MaskContourExtractor", + "Light-Tool: MaskImageToTransparent", + "Light-Tool: MaskToImage", + "Light-Tool: PhantomTankEffect", + "Light-Tool: ResizeImage", + "Light-Tool: SolidColorBackground" + ], + { + "author": "Hmily", + "description": "An awesome light image processing tool nodes for ComfyUI.", + "nickname": "ComfyUI-Light-Tool", + "title": "ComfyUI-Light-Tool", + "title_aux": "ComfyUI-Light-Tool" + } + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -12318,6 +13876,7 @@ "Base Image Parameters Extract JK", "Base Model Parameters Extract JK", "Base Model Parameters JK", + "Base Model Parameters SD3API JK", "Base Model Pipe Extract JK", "Base Model Pipe JK", "CM_BoolBinaryOperation JK", @@ -12378,6 +13937,7 @@ "CR Conditioning Input Switch JK", "CR ControlNet Input Switch JK", "CR Float Input Switch JK", + "CR Guider Input Switch JK", "CR Image Input Switch JK", "CR Impact Pipe Input Switch JK", "CR Int Input Switch JK", @@ -12388,15 +13948,20 @@ "CR Mesh Input Switch JK", "CR Model Input Switch JK", "CR Multi-ControlNet Stack JK", + "CR Noise Input Switch JK", "CR Obit Pose Input Switch JK", "CR Orbit Pose Input Switch JK", "CR Pipe Input Switch JK", "CR Ply Input Switch JK", "CR SD1.5 Aspect Ratio JK", + "CR SD3 Aspect Ratio JK", "CR SDXL Aspect Ratio JK", + "CR Sampler Input Switch JK", + "CR Sigmas Input Switch JK", "CR Switch Model and CLIP JK", "CR Text Input Switch JK", "CR VAE Input Switch JK", + "CR_Apply Multi-ControlNet SD3 JK", "Ckpt Loader JK", "Detailer Parameters JK", "Embedding Picker JK", @@ -12406,6 +13971,7 @@ "Evaluate Ints JK", "Evaluate Strings JK", "HintImageEnchance JK", + "Image Remove Alpha JK", "Image Upscale Parameters Extract JK", "Ksampler Parameters JK", "Latent Upscale Parameters Extract JK", @@ -12414,6 +13980,7 @@ "Metadata Pipe JK", "NodesState JK", "Noise Injection Parameters JK", + "Noise Injection Pipe Extract JK", "Orbit Poses JK", "OrbitLists to OrbitPoses JK", "OrbitPoses to OrbitLists JK", @@ -12429,6 +13996,7 @@ "Reroute List JK", "Reroute Resize JK", "Reroute Sampler JK", + "Reroute String JK", "Reroute Upscale JK", "Reroute Vae JK", "SDXLPromptStylerAll", @@ -12475,6 +14043,21 @@ "Sampler Loader JK", "Save Image with Metadata Flow JK", "Save Image with Metadata JK", + "Stability Conservative Upscale", + "Stability Control Skech", + "Stability Control Structure", + "Stability Control Style", + "Stability Creative Upscale", + "Stability Erase", + "Stability Fast Upscale", + "Stability Image Core", + "Stability Image Ultra", + "Stability Inpainting", + "Stability Outpainting", + "Stability Remove Background", + "Stability SD3", + "Stability Search And Recolor", + "Stability Search and Replace", "Upscale Model Loader JK", "Upscale Model Parameters Extract JK", "Upscale Model Parameters JK", @@ -12882,44 +14465,60 @@ ], "https://github.com/justUmen/Bjornulf_custom_nodes": [ [ - "Bjornulf_CheckBlackImage", - "Bjornulf_ClearVRAM", + "Bjornulf_AudioVideoSync", + "Bjornulf_CharacterDescriptionGenerator", "Bjornulf_CombineBackgroundOverlay", + "Bjornulf_CombineImages", "Bjornulf_CombineTexts", - "Bjornulf_CustomStringType", + "Bjornulf_CombineTextsByLines", + "Bjornulf_FreeVRAM", "Bjornulf_GrayscaleTransform", "Bjornulf_GreenScreenToTransparency", + "Bjornulf_IfElse", + "Bjornulf_ImageDetails", "Bjornulf_ImageMaskCutter", + "Bjornulf_ImagesListToVideo", "Bjornulf_LoadImageWithTransparency", + "Bjornulf_LoadImagesFromSelectedFolder", "Bjornulf_LoopAllLines", "Bjornulf_LoopBasicBatch", "Bjornulf_LoopCombosSamplersSchedulers", "Bjornulf_LoopFloat", + "Bjornulf_LoopImages", "Bjornulf_LoopInteger", + "Bjornulf_LoopLoraSelector", + "Bjornulf_LoopModelClipVae", + "Bjornulf_LoopModelSelector", "Bjornulf_LoopSamplers", "Bjornulf_LoopSchedulers", "Bjornulf_LoopTexts", + "Bjornulf_LoopWriteText", + "Bjornulf_PassPreviewImage", + "Bjornulf_PauseResume", + "Bjornulf_PickInput", + "Bjornulf_RandomImage", "Bjornulf_RandomLineFromInput", + "Bjornulf_RandomLoraSelector", "Bjornulf_RandomModelClipVae", + "Bjornulf_RandomModelSelector", "Bjornulf_RandomTexts", "Bjornulf_RemoveTransparency", "Bjornulf_ResizeImage", - "Bjornulf_SaveApiImage", "Bjornulf_SaveBjornulfLobeChat", "Bjornulf_SaveImagePath", "Bjornulf_SaveImageToFolder", "Bjornulf_SaveText", "Bjornulf_SaveTmpImage", - "Bjornulf_ShowFloat", - "Bjornulf_ShowInt", + "Bjornulf_ScramblerCharacter", + "Bjornulf_SelectImageFromList", "Bjornulf_ShowText", + "Bjornulf_TextToSpeech", "Bjornulf_TextToStringAndSeed", "Bjornulf_VideoPingPong", - "Bjornulf_WriteImageAllInOne", - "Bjornulf_WriteImageCharacter", - "Bjornulf_WriteImageCharacters", - "Bjornulf_WriteImageEnvironment", + "Bjornulf_VideoPreview", + "Bjornulf_VideoToImagesList", "Bjornulf_WriteText", + "Bjornulf_WriteTextAdvanced", "Bjornulf_imagesToVideo", "Bjornulf_ollamaLoader" ], @@ -12927,6 +14526,14 @@ "title_aux": "Bjornulf_custom_nodes" } ], + "https://github.com/k-komarov/comfyui-bunny-cdn-storage": [ + [ + "Save Image to BunnyStorage" + ], + { + "title_aux": "comfyui-bunny-cdn-storage" + } + ], "https://github.com/ka-puna/comfyui-yanc": [ [ "YANC.ConcatStrings", @@ -12999,6 +14606,8 @@ "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": [ [ "SDT_AudioProperty", + "SDT_BSRoFormerApply", + "SDT_BSRoFormerLoader", "SDT_ConcatAudio", "SDT_CutAudio", "SDT_DemucsApply", @@ -13021,6 +14630,7 @@ "SDT_LoadAudios", "SDT_MFCC", "SDT_MakeSilenceAudio", + "SDT_MelBandRoformerLoader", "SDT_MelSpectrogram", "SDT_NemoAsrListSegments", "SDT_NemoAsrListSubwords", @@ -13146,11 +14756,10 @@ "Axis Pack", "Axis To Any", "Axis Unpack", - "Image Accumulator End", - "Image Accumulator Start", "Load Lines From Text File", "Slice List", "Text Splitter", + "XY Grid Accumulator", "XY Grid Helper" ], { @@ -13217,6 +14826,31 @@ "title_aux": "ComfyUI-CCSR" } ], + "https://github.com/kijai/ComfyUI-CogVideoXWrapper": [ + [ + "CogVideoContextOptions", + "CogVideoControlImageEncode", + "CogVideoControlNet", + "CogVideoDecode", + "CogVideoDualTextEncode_311", + "CogVideoImageEncode", + "CogVideoLoraSelect", + "CogVideoPABConfig", + "CogVideoSampler", + "CogVideoTextEncode", + "CogVideoTextEncodeCombine", + "CogVideoTransformerEdit", + "CogVideoXFunControlSampler", + "CogVideoXFunSampler", + "CogVideoXFunVid2VidSampler", + "DownloadAndLoadCogVideoControlNet", + "DownloadAndLoadCogVideoGGUFModel", + "DownloadAndLoadCogVideoModel" + ], + { + "title_aux": "ComfyUI CogVideoX Wrapper" + } + ], "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": [ [ "ControlNextDecode", @@ -13295,6 +14929,12 @@ "Florence2Run" ], { + "preemptions": [ + "DownloadAndLoadFlorence2Lora", + "DownloadAndLoadFlorence2Model", + "Florence2ModelLoader", + "Florence2Run" + ], "title_aux": "ComfyUI-Florence2" } ], @@ -13302,9 +14942,12 @@ [ "ExtractFluxLoRA", "FluxKohyaInferenceSampler", + "FluxTrainAndValidateLoop", + "FluxTrainBlockSelect", "FluxTrainEnd", "FluxTrainLoop", "FluxTrainModelSelect", + "FluxTrainResume", "FluxTrainSave", "FluxTrainSaveModel", "FluxTrainValidate", @@ -13313,8 +14956,10 @@ "InitFluxTraining", "OptimizerConfig", "OptimizerConfigAdafactor", + "OptimizerConfigProdigy", "TrainDatasetAdd", "TrainDatasetGeneralConfig", + "TrainDatasetRegularization", "UploadToHuggingFace", "VisualizeLoss" ], @@ -13349,6 +14994,7 @@ [ "AddLabel", "AppendInstanceDiffusionTracking", + "BOOLConstant", "BatchCLIPSeg", "BatchCropFromMask", "BatchCropFromMaskAdvanced", @@ -13381,16 +15027,21 @@ "CreateTextOnPath", "CreateVoronoiMask", "CrossFadeImages", + "CustomControlNetWeightsFluxFromList", "CustomSigmas", + "DifferentialDiffusionAdvanced", "DownloadAndLoadCLIPSeg", "DrawInstanceDiffusionTracking", "DummyOut", + "EmptyLatentImageCustomPresets", "EmptyLatentImagePresets", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", "FloatConstant", "FloatToMask", "FloatToSigmas", + "FluxBlockLoraLoader", + "FluxBlockLoraSelect", "GLIGENTextBoxApplyBatchCoords", "GenerateNoise", "GetImageRangeFromBatch", @@ -13434,6 +15085,7 @@ "MaskOrImageToWeight", "MergeImageChannels", "ModelPassThrough", + "ModelSaveKJ", "NormalizedAmplitudeToFloatList", "NormalizedAmplitudeToMask", "OffsetMask", @@ -13448,9 +15100,11 @@ "ReverseImageBatch", "RoundMask", "SV3D_BatchSchedule", + "SaveImageKJ", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", "Screencap_mss", + "SetShakkerLabsUnionControlNetType", "Sleep", "SomethingToString", "SoundReactive", @@ -13484,6 +15138,27 @@ "title_aux": "ComfyUI-KwaiKolorsWrapper" } ], + "https://github.com/kijai/ComfyUI-LLaVA-OneVision": [ + [ + "DownloadAndLoadLLaVAOneVisionModel", + "LLaVA_OneVision_Run", + "OneVisionCaptionFolder", + "SaveCaptionToTextFile" + ], + { + "title_aux": "ComfyUI Llava-OneVision" + } + ], + "https://github.com/kijai/ComfyUI-LVCDWrapper": [ + [ + "LVCDDecoder", + "LVCDSampler", + "LoadLVCDModel" + ], + { + "title_aux": "ComfyUI wrapper nodes for LVCD" + } + ], "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": [ [ "lavi_bridge_llama_encoder", @@ -13512,6 +15187,15 @@ "title_aux": "ComfyUI-LivePortraitKJ" } ], + "https://github.com/kijai/ComfyUI-Lotus": [ + [ + "LoadLotusModel", + "LotusSampler" + ], + { + "title_aux": "ComfyUI-Lotus" + } + ], "https://github.com/kijai/ComfyUI-LuminaWrapper": [ [ "DownloadAndLoadGemmaModel", @@ -13611,6 +15295,14 @@ "Sam2VideoSegmentationAddPoints" ], { + "preemptions": [ + "DownloadAndLoadSAM2Model", + "Florence2toCoordinates", + "Sam2AutoSegmentation", + "Sam2Segmentation", + "Sam2VideoSegmentation", + "Sam2VideoSegmentationAddPoints" + ], "title_aux": "ComfyUI-segment-anything-2" } ], @@ -13758,6 +15450,15 @@ "title_aux": "abg-comfyui" } ], + "https://github.com/l1yongch1/ComfyUI_PhiCaption": [ + [ + "PhiInfer", + "PhiModelLoder" + ], + { + "title_aux": "ComfyUI_PhiCaption" + } + ], "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": [ [ "DownloadFileBLOB", @@ -13846,14 +15547,48 @@ ], "https://github.com/latenightlabs/ComfyUI-LNL": [ [ - "LNL_FrameSelector", - "LNL_FrameSelectorV2", - "LNL_FrameSelectorV3" + "LNL_FrameSelectorV3", + "LNL_FrameSelectorV4" ], { "title_aux": "LNL Frame Selector" } ], + "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": [ + [ + "HeadOrientationNode" + ], + { + "title_aux": "Head Orientation Node" + } + ], + "https://github.com/lazniak/comfyui-google-photos-loader": [ + [ + "ContentFilter", + "DatePicker", + "Google Photos Album Lister", + "Google Photos Album Loader", + "Google Photos Album Selector", + "Google Photos Cache Manager", + "Google Photos Clear Cache", + "Google Photos Images Loader", + "Google Photos Login/Logout" + ], + { + "title_aux": "Google Photos Loader - by PabloGFX" + } + ], + "https://github.com/leeguandong/ComfyUI_CompareModelWeights": [ + [ + "CheckPointLoader_Compare", + "CompareModelWeightsDiff", + "CompareModelWeightsDiffNormalized", + "PreviewImageCompareModelWeights" + ], + { + "title_aux": "ComfyUI_CompareModelWeights" + } + ], "https://github.com/leeguandong/ComfyUI_CrossImageAttention": [ [ "AppearanceTransferInference", @@ -13896,6 +15631,20 @@ "title_aux": "ComfyUI_M3Net" } ], + "https://github.com/leeguandong/ComfyUI_MasaCtrl": [ + [ + "DirectSampler", + "MasaCtrlConcatImage", + "MasaCtrlInversion", + "MasaCtrlLoadImage", + "MasaCtrlModelLoader", + "MutualSelfAttentionControlMaskAutoSampler", + "MutualSelfAttentionControlSampler" + ], + { + "title_aux": "ComfyUI nodes to use MasaCtrl" + } + ], "https://github.com/leeguandong/ComfyUI_Style_Aligned": [ [ "SAControlnet_ModelLoader", @@ -13924,6 +15673,19 @@ "title_aux": "ComfyUI nodes to use VideoEditing" } ], + "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": [ + [ + "DecodeLatent", + "HFModelLoader", + "ShowCrossAttn", + "ShowImages", + "ShowSelfAttn", + "Text2ImageInference" + ], + { + "title_aux": "ComfyUI_VisualAttentionMap" + } + ], "https://github.com/leestuartx/ComfyUI-GG": [ [ "AddPaddingToImage", @@ -13944,11 +15706,14 @@ [ "TclEbSynth", "TclEbSynthBatch", + "TclExr2png", "TclExtractFramesFromVideo", "TclExtractFramesFromVideoFile", "TclFrames2Video", + "TclFresco", "TclLoraGenDatasets", "TclLoraSaveImages", + "TclLoraTraining", "TclSaveVideoFromFrames", "TclYoloV8Segmentation", "TclYoloV9Segmentation" @@ -13995,6 +15760,14 @@ "title_aux": "comfyui-remote-tools" } ], + "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": [ + [ + "LoraListUrlLoader" + ], + { + "title_aux": "ComfyUI_Lora_List_With_Url_Loader" + } + ], "https://github.com/liusida/ComfyUI-AutoCropFaces": [ [ "AutoCropFaces" @@ -14086,39 +15859,99 @@ "title_aux": "ComfyUI AnyNode: Any Node you ask for" } ], + "https://github.com/lldacing/ComfyUI_BiRefNet_ll": [ + [ + "AutoDownloadBiRefNetModel", + "LoadRembgByBiRefNetModel", + "RembgByBiRefNet" + ], + { + "title_aux": "ComfyUI_BiRefNet_ll" + } + ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ [ "Base64ToImage", "Base64ToMask", + "BboxToBbox", + "BboxToCropData", + "BboxesToBboxes", "ColorPicker", + "ConvertTypeToAny", + "CropImageByBbox", + "FilterValueForList", + "ForEachClose", + "ForEachOpen", "GetImageBatchSize", + "GetValueFromJsonObj", "ImageEqual", "ImageToBase64", "ImageToBase64Advanced", + "IndexOfList", + "IndexesOfList", + "InnerIntCompare", + "InnerIntMathOperation", + "InnerLoopClose", "InsightFaceBBOXDetect", "IntToList", "IntToNumber", "JoinList", "ListMerge", + "ListUnWrapper", + "ListWrapper", "LoadImageFromURL", "LoadImageToBase64", + "LoadJsonStrToList", "LoadMaskFromURL", + "MaskByBboxes", "MaskImageToBase64", "MaskToBase64", "MaskToBase64Image", "SDBaseVerNumber", "SamAutoMaskSEGS", + "SelectBbox", + "SelectBboxes", "ShowBoolean", "ShowFloat", "ShowInt", "ShowNumber", "ShowString", + "SplitStringToList", + "StringArea", "StringToList" ], { "title_aux": "comfyui-easyapi-nodes" } ], + "https://github.com/logtd/ComfyUI-4DHumans": [ + [ + "LoadDetectron", + "LoadHMR", + "ProcessHumans", + "SelectHuman" + ], + { + "title_aux": "ComfyUI-4DHumans" + } + ], + "https://github.com/logtd/ComfyUI-APGScaling": [ + [ + "APGFunction" + ], + { + "title_aux": "ComfyUI-APGScaling" + } + ], + "https://github.com/logtd/ComfyUI-DiLightNet": [ + [ + "LoadDiLightControlNet", + "PrepareDiLightCond" + ], + { + "title_aux": "ComfyUI-DiLightNet" + } + ], "https://github.com/logtd/ComfyUI-FLATTEN": [ [ "ApplyFlattenAttentionNode", @@ -14155,6 +15988,16 @@ "title_aux": "ComfyUI-InversedNoise" } ], + "https://github.com/logtd/ComfyUI-MotionThiefExperiment": [ + [ + "ApplyRefMotionNode", + "MotionRefSettingsCustomNode", + "MotionRefSettingsDefaultNode" + ], + { + "title_aux": "ComfyUI-MotionThiefExperiment" + } + ], "https://github.com/logtd/ComfyUI-RAVE_ATTN": [ [ "ApplyRaveAttentionNode", @@ -14165,6 +16008,15 @@ "title_aux": "ComfyUI-RAVE Attention" } ], + "https://github.com/logtd/ComfyUI-ReNoise": [ + [ + "ReNoiseModelSamplingPred", + "ReNoiseSampler" + ], + { + "title_aux": "ComfyUI-ReNoise" + } + ], "https://github.com/logtd/ComfyUI-RefSampling": [ [ "ApplyRefContentNode", @@ -14184,6 +16036,7 @@ "PrepareRefLatents", "ReadSampler", "RefModelSamplingPred", + "VisionClipEncode", "WriteSampler" ], { @@ -14228,6 +16081,16 @@ "title_aux": "Tracking Nodes for Videos" } ], + "https://github.com/logtd/ComfyUI-ViewCrafter": [ + [ + "ApplyViewCrafter", + "LoadViewCrafter", + "ScaleImages" + ], + { + "title_aux": "ComfyUI-ViewCrafter" + } + ], "https://github.com/longgui0318/comfyui-common-util": [ [ "Added Layer Info To Array", @@ -14360,6 +16223,7 @@ "https://github.com/ltdrdata/ComfyUI-Impact-Pack": [ [ "AddMask", + "AnyPipeToBasic", "BasicPipeToDetailerPipe", "BasicPipeToDetailerPipeSDXL", "BboxDetectorCombined", @@ -14399,6 +16263,7 @@ "ImageReceiver", "ImageSender", "ImpactAssembleSEGS", + "ImpactBoolean", "ImpactCombineConditionings", "ImpactCompare", "ImpactConcatConditionings", @@ -14418,6 +16283,7 @@ "ImpactDummyInput", "ImpactEdit_SEG_ELT", "ImpactExecutionOrderController", + "ImpactFlattenMask", "ImpactFloat", "ImpactFrom_SEG_ELT", "ImpactFrom_SEG_ELT_bbox", @@ -14437,8 +16303,11 @@ "ImpactLatentInfo", "ImpactLogger", "ImpactLogicalOperators", + "ImpactMakeAnyList", "ImpactMakeImageBatch", "ImpactMakeImageList", + "ImpactMakeMaskBatch", + "ImpactMakeMaskList", "ImpactMakeTileSEGS", "ImpactMinMax", "ImpactNeg", @@ -14452,6 +16321,7 @@ "ImpactSEGSConcat", "ImpactSEGSLabelAssign", "ImpactSEGSLabelFilter", + "ImpactSEGSMerge", "ImpactSEGSOrderedFilter", "ImpactSEGSPicker", "ImpactSEGSRangeFilter", @@ -14565,6 +16435,7 @@ "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": [ [ "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", + "ApplyLBW //Inspire", "ApplyRegionalIPAdapters //Inspire", "BindImageListPromptList //Inspire", "CLIPTextEncodeWithWeight //Inspire", @@ -14607,12 +16478,14 @@ "LoadImage //Inspire", "LoadImageListFromDir //Inspire", "LoadImagesFromDir //Inspire", + "LoadLBW //Inspire", "LoadPromptsFromDir //Inspire", "LoadPromptsFromFile //Inspire", "LoadSinglePromptFromFile //Inspire", "LoraBlockInfo //Inspire", "LoraLoaderBlockWeight //Inspire", "MakeBasicPipe //Inspire", + "MakeLBW //Inspire", "Manga2Anime_LineArt_Preprocessor_Provider_for_SEGS //Inspire", "MediaPipeFaceMeshDetectorProvider //Inspire", "MediaPipe_FaceMesh_Preprocessor_Provider_for_SEGS //Inspire", @@ -14641,6 +16514,7 @@ "RemoveControlNetFromRegionalPrompts //Inspire", "RetrieveBackendData //Inspire", "RetrieveBackendDataNumberKey //Inspire", + "SaveLBW //Inspire", "ScheduledCFGGuider //Inspire", "ScheduledPerpNegCFGGuider //Inspire", "SeedExplorer //Inspire", @@ -14681,29 +16555,89 @@ ], "https://github.com/lucafoscili/comfyui-lf": [ [ + "LF_BlurImages", + "LF_Boolean", "LF_CharacterImpersonator", + "LF_CheckpointSelector", + "LF_CivitAIMetadataSetup", "LF_ControlPanel", + "LF_DisplayBoolean", + "LF_DisplayFloat", + "LF_DisplayInteger", "LF_DisplayJSON", + "LF_DisplayPrimitiveAsJSON", + "LF_DisplayString", + "LF_EmbeddingSelector", + "LF_Extractor", + "LF_Float", "LF_GetRandomKeyFromJSON", "LF_GetValueFromJSON", "LF_ImageClassifier", "LF_ImageHistogram", + "LF_ImageListFromJSON", + "LF_Integer", + "LF_KeywordCounter", + "LF_KeywordToggleFromJSON", + "LF_LLMChat", + "LF_LLMMessenger", + "LF_LoadFileOnce", "LF_LoadImages", "LF_LoadLocalJSON", + "LF_LoadLoraTags", + "LF_LoadMetadata", "LF_Lora2Prompt", + "LF_LoraAndEmbeddingSelector", + "LF_LoraSelector", "LF_LoraTag2Prompt", + "LF_MultipleImageResizeForWeb", + "LF_Notify", + "LF_RandomBoolean", + "LF_ResizeImageByEdge", + "LF_ResizeImageToDimension", + "LF_ResizeImageToSquare", + "LF_ResolutionSwitcher", + "LF_SamplerSelector", + "LF_SaveImageForCivitAI", + "LF_SaveJSON", + "LF_SchedulerSelector", "LF_SequentialSeedsGenerator", + "LF_SetValueInJSON", + "LF_Something2Number", + "LF_Something2String", + "LF_String", + "LF_StringToJSON", + "LF_SwitchFloat", "LF_SwitchImage", "LF_SwitchInteger", "LF_SwitchJSON", "LF_SwitchString", + "LF_UpdateUsageStatistics", + "LF_UpscaleModelSelector", + "LF_UrandomSeedGenerator", + "LF_UsageStatistics", + "LF_VAESelector", "LF_WallOfText", - "LF_WorkflowSettings" + "LF_WorkflowSettings", + "LF_WriteJSON" ], { "title_aux": "LF Nodes" } ], + "https://github.com/lumalabs/ComfyUI-LumaAI-API": [ + [ + "ImgBBUpload", + "LumaAIClient", + "LumaExtendGeneration", + "LumaImage2Video", + "LumaInterpolateGenerations", + "LumaPreviewVideo", + "LumaText2Video" + ], + { + "title_aux": "ComfyUI-LumaAI-API" + } + ], "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ [ "Custom Date Format | sokes \ud83e\uddac", @@ -14760,8 +16694,17 @@ "title_aux": "ComfyUI-SubjectStyle-CSV" } ], + "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": [ + [ + "FluxPromptEnhance" + ], + { + "title_aux": "Flux Prompt Enhance Node for ComfyUI" + } + ], "https://github.com/marduk191/comfyui-marnodes": [ [ + "ImageToDevice", "marduk191_5_text_string", "marduk191_5way_text_switch", "marduk191_s_random_latent", @@ -14811,14 +16754,18 @@ ], "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ [ + "AlwaysExecute", + "CommandPickerServing", "DiscordServing", "ServingInputImage", "ServingInputImageAsLatent", "ServingInputNumber", "ServingInputText", + "ServingInputTextImage", "ServingMultiImageOutput", "ServingOutput", "ServingTextOutput", + "TelegramServing", "WebSocketServing" ], { @@ -14899,6 +16846,15 @@ "title_aux": "ComfyUI-Prompt-Expansion" } ], + "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": [ + [ + "CheckpointAutomaticConfig", + "ConfigPipe" + ], + { + "title_aux": "ComfyUI Checkpoint Automatic Config" + } + ], "https://github.com/melMass/comfy_mtb": [ [ "Animation Builder (mtb)", @@ -15046,6 +17002,14 @@ "title_aux": "mm-comfyui-megamask" } ], + "https://github.com/metal3d/ComfyUI_Human_Parts": [ + [ + "HumanParts" + ], + { + "title_aux": "Human Parts Detector" + } + ], "https://github.com/metncelik/comfyui_met_suite": [ [ "BBOXPadding", @@ -15078,6 +17042,7 @@ ], "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": [ [ + "Miaoshouai_Flux_CLIPTextEncode", "Miaoshouai_SaveTags", "Miaoshouai_Tagger" ], @@ -15085,6 +17050,14 @@ "title_aux": "ComfyUI-Miaoshouai-Tagger" } ], + "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": [ + [ + "StyledCLIPTextEncode" + ], + { + "title_aux": "StyledCLIPTextEncode" + } + ], "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ [ "InpaintMediapipe" @@ -15117,6 +17090,22 @@ "title_aux": "ComfyUI - Mask Bounding Box" } ], + "https://github.com/mingsky-ai/ComfyUI-MingNodes": [ + [ + "AddWaterMarkNode", + "AdjustBrightnessContrastSaturationNode", + "BaiduTranslateNode", + "ColorBalanceNode", + "ConvertGrayChannelNode", + "HSLColorNode", + "HighlightShadowBrightnessNode", + "ImitationHueNode", + "LightShapeNode" + ], + { + "title_aux": "ComfyUI-MingNodes" + } + ], "https://github.com/mirabarukaso/ComfyUI_Mira": [ [ "BooleanListInterpreter1", @@ -15125,8 +17114,6 @@ "CanvasCreatorAdvanced", "CanvasCreatorBasic", "CanvasCreatorSimple", - "CircleCreator", - "CirclesGenerator", "CreateMaskWithCanvas", "CreateNestedPNGMask", "CreateSimpleMask", @@ -15197,18 +17184,43 @@ "title_aux": "MLTask_ComfyUI" } ], - "https://github.com/mittimi/ComfyUI_mittimiLoadPreset": [ + "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": [ [ - "LoadAndSettingParametersMittimi01", - "LoadPresetForSettingParametersMittimi01", - "SettingParametersMittimi01" + "CombineParamDataMittimi", + "LoadSetParamMittimi", + "SaveImageParamMittimi", + "SaveParamToPresetMittimi" ], { "author": "mittimi", - "description": "The system selects and loads presets that have been saved in advance.", - "nickname": "mittimiLoadPreset", - "title": "mittimiLoadPreset", - "title_aux": "ComfyUI_mittimiLoadPreset" + "description": "This node can easily switch between models and prompts by saving presets.", + "nickname": "mittimiLoadPreset2", + "title": "mittimiLoadPreset2", + "title_aux": "ComfyUI_mittimiLoadPreset2" + } + ], + "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": [ + [ + "RecalculateSizeMittimi01" + ], + { + "author": "mittimi", + "description": "Switch between vertical and horizontal values with a single button.", + "nickname": "mittimiWidthHeight", + "title": "mittimiWidthHeight", + "title_aux": "ComfyUI_mittimiRecalculateSize" + } + ], + "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": [ + [ + "WidthHeightMittimi01" + ], + { + "author": "mittimi", + "description": "Switch between vertical and horizontal values with a single button.", + "nickname": "mittimiWidthHeight", + "title": "mittimiWidthHeight", + "title_aux": "ComfyUI_mittimiWidthHeight" } ], "https://github.com/modelscope/comfyscope": [ @@ -15240,14 +17252,6 @@ "title_aux": "ComfyUI_Seamless_Patten" } ], - "https://github.com/mpiquero7164/ComfyUI-SaveImgPrompt": [ - [ - "Save IMG Prompt" - ], - { - "title_aux": "SaveImgPrompt" - } - ], "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": [ [ "ConcatStrings", @@ -15330,6 +17334,17 @@ "title_aux": "ComfyUI-NegiTools" } ], + "https://github.com/nchenevey1/comfyui-gimp-nodes": [ + [ + "NC_LoadImageGIMP", + "NC_LoadMaskGIMP", + "NC_SendImageDimsWebSocketGIMP", + "NC_SendImageWebSocketGIMP" + ], + { + "title_aux": "comfyui-gimp-nodes" + } + ], "https://github.com/neverbiasu/ComfyUI-Image-Captioner": [ [ "ImageCaptioner" @@ -15340,16 +17355,24 @@ ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ - "GroundingDinoModelLoader (segment anything)", - "GroundingDinoSAMSegment (segment anything)", + "GroundingDinoModelLoader (segment anything2)", + "GroundingDinoSAM2Segment (segment anything2)", "InvertMask (segment anything)", "IsMaskEmpty", - "SAM2ModelLoader (segment anything)" + "SAM2ModelLoader (segment anything2)" ], { "title_aux": "ComfyUI SAM2(Segment Anything 2)" } ], + "https://github.com/neverbiasu/ComfyUI-StyleShot": [ + [ + "StyleShotApply" + ], + { + "title_aux": "ComfyUI-StyleShot" + } + ], "https://github.com/nicehero/comfyui-SegGPT": [ [ "SegGPT" @@ -15367,6 +17390,14 @@ "title_aux": "ComfyUI Nich Utils" } ], + "https://github.com/nicofdga/DZ-FaceDetailer": [ + [ + "DZ_Face_Detailer" + ], + { + "title_aux": "DZ-FaceDetailer" + } + ], "https://github.com/nicolai256/comfyUI_Nodes_nicolai256/raw/main/yugioh-presets.py": [ [ "yugioh_Presets" @@ -15375,6 +17406,28 @@ "title_aux": "comfyUI_Nodes_nicolai256" } ], + "https://github.com/nilor-corp/nilor-nodes": [ + [ + "Nilor Count Images In Directory", + "Nilor Int To List Of Bools", + "Nilor Interpolated Float List", + "Nilor Inverse Map Float List", + "Nilor List of Ints", + "Nilor One Minus Float List", + "Nilor Output Filename String", + "Nilor Remap Float List", + "Nilor Repeat & Trim Image Batch", + "Nilor Repeat, Shuffle, & Trim Image Batch", + "Nilor Save EXR Arbitrary", + "Nilor Save Image To HF Dataset", + "Nilor Save Video To HF Dataset", + "Nilor Select Index From List", + "Nilor Shuffle Image Batch" + ], + { + "title_aux": "Nilor Nodes by Nilor Corp" + } + ], "https://github.com/ningxiaoxiao/comfyui-NDI": [ [ "NDI_LoadImage", @@ -15442,6 +17495,7 @@ ], "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": [ [ + "CreateExtraMetaData", "SaveImageWithMetaData" ], { @@ -15670,6 +17724,7 @@ "LatentUpscaleFactorSimple _O", "LatentUpscaleMultiply", "Note _O", + "QOL Split String", "RandomNSP _O", "Replace Text _O", "String _O", @@ -15795,6 +17850,7 @@ "CLIPNegPip", "CLIPTextEncodeBREAK", "CLIPTokenCounter", + "DynSamplerSelect", "EmptyLatentImageAR", "EmptyLatentImageARAdvanced", "Guidance Limiter", @@ -15809,6 +17865,7 @@ ], "https://github.com/pamparamm/ComfyUI-vectorscope-cc": [ [ + "DiffusionCG", "NormalizeLatent", "VectorscopeCC" ], @@ -15870,6 +17927,14 @@ "title_aux": "comfy_clip_blip_node" } ], + "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": [ + [ + "MultiObjectMask" + ], + { + "title_aux": "ComfyUI-LyraVSIH" + } + ], "https://github.com/philz1337x/ComfyUI-ClarityAI": [ [ "Clarity AI Upscaler" @@ -15941,6 +18006,32 @@ "title_aux": "ComfyUI-TemporaryLoader" } ], + "https://github.com/playbook3d/playbook-nodes": [ + [ + "Playbook Beauty", + "Playbook Depth", + "Playbook Mask", + "Playbook Outline" + ], + { + "title_aux": "Playbook Nodes" + } + ], + "https://github.com/plugcrypt/CRT-Nodes": [ + [ + "Boolean Transform", + "Lora Loader Str", + "Remove Trailing Comma", + "Toggle Lora Unet Blocks L1", + "Toggle Lora Unet Blocks L2" + ], + { + "author": "CRT", + "description": "Single Blocks Arguments for LoRA Training", + "title": "CRT-Nodes", + "title_aux": "CRT-Nodes" + } + ], "https://github.com/portu-sim/comfyui_bmab": [ [ "BMAB Alpha Composit", @@ -15956,14 +18047,17 @@ "BMAB Crop", "BMAB Detail Anything", "BMAB Detect And Mask", + "BMAB Detect And Paste", "BMAB Detection Crop", "BMAB Detector", "BMAB Edge", "BMAB Extractor", "BMAB Face Detailer", + "BMAB Flux ControlNet", "BMAB Flux Integrator", "BMAB Google Gemini Prompt", "BMAB Import Integrator", + "BMAB Inpaint", "BMAB Integrator", "BMAB KSampler", "BMAB KSamplerHiresFix", @@ -15977,9 +18071,11 @@ "BMAB Model To Bind", "BMAB Noise Generator", "BMAB Openpose Hand Detailer", + "BMAB Outpaint By Ratio", "BMAB Person Detailer", "BMAB Preview Text", "BMAB Prompt", + "BMAB Reframe", "BMAB Remote Access And Save", "BMAB Remove Background", "BMAB Resize By Person", @@ -15998,6 +18094,7 @@ "BMAB Square", "BMAB Subframe Hand Detailer", "BMAB Text", + "BMAB ToBind", "BMAB Upscale With Model", "BMAB Upscaler", "BMAB Watermark", @@ -16075,6 +18172,15 @@ "title_aux": "ComfyUI WD 1.4 Tagger" } ], + "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": [ + [ + "Prompt_Generator", + "Save_Prompts" + ], + { + "title_aux": "Comfyui_MiniCPMv2_6-prompt-generator" + } + ], "https://github.com/qwixiwp/queuetools": [ [ "load images (queue tools)" @@ -16112,6 +18218,15 @@ "title_aux": "Comfyui-SAL-VTON" } ], + "https://github.com/raysers/Mflux-ComfyUI": [ + [ + "MfluxControlNetLoader", + "QuickMfluxNode" + ], + { + "title_aux": "Mflux-ComfyUI" + } + ], "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": [ [ "Combine ZHGMasks", @@ -16144,6 +18259,14 @@ "title_aux": "rcsaquino/comfyui-custom-nodes" } ], + "https://github.com/rdancer/ComfyUI_Florence2SAM2": [ + [ + "RdancerFlorence2SAM2GenerateMask" + ], + { + "title_aux": "ComfyUI_Florence2SAM2" + } + ], "https://github.com/receyuki/comfyui-prompt-reader-node": [ [ "SDAnyConverter", @@ -16191,6 +18314,19 @@ "title_aux": "ComfyUI-Prediction" } ], + "https://github.com/revirevy/Comfyui_saveimage_imgbb": [ + [ + "ImgBBUploader", + "LLM_prompt_generator" + ], + { + "author": "N.RHEVI", + "description": "This custom node allow save image to imgbb.", + "nickname": "save image to imgbb", + "title": "save image to imgbb", + "title_aux": "Comfyui_saveimage_imgbb" + } + ], "https://github.com/rgthree/rgthree-comfy": [ [], { @@ -16251,17 +18387,35 @@ ], "https://github.com/ricklove/comfyui-ricklove": [ [ + "RL_BBox", + "RL_CacheImageSequence", + "RL_CacheMaskSequence", + "RL_CivitaiTopImagePrompts", "RL_Crop_Resize", "RL_Crop_Resize_Batch", "RL_Finetune_Analyze", "RL_Finetune_Analyze_Batch", "RL_Finetune_Variable", + "RL_ForceDependencyOrder", + "RL_ForceDependencyOrder_ImageString", + "RL_ForceDependencyOrder_Images", + "RL_ForceDependencyOrder_Latents", + "RL_ForceDependencyOrder_String", + "RL_ForceDependencyOrder_Strings", + "RL_IfFileExists", "RL_Image_Shadow", "RL_Image_Threshold_Channels", "RL_Internet_Search", "RL_LoadImageSequence", + "RL_Load_Flow", + "RL_LoraTextExtractTags", "RL_Optical_Flow_Dip", + "RL_RebootComfyIfLeaky", "RL_SaveImageSequence", + "RL_Save_Flow", + "RL_SequenceContext", + "RL_Sequence_ToFilePathList", + "RL_StopIfBlack", "RL_Uncrop", "RL_Warp_Image", "RL_Zoe_Depth_Map_Preprocessor", @@ -16283,15 +18437,6 @@ "title_aux": "comfyUI_FrequencySeparation_RGB-HSV" } ], - "https://github.com/rklaffehn/rk-comfy-nodes": [ - [ - "RK_CivitAIAddHashes", - "RK_CivitAIMetaChecker" - ], - { - "title_aux": "rk-comfy-nodes" - } - ], "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": [ [ "SetMetadataAll", @@ -16402,14 +18547,82 @@ ], "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [ [ - "AudioControlledMaskMorph", + "AreaFeatureNode", + "AudioFeatureExtractor", + "AudioFeatureVisualizer", + "AudioFilter", + "AudioSeparator", + "BrightnessFeatureNode", + "ColorFeatureNode", + "DepthBasedMaskOpacity", + "DepthBlender", + "DepthFeatureNode", + "DepthInjection", + "DepthRippleEffect", + "DepthShapeModifier", + "DownloadCREPEModel", + "DownloadOpenUnmixModel", + "DyeImage", + "EffectVisualizer", "EmitterMovement", + "EmptyImageFromAudio", + "EmptyMaskFromAudio", + "FeatureCombine", + "FeatureFade", + "FeatureMath", + "FeatureMixer", + "FeatureOscillator", + "FeatureRebase", + "FeatureScaler", + "FeatureSmoothing", + "FeatureToWeightsStrategy", + "FeatureTruncateOrExtend", + "FlexDepthBasedMaskOpacity", + "FlexImageBloom", + "FlexImageChromaticAberration", + "FlexImageColorGrade", + "FlexImageContrast", + "FlexImageEdgeDetect", + "FlexImageGlitch", + "FlexImageKaleidoscope", + "FlexImageParallax", + "FlexImagePixelate", + "FlexImagePosterize", + "FlexImageTiltShift", + "FlexMaskBinary", + "FlexMaskDepthChamber", + "FlexMaskDepthChamberRelative", + "FlexMaskEmanatingRings", + "FlexMaskMath", + "FlexMaskMorph", + "FlexMaskNormalLighting", + "FlexMaskOpacity", + "FlexMaskRandomShapes", + "FlexMaskTransform", + "FlexMaskVoronoiScheduled", + "FlexMaskWarp", + "FlexMaskWavePropagation", + "FlexVideoDirection", + "FlexVideoFrameBlend", + "FlexVideoSpeed", + "FrequencyFilterCustom", + "FrequencyFilterPreset", "GravityWell", + "ImageChunk", + "ImageDifference", + "ImageInterval", + "ImageIntervalSelectPercentage", + "ImageShuffle", + "LocationFromMask", + "LocationFromPoint", + "LocationTransform", + "MIDILoadAndExtract", "MaskMath", "MaskMorph", "MaskRings", "MaskTransform", "MaskWarp", + "MotionFeatureNode", "MovingShape", "OpticalFlowDirectionMask", "OpticalFlowMaskModulation", @@ -16419,10 +18632,20 @@ "ParticleEmitter", "ParticleSizeModulation", "ParticleSpeedModulation", - "PulsatingParticleSystemMask", + "PitchFeatureExtractor", + "PitchRange", + "PitchRangeByNoteNode", + "PitchRangePreset", + "PitchVisualizer", + "PreviewFeature", + "ProximityFeatureNode", + "ProximityVisualizer", "SpringJointSetting", "StaticBody", + "SwapDevice", "TextMaskNode", + "TimeFeatureNode", + "VideoChunk", "Vortex", "_mfc" ], @@ -16454,6 +18677,9 @@ [ "FlipStreamLoader", "FlipStreamOption", + "FlipStreamPrompt", + "FlipStreamSource", + "FlipStreamSwitchVFI", "FlipStreamUpdate", "FlipStreamViewer" ], @@ -16562,6 +18788,7 @@ "Color", "ComparingTwoFrames_", "CompositeImages_", + "CreateJsonNode", "DepthViewer", "DynamicDelayProcessor", "EmbeddingPrompt", @@ -16687,6 +18914,7 @@ "PhotoMakerEncodePlus", "PhotoMakerInsightFaceLoader", "PhotoMakerLoaderPlus", + "PhotoMakerLoraLoaderPlus", "PhotoMakerStyles", "PrepImagesForClipVisionFromPath" ], @@ -16697,6 +18925,7 @@ "https://github.com/shiimizu/ComfyUI-TiledDiffusion": [ [ "NoiseInversion", + "SpotDiffusionParams_TiledDiffusion", "TiledDiffusion", "VAEDecodeTiled_TiledDiffusion", "VAEEncodeTiled_TiledDiffusion" @@ -16841,6 +19070,7 @@ "BizyAirRemoveBackground", "BizyAirSAMPreprocessor", "BizyAirScribblePreprocessor", + "BizyAirSegmentAnythingText", "BizyAirSiliconCloudLLMAPI", "BizyAirSuperResolution", "BizyAirTilePreprocessor", @@ -16853,6 +19083,15 @@ "title_aux": "\u2601\ufe0fBizyAir Nodes" } ], + "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": [ + [ + "CheckpointLoaderNF4", + "UNETLoaderNF4" + ], + { + "title_aux": "Model and Checkpoint Loaders for NF4 and FP4" + } + ], "https://github.com/sipherxyz/comfyui-art-venture": [ [ "AV_AwsBedrockClaudeApi", @@ -16912,6 +19151,7 @@ "LaMaInpaint", "LoadImageAsMaskFromUrl", "LoadImageFromUrl", + "LoadJsonFromText", "LoadJsonFromUrl", "MergeModels", "NumberScaler", @@ -16981,6 +19221,16 @@ "title_aux": "ComfyUI_AnyDoor" } ], + "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": [ + [ + "Blip_Loader", + "CSGO_Loader", + "CSGO_Sampler" + ], + { + "title_aux": "ComfyUI_CSGO_Wrapper" + } + ], "https://github.com/smthemex/ComfyUI_ChatGLM_API": [ [ "Glm_4_9b_Chat", @@ -17003,6 +19253,15 @@ "title_aux": "ComfyUI_CustomNet" } ], + "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": [ + [ + "DeepFakeDefender_Loader", + "DeepFakeDefender_Sampler" + ], + { + "title_aux": "ComfyUI_DeepFakeDefenders" + } + ], "https://github.com/smthemex/ComfyUI_Diffree": [ [ "Diffree_Model_Loader", @@ -17146,6 +19405,7 @@ "https://github.com/smthemex/ComfyUI_StoryDiffusion": [ [ "Comic_Type", + "EasyFunction_Lite", "Pre_Translate_prompt", "Storydiffusion_Model_Loader", "Storydiffusion_Sampler" @@ -17184,6 +19444,16 @@ "title_aux": "ComfyUI-Sn0w-Scripts" } ], + "https://github.com/souki202/ComfyUI-LoadImage-Advanced": [ + [ + "ColorAdjustment", + "LoadImageUpscale", + "LoadImageUpscaleBy" + ], + { + "title_aux": "ComfyUI-LoadImage-Advanced" + } + ], "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ [ "DiscoDiffusion_DiscoDiffusion", @@ -17213,6 +19483,17 @@ "title_aux": "nui suite" } ], + "https://github.com/spacepxl/ComfyUI-Depth-Pro": [ + [ + "DepthPro", + "LoadDepthPro", + "MetricDepthToInverse", + "MetricDepthToRelative" + ], + { + "title_aux": "ComfyUI-Depth-Pro" + } + ], "https://github.com/spacepxl/ComfyUI-Florence-2": [ [ "Florence2", @@ -17429,7 +19710,7 @@ "title_aux": "segment anything" } ], - "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [ + "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": [ [ "AesthetlcScoreSorter", "CalculateAestheticScore", @@ -17485,52 +19766,68 @@ "title_aux": "comfyui_lumaAPI" } ], - "https://github.com/syaofox/ComfyUI_FoxTools": [ + "https://github.com/svdC1/comfy-ui-lora-dataset-tools": [ [ - "FoxBatchImageFromList", - "FoxColorMatch", - "FoxCreateBlurBord", - "FoxCreateFaceMask", - "FoxFaceAlign", - "FoxFaceAlignCacul", - "FoxFaceAlignSimple", - "FoxFaceAnalysisModels", - "FoxFaceBoundingBox", - "FoxFaceEmbedDistance", - "FoxFaceOcclusionModelLoader", - "FoxFaceSegmentation", - "FoxFaceShaper", - "FoxFaceShaperModels", - "FoxFaceWarp", - "FoxGenSwapPathText", - "FoxGrowMaskWithBlur", - "FoxImageAdd", - "FoxImageConcanate", - "FoxImageExtractFromBatch", - "FoxImageResizeBySpecialSide", - "FoxImageRotate", - "FoxImageTileBatch", - "FoxLoadImageBatch", - "FoxLoadImageList", - "FoxLoadImagePlus", - "FoxMaskAddMask", - "FoxMaskAndMask", - "FoxMaskSubMask", - "FoxOutlineMask", - "FoxPreviewMask", - "FoxPrimitiveText", - "FoxRegTextFind", - "FoxSDXLPromptStyler", - "FoxSDXLPromptStylerAdvanced", - "FoxSaveImagePlus", - "FoxSelectFace", - "FoxShowText", - "FoxTextConcatenate", - "FoxTrimBlackBoard", - "FoxcleanGPUUsed" + "Add Gallery Manager", + "Batch to Gallery Manager", + "Delete Duplicates", + "Detect Faces and Draw Detection Box", + "Directory Loader", + "Directory Selector", + "Filter Images With Multiple Faces", + "Filter Images Without Faces", + "Filter Images Without Specific Face", + "Gallery Manager to Batch", + "Load Gallery Manager", + "Save As HTML Image Gallery" ], { - "title_aux": "ComfyUI_FoxTools" + "author": "svdC1", + "description": "This custom node provides quality of life functionalities for", + "nickname": "LDT", + "title": "LoRaDatasetTools", + "title_aux": "LoRa Dataset Tools" + } + ], + "https://github.com/syaofox/ComfyUI_fnodes": [ + [ + "AlignImageByFace-", + "ColorAdjustment-", + "ColorBlockEffect-", + "ColorTint-", + "ComputeImageScaleRatio-", + "CreateBlurredEdgeMask-", + "Depth2Mask-", + "DisplayAny-", + "ExtractBoundingBox-", + "FaceCutout-", + "FaceMorph-", + "FacePaste-", + "FilePathAnalyzer-", + "FillMaskedImageArea-", + "FlatteningEffect-", + "GeneratePreciseFaceMask-", + "GetImageSize-", + "IPAdapterMSLayerWeights-", + "IPAdapterMSTiled-", + "ImageRotate-", + "ImageScaleBySpecifiedSide-", + "ImageScalerForSDModels-", + "LoadImagesFromFolder-", + "MaskChange-", + "OutlineMask-", + "PrimitiveText-", + "ReadImage-", + "RegexExtractor-", + "ScheduleSampler-", + "ScheduleSamplerCustomAYS-", + "ScheduleSamplerCustomTurbo-", + "Seed-", + "SelectFace-", + "TrimImageBorders-" + ], + { + "title_aux": "ComfyUI_fnodes" } ], "https://github.com/syllebra/bilbox-comfyui": [ @@ -17585,7 +19882,7 @@ "title_aux": "Syrian Falcon Nodes" } ], - "https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": [ + "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": [ [ "ComfyNodesToSaveCanvas", "FloatNumber", @@ -17646,6 +19943,16 @@ "title_aux": "ComfyUI Browser" } ], + "https://github.com/tanglaoya321/ComfyUI-StoryMaker": [ + [ + "StoryMakerSinglePortraitNode", + "StoryMakerSwapClothNode", + "StoryMakerTwoPortraitNode" + ], + { + "title_aux": "ComfyUI-StoryMaker" + } + ], "https://github.com/teward/ComfyUI-Helper-Nodes": [ [ "HelperNodes_CfgScale", @@ -17709,6 +20016,25 @@ "title_aux": "ComfyUI Stable Video Diffusion" } ], + "https://github.com/thoddnn/ComfyUI-MLX": [ + [ + "MLXClipTextEncoder", + "MLXDecoder", + "MLXLoadFlux", + "MLXSampler" + ], + { + "title_aux": "ComfyUI MLX Nodes" + } + ], + "https://github.com/tianguanggliu/Utools": [ + [ + "UTools" + ], + { + "title_aux": "comfyui-utools" + } + ], "https://github.com/tiankuan93/ComfyUI-V-Express": [ [ "Load_Audio_Path", @@ -17750,6 +20076,16 @@ "title_aux": "CLIPSeg" } ], + "https://github.com/tkreuziger/comfyui-claude": [ + [ + "Combine Texts", + "Describe Image", + "Transform Text" + ], + { + "title_aux": "ComfyUI and Claude" + } + ], "https://github.com/tmagara/ComfyUI-Prediction-Boost": [ [ "PredictionBoost" @@ -17811,6 +20147,7 @@ "quadmoonINTConditionalOperation", "quadmoonKSampler", "quadmoonKSamplerAdvanced", + "quadmoonLatentImage", "quadmoonLoadConfigs", "quadmoonModelLoader", "quadmoonRotationalSampler", @@ -17912,6 +20249,14 @@ "title_aux": "Hakkun-ComfyUI-nodes" } ], + "https://github.com/turkyden/ComfyUI-SmartCrop": [ + [ + "ImageSmartCrop" + ], + { + "title_aux": "ComfyUI-SmartCrop" + } + ], "https://github.com/tusharbhutt/Endless-Nodes": [ [ "ESS Aesthetic Scoring", @@ -17990,21 +20335,39 @@ "title_aux": "comfyui-webcam-node" } ], + "https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py": [ + [ + "Face-similarity" + ], + { + "title_aux": "FaceSimilarity" + } + ], "https://github.com/un-seen/comfyui-tensorops": [ [ + "BackgroundSelect", "ChannelSelector", "DownloadAndLoadFlorence2Model", + "DownloadAndLoadSAM2Model", "FalDifferentialDiffusion", "FalDiffusion", "FetchFromRedis", "FetchJsonFromSurreal", "Florence2Run", + "Florence2toCoordinates", "ForegroundMask", + "GetLayerMask", "MaskImage", + "Sam2AutoSegmentation", + "Sam2Segmentation", + "Sam2VideoSegmentation", + "Sam2VideoSegmentationAddPoints", "SaveImageToS3", "SaveJsonToSurreal", "SaveTextToSurreal", - "SaveToRedis" + "SaveToRedis", + "SendImageOnWebSocket", + "SendJsonOnWebSocket" ], { "title_aux": "comfyui-tensorop" @@ -18033,6 +20396,14 @@ "title_aux": "unwdef-nodes" } ], + "https://github.com/valofey/Openrouter-Node": [ + [ + "OpenrouterNode" + ], + { + "title_aux": "OpenRouter Node" + } + ], "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [ [ "VC_Load_Video_Path_Unified_Output", @@ -18064,7 +20435,9 @@ ], "https://github.com/var1ableX/ComfyUI_Accessories": [ [ - "GetMaskDimensions" + "GetMaskDimensions", + "GetRandomDimensions", + "isMaskEmpty" ], { "title_aux": "ComfyUI_Accessories" @@ -18080,20 +20453,32 @@ ], "https://github.com/veighnsche/comfyui_gr85": [ [ + "GR85_BatchRectMaskGenerator", "GR85_ContainsWord", "GR85_ElementsConcatenator", + "GR85_FluxAttentionSeeker2", + "GR85_GenerateDefaultClipValues", "GR85_ImageDimensionResizer", "GR85_ImageSizer", + "GR85_ImageSizerAll", "GR85_InsertCharacter", + "GR85_IntToString", + "GR85_JSONFileReader", + "GR85_JSONFileSaver", "GR85_LlmEnhancer", "GR85_NextSeed", + "GR85_PasteByMaskGr85", "GR85_RandomAtmLocOutfit", "GR85_RandomRatio", "GR85_RandomTitleCharacter", "GR85_RandomWildcardTagPicker", + "GR85_SeedBasedOutputSelector", "GR85_ShowText", + "GR85_SimpleWildcardPicker", "GR85_StrSafe", - "GR85_TagInjector" + "GR85_StringListSelector", + "GR85_TagInjector", + "GR85_UpdateT5Blocks" ], { "title_aux": "comfyui_gr85" @@ -18287,6 +20672,16 @@ "title_aux": "ComfyUI-Openpose-Editor-Plus" } ], + "https://github.com/willchil/ComfyUI-Environment-Visualizer": [ + [ + "EnvironmentVisualizer", + "InterpolateEdges", + "MapEquirectangular" + ], + { + "title_aux": "ComfyUI-Environment-Visualizer" + } + ], "https://github.com/wmatson/easy-comfy-nodes": [ [ "EZAssocDictNode", @@ -18303,105 +20698,6 @@ "title_aux": "easy-comfy-nodes" } ], - "https://github.com/wmpmiles/ComfyUI-GTF-Utilities": [ - [ - "BBOX | Change", - "BBOX | From Mask", - "BBOX | Scale Area", - "Dimensions | Align To", - "Dimensions | Change", - "Dimensions | From GTF", - "Dimensions | From Raw", - "Dimensions | Scale", - "Dimensions | Scale to Megapixels", - "Dimensions | To Raw", - "GTF | Colorspace - Linear to Log", - "GTF | Colorspace - Log to Linear", - "GTF | Colorspace - SRGB Gamma to Linear", - "GTF | Colorspace - SRGB Linear to Gamma", - "GTF | Colorspace - Standard Gamma to Linear", - "GTF | Colorspace - Standard Linear to Gamma", - "GTF | Convert - Batch Max", - "GTF | Convert - Batch Min", - "GTF | Convert - Channel Max", - "GTF | Convert - Channel Min", - "GTF | Convert - Luminance", - "GTF | Convert - Max", - "GTF | Convert - Min", - "GTF | Filter - Binary Threshold", - "GTF | Filter - Convolve", - "GTF | Filter - Invert", - "GTF | Filter - Morphological", - "GTF | Filter - Normalize Kernel", - "GTF | Filter - Quantize", - "GTF | From Images", - "GTF | From Latents", - "GTF | From Masks", - "GTF | Kernel - Gaussian", - "GTF | Math - Acos", - "GTF | Math - Add", - "GTF | Math - Asin", - "GTF | Math - Atan", - "GTF | Math - Atan2", - "GTF | Math - Cos", - "GTF | Math - Divide", - "GTF | Math - Equal", - "GTF | Math - Lerp", - "GTF | Math - Less Than", - "GTF | Math - Multiply", - "GTF | Math - Negative", - "GTF | Math - Pow", - "GTF | Math - Reciprocal", - "GTF | Math - Sin", - "GTF | Math - Subtract", - "GTF | Math - Tan", - "GTF | Resample - Area", - "GTF | Resample - Lanczos", - "GTF | Resample - Mitchell-Netravali", - "GTF | Resample - Nearest Neighbor", - "GTF | Resample - Triangle", - "GTF | Source - One", - "GTF | Source - RGB", - "GTF | Source - Value", - "GTF | Source - Zero", - "GTF | To Images", - "GTF | To Masks", - "GTF | Tonemap - ACES", - "GTF | Tonemap - Reinhard", - "GTF | Tonemap - Reinhard Extended", - "GTF | Tonemap - Reinhard Extended over Luminance", - "GTF | Tonemap - Reinhard over Luminance", - "GTF | Tonemap - Reinhard-Jodie", - "GTF | Tonemap - Reinhard-Jodie Extended", - "GTF | Tonemap - Uncharted 2", - "GTF | Transform - 1 Channel to 3", - "GTF | Transform - 1 Channel to 4", - "GTF | Transform - Batch", - "GTF | Transform - Connected Components", - "GTF | Transform - Crop to BBOX", - "GTF | Transform - Crop/Uncrop with Anchor", - "GTF | Transform - Flip Horizontal", - "GTF | Transform - Flip Vertical", - "GTF | Transform - Rotate 180", - "GTF | Transform - Rotate CCW", - "GTF | Transform - Rotate CW", - "GTF | Transform - Transpose", - "GTF | Transform - Uncrop from BBOX", - "GTF | Update Latents", - "Primitive | Boolean", - "Primitive | Float", - "Primitive | Integer", - "Primitive | String", - "Primitive | Text" - ], - { - "author": "wmpmiles", - "description": "TODO", - "nickname": "GTFU", - "title": "GTF Utilities", - "title_aux": "ComfyUI-GTF-Utilities" - } - ], "https://github.com/wolfden/ComfyUi_PromptStylers": [ [ "SDXLPromptStylerAll", @@ -18474,10 +20770,13 @@ ], "https://github.com/wujm424606/ComfyUi-Ollama-YN": [ [ - "OllamaGenerate", - "OllamaGenerateAdvance", - "OllamaSpecialGenerateAdvance", - "OllamaVision" + "MyOllamaDeleteModel", + "MyOllamaGenerate", + "MyOllamaGenerateAdvance", + "MyOllamaLoadContext", + "MyOllamaSaveContext", + "MyOllamaSpecialGenerateAdvance", + "MyOllamaVision" ], { "title_aux": "ComfyUi-Ollama-YN" @@ -18567,7 +20866,7 @@ "Auto-MSG-Telegram-Bot" ], { - "title_aux": "decadetw-Auto-Messaging-realtime" + "title_aux": "ComfyUI-decadetw-auto-messaging-realtime" } ], "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": [ @@ -18580,6 +20879,15 @@ "title_aux": "ComfyUI-decadetw-auto-prompt-llm" } ], + "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": [ + [ + "Im-SD-VJ-SPOUT", + "Im-SD-VJ-SYPHON" + ], + { + "title_aux": "ComfyUI-decadetw-spout-syphon-im-vj" + } + ], "https://github.com/xliry/ComfyUI_SendDiscord": [ [ "SendDiscord" @@ -18618,6 +20926,14 @@ "title_aux": "ComfyUI Preview Magnifier" } ], + "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": [ + [ + "LoraInfo" + ], + { + "title_aux": "ComfyUI-YCYY-LoraInfo" + } + ], "https://github.com/yffyhk/comfyui_auto_danbooru": [ [ "GetDanbooru", @@ -18631,9 +20947,16 @@ [ "FalAPIFluxControlNetConfigNode", "FalAPIFluxControlNetUnionConfigNode", + "FalAPIFluxDevImageToImageNode", + "FalAPIFluxDevNode", + "FalAPIFluxDevWithLoraAndControlNetImageToImageNode", + "FalAPIFluxDevWithLoraAndControlNetInpaintNode", + "FalAPIFluxDevWithLoraAndControlNetNode", + "FalAPIFluxDevWithLoraImageToImageNode", + "FalAPIFluxDevWithLoraInpaintNode", + "FalAPIFluxDevWithLoraNode", "FalAPIFluxLoraConfigNode", - "FalAPIFluxNode", - "FalAPIFluxNodeWithControlNet" + "FalAPIFluxProNode" ], { "title_aux": "ComfyUI-Fal-API-Flux" @@ -18646,6 +20969,7 @@ "ErrorLogNode", "ExecutionTime", "FileBasedChatNode", + "FluxPromptEngineeringNode", "Gemini1_5Text", "Gemini1_5Vision", "GeminiFluxPrompt", @@ -18658,7 +20982,11 @@ "OllamaImageToText", "OllamaPromptExtractor", "OllamaTextToText", + "PaliGemma3bCaptioner", + "PromptEngineeringNode", "PromptExtractorNode", + "Qwen2VLCaption", + "Qwen2VLLocalCaption", "SD3LongCaptionerV2", "SDPromptAgent", "dwimage2" @@ -18675,6 +21003,7 @@ "easy XYInputs: Checkpoint", "easy XYInputs: ControlNet", "easy XYInputs: Denoise", + "easy XYInputs: FluxGuidance", "easy XYInputs: Lora", "easy XYInputs: ModelMergeBlocks", "easy XYInputs: NegativeCond", @@ -18688,12 +21017,15 @@ "easy XYPlot", "easy XYPlotAdvanced", "easy a1111Loader", + "easy ab", "easy anythingIndexSwitch", + "easy anythingInversedSwitch", "easy applyBrushNet", "easy applyFooocusInpaint", "easy applyInpaint", "easy applyPowerPaint", "easy batchAnything", + "easy blocker", "easy boolean", "easy cascadeKSampler", "easy cascadeLoader", @@ -18709,6 +21041,7 @@ "easy controlnetLoaderADV", "easy controlnetNames", "easy controlnetStack", + "easy controlnetStackApply", "easy convertAnything", "easy detailerFix", "easy dynamiCrafterLoader", @@ -18744,11 +21077,13 @@ "easy imageScaleDown", "easy imageScaleDownBy", "easy imageScaleDownToSize", + "easy imageScaleToNormPixels", "easy imageSize", "easy imageSizeByLongerSide", "easy imageSizeBySide", "easy imageSplitGrid", "easy imageSplitList", + "easy imageSplitTiles", "easy imageSwitch", "easy imageToBase64", "easy imageToMask", @@ -18766,10 +21101,12 @@ "easy ipadapterApplyFromParams", "easy ipadapterApplyRegional", "easy ipadapterStyleComposition", + "easy isFileExist", "easy isNone", "easy isSDXL", "easy joinImageBatch", "easy kSampler", + "easy kSamplerCustom", "easy kSamplerDownscaleUnet", "easy kSamplerInpainting", "easy kSamplerLayerDiffusion", @@ -18778,8 +21115,11 @@ "easy kolorsLoader", "easy latentCompositeMaskedWithCond", "easy latentNoisy", + "easy lengthAnything", "easy loadImageBase64", + "easy loadImagesForLoop", "easy loraStack", + "easy loraStackApply", "easy mathFloat", "easy mathInt", "easy mathString", @@ -18792,6 +21132,7 @@ "easy pipeOut", "easy pipeToBasicPipe", "easy pixArtLoader", + "easy pixels", "easy portraitMaster", "easy poseEditor", "easy positive", @@ -18817,8 +21158,12 @@ "easy rangeInt", "easy removeLocalImage", "easy samLoaderPipe", + "easy saveImageLazy", + "easy saveText", + "easy saveTextLazy", "easy seed", "easy showAnything", + "easy showAnythingLazy", "easy showLoaderSettingsNames", "easy showSpentTime", "easy showTensorShape", @@ -18970,6 +21315,14 @@ "title_aux": "ComfyUI Dwpose TensorRT" } ], + "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": [ + [ + "FaceRestoreTensorrt" + ], + { + "title_aux": "ComfyUI Facerestore TensorRT" + } + ], "https://github.com/yuvraj108c/ComfyUI-PiperTTS": [ [ "PiperTTS" @@ -18990,6 +21343,14 @@ "title_aux": "ComfyUI-Pronodes" } ], + "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": [ + [ + "RifeTensorrt" + ], + { + "title_aux": "ComfyUI Rife TensorRT" + } + ], "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": [ [ "UpscalerTensorrt" @@ -19027,6 +21388,15 @@ "title_aux": "ComfyUI YoloNasPose Tensorrt" } ], + "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": [ + [ + "Audio Reactive | Yvann", + "Float List to Weights Strategy | Yvann" + ], + { + "title_aux": "ComfyUI_Yvann-Nodes" + } + ], "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": [ [ "ZwngLoadImagePathOrURL", @@ -19102,6 +21472,8 @@ "CheckpointLoaderSimpleWithSwitch", "ColorCorrectOfUtils", "ConcatTextOfUtils", + "DeepfaceAnalyzeFaceAttributes", + "DetectorForNSFW", "GenderControlOutput", "ImageBatchOneOrMore", "ImageCompositeMaskedWithSwitch", @@ -19114,10 +21486,13 @@ "LoadImageWithSwitch", "LoadImageWithoutListDir", "MaskAutoSelector", + "MaskCoverFourCorners", "MaskFastGrow", + "MaskFromFaceModel", "MatchImageRatioToPreset", "ModifyTextGender", "SplitMask", + "TextInputAutoSelector", "TextPreview", "UpscaleImageWithModelIfNeed" ], @@ -19125,6 +21500,24 @@ "title_aux": "zhangp365/ComfyUI-utils-nodes" } ], + "https://github.com/zhangp365/ComfyUI_photomakerV2_native": [ + [ + "PhotoMakerEncodeV2", + "PhotoMakerLoaderV2" + ], + { + "title_aux": "ComfyUI_photomakerV2_native" + } + ], + "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": [ + [ + "SD3AlimamaInpaintControlNetApplyAdvanced", + "SD3AlimamaInpaintControlNetLoader" + ], + { + "title_aux": "ComfyUI-Alimama-ControlNet-compatible" + } + ], "https://github.com/zhongpei/ComfyUI-InstructIR": [ [ "InstructIRProcess", @@ -19134,30 +21527,6 @@ "title_aux": "ComfyUI for InstructIR" } ], - "https://github.com/zhongpei/Comfyui_image2prompt": [ - [ - "CLIP AdvancedTextEncode|fofo", - "CLIP PromptConditioning|fofo", - "Image2Text", - "Image2TextWithTags", - "ImageBatchToList|fofo", - "ImageRewardScore|fofo", - "LoadImage2TextModel", - "LoadImageRewardScoreModel|fofo", - "LoadT5Model|fofo", - "LoadText2PromptModel", - "ShowText|fofo", - "T5QuantizationConfig|fofo", - "T5Text2Prompt|fofo", - "Text2GPTPrompt", - "Text2Prompt", - "TextBox|fofo", - "Translate2Chinese|fofo" - ], - { - "title_aux": "Comfyui_image2prompt" - } - ], "https://github.com/zhuanqianfish/ComfyUI-EasyNode": [ [ "EasyCaptureNode", @@ -19170,6 +21539,7 @@ ], "https://github.com/zhulu111/ComfyUI_Bxb": [ [ + "bxbSwitch", "sdBxb", "sdBxb_saveImage", "sdBxb_textInput" @@ -19192,6 +21562,7 @@ ], "https://github.com/zombieyang/sd-ppp": [ [ + "CLIP Text Encode PS Regional", "Get Image From Photoshop Layer", "Image Times Opacity", "Mask Times Opacity", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 4b4000e0..1804db11 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,199 @@ { "models": [ + { + "name": "kijai/lotus depth d model v1.1 (fp16)", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus depth d model v1.1 (fp16). This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-depth-d-v-1-1-fp16.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-d-v-1-1-fp16.safetensors", + "size": "1.74GB" + }, + { + "name": "kijai/lotus depth g model v1.0 (fp16)", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus depth g model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-depth-g-v1-0-fp16.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-g-v1-0-fp16.safetensors", + "size": "1.74GB" + }, + { + "name": "kijai/lotus depth g model v1.0", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus depth g model v1.0. This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-depth-g-v1-0.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-depth-g-v1-0.safetensors", + "size": "3.47GB" + }, + { + "name": "kijai/lotus normal d model v1.0 (fp16)", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus normal d model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-normal-d-v1-0-fp16.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-d-v1-0-fp16.safetensors", + "size": "1.74GB" + }, + { + "name": "kijai/lotus normal d model v1.0", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus normal d model v1.0. This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-normal-d-v1-0.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-d-v1-0.safetensors", + "size": "3.47GB" + }, + { + "name": "kijai/lotus normal g model v1.0 (fp16)", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus normal g model v1.0 (fp16). This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-normal-g-v1-0-fp16.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-g-v1-0-fp16.safetensors", + "size": "1.74GB" + }, + { + "name": "kijai/lotus normal g model v1.0", + "type": "diffusion_model", + "base": "lotus", + "save_path": "diffusion_models", + "description": "lotus normal g model v1.0. This model can be used in ComfyUI-Lotus custom nodes.", + "reference": "https://huggingface.co/Kijai/lotus-comfyui", + "filename": "lotus-normal-g-v1-0.safetensors", + "url": "https://huggingface.co/Kijai/lotus-comfyui/resolve/main/lotus-normal-g-v1-0.safetensors", + "size": "3.47GB" + }, + + { + "name": "Depth Pro model", + "type": "depth-pro", + "base": "depth-pro", + "save_path": "depth/ml-depth-pro", + "description": "Depth pro model for [a/ComfyUI-Depth-Pro](https://github.com/spacepxl/ComfyUI-Depth-Pro)", + "reference": "https://huggingface.co/spacepxl/ml-depth-pro", + "filename": "depth_pro.fp16.safetensors", + "url": "https://huggingface.co/spacepxl/ml-depth-pro/resolve/main/depth_pro.fp16.safetensors", + "size": "1.9GB" + }, + + { + "name": "jasperai/FLUX.1-dev-Controlnet-Upscaler", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1/jasperai-dev-Upscaler", + "description": "This is Flux.1-dev ControlNet for low resolution images developed by Jasper research team.", + "reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler/resolve/main/diffusion_pytorch_model.safetensors", + "size": "3.58GB" + }, + { + "name": "jasperai/FLUX.1-dev-Controlnet-Depth", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1/jasperai-dev-Depth", + "description": "This is Flux.1-dev ControlNet for Depth map developed by Jasper research team.", + "reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth/resolve/main/diffusion_pytorch_model.safetensors", + "size": "3.58GB" + }, + { + "name": "jasperai/Flux.1-dev-Controlnet-Surface-Normals", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1/jasperai-dev-Surface-Normals", + "description": "This is Flux.1-dev ControlNet for Surface Normals map developed by Jasper research team.", + "reference": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/diffusion_pytorch_model.safetensors", + "size": "3.58GB" + }, + + { + "name": "Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro (fp8_e4m3fn) by Kijai", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1", + "description": "FLUX.1 [Dev] Union Controlnet. Supports Canny, Tile, Depth, Blur, Pose, Gray, Low Quality\nVersion quantized to fp8_e4m3fn by Kijai", + "reference": "https://huggingface.co/Kijai/flux-fp8", + "filename": "flux_shakker_labs_union_pro-fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux_shakker_labs_union_pro-fp8_e4m3fn.safetensors", + "size": "3.3GB" + }, + + { + "name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]", + "type": "clip", + "base": "clip", + "save_path": "clip/long_clip", + "description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)", + "reference": "https://huggingface.co/zer0int", + "filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors", + "url": "https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/resolve/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors", + "size": "931MB" + }, + { + "name": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors [Long CLIP L]", + "type": "clip", + "base": "clip", + "save_path": "clip/long_clip", + "description": "Greatly improved TEXT + Detail (as CLIP-L for Flux.1)", + "reference": "https://huggingface.co/zer0int", + "filename": "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors", + "url": "https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/resolve/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors", + "size": "323MB" + }, + + { + "name": "Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro", + "type": "controlnet", + "base": "FLUX.1", + "save_path": "controlnet/FLUX.1/Shakker-Labs-ControlNet-Union-Pro", + "description": "FLUX.1 [Dev] Union Controlnet. Supports Canny, Tile, Depth, Blur, Pose, Gray, Low Quality", + "reference": "https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro", + "filename": "diffusion_pytorch_model.safetensors", + "url": "https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro/resolve/main/diffusion_pytorch_model.safetensors", + "size": "6.6GB" + }, + + { + "name": "Hyper-SD LoRA (8steps) - FLUX.1 [Dev]", + "type": "lora", + "base": "FLUX.1", + "save_path": "loras/HyperSD/FLUX.1", + "description": "Hyper-SD LoRA (8steps) - FLUX.1 [Dev]", + "reference": "https://huggingface.co/ByteDance/Hyper-SD", + "filename": "Hyper-FLUX.1-dev-8steps-lora.safetensors", + "url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-8steps-lora.safetensors", + "size": "1.39GB" + }, + { + "name": "Hyper-SD LoRA (16steps) - FLUX.1 [Dev]", + "type": "lora", + "base": "FLUX.1", + "save_path": "loras/HyperSD/FLUX.1", + "description": "Hyper-SD LoRA (16steps) - FLUX.1 [Dev]", + "reference": "https://huggingface.co/ByteDance/Hyper-SD", + "filename": "Hyper-FLUX.1-dev-16steps-lora.safetensors", + "url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-16steps-lora.safetensors", + "size": "1.39GB" + }, + { "name": "BAAI/SegGPT", "type": "SegGPT", @@ -492,203 +686,6 @@ "filename": "clip_l.safetensors", "url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors", "size": "246MB" - }, - - { - "name": "Comfy Org/FLUX.1 [dev] Checkpoint model (fp8)", - "type": "checkpoint", - "base": "FLUX.1", - "save_path": "checkpoints/FLUX1", - "description": "FLUX.1 [dev] Checkpoint model (fp8)", - "reference": "https://huggingface.co/Comfy-Org/flux1-dev/tree/main", - "filename": "flux1-dev-fp8.safetensors", - "url": "https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors", - "size": "17.2GB" - }, - { - "name": "Comfy Org/FLUX.1 [schnell] Checkpoint model (fp8)", - "type": "checkpoint", - "base": "FLUX.1", - "save_path": "checkpoints/FLUX1", - "description": "FLUX.1 [schnell] Checkpoint model (fp8)", - "reference": "https://huggingface.co/Comfy-Org/flux1-dev/tree/main", - "filename": "flux1-schnell-fp8.safetensors", - "url": "https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors", - "size": "17.2GB" - }, - - { - "name": "google-t5/t5-v1_1-xxl_encoderonly-fp16", - "type": "clip", - "base": "t5", - "save_path": "clip/t5", - "description": "The encoder part of https://huggingface.co/google/t5-v1_1-xxl, used with SD3 and Flux1", - "reference": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly", - "filename": "google_t5-v1_1-xxl_encoderonly-fp16.safetensors", - "url": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly/resolve/main/pytorch_model.safetensors", - "size": "10.1GB" - }, - { - "name": "google-t5/t5-v1_1-xxl_encoderonly-fp8_e4m3fn", - "type": "clip", - "base": "t5", - "save_path": "clip/t5", - "description": "The encoder part of https://huggingface.co/google/t5-v1_1-xxl, used with SD3 and Flux1", - "reference": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly", - "filename": "google_t5-v1_1-xxl_encoderonly-fp8_e4m3fn.safetensors", - "url": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly/resolve/main/t5xxl_fp8_e4m3fn.safetensors", - "size": "4.89GB" - }, - - { - "name": "FLUX.1 [schnell] Diffusion model", - "type": "unet", - "base": "FLUX.1", - "save_path": "unet/FLUX1", - "description": "FLUX.1 [Schnell] Diffusion model (a.k.a. FLUX.1 turbo model)[w/Due to the large size of the model, it is recommended to download it through a browser if possible.]", - "reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell", - "filename": "flux1-schnell.safetensors", - "url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors", - "size": "23.8GB" - }, - - { - "name": "FLUX.1 VAE model", - "type": "VAE", - "base": "FLUX.1", - "save_path": "vae/FLUX1", - "description": "FLUX.1 VAE model", - "reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell", - "filename": "ae.sft", - "url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors", - "size": "335MB" - }, - - { - "name": "kijai/FLUX.1 [schnell] Diffusion model (float8_e4m3fn)", - "type": "unet", - "base": "FLUX.1", - "save_path": "unet/FLUX1", - "description": "FLUX.1 [Schnell] Diffusion model (float8_e4m3fn)", - "reference": "https://huggingface.co/Kijai/flux-fp8", - "filename": "flux1-schnell-fp8.safetensors", - "url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux1-schnell-fp8.safetensors", - "size": "11.9GB" - }, - { - "name": "kijai/FLUX.1 [dev] Diffusion model (float8_e4m3fn)", - "type": "unet", - "base": "FLUX.1", - "save_path": "unet/FLUX1", - "description": "FLUX.1 [dev] Diffusion model (float8_e4m3fn)", - "reference": "https://huggingface.co/Kijai/flux-fp8", - "filename": "flux1-dev-fp8.safetensors", - "url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux1-dev-fp8.safetensors", - "size": "11.9GB" - }, - - { - "name": "photomaker-v2.bin", - "type": "photomaker", - "base": "SDXL", - "save_path": "photomaker", - "description": "PhotoMaker model. This model is compatible with SDXL.", - "reference": "https://huggingface.co/TencentARC/PhotoMaker-V2", - "filename": "photomaker-v2.bin", - "url": "https://huggingface.co/TencentARC/PhotoMaker-V2/resolve/main/photomaker-v2.bin", - "size": "1.8GB" - }, - - { - "name": "hunyuan_dit_1.2.safetensors", - "type": "checkpoint", - "base": "Hunyuan-DiT", - "save_path": "checkpoints/hunyuan_dit_comfyui", - "description": "Different versions of HunyuanDIT packaged for ComfyUI use.", - "reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui", - "filename": "hunyuan_dit_1.2.safetensors", - "url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.2.safetensors", - "size": "8.24GB" - }, - { - "name": "hunyuan_dit_1.1.safetensors", - "type": "checkpoint", - "base": "Hunyuan-DiT", - "save_path": "checkpoints/hunyuan_dit_comfyui", - "description": "Different versions of HunyuanDIT packaged for ComfyUI use.", - "reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui", - "filename": "hunyuan_dit_1.1.safetensors", - "url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.1.safetensors", - "size": "8.24GB" - }, - { - "name": "hunyuan_dit_1.0.safetensors", - "type": "checkpoint", - "base": "Hunyuan-DiT", - "save_path": "checkpoints/hunyuan_dit_comfyui", - "description": "Different versions of HunyuanDIT packaged for ComfyUI use.", - "reference": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui", - "filename": "hunyuan_dit_1.0.safetensors", - "url": "https://huggingface.co/comfyanonymous/hunyuan_dit_comfyui/resolve/main/hunyuan_dit_1.0.safetensors", - "size": "8.24GB" - }, - - { - "name": "xinsir/ControlNet++: All-in-one ControlNet (ProMax model)", - "type": "controlnet", - "base": "SDXL", - "save_path": "controlnet/SDXL/controlnet-union-sdxl-1.0", - "description": "All-in-one ControlNet for image generations and editing! (ProMax model)", - "reference": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0", - "filename": "diffusion_pytorch_model_promax.safetensors", - "url": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model_promax.safetensors", - "size": "2.50GB" - }, - { - "name": "xinsir/ControlNet++: All-in-one ControlNet", - "type": "controlnet", - "base": "SDXL", - "save_path": "controlnet/SDXL/controlnet-union-sdxl-1.0", - "description": "All-in-one ControlNet for image generations and editing!", - "reference": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0", - "filename": "diffusion_pytorch_model.safetensors", - "url": "https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors", - "size": "2.50GB" - }, - - - { - "name": "InstantX/SD3-Controlnet-Canny", - "type": "controlnet", - "base": "SD3", - "save_path": "controlnet/SD3/InstantX-Controlnet-Canny", - "description": "Controlnet SD3 Canny model.", - "reference": "https://huggingface.co/InstantX/SD3-Controlnet-Canny", - "filename": "diffusion_pytorch_model.safetensors", - "url": "https://huggingface.co/InstantX/SD3-Controlnet-Canny/resolve/main/diffusion_pytorch_model.safetensors", - "size": "1.19GB" - }, - { - "name": "InstantX/SD3-Controlnet-Pose", - "type": "controlnet", - "base": "SD3", - "save_path": "controlnet/SD3/InstantX-Controlnet-Pose", - "description": "Controlnet SD3 Pose model.", - "reference": "https://huggingface.co/InstantX/SD3-Controlnet-Pose", - "filename": "diffusion_pytorch_model.safetensors", - "url": "https://huggingface.co/InstantX/SD3-Controlnet-Pose/resolve/main/diffusion_pytorch_model.safetensors", - "size": "1.19GB" - }, - { - "name": "InstantX/SD3-Controlnet-Tile", - "type": "controlnet", - "base": "SD3", - "save_path": "controlnet/SD3/InstantX-Controlnet-Tile", - "description": "Controlnet SD3 Tile model.", - "reference": "https://huggingface.co/InstantX/SD3-Controlnet-Tile", - "filename": "diffusion_pytorch_model.safetensors", - "url": "https://huggingface.co/InstantX/SD3-Controlnet-Tile/resolve/main/diffusion_pytorch_model.safetensors", - "size": "1.19GB" } ] } diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 41f98c67..32498c93 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -170,16 +170,6 @@ "install_type": "git-clone", "description": "Nodes:Concatenate multiple text nodes." }, - { - "author": "nilor-corp", - "title": "nilor-nodes", - "reference": "https://github.com/nilor-corp/nilor-nodes", - "files": [ - "https://github.com/nilor-corp/nilor-nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Nilor Floats, Nilor Int To List Of Bools, Nilor Bool From List Of Bools, Nilor Int From List Of Ints, Nilor List of Ints, Nilor Count Images In Directory" - }, { "author": "OuticNZ", "title": "ComfyUI-Simple-Of-Complex", diff --git a/pyproject.toml b/pyproject.toml index 942bc2e0..8314922f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-manager" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." -version = "2.50.2" +version = "2.51.7" license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] diff --git a/scan.sh b/scan.sh index f1f088ec..c35e90a5 100755 --- a/scan.sh +++ b/scan.sh @@ -3,5 +3,9 @@ rm ~/.tmp/default/*.py > /dev/null 2>&1 python scanner.py ~/.tmp/default $* cp extension-node-map.json node_db/new/. -echo Integrity check -./check.sh +echo "Integrity check" +if [ -f "check2.sh" ]; then + ./check2.sh +else + ./check.sh +fi \ No newline at end of file