diff --git a/README.md b/README.md index 45b1e1d4..31d77d2a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ **ComfyUI-Manager** is an extension designed to enhance the usability of [ComfyUI](https://github.com/comfyanonymous/ComfyUI). It offers management functions to **install, remove, disable, and enable** various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI. -![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/dialog.jpg) +![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/refs/heads/Main/ComfyUI-Manager/images/dialog.jpg) ## NOTICE +* V3.16: Support for `uv` has been added. Set `use_uv` in `config.ini`. +* V3.10: `double-click feature` is removed + * This feature has been moved to https://github.com/ltdrdata/comfyui-connection-helper * V3.3.2: Overhauled. Officially supports [https://comfyregistry.org/](https://comfyregistry.org/). * You can see whole nodes info on [ComfyUI Nodes Info](https://ltdrdata.github.io/) page. @@ -93,7 +96,7 @@ This repository provides Colab notebooks that allow you to install and use Comfy 2. If you click on 'Install Custom Nodes' or 'Install Models', an installer dialog will open. - ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/dialog.jpg) + ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/refs/heads/Main/ComfyUI-Manager/images/dialog.jpg) * There are three DB modes: `DB: Channel (1day cache)`, `DB: Local`, and `DB: Channel (remote)`. * `Channel (1day cache)` utilizes Channel cache information with a validity period of one day to quickly display the list. @@ -185,17 +188,18 @@ The following settings are applied based on the section marked as `is_default`. ## Custom node support guide +* **NOTICE:** + - You should no longer assume that the GitHub repository name will match the subdirectory name under `custom_nodes`. The name of the subdirectory under `custom_nodes` will now use the normalized name from the `name` field in `pyproject.toml`. + - Avoid relying on directory names for imports whenever possible. + * https://docs.comfy.org/registry/overview +* https://github.com/Comfy-Org/rfcs - -* **Special purpose files** (optional) +**Special purpose files** (optional) + * `pyproject.toml` - Spec file for comfyregistry. * `node_list.json` - When your custom nodes pattern of NODE_CLASS_MAPPINGS is not conventional, it is used to manually provide a list of nodes for reference. ([example](https://github.com/melMass/comfy_mtb/raw/main/node_list.json)) * `requirements.txt` - When installing, this pip requirements will be installed automatically * `install.py` - When installing, it is automatically called - * `uninstall.py` - When uninstalling, it is automatically called - * `disable.py` - When disabled, it is automatically called - * When installing a custom node setup `.js` file, it is recommended to write this script for disabling. - * `enable.py` - When enabled, it is automatically called * **All scripts are executed from the root path of the corresponding custom node.** @@ -243,6 +247,25 @@ The following settings are applied based on the section marked as `is_default`. ![missing-list](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/missing-list.jpg) +# Config +* You can modify the `config.ini` file to apply the settings for ComfyUI-Manager. + * The path to the `config.ini` used by ComfyUI-Manager is displayed in the startup log messages. + * See also: [https://github.com/ltdrdata/ComfyUI-Manager#paths] +* Configuration options: + ``` + [default] + git_exe = + use_uv = + default_cache_as_channel_url = + bypass_ssl = + file_logging = + windows_selector_event_loop_policy = + model_download_by_agent = + downgrade_blacklist = + security_level = + always_lazy_install = + ``` + ## Additional Feature * Logging to file feature * This feature is enabled by default and can be disabled by setting `file_logging = False` in the `config.ini`. @@ -278,6 +301,7 @@ The following settings are applied based on the section marked as `is_default`. * If you add the item `skip_migration_check = True` to `config.ini`, it will not check whether there are nodes that can be migrated at startup. * This option can be used if performance issues occur in a Colab+GDrive environment. + ## Scanner When you run the `scan.sh` script: @@ -301,6 +325,7 @@ When you run the `scan.sh` script: * if `SSL: CERTIFICATE_VERIFY_FAILED` error is occured. * Edit `config.ini` file: add `bypass_ssl = True` + ## Security policy * Edit `config.ini` file: add `security_level = ` * `strong` diff --git a/custom-node-list.json b/custom-node-list.json index bcd2d328..0952cf01 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46,6 +46,18 @@ "install_type": "git-clone", "description": "This extension provides various nodes to support Lora Block Weight and the Impact Pack. Provides many easily applicable regional features and applications for Variation Seed." }, + { + "author": "Dr.Lt.Data", + "title": "ComfyUI Connection Helper", + "id": "connection-helper", + "reference": "https://github.com/ltdrdata/comfyui-connection-helper", + "nodename_pattern": "Inspire$", + "files": [ + "https://github.com/ltdrdata/comfyui-connection-helper" + ], + "install_type": "git-clone", + "description": "This is a helper extension for ComfyUI that assists with node connections." + }, { "author": "comfyanonymous", "title": "ComfyUI_experiments", @@ -892,6 +904,16 @@ "install_type": "git-clone", "description": "NODES: Face Swap, Film Interpolation, Latent Lerp, Int To Number, Bounding Box, Crop, Uncrop, ImageBlur, Denoise, ImageCompare, RGV to HSV, HSV to RGB, Color Correct, Modulo, Deglaze Image, Smart Step, ..." }, + { + "author": "melMass", + "title": "comfy-oiio", + "reference": "https://github.com/melMass/comfy_oiio", + "files": [ + "https://github.com/melMass/comfy_oiio" + ], + "install_type": "git-clone", + "description": "OpenImageIO plugin for ComfyUI" + }, { "author": "xXAdonesXx", "title": "NodeGPT", @@ -1824,7 +1846,7 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes" ], "install_type": "git-clone", - "description": "Nodes: Empty Latent Randomizer (9 Inputs)" + "description": "Nodes: Current Date, Latent Switch x9, Replace Text with RegEx, Load Random Image" }, { "author": "Extraltodeus", @@ -1930,11 +1952,21 @@ "id": "distancesampler", "reference": "https://github.com/Extraltodeus/DistanceSampler", "files": [ - "https://github.com/Extraltodeus/Skimmed_CFG" + "https://github.com/Extraltodeus/DistanceSampler" ], "install_type": "git-clone", "description": "Heuristic modification of the Heun sampler using a custom function based on normalized distances. For ComfyUI." }, + { + "author": "Extraltodeus", + "title": "Negative-attention-for-ComfyUI-", + "reference": "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-", + "files": [ + "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-" + ], + "install_type": "git-clone", + "description": "Takes the difference in between the positive and negative conditioning at the attention.\nNOTE: Will not work with Flux" + }, { "author": "JPS", "title": "JPS Custom Nodes for ComfyUI", @@ -2527,17 +2559,6 @@ "install_type": "git-clone", "description": "Manage models: browsing, download and delete." }, - { - "author": "hayden-fr", - "title": "ComfyUI-Image-Browsing", - "id": "image-browsing", - "reference": "https://github.com/hayden-fr/ComfyUI-Image-Browsing", - "files": [ - "https://github.com/hayden-fr/ComfyUI-Image-Browsing" - ], - "install_type": "git-clone", - "description": "Image Browsing: browsing, download and delete." - }, { "author": "ali1234", "title": "comfyui-job-iterator", @@ -3230,6 +3251,16 @@ "install_type": "git-clone", "description": "ComfyUI diffusers wrapper nodes for [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)" }, + { + "author": "kijai", + "title": "ComfyUI-StableXWrapper", + "reference": "https://github.com/kijai/ComfyUI-StableXWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-StableXWrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper for [a/StableX normal](https://github.com/Stable-X/StableNormal)/[a/delight](https://github.com/Stable-X/StableDelight) models" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", @@ -3535,6 +3566,16 @@ "install_type": "git-clone", "description": "ComfyUI custom node of OmniGen project." }, + { + "author": "chflame163", + "title": "ComfyUI_Janus_Wrapper", + "reference": "https://github.com/chflame163/ComfyUI_Janus_Wrapper", + "files": [ + "https://github.com/chflame163/ComfyUI_Janus_Wrapper" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/deepseek-ai/Janus](https://github.com/deepseek-ai/Janus) in ComfyUI." + }, { "author": "drustan-hawk", "title": "primitive-types", @@ -4046,6 +4087,17 @@ "install_type": "git-clone", "description": "Image metrics nodes for ComfyUI" }, + { + "author": "amorano", + "title": "Jovi_MIDI", + "id": "jovi_midi", + "reference": "https://github.com/Amorano/Jovi_MIDI", + "files": [ + "https://github.com/Amorano/Jovi_MIDI" + ], + "install_type": "git-clone", + "description": "Read and Process data from MIDI devices inside of ComfyUI." + }, { "author": "Umikaze-job", "title": "select_folder_path_easy", @@ -4477,6 +4529,16 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/UltraEdit](https://github.com/HaozheZhao/UltraEdit) (Diffusers) for ComfyUI" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-DeepSeek-JanusPro", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro" + ], + "install_type": "git-clone", + "description": "ComfyUI-DeepSeek-JanusPro" + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", @@ -5045,7 +5107,7 @@ "https://github.com/glibsonoran/Plush-for-ComfyUI" ], "install_type": "git-clone", - "description": "Nodes: Style Prompt, OAI Dall_e Image. Plush contains two OpenAI enabled nodes: Style Prompt: Takes your prompt and the art style you specify and generates a prompt from ChatGPT3 or 4 that Stable Diffusion can use to generate an image in that style. OAI Dall_e 3: Takes your prompt and parameters and produces a Dall_e3 image in ComfyUI." + "description": "A suite of nodes that includes: - Prompt enhancers/generators that employ remote AI services and local front-ends like: ChatGPT, Anthropic Claude, Groq, LM Studio, Oobabooga, etc. - An Image Generator that uses Dall_e 3. - An image metadata extractor that extracts seed, prompt, cfg, size, denoise, etc from existing AI generated images and photo metadata (from exif data) from jpeg photographs. A tagger that appends text (tags) to the beginning, end and/or middle of a text block. Image and text multiplexer utili" }, { "author": "vienteck", @@ -5066,7 +5128,7 @@ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes" ], "install_type": "git-clone", - "description": "Added new models to Groq LLM. Added a new node: Tiktoken Tokenizer Info." + "description": "Added Lora Loader - Tag node, originally by badjeff" }, { "author": "AI2lab", @@ -5406,6 +5468,16 @@ "install_type": "git-clone", "description": "Some patches for Flux|HunYuanVideo etc, support TeaCache, PuLID." }, + { + "author": "lldacing", + "title": "ComfyUI_BEN_ll", + "reference": "https://github.com/lldacing/ComfyUI_BEN_ll", + "files": [ + "https://github.com/lldacing/ComfyUI_BEN_ll" + ], + "install_type": "git-clone", + "description": "Background removal based on BEN. NODES:LoadRembgByBenModel, RembgByBen, GetMaskByBen, RembgByBenAdvanced, BlurFusionForegroundEstimation." + }, { "author": "CosmicLaca", "title": "Primere nodes for ComfyUI", @@ -6465,6 +6537,16 @@ "install_type": "git-clone", "description": "Add nodes that generates danbooru tags by [a/Dart(Danbooru Tags Transformer)](https://huggingface.co/p1atdev/dart-v1-sft)." }, + { + "author": "nkchocoai", + "title": "ComfyUI-DanbooruPromptQuiz", + "reference": "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz", + "files": [ + "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz" + ], + "install_type": "git-clone", + "description": "This node is for playing the game of guessing prompts by looking at images generated from prompts output by TIPO, Tagger, etc.." + }, { "author": "JaredTherriault", "title": "ComfyUI-JNodes", @@ -6868,6 +6950,16 @@ "install_type": "git-clone", "description": "This project is an unofficial ComfyUI implementation of [a/Video Depth Anything](https://github.com/DepthAnything/Video-Depth-Anything), for depth estimation on long videos without compromising quality, consistency, or generalization ability." }, + { + "author": "yuvraj108c", + "title": "ComfyUI InvSR", + "reference": "https://github.com/yuvraj108c/ComfyUI_InvSR", + "files": [ + "https://github.com/yuvraj108c/ComfyUI_InvSR" + ], + "install_type": "git-clone", + "description": "This project is an unofficial ComfyUI implementation of [a/InvSR](https://github.com/zsyOAOA/InvSR) (Arbitrary-steps Image Super-resolution via Diffusion Inversion)" + }, { "author": "blepping", "title": "ComfyUI-bleh", @@ -7041,16 +7133,6 @@ "install_type": "git-clone", "description": "Original project: [a/link](https://github.com/tencent-ailab/PCDMs)\nBased on testing, the author's original images work very well, but using my own images generally requires some luck!" }, - { - "author": "StartHua", - "title": "Comfyui_CXH_joy_caption", - "reference": "https://github.com/StartHua/Comfyui_CXH_joy_caption", - "files": [ - "https://github.com/StartHua/Comfyui_CXH_joy_caption" - ], - "install_type": "git-clone", - "description": "Nodes:Joy_caption_load, Joy_caption" - }, { "author": "StartHua", "title": "Comfyui_CXH_Phi_3.5", @@ -7511,6 +7593,36 @@ "install_type": "git-clone", "description": "A ComfyUI custom node implementation for optimized video generation and motion effects, designed to work with Hunyuan text-to-video models." }, + { + "author": "ShmuelRonen", + "title": "ComfyUI DeepSeek_R1 Chat Node", + "reference": "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that integrates DeepSeek's powerful chat and instruction API, enabling seamless AI interactions within your ComfyUI workflows." + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI Janus Pro Vision", + "reference": "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node extension that integrates the Janus-Pro-7B vision-language model from DeepSeek AI on your's local computer, enabling powerful image understanding and multi-turn conversation capabilities." + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI-JoyHallo_wrapper", + "reference": "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node wrapper for JoyHallo - One-Shot Audio-Driven Talking Head Generation." + }, { "author": "redhottensors", "title": "ComfyUI-Prediction", @@ -7615,7 +7727,7 @@ "https://github.com/1038lab/ComfyUI-WildPromptor" ], "install_type": "git-clone", - "description": "Create dynamic prompts with wildcard list." + "description": "WildPromptor simplifies prompt creation, organization, and customization in ComfyUI, turning chaotic workflows into an efficient, intuitive process." }, { "author": "1038lab", @@ -9331,7 +9443,7 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision" ], "install_type": "git-clone", - "description": "The StereoVision plugin for ComfyUI enables the creation of stereoscopic and autostereoscopic images and videos using depth maps. It supports both traditional stereoscopic image generation and autostereogram (Magic Eye) creation." + "description": "A ComfyUI node for producing stereoscopic and autostereogram (magic eye) images and videos." }, { "author": "bobmagicii", @@ -10354,6 +10466,36 @@ "install_type": "git-clone", "description": "ComfyUI_MangaNinjia is a ComfyUI node of MangaNinja which is a Line Art Colorization with Precise Reference Following method." }, + { + "author": "smthemex", + "title": "ComfyUI_Sonic", + "reference": "https://github.com/smthemex/ComfyUI_Sonic", + "files": [ + "https://github.com/smthemex/ComfyUI_Sonic" + ], + "install_type": "git-clone", + "description": "Sonic is a method about ' Shifting Focus to Global Audio Perception in Portrait Animation',you can use it in comfyUI." + }, + { + "author": "smthemex", + "title": "ComfyUI_DiffuEraser", + "reference": "https://github.com/smthemex/ComfyUI_DiffuEraser", + "files": [ + "https://github.com/smthemex/ComfyUI_DiffuEraser" + ], + "install_type": "git-clone", + "description": "DiffuEraser is a diffusion model for video Inpainting, you can use it in ComfyUI" + }, + { + "author": "smthemex", + "title": "ComfyUI_CSD_MT", + "reference": "https://github.com/smthemex/ComfyUI_CSD_MT", + "files": [ + "https://github.com/smthemex/ComfyUI_CSD_MT" + ], + "install_type": "git-clone", + "description": "[a/CSD_MT](https://github.com/Snowfallingplum/CSD-MT) is a method about 'Content-Style Decoupling for Unsupervised Makeup Transfer without Generating Pseudo Ground Truth', you can use it in comfyUI." + }, { "author": "choey", "title": "Comfy-Topaz", @@ -10991,6 +11133,16 @@ "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": "da2el-ai", + "title": "D2-PromptSelector-comfyUI", + "reference": "https://github.com/da2el-ai/D2-PromptSelector-comfyUI", + "files": [ + "https://github.com/da2el-ai/D2-PromptSelector-comfyUI" + ], + "install_type": "git-clone", + "description": "This is a version of [a/sd-d2-prompt-selector](https://github.com/da2el-ai/sd-d2-prompt-selector) reworked for ComfyUI. It's just a prototype that I've put together for now. The random syntax of sd-d2-prompt-selector cannot be used; instead, the DynamicPrompt syntax is used" + }, { "author": "nat-chan", "title": "ComfyUI-Transceiver📡", @@ -11150,7 +11302,7 @@ "https://github.com/osi1880vr/prompt_quill_comfyui" ], "install_type": "git-clone", - "description": "Nodes:Use Prompt Quill in Comfyui" + "description": "Nodes for Comfyui to use Prompt Quill within complex workflows" }, { "author": "philz1337x", @@ -12279,6 +12431,16 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that calculates CLIP and LPIPS similarity scores between two images." }, + { + "author": "risunobushi", + "title": "ComfyUI_DisplacementMapTools", + "reference": "https://github.com/risunobushi/ComfyUI_DisplacementMapTools", + "files": [ + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools" + ], + "install_type": "git-clone", + "description": "NODES: Extract Displacement Map Node, Displace Logo" + }, { "author": "zohac", "title": "ComfyUI_ZC_DrawShape", @@ -13358,6 +13520,16 @@ "install_type": "copy", "description": "NODES: SDXLMixSampler, LatentByRatio" }, + { + "author": "lrzjason", + "title": "Comfyui-ThinkRemover", + "reference": "https://github.com/lrzjason/Comfyui-ThinkRemover", + "files": [ + "https://github.com/lrzjason/Comfyui-ThinkRemover" + ], + "install_type": "git-clone", + "description": "Remove content inside 'think' tag from reasoning llm" + }, { "author": "amorano", "title": "Cozy Communication", @@ -13725,6 +13897,16 @@ "install_type": "git-clone", "description": "AspectSize and other nodes" }, + { + "author": "DriftJohnson", + "title": "KokoroTTS Node", + "reference": "https://github.com/MushroomFleet/DJZ-KokoroTTS", + "files": [ + "https://github.com/MushroomFleet/DJZ-KokoroTTS" + ], + "install_type": "git-clone", + "description": "This node provides advanced text-to-speech functionality powered by KokoroTTS. Follow the instructions below to install, configure, and use the node within your portable ComfyUI installation." + }, { "author": "var1ableX", "title": "ComfyUI_Accessories", @@ -14582,10 +14764,10 @@ { "author": "RyanOnTheInside", "title": "Nodes for use with real-time applications of ComfyUI", - "id": "realtimenodes", - "reference": "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes", + "id": "comfyui_realtimenodes", + "reference": "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes", "files": [ - "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes" + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes" ], "install_type": "git-clone", "description": "These nodes are for real-time applications of ComfyUI." @@ -14836,7 +15018,7 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm" ], "install_type": "git-clone", - "description": "Auto prompt by LLM and LLM-Vision. (Trigger more details hiding in model)" + "description": "NODES: Auto-LLM-Text-Vision, Auto-LLM-Text, Auto-LLM-Vision" }, { "author": "xlinx", @@ -15407,7 +15589,7 @@ "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.]" + "description": "For loading and running Pixtral, Llama 3.2 Vision, and Molmo models. Put models in the models/LLM folder." }, { "author": "ExterminanzHS", @@ -15694,16 +15876,6 @@ "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": "NyaamZ", - "title": "Get Booru Tag ExtendeD", - "reference": "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED", - "files": [ - "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED" - ], - "description": "Get tag from Booru site.", - "install_type": "git-clone" - }, { "author": "chrissy0", "title": "chris-comfyui-nodes", @@ -15841,9 +16013,9 @@ { "author": "silveroxides", "title": "Model and Checkpoint Loaders for NF4 and FP4", - "reference": "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders", + "reference": "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4", "files": [ - "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders" + "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4" ], "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." @@ -15949,9 +16121,9 @@ "files": [ "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy" ], - "description": "InpaintEasy is a set of optimized local repainting (Inpaint) nodes that provide a simpler and more powerful local repainting workflow. It makes local repainting work easier and more efficient with intelligent cropping and merging functions.", "tags": ["inpaint", "crop", "image"], - "install_type": "git-clone" + "install_type": "git-clone", + "description": "InpaintEasy is a set of optimized local repainting (Inpaint) nodes that provide a simpler and more powerful local repainting workflow. It makes local repainting work easier and more efficient with intelligent cropping and merging functions." }, { "author": "CY-CHENYUE", @@ -15961,8 +16133,8 @@ "files": [ "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX" ], - "description": "OmniGen Unified Image Generation Model Integration.", - "install_type": "git-clone" + "install_type": "git-clone", + "description": "OmniGen Unified Image Generation Model Integration." }, { "author": "CY-CHENYUE", @@ -15972,9 +16144,9 @@ "files": [ "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt" ], - "description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models.", "tags": ["Flux", "redux", "prompt"], - "install_type": "git-clone" + "install_type": "git-clone", + "description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models." }, { "author": "CY-CHENYUE", @@ -15984,8 +16156,19 @@ "files": [ "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o" ], - "description": "ComfyUI custom nodes for MiniCPM", - "install_type": "git-clone" + "install_type": "git-clone", + "description": "ComfyUI custom nodes for MiniCPM" + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-Janus-Pro", + "id": "ComfyUI-Janus-Pro", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Janus-Pro, a unified multimodal understanding and generation framework." }, { "author": "codecringebinge", @@ -16810,7 +16993,7 @@ "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader" ], "install_type": "git-clone", - "description": "Simple 4k YT Downloader Through URL" + "description": "A simple YT downloader node for ComfyUI using video Urls. Can be used with VHS nodes etc." }, { "author": "TZOOTZ", @@ -17150,7 +17333,7 @@ "https://github.com/LevelPixel/ComfyUI-LevelPixel" ], "install_type": "git-clone", - "description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters), Image Remove Background based on RemBG." + "description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters), Image Remove Background based on RemBG, Autotagger." }, { "author": "morino-kumasan", @@ -17306,6 +17489,16 @@ "install_type": "git-clone", "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." }, + { + "author": "Lasse Lauwerys", + "title": "Touchpad and trackpad gesture support", + "reference": "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures", + "files": [ + "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures" + ], + "install_type": "git-clone", + "description": "Implements proper touchpad/trackpad zooming and panning into ComfyUI to make it more usable on laptops." + }, { "author": "phazei", "title": "Prompt Stash Saver Node for ComfyUI", @@ -17673,6 +17866,16 @@ "install_type": "git-clone", "description": "About DeepSeek Chat API\nGo here to register and get the api-key [a/https://platform.deepseek.com/](https://platform.deepseek.com/) Then enter api_key in config.json" }, + { + "author": "yichengup", + "title": "ComfyUI_Yc_JanusPro", + "reference": "https://github.com/yichengup/ComfyUI_Yc_JanusPro", + "files": [ + "https://github.com/yichengup/ComfyUI_Yc_JanusPro" + ], + "install_type": "git-clone", + "description": "About DeepSeek Chat API\nGo here to register and get the api-key [a/https://platform.deepseek.com/](https://platform.deepseek.com/) Then enter api_key in config.json" + }, { "author": "Horizon Team", "title": "ComfyUI_FluxMod", @@ -17914,16 +18117,6 @@ "install_type": "git-clone", "description": "Nodes that implement functionality similar to the Dynamic Prompts extension for A1111." }, - { - "author": "Lasse Lauwerys", - "title": "Touchpad and trackpad gesture support", - "reference": "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures", - "files": [ - "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures" - ], - "install_type": "git-clone", - "description": "Implements proper touchpad zooming and panning into ComfyUI to make it more usable on laptops." - }, { "author": "SleeeepyZhou", "title": "CNtranslator", @@ -19294,7 +19487,7 @@ "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils" ], "install_type": "git-clone", - "description": "A practical collection of nodes for ComfyUI that streamlines image and text processing workflows. Features include image optimized resolution adjustment, text cleaning tools, dynamic image/text combination, and mask preview utilities. Perfect for artists and developers looking to enhance their AI art creation pipeline." + "description": "Powerful tools for image and text processing, including cross-platform workflow fixes, optimized resolution, dynamic text/image combos, and batch processing. Unlock seamless AI art creation and boost your productivity!" }, { "author": "welltop-cn", @@ -19845,14 +20038,14 @@ }, { "author": "asutermo", - "title": "Try Off w/ Flux and CatVTON", + "title": "ComfyUI-Flux-TryOff", "id": "tryoffflux", "reference": "https://github.com/asutermo/ComfyUI-Flux-TryOff", "files": [ "https://github.com/asutermo/ComfyUI-Flux-TryOff" ], "install_type": "git-clone", - "description": "This is a set of nodes to make it possible to extract garments/clothing from models to apply elsewhere." + "description": "Try Off for ComfyUI using Flux and CatVTON." }, { "author": "bugltd", @@ -19884,7 +20077,7 @@ "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes" ], "install_type": "git-clone", - "description": "This is a small collection of nodes designed for efficiency and the reduction of screen clutter. I work primarily with a two-stage SDXL workflow, so some of the nodes are tailored to that, but many of the most useful nodes can be used in any context." + "description": "A collection of nodes designed for efficiency and the reduction of screen-clutter. Includes a Global Seed controller with boolean toggles, SDXL All-in-One conditioner, a custom SDXL control module, Wildcard processor, Style Injector, and more. [w/WARNING: Updating this node-pack wil overwrite any changes you've made to the included wildcards and styles. Please backup your folders before updating.]" }, { "author": "KLL535", @@ -19894,7 +20087,17 @@ "https://github.com/KLL535/ComfyUI_SimpleButcher" ], "install_type": "git-clone", - "description": "I needed to automate the process of generating images and I did not find ready-made simple solutions for this, so I wrote my own. The idea is to repeat the functionality of forge: the script 'Prompts from file or textbox'. So that you can easily sort through pre-prepared lists of prompts, lora, styles, and connect text as you like. The resulting images must be compatible with Forge, and ideally, no different from it. The problem is that Forge uses the internal name from the Lora file metadata as the lora name, not the file name. Therefore, all existing solutions simply did not understand my templates. I would also like it if lore could be written in any order and any quantity in a text file in this format: or and this would be applied automatically, without the need to create nodes for each lora separately. I would like the civitai site to understand metadata, the closest to this was the alexopus/ComfyUI-Image-Saver project, but it loses lora written in Forge style, by internal name." + "description": "Node to automate batch generation with randomize prompts from text files. It mimics Forge's functionality, allowing you to combine text elements and LoRA. The node supports writing LoRA in any order within a text file using formats like or , without needing separate nodes. The node understands LoRA names in Forge's style, when the name is not the filename, but the internal name from the metadata." + }, + { + "author": "KLL535", + "title": "ComfyUI_PNGInfo_Sidebar", + "reference": "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar", + "files": [ + "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar" + ], + "install_type": "git-clone", + "description": "Frontend extension that adds a sidebar for easy viewing of PNG file metadata." }, { "author": "mango125", @@ -19957,17 +20160,7 @@ "install_type": "git-clone", "description": "Implementation of architectural related graph algorithm in ComfyUI." }, - { - "author": "lingha", - "title": "comfyui_kj", - "id": "comfyui_kj", - "reference": "https://github.com/XieChengYuan/comfyui_kj", - "files": [ - "https://github.com/XieChengYuan/comfyui_kj" - ], - "install_type": "git-clone", - "description": "comfyui_kj, A tool that can package workflows into projects and publish them to a WeChat Mini Program named Kaji, allowing charges to be collected from users." - }, + { "author": "ziwang-com", "title": "comfyui-deepseek-r1", @@ -20081,12 +20274,13 @@ }, { "author": "JohnDoeSmithee", + "title": "ComfyUI-SoX-Mixdown", "reference": "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown", "files": [ "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown" ], "install_type": "git-clone", - "description": "ComfyUI custom node for sox's mixdown function such as 'sox --combine inputfile1.wav inputfile2.wav outputfile.wav'." + "description": "A custom node for SoX's mixdown function. Make sure that the sox command is installed and the path added before using this node." }, { "author": "JTriggerFish", @@ -20098,6 +20292,469 @@ "install_type": "git-clone", "description": "A set of tools for manipulating latent tensors in ComfyUI" }, + { + "author": "ProGamerGov", + "title": "PyTorch 360° Image Conversion Toolkit for ComfyUI", + "id": "comfyui-pytorch360convert", + "reference": "https://github.com/ProGamerGov/ComfyUI_pytorch360convert", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano, and 360 degree photos." + }, + { + "author": "ProGamerGov", + "title": "Preview 360 Panorama for ComfyUI", + "id": "comfyui-preview360panorama", + "reference": "https://github.com/ProGamerGov/ComfyUI_preview360panorama", + "files": [ + "https://github.com/ProGamerGov/ComfyUI_preview360panorama" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for interactive 360° panorama image previews. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano, and 360 degree photos." + }, + { + "author": "burnsbert", + "title": "EBU LMStudio LLM Integration", + "id": "ebu-lmstudio", + "reference": "https://github.com/burnsbert/ComfyUI-EBU-LMStudio", + "files": [ + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio" + ], + "install_type": "git-clone", + "description": "Custom nodes for integrating LM Studio's LLM functionality into ComfyUI. Includes EBU-LMStudio-Load, EBU-LMStudio-Unload, and EBU-LMStudio-Request." + }, + { + "author": "SykkoAtHome", + "title": "Face Processor for ComfyUI", + "reference": "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor", + "files": [ + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor" + ], + "install_type": "git-clone", + "description": "A custom node collection for ComfyUI that provides advanced face detection, alignment, and transformation capabilities using MediaPipe Face Mesh." + }, + { + "author": "Mattabyte", + "title": "ComfyUI Secure API Call", + "reference": "https://github.com/Mattabyte/ComfyUI-SecureApiCall", + "files": [ + "https://github.com/Mattabyte/ComfyUI-SecureApiCall" + ], + "install_type": "git-clone", + "description": "This package provides custom nodes to ComfyUI to POST data to a secure API." + }, + { + "author": "fblissjr", + "title": "ComfyUI Dataset Helper & Batch Node", + "reference": "https://github.com/fblissjr/ComfyUI-DatasetHelper", + "files": [ + "https://github.com/fblissjr/ComfyUI-DatasetHelper" + ], + "install_type": "git-clone", + "description": "This custom node set for ComfyUI provides a DatasetBatchNode for automated, sequential processing of datasets, particularly useful for iterative training or batched image/video generation workflows." + }, + { + "author": "oxysoft", + "title": "ComfyUI-gowiththeflow", + "reference": "https://github.com/oxysoft/ComfyUI-gowiththeflow", + "files": [ + "https://github.com/oxysoft/ComfyUI-gowiththeflow" + ], + "install_type": "git-clone", + "description": "Implementation of GoWithTheFlow, original code at [a/https://github.com/Eyeline-Research/Go-with-the-Flow/](https://github.com/Eyeline-Research/Go-with-the-Flow/) and [a/https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py](https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py)" + }, + { + "author": "willmiao", + "title": "ComfyUI-Lora-Manager", + "reference": "https://github.com/willmiao/ComfyUI-Lora-Manager", + "files": [ + "https://github.com/willmiao/ComfyUI-Lora-Manager" + ], + "install_type": "git-clone", + "description": "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration." + }, + { + "author": "tigeryy2", + "title": "ComfyUI Structured Outputs", + "reference": "https://github.com/tigeryy2/comfyui-structured-outputs", + "files": [ + "https://github.com/tigeryy2/comfyui-structured-outputs" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for LLM Structured Outputs with integration for prompting" + }, + { + "author": "Conor-Collins", + "title": "ComfyUI-CoCoTools", + "reference": "https://github.com/Conor-Collins/coco_tools", + "files": [ + "https://github.com/Conor-Collins/coco_tools" + ], + "install_type": "git-clone", + "description": "A set of custom nodes for ComfyUI providing advanced image processing, file handling, and utility functions." + }, + { + "author": "852wa", + "title": "ComfyUI-ColorshiftColor", + "reference": "https://github.com/852wa/ComfyUI-ColorshiftColor", + "files": [ + "https://github.com/852wa/ComfyUI-ColorshiftColor" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI.\nIt reduces colors based on a specified number and allows for adjustments to hue, saturation, and brightness.\nFeatures:Each parameter can be set to random, You can toggle masking (not changing colors) using color numbers, Mask inversion can also be toggled on or off." + }, + { + "author": "852wa", + "title": "ComfyUI-AdvancedAlphaProcessor", + "reference": "https://github.com/852wa/ComfyUI-AAP", + "files": [ + "https://github.com/852wa/ComfyUI-AAP" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI.\nFeatures:Removes white areas in the input image by making them transparent based on brightness, Outputs in black and transparent, Outputs in gray and transparent.\nThis is a simple node with the above functionalities implemented. It also supports sequential processing." + }, + { + "author": "ReBeating", + "title": "ComfyUI-Artist-Selector", + "reference": "https://github.com/ReBeating/ComfyUI-Artist-Selector", + "files": [ + "https://github.com/ReBeating/ComfyUI-Artist-Selector" + ], + "install_type": "git-clone", + "description": "A useful comfyui node named LoadArtistTag for selecting artist tags, including 1000+ single-artist tags and 300 mixed-artists tags." + }, + { + "author": "gmorks", + "title": "ComfyUI-SendToDiscord", + "reference": "https://github.com/gmorks/ComfyUI-SendToDiscord", + "files": [ + "https://github.com/gmorks/ComfyUI-SendToDiscord" + ], + "install_type": "git-clone", + "description": "ComfyUI-SendToDiscord is a custom node for ComfyUI that simplifies sending preview images to Discord via webhooks. It supports both single-image uploads and batch mode, making it an efficient tool for sharing your generated images directly with your Discord server." + }, + { + "author": "gmorks", + "title": "ComfyUI Animagine prompt", + "reference": "https://github.com/gmorks/ComfyUI-Animagine-Prompt", + "files": [ + "https://github.com/gmorks/ComfyUI-Animagine-Prompt" + ], + "install_type": "git-clone", + "description": "Comfy UI node to prompt build for [a/https://huggingface.co/cagliostrolab/animagine-xl-4.0](https://huggingface.co/cagliostrolab/animagine-xl-4.0) model" + }, + { + "author": "jinanlongen", + "title": "ComfyUI Prompt Expander Node", + "reference": "https://github.com/jinanlongen/ComfyUI-Prompt-Expander", + "files": [ + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that expands text prompts using the SuperPrompt-v1 T5 model. This node helps generate more detailed and descriptive prompts from simple input text, which can be particularly useful for image generation workflows." + }, + { + "author": "Style-Mosaic", + "title": "ComfyUI DINO-X Detector Node", + "reference": "https://github.com/Style-Mosaic/dino-x-comfyui-node", + "files": [ + "https://github.com/Style-Mosaic/dino-x-comfyui-node" + ], + "install_type": "git-clone", + "description": "A ComfyUI node that integrates DINO-X API for object detection and segmentation. This node allows you to detect and segment objects in images using text prompts." + }, + { + "author": "checkbins", + "title": "checkbin-comfy", + "id": "checkbin", + "reference": "https://github.com/checkbins/checkbin-comfy", + "files": [ + "https://github.com/checkbins/checkbin-comfy" + ], + "install_type": "git-clone", + "description": "These nodes allow you to make Checkbin comparisons." + }, + { + "author": "GHOSTLXH", + "title": "ComfyUI-Counternodes", + "reference": "https://github.com/GHOSTLXH/ComfyUI-Counternodes", + "files": [ + "https://github.com/GHOSTLXH/ComfyUI-Counternodes" + ], + "install_type": "git-clone", + "description": "This node group contains a series of ComfyUI nodes with built-in counters and specific output results based on the counter's output, aimed at implementing folder traversal functionality in the ComfyUI frontend. For specific examples, please refer to the sample workflow. Of course, you can also use your imagination to create other interesting things." + }, + { + "author": "agilly1989", + "title": "ComfyUI_agilly1989_motorway", + "reference": "https://github.com/agilly1989/ComfyUI_agilly1989_motorway", + "files": [ + "https://github.com/agilly1989/ComfyUI_agilly1989_motorway" + ], + "install_type": "git-clone", + "description": "This my implemenation of a `pipe` in ComfyUI. Is it better or worse than others? No idea." + }, + { + "author": "AiartvnTeam", + "title": "A2V Multi Image Composite", + "id": "Aiartvn", + "reference": "https://github.com/aiartvn/A2V_Multi_Image_Composite", + "files": [ + "https://github.com/aiartvn/A2V_Multi_Image_Composite" + ], + "description": "Node for compositing multiple images with interactive preview and layer management", + "install_type": "git-clone", + "tags": ["image", "composite", "layer", "blend", "transform"] + }, + { + "author": "zentrocdot", + "title": "ComfyUI_Circle_Detection", + "reference": "https://github.com/zentrocdot/ComfyUI_Circle_Detection", + "files": [ + "https://github.com/zentrocdot/ComfyUI_Circle_Detection" + ], + "description": "Next to AI mathematical methods can be used for the detection of objects like a circle.", + "install_type": "git-clone" + }, + { + "author": "zentrocdot", + "title": "ComfyUI-RealESRGAN_Upscaler", + "reference": "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler", + "files": [ + "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler" + ], + "description": "This node uses the RealESRGAN model from [a/xinntao](https://github.com/xinntao/Real-ESRGAN).", + "install_type": "git-clone" + }, + { + "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 by the team at WeirdWonderfulAI.Art. Line Count, Join String, Dither Image, Image Batch Loader, Prompt Writer" + }, + { + "author": "slvslvslv", + "title": "ComfyUI Smart Helper Nodes", + "reference": "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes", + "files": [ + "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes" + ], + "install_type": "git-clone", + "description": "NODES: Smart HunyuanVideo Lora Select, Smart HunyuanVideo Lora StackSmart Format String, Smart Format String (10 params)" + }, + { + "author": "Tr1dae", + "title": "ComfyUI-Dequality", + "reference": "https://github.com/Tr1dae/ComfyUI-Dequality", + "files": [ + "https://github.com/Tr1dae/ComfyUI-Dequality" + ], + "install_type": "git-clone", + "description": "Simple addition to add noise to an image. Found on reddit" + }, + { + "author": "greengerong", + "title": "Janus-Pro ComfyUI Plugin", + "reference": "https://github.com/greengerong/ComfyUI-JanusPro-PL", + "files": [ + "https://github.com/greengerong/ComfyUI-JanusPro-PL" + ], + "install_type": "git-clone", + "description": "This plugin integrates the Janus-Pro multi-modal model into ComfyUI, enabling advanced image understanding and text-to-image generation capabilities. It supports both image analysis and creative image generation workflows." + }, + { + "author": "raindrop313", + "title": "ComfyUI_SD3_Flowedit", + "reference": "https://github.com/raindrop313/ComfyUI_SD3_Flowedit", + "files": [ + "https://github.com/raindrop313/ComfyUI_SD3_Flowedit" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes that support SD3/SD3.5 in FlowEdit" + }, + { + "author": "satche", + "title": "Prompt Factory", + "reference": "https://github.com/satche/comfyui-prompt-factory", + "files": [ + "https://github.com/satche/comfyui-prompt-factory" + ], + "install_type": "git-clone", + "description": "A modular system that adds randomness to prompt generation" + }, + { + "author": "hdfhssg", + "title": "ComfyUI_pxtool", + "reference": "https://github.com/hdfhssg/ComfyUI_pxtool", + "files": [ + "https://github.com/hdfhssg/ComfyUI_pxtool" + ], + "install_type": "git-clone", + "description": "This is a custom plugin node for ComfyUI that modifies and extends some features from existing projects. The main implementations include:\n* Reproducing some features of the [a/Stable-Diffusion-Webui-Civitai-Helper](https://github.com/zixaphir/Stable-Diffusion-Webui-Civitai-Helper) project within ComfyUI\n* Implementing a feature to randomly generate related prompt words by referencing the [a/noob-wiki dataset](https://huggingface.co/datasets/Laxhar/noob-wiki/tree/main)" + }, + { + "author": "martin-rizzo", + "title": "ComfyUI-TinyBreaker", + "reference": "https://github.com/martin-rizzo/ComfyUI-TinyBreaker", + "files": [ + "https://github.com/martin-rizzo/ComfyUI-TinyBreaker" + ], + "install_type": "git-clone", + "description": "ComfyUI-TinyBreaker is a collection of custom nodes specifically designed to generate images using the TinyBreaker model. It's actively developed with ongoing improvements. Although still in progress, these nodes are functional and allow you to explore the potential of the model." + }, + { + "author": "Arkanun", + "title": "ReadCSV_ComfyUI", + "reference": "https://github.com/Arkanun/ReadCSV_ComfyUI", + "files": [ + "https://github.com/Arkanun/ReadCSV_ComfyUI" + ], + "install_type": "git-clone", + "description": "NODES: ReadCSVRowNode" + }, + { + "author": "gorillaframeai", + "title": "GF_translate", + "reference": "https://github.com/gorillaframeai/GF_translate", + "files": [ + "https://github.com/gorillaframeai/GF_translate" + ], + "install_type": "git-clone", + "description": "These custom nodes for ComfyUI provide advanced text translation capabilities using Google Translate. They are designed for seamless integration into the ComfyUI environment, offering users powerful tools for text and JSON file translation tasks." + }, + { + "author": "DragonDiffusionbyBoyo", + "title": "Boyonodes", + "reference": "https://github.com/DragonDiffusionbyBoyo/Boyonodes", + "files": [ + "https://github.com/DragonDiffusionbyBoyo/Boyonodes" + ], + "install_type": "git-clone", + "description": "The Vae node is a sneaky little node perfect for deployment in Schools or work environments where you do not want the kiddywinkles creating NSFW content. Just rename the node to VAE decode and it looks like a normal node but hidden inside is an NSFW detector. Once hidden in the workflow there are no settings to undo the NSFW detection so cannot be worked around unless you remove the node. The node looks innocent once renamed so is virtually undetectable. I have placed an example workflow for you to see how to connect it. Simple stuff really, but once connected just rename." + }, + { + "author": "StarAsh042", + "title": "ComfyUI_RollingArtist", + "reference": "https://github.com/StarAsh042/ComfyUI_RollingArtist", + "files": [ + "https://github.com/StarAsh042/ComfyUI_RollingArtist" + ], + "install_type": "git-clone", + "description": "RollingArtist is a ComfyUI node designed to generate artist prompt texts with random weights, suitable for text-to-image generation models. The node reads an artist list from a CSV file and generates combined prompts based on the parameters." + }, + { + "author": "magekinnarus", + "title": "ComfyUI-V-Prediction-Node", + "reference": "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node", + "files": [ + "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node" + ], + "install_type": "git-clone", + "description": "Node to set v-prediction sampling when using SDXL and other models that may not have the necessary metadata to identify it as a v-prediction model. This node is useful for quantized models since they lack the necessary metadata." + }, + { + "author": "CC-SUN6", + "title": "ccsun_node", + "reference": "https://github.com/CC-SUN6/ccsun_node", + "files": [ + "https://github.com/CC-SUN6/ccsun_node" + ], + "install_type": "git-clone", + "description": "About the comfyui image selector, image adjustment (panning, rotation, zoom), adjust image size to be a multiple of 8" + }, + { + "author": "DiaoDaiaChan", + "title": "Comfyui SDAPI Request / NovelAI", + "id": "diaodaiachan", + "reference": "https://github.com/DiaoDaiaChan/ComfyUI_API_Request", + "files": [ + "https://github.com/DiaoDaiaChan/ComfyUI_API_Request" + ], + "install_type": "git-clone", + "description": "A Novel AI / SD-WebUI request node, support nai3/nai4, use NovelAI model in Your Comfyui." + }, + { + "author": "dorpxam", + "title": "ComfyUI-LTXVideoLoRA", + "reference": "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA", + "files": [ + "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA" + ], + "install_type": "git-clone", + "description": "A set of custom nodes enabling LoRA support for LTX Video" + }, + { + "author": "asdrabael", + "title": "Hunyuan-Multi-Lora-Loader", + "id": "Hunyuan Multi-Lora Loader", + "reference": "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader", + "files": [ + "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader" + ], + "install_type": "git-clone", + "description": "ComfyUI Node for loading multiple Lora's [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)" + }, + { + "author": "lingha", + "title": "comfyui_kj", + "id": "comfyui_kj", + "reference": "https://github.com/lingha0h/comfyui_kj", + "files": [ + "https://github.com/lingha0h/comfyui_kj" + ], + "install_type": "git-clone", + "description": "comfyui_kj, A tool that can package workflows into projects and publish them to a WeChat Mini Program named Kaji, allowing charges to be collected from users." + }, + { + "author": "vahlok-alunmid", + "title": "ComfyUI-ExtendIPAdapterClipVision", + "reference": "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision", + "files": [ + "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision" + ], + "install_type": "git-clone", + "description": "This extension provides two nodes to use with my experimental [a/ip-adapter finetune](https://civitai.com/models/1233692?modelVersionId=1390253) for NoobAI-XL style transfer. [a/Here](https://github.com/vahlok-alunmid/reForge-preprocessor_bigG_448) is the counterpart extension for Reforge WebUI." + }, + { + "author": "guerreiro", + "title": "Comfyg Switch", + "reference": "https://github.com/guerreiro/comfyg-switch", + "files": [ + "https://github.com/guerreiro/comfyg-switch" + ], + "install_type": "git-clone", + "description": "Comfyg Switch is a custom node that dynamically selects model configuration parameters based on the chosen checkpoint. It reads model-specific settings from a JSON file (model_configs.json)." + }, + { + "author": "yanhuifair", + "title": "comfyui-janus", + "reference": "https://github.com/yanhuifair/comfyui-janus", + "files": [ + "https://github.com/yanhuifair/comfyui-janus" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for Janus" + }, + + + + + + + + + + + + + + @@ -20572,6 +21229,17 @@ "install_type": "copy", "description": "NODES: OverrideLoadedDiffusionDevice.\nI happen to have two graphics cards, and I want to load models into another graphics card in Comfyui, so I designed this small node." }, + { + "author": "Kayarte", + "title": "GeoNodes", + "reference": "https://github.com/Kayarte/GeoNodes", + "files": [ + "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py" + ], + "install_type": "copy", + "description": "GIS Processing Nodes for ComfyUI" + }, + { diff --git a/extension-node-map.json b/extension-node-map.json index e6e39c13..7a2120d5 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -404,46 +404,51 @@ ], "https://github.com/807502278/ComfyUI-WJNodes": [ [ - "AdvCrop", "ApplyEasyOCR_batch", - "BiRefNet2_tensort", - "BilateralFilter", - "ColorSegmentation", - "ColorSegmentation_v2", - "ComfyUIPath", - "CoordsSelectMask", + "Bilateral_Filter", + "ColorData_HSV_Capture", + "Color_Data_Break", + "Color_check_Name", + "ComfyUI_Path_Out", "ImageChannelBus", - "InvertChannelAdv", - "LoadColorConfig", - "LoadImageAdv", - "LoadImageFromPath", - "MaskAndMaskMath", - "MaskDetection", - "MaskLineMapping", - "MaskSelectMask", + "Load_Image_Adv", + "Load_Image_From_Path", + "Mask_Detection", "MergeImageList", - "PathAppend", "PrimitiveNode", "RGBABatchToImage", + "Random_Select_Prompt", + "Run_BEN_v2", "Sam2AutoSegmentation_data", - "SaveImageOut", - "SaveImageToPath", + "Save_Image_Out", + "Save_Image_To_Path", "SegmDetectorCombined_batch", - "SelectBatch_v2", - "SelectImagesBatch", - "SplitPath", + "Select_Batch_v2", + "Select_Images_Batch", + "Split_Path", + "Str_Append", "ToImageListData", - "VideoFade", + "Video_Fade", "Video_OverlappingSeparation_test", "WAS_Mask_Fill_Region_batch", + "adv_crop", "any_data", "array_count", "bbox_restore_mask", + "color_segmentation", + "color_segmentation_v2", + "coords_select_mask", "get_TypeName", "get_image_data", - "load_BiRefNet2_General", + "invert_channel_adv", + "load_BEN_model", + "load_ColorName_config", "load_EasyOCR_model", + "load_color_config", "load_model_value", + "mask_and_mask_math", + "mask_line_mapping", + "mask_select_mask", "sort_images_batch" ], { @@ -482,6 +487,24 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/852wa/ComfyUI-AAP": [ + [ + "AdvancedAlphaProcessor" + ], + { + "title_aux": "ComfyUI-AdvancedAlphaProcessor" + } + ], + "https://github.com/852wa/ComfyUI-ColorshiftColor": [ + [ + "ColorshiftColor", + "CsCFill", + "CsCPaletteEditor" + ], + { + "title_aux": "ComfyUI-ColorshiftColor" + } + ], "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": [ [ "AutoColorGimp" @@ -1287,7 +1310,8 @@ "Seed-Nodes: ImageTo3D", "Seed-Nodes: LoadImage", "Seed-Nodes: LoadMultipleImages", - "Seed-Nodes: SLICPixelator" + "Seed-Nodes: SLICPixelator", + "Seed-Nodes: SeedSaveAudio" ], { "title_aux": "ComfyUI-Seed-Nodes" @@ -1353,29 +1377,6 @@ "title_aux": "seamless-clone-comfyui" } ], - "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": [ - [ - "ArgosTranslateCLIPTextEncodeNode", - "ArgosTranslateTextNode", - "ChatGLM4InstructMediaNode", - "ChatGLM4InstructNode", - "ChatGLM4TranslateCLIPTextEncodeNode", - "ChatGLM4TranslateTextNode", - "ColorsCorrectNode", - "DeepTranslatorCLIPTextEncodeNode", - "DeepTranslatorTextNode", - "GoogleTranslateCLIPTextEncodeNode", - "GoogleTranslateTextNode", - "HexToHueNode", - "IDENode", - "PainterNode", - "PoseNode", - "PreviewTextNode" - ], - { - "title_aux": "AlekPet/ComfyUI_Custom_Nodes_AlekPet" - } - ], "https://github.com/Alvaroeai/ComfyUI-Text2Json": [ [ "TextToJson" @@ -1410,6 +1411,18 @@ "title_aux": "Jovi_GLSL" } ], + "https://github.com/Amorano/Jovi_MIDI": [ + [ + "MIDI FILTER (JOV_MIDI)", + "MIDI FILTER EZ (JOV_MIDI)", + "MIDI LOADER (JOV_MIDI)", + "MIDI MESSAGE (JOV_MIDI)", + "MIDI READER (JOV_MIDI)" + ], + { + "title_aux": "Jovi_MIDI" + } + ], "https://github.com/Amorano/Jovi_Measure": [ [ "BLUR EFFECT (JOV_MEASURE)", @@ -1594,6 +1607,14 @@ "title_aux": "ComfyUI-Ardenius" } ], + "https://github.com/Arkanun/ReadCSV_ComfyUI": [ + [ + "ReadCSVRowNode" + ], + { + "title_aux": "ReadCSV_ComfyUI" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -1887,6 +1908,7 @@ "ComfyDeployOutputImage", "ComfyDeployWebscoketImageInput", "ComfyDeployWebscoketImageOutput", + "ComfyUIDeployExternalAudio", "ComfyUIDeployExternalBoolean", "ComfyUIDeployExternalCheckpoint", "ComfyUIDeployExternalFaceModel", @@ -2147,7 +2169,11 @@ "BriaEraser", "BriaGenFill", "BriaTailoredGen", + "ImageExpansionNode", "ReimagineNode", + "RemoveForegroundNode", + "ReplaceBgNode", + "RmbgNode", "ShotByImageNode", "ShotByTextNode", "TailoredModelInfoNode", @@ -2177,6 +2203,17 @@ "title_aux": "ComfyUI_API_Manager" } ], + "https://github.com/CC-SUN6/ccsun_node": [ + [ + "Image Editing", + "Single Image", + "resize to 8", + "several images" + ], + { + "title_aux": "ccsun_node" + } + ], "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": [ [ "CropByMask", @@ -2188,6 +2225,16 @@ "title_aux": "ComfyUI-InpaintEasy" } ], + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": [ + [ + "JanusImageGeneration", + "JanusImageUnderstanding", + "JanusModelLoader" + ], + { + "title_aux": "ComfyUI-Janus-Pro" + } + ], "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": [ [ "MiniCPM3_4B", @@ -2207,7 +2254,8 @@ "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": [ [ "Load MiniCPM Model", - "MiniCPM Image Chat" + "MiniCPM Image Chat", + "MiniCPMImageAnalyzer" ], { "title_aux": "ComfyUI-MiniCPM-o" @@ -2347,7 +2395,9 @@ "ClownsharKSamplerAutomation", "ClownsharKSamplerAutomation_Beta", "ClownsharKSamplerGuide", + "ClownsharKSamplerGuide_Beta", "ClownsharKSamplerGuides", + "ClownsharKSamplerGuides_Beta", "ClownsharKSamplerOptions", "ClownsharKSamplerOptions_SDE_Noise", "ClownsharkSamplerOptions_FrameWeights", @@ -2393,6 +2443,7 @@ "Legacy_ClownsharKSampler", "Legacy_ClownsharKSamplerGuides", "Legacy_SharkSampler", + "MaskToggle", "ModelSamplingAdvanced", "ModelSamplingAdvancedResolution", "ModelTimestepPatcher", @@ -2499,6 +2550,31 @@ "title_aux": "JH Misc. Nodes" } ], + "https://github.com/Conor-Collins/coco_tools": [ + [ + "CocoImageLoader", + "JSONNode", + "JSONReaderNode", + "JSONValueFinderNode", + "LoadEXRNode", + "NoiseNode", + "RandomIntNode", + "RegexFindNode", + "SaverNode", + "WalkFolderNode", + "ZDepthNode", + "coco_loader", + "frequency_combine", + "frequency_separation", + "load_exr", + "saver", + "split_threebands", + "znormalize" + ], + { + "title_aux": "ComfyUI-CoCoTools" + } + ], "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": [ [ "DebugToFile", @@ -2520,6 +2596,7 @@ "PrimereFastSeed", "PrimereHypernetwork", "PrimereImageSegments", + "PrimereImgToPrompt", "PrimereKSampler", "PrimereLLMEnhancer", "PrimereLORA", @@ -2644,17 +2721,19 @@ ], "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": [ [ - "Control Pipe (DJ Nodes)", - "Global Seed (DJ Nodes)", - "KSampler Settings (DJ Nodes)", - "Model Unloader (DJ Nodes)", - "Prompt Box (DJ Nodes)", - "SDXL All-In-One (DJ Nodes)", - "SDXL Control Module (DJ Nodes)", - "SDXL Preprocess (DJ Nodes)", - "Style Injector (DJ Nodes)", - "Style Selector (DJ Nodes)", - "Wildcard Processor (DJ Nodes)" + "Control Pipe (Focus Nodes)", + "FOCUS Upscale (Focus Nodes)", + "Global Seed Controller (Focus Nodes)", + "KSampler Settings (Focus Nodes)", + "Model Unloader (Focus Nodes)", + "Prompt Box (Focus Nodes)", + "SDXL All-In-One (Focus Nodes)", + "SDXL Control Module (Focus Nodes)", + "SDXL Preprocess (Focus Nodes)", + "Style Injector (Focus Nodes)", + "Style Selector (Focus Nodes)", + "Text Display (Focus Nodes)", + "Wildcard Processor (Focus Nodes)" ], { "title_aux": "Comfyui FOCUS nodes" @@ -2757,11 +2836,17 @@ ], "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": [ [ - "DP 10 String Switch", + "DP 10 Images Switch Or Batch", + "DP 10 String Switch Or Connect", "DP 2 String Switch", + "DP 3 Images Switch Or Batch", + "DP 3 String Switch Or Connect", "DP 5 Find And Replace", - "DP 5 String Switch", + "DP 5 Images Switch Or Batch", + "DP 5 String Switch Or Connect", + "DP Add Background To Png", "DP Add Weight To String Sdxl", + "DP Advanced Sampler", "DP Advanced Weight String Sdxl", "DP Animation Calculator 10 Inputs", "DP Animation Calculator 5 Inputs", @@ -2771,8 +2856,7 @@ "DP Broken Token", "DP Clean Prompt", "DP Clean Prompt Travel", - "DP Combo Controller", - "DP Condition Mixer", + "DP Condition Switch", "DP ControlNet Apply Advanced", "DP Crazy Prompt Mixer", "DP Create Json File", @@ -2781,9 +2865,13 @@ "DP Draggable Floats 1", "DP Draggable Floats 2", "DP Draggable Floats 3", + "DP Draggable Int 1step", + "DP Draggable Int 4step", + "DP Draggable Int 8step", "DP Fast Slow Motion", "DP Five Lora", "DP Five Lora Random", + "DP Float Stepper", "DP Image And String Pairs Switch", "DP Image Color Analyzer", "DP Image Color Analyzer Small", @@ -2794,12 +2882,7 @@ "DP Image Empty Latent Switch SDXL", "DP Image Slide Show", "DP Image Strip", - "DP Image Switch 10", - "DP Image Switch 3", - "DP Image Switch 5", - "DP Int 0-1000", - "DP Int 0-1000 4 Step", - "DP Int 0-1000 8 Step", + "DP Latent Split", "DP Line Cycler", "DP Load Checkpoint With Info", "DP Load Controlnet Model With Name", @@ -2809,17 +2892,15 @@ "DP Load Image Minimal", "DP Load UNET With Info", "DP Logo Animator", - "DP Logo Animator Advanced", "DP Lora Random Strength Controller", "DP Lora Strength Controller", - "DP Lora Strength Stepper", "DP Mask Settings", "DP Prompt Inverter", - "DP Prompt Manager", "DP Prompt Manager Small", "DP Prompt Mode Controller", "DP Prompt Styler", "DP Prompt Token Compressor", + "DP Prompt Travel Prompt", "DP Random Character", "DP Random Crazy Prompt Generator", "DP Random Logo Style Generator", @@ -2829,13 +2910,11 @@ "DP Random Psychedelic Punk Generator", "DP Random Superhero Prompt Generator", "DP Random Vehicle Generator", - "DP Sampler", + "DP Sampler With Info", "DP Save Preview Image", "DP Set New Model Folder Link", "DP String Text", - "DP String Text With Weight", - "DP String With Switch", - "DP Strings Connector", + "DP String Text With Sdxl Weight", "DP Strip Edge Masks", "DP Switch Controller", "DP Text Preview", @@ -2846,15 +2925,26 @@ "DP Video Looper", "DP Video Transition", "DP_Crazy_Prompt_Mixer", - "DP_Logo_Animator_Advanced", - "DP_Lora_Strength_Stepper", - "DP_Prompt_Inverter", - "DP_Strings_Connector" + "DP_Float_Stepper", + "DP_Prompt_Inverter" ], { "title_aux": "ComfyUI-Desert-Pixel-Nodes" } ], + "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": [ + [ + "Character_Prompt_Select", + "NovelAI_Request", + "NovelAI_Request_Payload", + "SDWebUI_Request", + "SDWebUI_Request_Payload", + "SDWebUI_Request_PayloadExtend" + ], + { + "title_aux": "Comfyui SDAPI Request / NovelAI" + } + ], "https://github.com/Dobidop/ComfyStereo": [ [ "LazyStereo", @@ -2931,6 +3021,7 @@ ], "https://github.com/DraconicDragon/ComfyUI-Venice-API": [ [ + "CharCountTextBox", "FluxPro11_TOGETHER", "FluxPro_TOGETHER", "GenerateImage_VENICE", @@ -2942,6 +3033,17 @@ "title_aux": "ComfyUI-Venice-API" } ], + "https://github.com/DragonDiffusionbyBoyo/Boyonodes": [ + [ + "BoyoLoadImageList", + "BoyoSaver", + "BoyoVAEDecode", + "Boyolatent" + ], + { + "title_aux": "Boyonodes" + } + ], "https://github.com/Eagle-CN/ComfyUI-Addoor": [ [ "AD_AnyFileList", @@ -3166,6 +3268,14 @@ "title_aux": "ComfyUI-AutomaticCFG" } ], + "https://github.com/Extraltodeus/DistanceSampler": [ + [ + "SamplerDistance" + ], + { + "title_aux": "DistanceSampler" + } + ], "https://github.com/Extraltodeus/LoadLoraWithTags": [ [ "LoraLoaderTagsQuery" @@ -3174,6 +3284,15 @@ "title_aux": "LoadLoraWithTags" } ], + "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": [ + [ + "Negative cross attention", + "Negative cross attention concatenate" + ], + { + "title_aux": "Negative-attention-for-ComfyUI-" + } + ], "https://github.com/Extraltodeus/Skimmed_CFG": [ [ "Skimmed CFG", @@ -3185,7 +3304,7 @@ "Skimmed CFG - replace" ], { - "title_aux": "DistanceSampler" + "title_aux": "Skimmed_CFG" } ], "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [ @@ -3791,6 +3910,19 @@ "title_aux": "ComfyUI-SD3-Powerlab" } ], + "https://github.com/GHOSTLXH/ComfyUI-Counternodes": [ + [ + "AlternatingOutput", + "AlternatingOutputB", + "ImageCounter", + "IntervalCounter", + "IntervalCounterB", + "LoadPromptFromTXT" + ], + { + "title_aux": "ComfyUI-Counternodes" + } + ], "https://github.com/GMapeSplat/ComfyUI_ezXY": [ [ "ConcatenateString", @@ -4021,7 +4153,9 @@ ], "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": [ [ + "RH_BatchImages", "RH_ExecuteNode", + "RH_ExtractImage", "RH_ImageUploaderNode", "RH_NodeInfoListNode", "RH_SettingsNode", @@ -4631,6 +4765,9 @@ ], "https://github.com/JTriggerFish/ComfyLatentTools": [ [ + "DownsampledAttentionGuidance", + "DownsampledLatentGuidance", + "GenericAttentionGuidance", "LatentNormalizedLanczosResize" ], { @@ -4807,6 +4944,7 @@ "CombineVideos", "ImAppendFreeChatAction", "ImAppendImageActionNode", + "ImAppendNodeHub", "ImAppendQuickbackNode", "ImAppendQuickbackVideoNode", "ImAppendVideoNode", @@ -4816,6 +4954,7 @@ "ImNodeTitleOverride", "ImSetActionKeywordMapping", "MergeNode", + "MuteNode", "NewNode", "Node2String", "OllamaChat", @@ -4828,6 +4967,7 @@ "TurnOnOffNodeOnEnter", "batchNodes", "grepNodeByText", + "imageList", "mergeEntityAndPointer", "redirectToNode" ], @@ -4840,7 +4980,7 @@ "SoxMixNode" ], { - "title_aux": null + "title_aux": "ComfyUI-SoX-Mixdown" } ], "https://github.com/Jonseed/ComfyUI-Detail-Daemon": [ @@ -4933,6 +5073,7 @@ [ "Simple Extract Lora From Text", "Simple Image Saver (as Forge)", + "Simple Load Image With Metadata", "Simple Load Line From Text File", "Simple Lora Loader" ], @@ -4960,6 +5101,14 @@ "title_aux": "AudioDriven-Latent-Space-Tools-for-ComfyUI" } ], + "https://github.com/Kayarte/GeoNodes/raw/refs/heads/main/GISDetectionNode.py": [ + [ + "GISDetectionNode" + ], + { + "title_aux": "GeoNodes" + } + ], "https://github.com/Kesin11/ComfyUI-list-filter": [ [ "list_filter_FilterImageListByIndexList", @@ -5102,6 +5251,7 @@ "ADE_AdjustWeightIndivAttnAdd", "ADE_AdjustWeightIndivAttnMult", "ADE_AdjustWeightIndivMult", + "ADE_AncestralOptions", "ADE_AnimateDiffCombine", "ADE_AnimateDiffKeyframe", "ADE_AnimateDiffLoRALoader", @@ -5439,45 +5589,115 @@ ], "https://github.com/LevelPixel/ComfyUI-LevelPixel": [ [ + "Autotagger [LP]", "Autotagger|LP", "BoolToInt|LP", "BoolToString|LP", + "CLIP Text Encode Translate [LP]", "CLIPTextEncodeTranslate|LP", + "Convert Bool To Int [LP]", + "Convert Bool To String [LP]", + "Convert Float To Int [LP]", + "Convert Float To String [LP]", + "Convert Int To Bool [LP]", + "Convert Int To Float [LP]", + "Convert Int To String [LP]", + "Convert String To Bool [LP]", + "Convert String To Combo [LP]", + "Convert String To Float [LP]", + "Convert String To Int [LP]", + "Convert String To Number [LP]", + "Delay [LP]", + "Delay|LP", + "Fast Checker Pattern [LP]", "FastCheckerPattern|LP", + "File Counter [LP]", "FileCounter|LP", + "Find Value From File [LP]", + "FindValueFromFile|LP", "FloatToInt|LP", "FloatToString|LP", + "Hard Model Unloader [LP]", "HardModelUnloader|LP", "HundredthsSimpleFloatSlider|LP", + "Image Loader From Path [LP]", + "Image Overlay [LP]", + "Image Remove Background [LP]", "ImageLoaderFromPath|LP", "ImageOverlay|LP", "ImageRemoveBackground|LP", "IntToBool|LP", "IntToFloat|LP", "IntToString|LP", + "Keep Only English Tags [LP]", + "Keep Only English Words [LP]", + "KeepOnlyEnglishTags|LP", + "KeepOnlyEnglishWords|LP", + "LLM Advanced [LP]", + "LLM Loader [LP]", + "LLM Sampler [LP]", "LLMAdvanced|LP", "LLMLoader|LP", "LLMSampler|LP", + "LLava Advanced [LP]", + "LLava Clip Loader [LP]", + "LLava Loader [LP]", + "LLava Sampler Advanced [LP]", + "LLava Sampler Simple [LP]", + "LLava Simple [LP]", "LLavaAdvanced|LP", "LLavaClipLoader|LP", "LLavaLoader|LP", "LLavaSamplerAdvanced|LP", "LLavaSamplerSimple|LP", "LLavaSimple|LP", + "Load Image [LP]", + "Load LoRA Tag [LP]", "LoadImage|LP", "LoraTagLoader|LP", + "Model Unloader [LP]", "ModelUnloader|LP", + "Override CLIP Device [LP]", + "Override VAE Device [LP]", + "OverrideCLIPDevice|LP", + "OverrideVAEDevice|LP", + "Preview Image Bridge [LP]", "PreviewImageForConditions|LP", + "Remove Banned Tags From Tags [LP]", + "Remove Banned Tags From Text [LP]", + "Remove Duplicate Tags [LP]", + "RemoveBannedTagsFromTags|LP", + "RemoveBannedTagsFromText|LP", + "RemoveDuplicateTags|LP", + "Resorting Tags [LP]", + "ResortingTags|LP", + "Show Text Bridge [LP]", + "Show Text [LP]", "ShowTextBridge|LP", "ShowText|LP", + "Simple Float Slider - Hundredths Step [LP]", + "Simple Float Slider - Tenths Step [LP]", + "Simple Float Slider [LP]", "SimpleFloatSlider|LP", + "Soft Model Unloader [LP]", "SoftModelUnloader|LP", + "Split Compound Text [LP]", + "SplitCompoundText|LP", + "String [LP]", "StringToBool|LP", "StringToCombo|LP", "StringToFloat|LP", "StringToInt|LP", "StringToNumber|LP", "String|LP", + "Tag Category Filter [LP]", + "Tag Category Keeper [LP]", + "Tag Category Remover [LP]", + "Tag Category [LP]", + "Tag Merger [LP]", + "Tag Remover [LP]", + "Tag Replace [LP]", + "Tag Switcher [LP]", "TagCategoryFilter|LP", "TagCategoryKeeper|LP", "TagCategoryRemover|LP", @@ -5487,7 +5707,12 @@ "TagReplace|LP", "TagSwitcher|LP", "TenthsSimpleFloatSlider|LP", + "Text Choice Parser [LP]", + "Text To List [LP]", + "Text Translate [LP]", + "Text [LP]", "TextChoiceParser|LP", + "TextToList|LP", "TextTranslate|LP", "Text|LP" ], @@ -5747,6 +5972,7 @@ ], "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ [ + "LoraTagLoader", "StringCleaning", "TiktokenTokenizer", "\u26d4 Generate Negative Prompt", @@ -5754,6 +5980,7 @@ "\u2728\ud83d\udcac Groq LLM API", "\u2728\ud83d\udcdd Groq ALM API - Transcribe", "\u2728\ud83d\udcf7 Groq VLM API", + "\ud83c\udff7\ufe0f LoRA Loader Prompt Tags", "\ud83d\udcbe Save Text File With Path", "\ud83d\udcc1 Get File Path", "\ud83d\udd20 Tiktoken Tokenizer Info", @@ -5894,6 +6121,16 @@ "title_aux": "Mosaica" } ], + "https://github.com/Mattabyte/ComfyUI-SecureApiCall": [ + [ + "SaveVideoFilesS3", + "SecureAPI-SecureAPI", + "SecureAPI-SecureAPI-AWS" + ], + { + "title_aux": "ComfyUI Secure API Call" + } + ], "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": [ [ "GetModelStep", @@ -6197,11 +6434,22 @@ "title_aux": "ComfyUI-TextOverlay" } ], + "https://github.com/MushroomFleet/DJZ-KokoroTTS": [ + [ + "KokoroTTS_v1", + "KokoroTTS_v2", + "KokoroTTS_v3" + ], + { + "title_aux": "KokoroTTS Node" + } + ], "https://github.com/MushroomFleet/DJZ-Nodes": [ [ "AnamorphicEffect", "AspectSize", "AspectSizeV2", + "BatchAlphaComposite", "BatchOffset", "BatchRangeInsert", "BatchRangeSwap", @@ -6218,6 +6466,8 @@ "DJZDatamosh", "DJZDatamoshV2", "DatasetWordcloud", + "DeadPixelEffect", + "DepthBasedPixelization", "DinskyPlus", "DinskyPlusV2", "DjzDatabendingV1", @@ -6235,6 +6485,7 @@ "FractalGenerator", "FractalGeneratorV2", "FractalGeneratorV3", + "GSL_Filter_V1", "HalationBloom", "ImageInterleavedUpscaler", "ImageInterleavedUpscalerV2", @@ -6265,11 +6516,13 @@ "RetroVideoText", "ScreensaverGenerator", "ScreensaverGeneratorV2", + "ScreensaverGeneratorV3", "SequentialNumberGenerator", "StringChaos", "StringWeights", "Technicolor3Strip_v1", "Technicolor3Strip_v2", + "ThinkSeeker", "ThreeToneStyler", "TrianglesPlus", "TrianglesPlusV2", @@ -6290,6 +6543,7 @@ "VideoMazeV1", "VideoMazeV2", "VideoNoiseFactory", + "VideoPyramidV1", "VideoRingPainter", "VideoTemperatureV1", "VideoTimecode", @@ -6324,8 +6578,17 @@ ], "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": [ [ - "SelectLatentSize", - "TextEncode3in1" + "ImageChooser", + "KSamplerWithVAE", + "LmsImageToText", + "LmsTextToText", + "OllamaImageToText", + "OllamaTextToText", + "SelectLatentSize1MP", + "SelectLatentSize2MP", + "TextEncode3in1", + "UpscaleImageBy1_5x", + "UpscaleLatentBy1_5x" ], { "title_aux": "ComfyUi-MzMaXaM" @@ -6679,18 +6942,6 @@ "title_aux": "ComfyUI-N-Nodes" } ], - "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": [ - [ - "Get Booru Tag \ud83d\udcacED" - ], - { - "author": "NyaamZ", - "description": "Get tag from Booru site.", - "nickname": "Get Booru Tag ED", - "title": "Get Booru Tag ExtendeD", - "title_aux": "Get Booru Tag ExtendeD" - } - ], "https://github.com/NyaamZ/efficiency-nodes-ED": [ [ "Context To BasicPipe", @@ -6714,6 +6965,7 @@ "SUPIR Sampler \ud83d\udcacED", "SUPIR model loader \ud83d\udcacED", "Save Image \ud83d\udd14ED", + "Simple Text \ud83d\udcacED", "Ultimate SD Upscale \ud83d\udcacED", "Wildcard Encode \ud83d\udcacED" ], @@ -6913,7 +7165,8 @@ "https://github.com/Positliver/comfyui-zegr": [ [ "ZEGR_ALI_UF", - "ZEGR_LF" + "ZEGR_LF", + "ZEGR_WD" ], { "title_aux": "comfyui-zegr" @@ -6947,6 +7200,31 @@ "title_aux": "ComfyUI-StringsAndThings" } ], + "https://github.com/ProGamerGov/ComfyUI_preview360panorama": [ + [ + "PanoramaViewerNode" + ], + { + "title_aux": "Preview 360 Panorama for ComfyUI" + } + ], + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": [ + [ + "Crop Image with Coords", + "Cubemap to Equirectangular", + "Equirectangular Rotation", + "Equirectangular to Cubemap", + "Equirectangular to Perspective", + "Masked Diff C2E", + "Paste Image with Coords", + "Roll Image Axes", + "Split Cubemap Faces", + "Stack Cubemap Faces" + ], + { + "title_aux": "PyTorch 360\u00b0 Image Conversion Toolkit for ComfyUI" + } + ], "https://github.com/Pseudotools/Pseudocomfy": [ [ "Combiner", @@ -7020,6 +7298,14 @@ "title_aux": "ComfyUI-Rodin" } ], + "https://github.com/ReBeating/ComfyUI-Artist-Selector": [ + [ + "LoadArtistTag" + ], + { + "title_aux": "ComfyUI-Artist-Selector" + } + ], "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": [ [ "AnalyseMetadata", @@ -7212,6 +7498,7 @@ "AspectRatioAdvanced", "DisplayEverything", "ImageComparer", + "LensFlare", "MultiFloat", "MultiTextNode", "SKB_AnySwitch", @@ -7780,6 +8067,14 @@ "title_aux": "ComfyUI Coherent Video Sampler Node" } ], + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": [ + [ + "ComfyUIDeepSeekChat" + ], + { + "title_aux": "ComfyUI DeepSeek_R1 Chat Node" + } + ], "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": [ [ "EmptyHunyuanLatentForImage", @@ -7794,7 +8089,8 @@ "FreeMemoryCLIP", "FreeMemoryImage", "FreeMemoryLatent", - "FreeMemoryModel" + "FreeMemoryModel", + "FreeMemoryString" ], { "title_aux": "ComfyUI-FreeMemory" @@ -7836,6 +8132,23 @@ "title_aux": "ComfyUI-ImageMotionGuider" } ], + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": [ + [ + "UnifiedVisionAnalyzer", + "VisionModelLoader" + ], + { + "title_aux": "ComfyUI Janus Pro Vision" + } + ], + "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": [ + [ + "JoyHallo_wrapper" + ], + { + "title_aux": "ComfyUI-JoyHallo_wrapper" + } + ], "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": [ [ "D_LatentSyncNode", @@ -8217,6 +8530,7 @@ "SDVN Easy IPAdapter weight", "SDVN Exif check", "SDVN Filter List", + "SDVN Google Imagen", "SDVN IC-Light v2", "SDVN Image Adjust", "SDVN Image Film Grain", @@ -8272,6 +8586,14 @@ "title_aux": "SDVN Comfy node" } ], + "https://github.com/StarAsh042/ComfyUI_RollingArtist": [ + [ + "RollingArtist" + ], + { + "title_aux": "ComfyUI_RollingArtist" + } + ], "https://github.com/StarMagicAI/comfyui_tagger": [ [ "DownloadAndLoadFlorence2Lora_jsonL", @@ -8293,9 +8615,13 @@ "SD35StartSettings", "SDXLStartSettings", "SDstarsampler", + "Star Face Loader", + "StarDivisibleDimension", "StarFiveWildcards", "StarImageSwitch", + "StarLatentSwitch", "StarTextFilter", + "StarTextInput", "Starupscale" ], { @@ -8357,32 +8683,6 @@ "title_aux": "Comfyui_CXH_Phi_3.5" } ], - "https://github.com/StartHua/Comfyui_CXH_joy_caption": [ - [ - "CXH_DownloadAndLoadFlorence2Model", - "CXH_Florence2Run", - "CXH_HG_Model_Load", - "CXH_IC_Lora_Florence2Run", - "CXH_IC_lora_reversal", - "CXH_Ic_lora_Joy_batch", - "CXH_Min2_6_classifiy", - "CXH_Min2_6_prompt_Run", - "CXH_MinCP3_4B_Chat", - "CXH_MinCP3_4B_Load", - "CXH_SmolVlm_Load", - "CXH_SmolVlm_Run", - "Joy_caption", - "Joy_caption_alpha_batch", - "Joy_caption_alpha_batch_Dirs", - "Joy_caption_alpha_load", - "Joy_caption_alpha_prompt", - "Joy_caption_alpha_run", - "Joy_caption_load" - ], - { - "title_aux": "Comfyui_CXH_joy_caption" - } - ], "https://github.com/StartHua/Comfyui_Gemini2": [ [ "CXH_Gemini2_TX", @@ -8426,6 +8726,14 @@ "title_aux": "ComfyUI Steudio" } ], + "https://github.com/Style-Mosaic/dino-x-comfyui-node": [ + [ + "DinoxDetector" + ], + { + "title_aux": "ComfyUI DINO-X Detector Node" + } + ], "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [ [ "Deflicker - Experimental (SuperBeasts.AI)", @@ -8670,6 +8978,11 @@ ], "https://github.com/Sxela/ComfyWarp": [ [ + "ApplyMask", + "ApplyMaskConditional", + "ApplyMaskLatent", + "ApplyMaskLatentConditional", + "ExtractFlowAndMixConsistencyMaps", "ExtractOpticalFlow", "FixedQueue", "LoadFrame", @@ -8678,6 +8991,7 @@ "LoadFramePairFromDataset", "LoadFrameSequence", "MakeFrameDataset", + "MakePaths", "MixConsistencyMaps", "OffsetNumber", "RenderVideo", @@ -8692,6 +9006,17 @@ "title_aux": "ComfyWarp" } ], + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": [ + [ + "FaceFitAndRestore", + "FaceWrapper", + "HighPassFilter", + "ImageFeeder" + ], + { + "title_aux": "Face Processor for ComfyUI" + } + ], "https://github.com/TGu-97/ComfyUI-TGu-utils": [ [ "MPNReroute", @@ -8844,6 +9169,7 @@ "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels", "tri3d_H_Stack_Images", + "tri3d_Image_extend", "tri3d_NSFWFilter", "tri3d_SaveImage_absolute", "tri3d_SaveText_absolute", @@ -9113,6 +9439,7 @@ "ttN KSampler_v2", "ttN advPlot combo", "ttN advPlot images", + "ttN advPlot merge", "ttN advPlot range", "ttN advPlot string", "ttN advanced xyPlot", @@ -9171,6 +9498,14 @@ "title_aux": "ComfyUI-OllamaPromptsGeneratorTlant" } ], + "https://github.com/Tr1dae/ComfyUI-Dequality": [ + [ + "Dequality" + ], + { + "title_aux": "ComfyUI-Dequality" + } + ], "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": [ [ "Object Mask" @@ -9336,6 +9671,7 @@ ], "https://github.com/Visionatrix/ComfyUI-Visionatrix": [ [ + "VixCheckboxLogic", "VixDynamicLoraDefinition", "VixUiCheckbox", "VixUiCheckboxLogic", @@ -9357,6 +9693,7 @@ "VrchAudioGenresNode", "VrchAudioRecorderNode", "VrchAudioSaverNode", + "VrchAudioWebViewerNode", "VrchBooleanKeyControlNode", "VrchChannelOSCControlNode", "VrchChannelX4OSCControlNode", @@ -9371,6 +9708,7 @@ "VrchIntKeyControlNode", "VrchIntOSCControlNode", "VrchJsonUrlLoaderNode", + "VrchModelWebViewerNode", "VrchOSCControlSettingsNode", "VrchSwitchOSCControlNode", "VrchTextConcatOSCControlNode", @@ -9862,15 +10200,6 @@ "title_aux": "HandFixer" } ], - "https://github.com/XieChengYuan/comfyui_kj": [ - [ - "cpm_textInput", - "sdCpm" - ], - { - "title_aux": "comfyui_kj" - } - ], "https://github.com/XmYx/deforum-comfy-nodes": [ [ "DeforumAddNoiseNode", @@ -10072,6 +10401,16 @@ "title_aux": "ComfyUI-BRIA_AI-RMBG" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": [ + [ + "Janus_ImageGeneration", + "Janus_ModelLoader", + "Janus_MultimodalUnderstanding" + ], + { + "title_aux": "ComfyUI-DeepSeek-JanusPro" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": [ [ "DepthFM_Literative_Zho", @@ -10483,6 +10822,18 @@ "title_aux": "ComfyUI-styles-all" } ], + "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": [ + [ + "MotorwayFloat", + "MotorwayInt", + "MotorwaySeed", + "MotorwayStr", + "MotorwayStrMulti" + ], + { + "title_aux": "ComfyUI_agilly1989_motorway" + } + ], "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": [ [ "GCPReadImageNode", @@ -10558,8 +10909,21 @@ "title_aux": "Comfy UI FatLabels" } ], + "https://github.com/aiartvn/A2V_Multi_Image_Composite": [ + [ + "A2V_Multi_Image_Composite" + ], + { + "title_aux": "A2V Multi Image Composite" + } + ], "https://github.com/aidec/Comfyui_TextBatch_aidec": [ [ + "ImageFilenameProcessor", + "ImageInfoExtractor", + "ImageQueueProcessor", + "LoadImagesFromDirBatch", + "PathParser", "TextBatch", "TextQueueProcessor", "TextSplitCounter" @@ -10783,11 +11147,16 @@ [ "BRIA_RMBG", "BRIA_RMBG_ModelLoader", + "CLIPSeg", + "ClaudeAPI", + "CombineSegMasks", "ComfyUIStyler", "ConvertRasterToVector", "FLUXResolutions", "GeminiAPI", "OllamaAPI", + "OpenAIAPI", + "QwenAPI", "Save text", "SaveSVG", "TextSplitByDelimiter", @@ -10836,7 +11205,7 @@ "https://github.com/alexcong/ComfyUI_QwenVL": [ [ "Qwen2.5", - "Qwen2VL" + "Qwen2.5VL" ], { "title_aux": "Qwen2-VL wrapper for ComfyUI" @@ -11196,8 +11565,10 @@ ], "https://github.com/asagi4/comfyui-utility-nodes": [ [ + "MUConditioningCutoff", "MUForceCacheClear", "MUJinjaRender", + "MURemoveControlNet", "MUReplaceModelWeights", "MUSimpleWildcard" ], @@ -11205,14 +11576,25 @@ "title_aux": "asagi4/comfyui-utility-nodes" } ], + "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": [ + [ + "HunyuanMultiLoraLoader", + "HunyuanMultiLoraLoaderWrapper" + ], + { + "title_aux": "Hunyuan-Multi-Lora-Loader" + } + ], "https://github.com/asutermo/ComfyUI-Flux-TryOff": [ [ "TryOffFluxFillModelNode", + "TryOffFluxFillPipelineNode", "TryOffModelNode", + "TryOffQuantizerNode", "TryOffRunNode" ], { - "title_aux": "Try Off w/ Flux and CatVTON" + "title_aux": "ComfyUI-Flux-TryOff" } ], "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [ @@ -11412,15 +11794,18 @@ "SP_KoboldCpp_BannedTokens", "SP_KoboldCpp_OverrideCfg", "SP_ListAny", + "SP_ModelLoader", "SP_Pass", "SP_Pipe", "SP_Pipe_ToBasicPipe", "SP_SD3Loader", "SP_SDLoader", + "SP_SetPipeModelType", "SP_Supir", "SP_SupirSampler", "SP_SupirSampler_DPMPP2M", "SP_SupirSampler_EDM", + "SP_SwitchBooleanAny", "SP_UnlistValues", "SP_WebsocketSendImage", "SP_XYGrid", @@ -11526,6 +11911,7 @@ "Range Float", "Range Integer", "Ratio Advanced", + "RemoveTextBetween", "Resize Image for SDXL", "SD3TextConditioningWithOptionsOnePrompt", "SRFloatPromptInput", @@ -11713,18 +12099,22 @@ "SamplerSonarEuler", "SamplerSonarEulerA", "SonarAdvanced1fNoise", + "SonarAdvancedDistroNoise", "SonarAdvancedPowerLawNoise", "SonarAdvancedPyramidNoise", "SonarBlendedNoise", "SonarChannelNoise", "SonarCompositeNoise", "SonarCustomNoise", + "SonarCustomNoiseAdv", "SonarGuidanceConfig", "SonarGuidedNoise", "SonarModulatedNoise", "SonarRandomNoise", "SonarRepeatedNoise", - "SonarScheduledNoise" + "SonarResizedNoise", + "SonarScheduledNoise", + "SonarWaveletFilteredNoise" ], { "title_aux": "ComfyUI-sonar" @@ -12045,8 +12435,13 @@ "Input: Integer (lab)", "Input: Multiline (lab)", "Input: String (lab)", + "List: Checkpoints (lab)", "List: Limit (lab)", + "List: LoRAs (lab)", "List: Merge (lab)", + "List: Random Seeds (lab)", + "List: Samplers (lab)", + "List: Schedulers (lab)", "List: from Elements (lab)", "List: from File (backend) (lab)", "List: from Multiline (lab)", @@ -12068,6 +12463,16 @@ "title_aux": "ComfyLab Pack" } ], + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": [ + [ + "EbuLMStudioLoadModel", + "EbuLMStudioMakeRequest", + "EbuLMStudioUnload" + ], + { + "title_aux": "EBU LMStudio LLM Integration" + } + ], "https://github.com/bvhari/ComfyUI_ImageProcessing": [ [ "BilateralFilter", @@ -12760,6 +13165,7 @@ "chaosaiart_controlnet_weidgth", "chaosaiart_convert", "chaosaiart_convert_Prompt", + "chaosaiart_deepseek_fix", "chaosaiart_forPreview", "chaosaiart_image_loop", "chaosaiart_img2gif", @@ -12783,6 +13189,19 @@ "title_aux": "Chaosaiart-Nodes" } ], + "https://github.com/checkbins/checkbin-comfy": [ + [ + "Checkbin Get Image Bin", + "Checkbin Get String Bin", + "Checkbin Save Image Bin", + "Checkbin Save String Bin", + "Checkbin Start Run", + "Checkbin Submit Bin" + ], + { + "title_aux": "checkbin-comfy" + } + ], "https://github.com/chenbaiyujason/ComfyUI_StepFun": [ [ "CombineStrings", @@ -12832,6 +13251,16 @@ "title_aux": "ComfyUI Face Similarity" } ], + "https://github.com/chflame163/ComfyUI_Janus_Wrapper": [ + [ + "JanusImage2Text", + "JanusTextToImage", + "LoadJanusModel" + ], + { + "title_aux": "ComfyUI_Janus_Wrapper" + } + ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: AutoAdjust", @@ -13661,6 +14090,8 @@ "ModelMergeAdd", "ModelMergeAuraflow", "ModelMergeBlocks", + "ModelMergeCosmos14B", + "ModelMergeCosmos7B", "ModelMergeFlux1", "ModelMergeLTXV", "ModelMergeMochiPreview", @@ -13690,6 +14121,7 @@ "PolyexponentialScheduler", "PorterDuffImageComposite", "Preview3D", + "Preview3DAnimation", "PreviewAudio", "PreviewImage", "RandomNoise", @@ -14894,6 +15326,17 @@ "title_aux": "ComfyUI-Keyframed" } ], + "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": [ + [ + "LTXVCheckpointLoaderLoRA", + "LTXVLoRABlockEdit", + "LTXVLoRALoader", + "LTXVLoRASelector" + ], + { + "title_aux": "ComfyUI-LTXVideoLoRA" + } + ], "https://github.com/drago87/ComfyUI_Dragos_Nodes": [ [ "file_padding", @@ -15232,15 +15675,21 @@ "RecoursePolar", "RecourseStrings", "SelInClip", + "SelInFloat", "SelInGuider", + "SelInInt", "SelInLatent", "SelInModel", "SelInPolar", + "SelInSampler", + "SelInSigmas", "SelInVae", "SelOutCLIP", "SelOutModel", "SelOutPolar", - "Selector" + "Selector", + "Selector Advanced", + "Selector Hub" ], { "author": "\"\u02f6\ud835\udfa2\u292c\u2ad2\u2d56s\u143c\u02f6\"", @@ -15368,6 +15817,14 @@ "title_aux": "FASHN Virtual Try-On" } ], + "https://github.com/fblissjr/ComfyUI-DatasetHelper": [ + [ + "DatasetBatchNode" + ], + { + "title_aux": "ComfyUI Dataset Helper & Batch Node" + } + ], "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": [ [ "EmbeddingAnalyzer", @@ -15488,10 +15945,11 @@ ], "https://github.com/filliptm/ComfyUI_Fill-Nodes": [ [ + "FL_API_Base64_ImageLoader", "FL_API_ImageSaver", + "FL_AnimeLineExtractor", "FL_ApplyMask", "FL_Ascii", - "FL_Base64ImageLoader", "FL_BatchAlign", "FL_BulkPDFLoader", "FL_BulletHellGame", @@ -15506,12 +15964,14 @@ "FL_GPT_Vision", "FL_Glitch", "FL_GoogleDriveDownloader", + "FL_GoogleDriveImageDownloader", "FL_GradGenerator", "FL_HFHubModelUploader", "FL_HF_Character", "FL_HF_UploaderAbsolute", "FL_HalftonePattern", "FL_HexagonalPattern", + "FL_HunyuanDelight", "FL_ImageAdjuster", "FL_ImageBatchToGrid", "FL_ImageBatchToImageList", @@ -16078,6 +16538,7 @@ "Random Image Output", "Random Mixer", "Random Output", + "Remove Text", "SaveText|plush", "Tagger", "Text (Any)", @@ -16123,6 +16584,22 @@ "title_aux": "String Converter" } ], + "https://github.com/gmorks/ComfyUI-Animagine-Prompt": [ + [ + "AnimaginePrompt" + ], + { + "title_aux": "ComfyUI Animagine prompt" + } + ], + "https://github.com/gmorks/ComfyUI-SendToDiscord": [ + [ + "PreviewImageWithDiscord" + ], + { + "title_aux": "ComfyUI-SendToDiscord" + } + ], "https://github.com/goburiin/nsfwrecog-comfyui": [ [ "NSFWDetectorNode" @@ -16272,6 +16749,25 @@ "title_aux": "GFrbmg2" } ], + "https://github.com/gorillaframeai/GF_translate": [ + [ + "GFDeepTranslate", + "GFJsonTranslate" + ], + { + "title_aux": "GF_translate" + } + ], + "https://github.com/greengerong/ComfyUI-JanusPro-PL": [ + [ + "JanusProImageGenerator", + "JanusProImageUnderstanding", + "JanusProModelLoader" + ], + { + "title_aux": "Janus-Pro ComfyUI Plugin" + } + ], "https://github.com/gremlation/ComfyUI-ImageLabel": [ [ "gremlation:ComfyUI-ImageLabel:ImageLabel" @@ -16332,7 +16828,7 @@ "Griptape Audio Transcription Driver: Groq", "Griptape Audio Transcription Driver: OpenAI", "Griptape Code: Run Griptape Cloud Structure", - "Griptape Code: Run Python", + "Griptape Code: Run Python [DEPRECATED]", "Griptape Combine: Merge Inputs", "Griptape Combine: Merge Texts", "Griptape Combine: RAG Module List", @@ -16399,8 +16895,10 @@ "Griptape Replace: Rulesets on Agent", "Griptape Replace: Tools on Agent", "Griptape Rerank Driver: Cohere", + "Griptape Retrieve: Cloud Ruleset", "Griptape Run: Agent", "Griptape Run: Audio Transcription", + "Griptape Run: Cloud Assistant", "Griptape Run: Image Description", "Griptape Run: Parallel Image Description", "Griptape Run: Prompt Task", @@ -16490,6 +16988,14 @@ "title_aux": "ComfyUI-DreamWaltz-G" } ], + "https://github.com/guerreiro/comfyg-switch": [ + [ + "ComfygSwitch" + ], + { + "title_aux": "Comfyg Switch" + } + ], "https://github.com/guill/abracadabra-comfyui": [ [ "AbracadabraNode", @@ -16631,6 +17137,21 @@ "title_aux": "ComfyUI-ToolBox" } ], + "https://github.com/hdfhssg/ComfyUI_pxtool": [ + [ + "CivitaiHelper", + "DanbooruCharacterTag", + "E621CharacterTag", + "NegativeTag", + "QualityTag", + "RandomArtists", + "RandomArtistsAdvanced", + "RandomTag" + ], + { + "title_aux": "ComfyUI_pxtool" + } + ], "https://github.com/heshengtao/comfyui_LLM_party": [ [ "About_us", @@ -16863,6 +17384,18 @@ "title_aux": "comfyui_LLM_schools" } ], + "https://github.com/hgabha/WWAA-CustomNodes": [ + [ + "WWAA-BuildString", + "WWAA-LineCount", + "WWAA_DitherNode", + "WWAA_ImageLoader", + "WWAA_PromptWriter" + ], + { + "title_aux": "WWAA-CustomNodes" + } + ], "https://github.com/hhhzzyang/Comfyui_Lama": [ [ "LamaApply", @@ -17687,6 +18220,7 @@ "Image Remove Alpha JK", "Image Resize Mode JK", "Image Upscale Parameters Extract JK", + "Inject Noise Params JK", "Is Mask Empty JK", "Ksampler Parameters Default JK", "Ksampler Parameters JK", @@ -17719,6 +18253,7 @@ "Reroute String JK", "Reroute Upscale JK", "Reroute Vae JK", + "SD3 Prompts Switch JK", "SDXL Target Res JK", "SDXLPromptStylerAll", "SDXLPromptStylerHorror", @@ -17892,8 +18427,6 @@ ], "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [ [ - "ClickPopup", - "ColorPicker", "PaintingCoder::DynamicImageCombiner", "PaintingCoder::DynamicMaskCombiner", "PaintingCoder::ImageLatentCreator", @@ -17907,13 +18440,13 @@ "PaintingCoder::MaskPreview", "PaintingCoder::MaskSwitch", "PaintingCoder::MultilineTextInput", + "PaintingCoder::OutputToTextConverter", "PaintingCoder::RemoveEmptyLinesAndLeadingSpaces", "PaintingCoder::ShowTextPlus", "PaintingCoder::SimpleTextInput", "PaintingCoder::TextCombiner", "PaintingCoder::TextSwitch", - "PaintingCoder::WebImageLoader", - "RemoveEmptyLinesAndLeadingSpacesAdvance" + "PaintingCoder::WebImageLoader" ], { "title_aux": "Painting Coder Utils" @@ -18029,6 +18562,14 @@ "title_aux": "ResAdapter for ComfyUI" } ], + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": [ + [ + "PromptExpanderNode" + ], + { + "title_aux": "ComfyUI Prompt Expander Node" + } + ], "https://github.com/jitcoder/lora-info": [ [ "ImageFromURL", @@ -18208,7 +18749,8 @@ ], "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": [ [ - "HuggingFace Downloader" + "Hugging Face Download Folder", + "Hugging Face Download Model" ], { "title_aux": "ComfyUI_HuggingFace_Downloader" @@ -18312,6 +18854,7 @@ "Bjornulf_APIGenerateFlux", "Bjornulf_APIGenerateStability", "Bjornulf_AddLineNumbers", + "Bjornulf_AllLoraSelector", "Bjornulf_AnythingToFloat", "Bjornulf_AnythingToInt", "Bjornulf_AnythingToText", @@ -18335,16 +18878,19 @@ "Bjornulf_ConcatVideos", "Bjornulf_ConcatVideosFromList", "Bjornulf_ConvertVideo", + "Bjornulf_DisplayNote", "Bjornulf_EmptyVideoLatentWithSingle", "Bjornulf_FFmpegConfig", "Bjornulf_FreeVRAM", "Bjornulf_GrayscaleTransform", "Bjornulf_GreenScreenToTransparency", "Bjornulf_HiResFix", + "Bjornulf_HuggingFaceDownloader", "Bjornulf_IfElse", "Bjornulf_ImageBlend", "Bjornulf_ImageDetails", "Bjornulf_ImageMaskCutter", + "Bjornulf_ImageNote", "Bjornulf_ImagesListToVideo", "Bjornulf_KokoroTTS", "Bjornulf_LatentResolutionSelector", @@ -18355,6 +18901,7 @@ "Bjornulf_ListLooperOutfitMale", "Bjornulf_ListLooperScene", "Bjornulf_ListLooperStyle", + "Bjornulf_LoadGlobalVariables", "Bjornulf_LoadImageWithTransparency", "Bjornulf_LoadImagesFromSelectedFolder", "Bjornulf_LoadTextFromFolder", @@ -18377,6 +18924,7 @@ "Bjornulf_LoopWriteText", "Bjornulf_MergeImagesHorizontally", "Bjornulf_MergeImagesVertically", + "Bjornulf_ModelClipVaeSelector", "Bjornulf_OllamaConfig", "Bjornulf_OllamaImageVision", "Bjornulf_OllamaSystemJobSelector", @@ -18385,6 +18933,7 @@ "Bjornulf_PassPreviewImage", "Bjornulf_PauseResume", "Bjornulf_PickInput", + "Bjornulf_PreviewFirstImage", "Bjornulf_RandomImage", "Bjornulf_RandomLineFromInput", "Bjornulf_RandomLoraSelector", @@ -18395,6 +18944,7 @@ "Bjornulf_ResizeImage", "Bjornulf_ResizeImagePercentage", "Bjornulf_SaveBjornulfLobeChat", + "Bjornulf_SaveGlobalVariables", "Bjornulf_SaveImagePath", "Bjornulf_SaveImageToFolder", "Bjornulf_SaveText", @@ -18424,6 +18974,7 @@ "Bjornulf_TextToSpeech", "Bjornulf_TextToStringAndSeed", "Bjornulf_VideoDetails", + "Bjornulf_VideoLatentResolutionSelector", "Bjornulf_VideoPingPong", "Bjornulf_VideoPreview", "Bjornulf_VideoToImagesList", @@ -18539,6 +19090,7 @@ "SDT_FasterWhisperTextFromSegments", "SDT_FasterWhisperTranscribe", "SDT_GriffinLim", + "SDT_HighpassBiquad", "SDT_JoinAudio", "SDT_KotobaWhisperListSegments", "SDT_KotobaWhisperLoaderLong", @@ -18549,19 +19101,15 @@ "SDT_LFCC", "SDT_LoadAudio", "SDT_LoadAudios", + "SDT_LowpassBiquad", "SDT_MFCC", "SDT_MakeSilenceAudio", "SDT_MelBandRoformerLoader", "SDT_MelSpectrogram", - "SDT_NemoAsrListSegments", - "SDT_NemoAsrListSubwords", "SDT_NemoAsrLoader", - "SDT_NemoAsrSegmentProperty", - "SDT_NemoAsrSubwordProperty", "SDT_NemoAsrTranscribe", "SDT_NueAsrLoader", "SDT_NueAsrTranscribe", - "SDT_PlayAudio", "SDT_PlotMelFilterBank", "SDT_PlotPitch", "SDT_PlotSpecgram", @@ -18569,7 +19117,6 @@ "SDT_PlotWaveForm", "SDT_ResampleAudio", "SDT_SaveAudio", - "SDT_SaveAudioWithSequentialNumbering", "SDT_SilenceAudio", "SDT_SileroVADApply", "SDT_SileroVADCollectChunks", @@ -19061,6 +19608,7 @@ "GetImageRangeFromBatch", "GetImageSizeAndCount", "GetImagesFromBatchIndexed", + "GetLatentRangeFromBatch", "GetLatentsFromBatchIndexed", "GetMaskSizeAndCount", "GradientToFloat", @@ -19075,15 +19623,18 @@ "ImageConcatFromBatch", "ImageConcatMulti", "ImageCropByMaskAndResize", + "ImageCropByMaskBatch", "ImageGrabPIL", "ImageGridComposite2x2", "ImageGridComposite3x3", "ImageGridtoBatch", + "ImageNoiseAugmentation", "ImageNormalize_Neg1_To_1", "ImagePadForOutpaintMasked", "ImagePadForOutpaintTargetSize", "ImagePass", "ImageResizeKJ", + "ImageTensorList", "ImageTransformByNormalizedAmplitude", "ImageUncropByMask", "ImageUpscaleWithModelBatched", @@ -19094,6 +19645,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", "LoadImagesFromFolderKJ", "LoadResAdapterNormalization", @@ -19122,6 +19674,7 @@ "SaveImageWithAlpha", "ScaleBatchPromptSchedule", "Screencap_mss", + "SeparateMasks", "SetShakkerLabsUnionControlNetType", "ShuffleImageBatch", "SigmasToFloat", @@ -19320,6 +19873,16 @@ "title_aux": "ComfyUI-SUPIR" } ], + "https://github.com/kijai/ComfyUI-StableXWrapper": [ + [ + "DifferenceExtractorNode", + "DownloadAndLoadStableXModel", + "StableXProcessImage" + ], + { + "title_aux": "ComfyUI-StableXWrapper" + } + ], "https://github.com/kijai/ComfyUI-depth-fm": [ [ "Depth_fm" @@ -19427,6 +19990,7 @@ "LoadVideoForExtendingKlinter", "OutpaintPadding", "PrepVideoForExtendKlinter", + "SaveAudioPlus", "SizeSelector", "SpeedRamp", "YellowBus", @@ -19915,6 +20479,14 @@ "title_aux": "ComfyUI-TCD-Sampler" } ], + "https://github.com/lingha0h/comfyui_kj": [ + [ + "cpm_textInput" + ], + { + "title_aux": "comfyui_kj" + } + ], "https://github.com/linshier/comfyui-remote-tools": [ [ "LoadBase64(js)", @@ -20097,6 +20669,18 @@ "title_aux": "ComfyUI AnyNode: Any Node you ask for" } ], + "https://github.com/lldacing/ComfyUI_BEN_ll": [ + [ + "BlurFusionForegroundEstimation", + "GetMaskByBen", + "LoadRembgByBenModel", + "RembgByBen", + "RembgByBenAdvanced" + ], + { + "title_aux": "ComfyUI_BEN_ll" + } + ], "https://github.com/lldacing/ComfyUI_BiRefNet_ll": [ [ "AutoDownloadBiRefNetModel", @@ -20477,6 +21061,7 @@ "Enhanced Random Light Source", "Float Relay", "HLFrequencyDetailRestore", + "Hex to Color", "Image Add Alpha", "Image Frequency Analyzer", "Image Relay", @@ -20619,6 +21204,14 @@ "title_aux": "Comfyui Kolors Utils" } ], + "https://github.com/lrzjason/Comfyui-ThinkRemover": [ + [ + "ThinkRemover" + ], + { + "title_aux": "Comfyui-ThinkRemover" + } + ], "https://github.com/ltdrdata/ComfyUI-Impact-Pack": [ [ "AddMask", @@ -20958,6 +21551,17 @@ "title_aux": "ComfyUI Inspire Pack" } ], + "https://github.com/ltdrdata/comfyui-connection-helper": [ + [], + { + "author": "Dr.Lt.Data", + "description": "Helper", + "nickname": "Connection Helper", + "nodename_pattern": "Inspire$", + "title": "ComfyUI Connection Helper", + "title_aux": "ComfyUI Connection Helper" + } + ], "https://github.com/luandev/ComfyUI-CrewAI": [ [ "DisplayText", @@ -21098,6 +21702,7 @@ "LumaModifyImage", "LumaPreviewVideo", "LumaText2Video", + "Ray2Text2Video", "Reference" ], { @@ -21106,8 +21711,10 @@ ], "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [ [ - "Custom Date Format | sokes \ud83e\uddac", - "Latent Switch x9 | sokes \ud83e\uddac" + "Current Date | sokes \ud83e\uddac", + "Latent Switch x9 | sokes \ud83e\uddac", + "Load Random Image | sokes \ud83e\uddac", + "Replace Text with RegEx | sokes \ud83e\uddac" ], { "title_aux": "ComfyUI Sokes Nodes" @@ -21129,6 +21736,14 @@ "title_aux": "Diffusers-in-ComfyUI" } ], + "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": [ + [ + "AddParam" + ], + { + "title_aux": "ComfyUI-V-Prediction-Node" + } + ], "https://github.com/magic-quill/ComfyUI_MagicQuill": [ [ "MagicQuill" @@ -21434,6 +22049,16 @@ "title_aux": "MTB Nodes" } ], + "https://github.com/melMass/comfy_oiio": [ + [ + "OIIO_ColorspaceConvert", + "OIIO_LoadImage", + "OIIO_SaveImage" + ], + { + "title_aux": "comfy-oiio" + } + ], "https://github.com/mephisto83/petty-paint-comfyui-node": [ [ "ConvertWhiteToAlpha", @@ -21544,7 +22169,6 @@ ], "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": [ [ - "Add zSNR Sigma max", "ConcatSigmas", "CosineScheduler", "GaussianScheduler", @@ -21552,7 +22176,8 @@ "LogNormal Scheduler", "OffsetSigmas", "PerpNegScheduledCFGGuider", - "ScheduledCFGGuider" + "ScheduledCFGGuider", + "SplitSigmasByValue" ], { "title_aux": "ComfyUI-ScheduledGuider-Ext" @@ -22246,6 +22871,7 @@ ], "https://github.com/nilor-corp/nilor-nodes": [ [ + "Nilor Categorize String", "Nilor Count Images In Directory", "Nilor Int To List Of Bools", "Nilor Interpolated Float List", @@ -22303,6 +22929,15 @@ "title_aux": "ComfyUI OpenAI Prompter" } ], + "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": [ + [ + "DanbooruPromptComparison", + "DanbooruPromptQuiz" + ], + { + "title_aux": "ComfyUI-DanbooruPromptQuiz" + } + ], "https://github.com/nkchocoai/ComfyUI-Dart": [ [ "DanbooruTagsTransformerBanTagsFromRegex", @@ -22408,6 +23043,9 @@ ], "https://github.com/nofunstudio/Node_Fun_ComfyUI": [ [ + "DynamicQueueCounter", + "IframeView", + "IndexedStringSelector", "LayeredInfiniteZoom", "Replicate flux 1.1 pro ultra", "ReplicateAPI_flux_1_1_pro_ultra", @@ -22681,6 +23319,15 @@ "title_aux": "ComfyUI-ownimage" } ], + "https://github.com/oxysoft/ComfyUI-gowiththeflow": [ + [ + "KSamplerNoiseless", + "NoiseWarperNode" + ], + { + "title_aux": "ComfyUI-gowiththeflow" + } + ], "https://github.com/oyvindg/ComfyUI-TrollSuite": [ [ "BinaryImageMask", @@ -22725,6 +23372,7 @@ "ConditioningZeroOutCombine", "ConvertTimestepToSigma", "DynSamplerSelect", + "DynamicThresholdingPost", "DynamicThresholdingSimplePost", "EmptyLatentImageAR", "FreeU2PPM", @@ -22732,6 +23380,7 @@ "LatentOperationTonemapLuminance", "LatentToMaskBB", "LatentToWidthHeight", + "MaskCompositePPM", "PPMSamplerSelect", "RescaleCFGPost" ], @@ -22975,7 +23624,8 @@ ], "https://github.com/pollockjj/ComfyUI-MultiGPU": [ [ - "DeviceSelectorMultiGPU" + "DeviceSelectorMultiGPU", + "HunyuanVideoEmbeddingsAdapter" ], { "title_aux": "ComfyUI-MultiGPU" @@ -22984,6 +23634,7 @@ "https://github.com/portu-sim/comfyui_bmab": [ [ "BMAB Alpha Composit", + "BMAB Base64 Image", "BMAB Basic", "BMAB Black And White", "BMAB Blend", @@ -22999,12 +23650,14 @@ "BMAB Detect And Paste", "BMAB Detection Crop", "BMAB Detector", + "BMAB Dummy", "BMAB Edge", "BMAB Extractor", "BMAB Face Detailer", "BMAB Flux ControlNet", "BMAB Flux Integrator", "BMAB Google Gemini Prompt", + "BMAB Image Storage", "BMAB Import Integrator", "BMAB Inpaint", "BMAB Integrator", @@ -23019,6 +23672,7 @@ "BMAB Masks To Images", "BMAB Model To Bind", "BMAB Noise Generator", + "BMAB Normalize Size", "BMAB Openpose Hand Detailer", "BMAB Outpaint By Ratio", "BMAB Person Detailer", @@ -23197,6 +23851,16 @@ "title_aux": "Comfyui-Template-Loader" } ], + "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": [ + [ + "FlowEditCFGGuider", + "FlowEditSampler", + "OutSD3ModelSamplingPred" + ], + { + "title_aux": "ComfyUI_SD3_Flowedit" + } + ], "https://github.com/ramesh-x90/ComfyUI_pyannote": [ [ "Speaker Diarization", @@ -23332,10 +23996,13 @@ "https://github.com/recraft-ai/ComfyUI-RecraftAI": [ [ "RecraftBackgroundRemover", + "RecraftBackgroundReplacer", "RecraftClarityUpscaler", "RecraftClient", "RecraftGenerativeUpscaler", - "RecraftImageGenerator" + "RecraftImageGenerator", + "RecraftImageToImageTransformer", + "RecraftInpainter" ], { "title_aux": "ComfyUI-RecraftAI" @@ -23507,6 +24174,15 @@ "title_aux": "ComfyUI-Similarity-Score" } ], + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": [ + [ + "DisplaceLogo", + "ExtractDisplacementMap" + ], + { + "title_aux": "ComfyUI_DisplacementMapTools" + } + ], "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [ [ "FrequencyCombination", @@ -23757,6 +24433,7 @@ "https://github.com/ryanontheinside/ComfyUI_ProfilerX": [ [ "CATEGORY", + "ExecutionTracker", "FUNCTION", "INPUT_TYPES", "OUTPUT_NODE", @@ -23767,7 +24444,7 @@ "title_aux": "ComfyUI_ProfilerX" } ], - "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": [ + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": [ [ "DTypeConverter", "DeltaControl", @@ -23779,13 +24456,17 @@ "IntSequence", "IntegerMotionController", "IntervalControl", + "LazyCondition", + "LoadImageFromPath_", "MotionController", + "MultilineText", "QuickShapeMask", "ROINode", + "SimilarityFilter", "StringControl", "StringSequence", - "TAESDVaeDecode", - "TAESDVaeEncode" + "TextRenderer", + "YOLOSimilarityCompare" ], { "title_aux": "Nodes for use with real-time applications of ComfyUI" @@ -23984,12 +24665,32 @@ ], "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": [ [ - "FlipStreamLoader", - "FlipStreamOption", - "FlipStreamPrompt", + "FlipStreamBatchPrompt", + "FlipStreamFileSelect_AnimateDiffModel", + "FlipStreamFileSelect_Checkpoints", + "FlipStreamFileSelect_ControlNetModel", + "FlipStreamFileSelect_Input", + "FlipStreamFileSelect_Output", + "FlipStreamFileSelect_TensorRT", + "FlipStreamFileSelect_VAE", + "FlipStreamFilmVfi", + "FlipStreamGetParam", + "FlipStreamImageSize", + "FlipStreamInputBox", + "FlipStreamPreviewBox", + "FlipStreamRembg", + "FlipStreamScreenGrabber", + "FlipStreamSection", + "FlipStreamSegMask", + "FlipStreamSelectBox_Samplers", + "FlipStreamSelectBox_Scheduler", + "FlipStreamSetParam", + "FlipStreamSlider", "FlipStreamSource", - "FlipStreamSwitchVFI", - "FlipStreamUpdate", + "FlipStreamSwitchImage", + "FlipStreamSwitchLatent", + "FlipStreamTextBox", + "FlipStreamTextReplace", "FlipStreamViewer" ], { @@ -24580,6 +25281,17 @@ "title_aux": "ComfyUI-Coziness" } ], + "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": [ + [ + "SmartFormatString", + "SmartFormatString10", + "SmartHVLoraSelect", + "SmartHVLoraStack" + ], + { + "title_aux": "ComfyUI Smart Helper Nodes" + } + ], "https://github.com/slyt/comfyui-ollama-nodes": [ [ "BooleanToString", @@ -24629,6 +25341,15 @@ "title_aux": "ComfyUI_AnyDoor" } ], + "https://github.com/smthemex/ComfyUI_CSD_MT": [ + [ + "CSDMTLoader", + "CSDMTSampler" + ], + { + "title_aux": "ComfyUI_CSD_MT" + } + ], "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": [ [ "Blip_Loader", @@ -24688,6 +25409,15 @@ "title_aux": "ComfyUI_Diffree" } ], + "https://github.com/smthemex/ComfyUI_DiffuEraser": [ + [ + "DiffuEraserLoader", + "DiffuEraserSampler" + ], + { + "title_aux": "ComfyUI_DiffuEraser" + } + ], "https://github.com/smthemex/ComfyUI_EchoMimic": [ [ "Echo_LoadModel", @@ -24878,6 +25608,16 @@ "title_aux": "ComfyUI_Sapiens" } ], + "https://github.com/smthemex/ComfyUI_Sonic": [ + [ + "SONICSampler", + "SONICTLoader", + "SONIC_PreData" + ], + { + "title_aux": "ComfyUI_Sonic" + } + ], "https://github.com/smthemex/ComfyUI_StableAudio_Open": [ [ "StableAudio_ModelLoader", @@ -25057,9 +25797,12 @@ [ "LoadEXR", "LoadEXRFrames", + "LoadImageAndPrompt", "LoadLatentEXR", "SaveEXR", "SaveEXRFrames", + "SaveImageAndPromptExact", + "SaveImageAndPromptIncremental", "SaveLatentEXR", "SaveTiff" ], @@ -25850,6 +26593,7 @@ "quadmoonChangeBackground", "quadmoonConvertBoolToString", "quadmoonConvertFloatToString", + "quadmoonConvertImageToPrompt", "quadmoonConvertIntToString", "quadmoonConvertNormalizeHW", "quadmoonConvertNumberToString", @@ -26115,6 +26859,15 @@ "title_aux": "unwdef-nodes" } ], + "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": [ + [ + "EXTEND_CLIP_VISION_INPUT_SIZE", + "IPAdapterAdvancedSizeAware" + ], + { + "title_aux": "ComfyUI-ExtendIPAdapterClipVision" + } + ], "https://github.com/valofey/Openrouter-Node": [ [ "OpenrouterNode" @@ -26155,6 +26908,7 @@ "https://github.com/var1ableX/ComfyUI_Accessories": [ [ "ACC_AnyCast", + "AccMakeListNode", "GetMaskDimensions", "GetRandomDimensions", "isImageEmpty", @@ -26491,6 +27245,14 @@ "title_aux": "ComfyUI-Environment-Visualizer" } ], + "https://github.com/willmiao/ComfyUI-Lora-Manager": [ + [ + "LoRAGateway" + ], + { + "title_aux": "ComfyUI-Lora-Manager" + } + ], "https://github.com/windfancy/zsq_prompt": [ [ "BatchPromptJson", @@ -26818,6 +27580,7 @@ ], "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": [ [ + "Auto-LLM-Chat", "Auto-LLM-Text", "Auto-LLM-Text-Vision", "Auto-LLM-Vision" @@ -26896,6 +27659,16 @@ "title_aux": "ComfyUI_Camera" } ], + "https://github.com/yanhuifair/comfyui-janus": [ + [ + "JanusProImageGenerationNode", + "JanusProModelLoaderNode", + "JanusProMultimodalUnderstandingNode" + ], + { + "title_aux": "comfyui-janus" + } + ], "https://github.com/yanlang0123/ComfyUI_Lam": [ [ "AspectRatio", @@ -26948,6 +27721,7 @@ "PromptTranslator", "QRCode", "SaveImageLam", + "SaveImgOutputLam", "SectionEnd", "SectionStart", "StyleSelecto", @@ -27024,6 +27798,17 @@ "title_aux": "ComfyUI Local Save Node" } ], + "https://github.com/yichengup/ComfyUI_Yc_JanusPro": [ + [ + "ImageAnalyzer", + "JanusChatAnalyzer", + "JanusImageGenerator", + "JanusProLoader" + ], + { + "title_aux": "ComfyUI_Yc_JanusPro" + } + ], "https://github.com/yichengup/Comfyui-Deepseek": [ [ "DeepseekAdvancedNode", @@ -27052,6 +27837,7 @@ ], "https://github.com/yichengup/Comfyui_Redux_Advanced": [ [ + "StyleAdvancedApply", "YC_LG_Redux" ], { @@ -27216,6 +28002,7 @@ "easy isNone", "easy isSDXL", "easy joinImageBatch", + "easy joyCaption2API", "easy kSampler", "easy kSamplerCustom", "easy kSamplerDownscaleUnet", @@ -27562,6 +28349,15 @@ "title_aux": "ComfyUI YoloNasPose Tensorrt" } ], + "https://github.com/yuvraj108c/ComfyUI_InvSR": [ + [ + "InvSRSampler", + "LoadInvSRModels" + ], + { + "title_aux": "ComfyUI InvSR" + } + ], "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": [ [ "Audio Analysis", @@ -27622,6 +28418,26 @@ "title_aux": "comfyui_visual_anagram" } ], + "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": [ + [ + "\ud83d\ude80 Universal RealESRGAN Upscaler", + "\ud83e\uddf3 Show Data" + ], + { + "title_aux": "ComfyUI-RealESRGAN_Upscaler" + } + ], + "https://github.com/zentrocdot/ComfyUI_Circle_Detection": [ + [ + "\u270f\ufe0f Input Data", + "\ud83d\udcc4 Show Data", + "\ud83d\udd2c Circle Detection (Hough)", + "\ud83d\udd2c Ellipse Detection (Simple)" + ], + { + "title_aux": "ComfyUI_Circle_Detection" + } + ], "https://github.com/zer0TF/cute-comfy": [ [ "Cute.Placeholder" @@ -27635,6 +28451,7 @@ "List Combine Node (zer0)", "Multiline String Node (zer0)", "Prompt Minimizer And Splitter Node (zer0)", + "Quality Tag Prepend Node (zer0)", "Tavern Card Creation Node (zer0)", "Tavern Card Info Node (zer0)" ], @@ -27676,6 +28493,7 @@ "ConcatTextOfUtils", "DeepfaceAnalyzeFaceAttributes", "DetectorForNSFW", + "EmptyConditioning", "GenderControlOutput", "ImageAutoSelector", "ImageBatchOneOrMore", diff --git a/github-stats.json b/github-stats.json index 152e361a..a4b9a1f5 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,9401 +2,9731 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 1, "last_update": "2025-01-01 16:03:57", - "author_account_age_days": 3425 + "author_account_age_days": 3439 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 252, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 747 + "author_account_age_days": 761 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { - "stars": 12, + "stars": 17, "last_update": "2025-01-24 10:39:15", - "author_account_age_days": 668 + "author_account_age_days": 682 }, "https://github.com/1038lab/ComfyUI-OmniGen": { - "stars": 198, + "stars": 210, "last_update": "2025-01-23 00:57:27", - "author_account_age_days": 668 + "author_account_age_days": 682 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 223, - "last_update": "2025-01-22 09:24:19", - "author_account_age_days": 668 + "stars": 275, + "last_update": "2025-02-07 01:04:12", + "author_account_age_days": 682 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { - "stars": 14, - "last_update": "2025-01-12 06:38:40", - "author_account_age_days": 668 + "stars": 15, + "last_update": "2025-01-28 23:51:02", + "author_account_age_days": 682 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 4, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2099 + "author_account_age_days": 2113 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1189, + "stars": 1199, "last_update": "2024-10-01 14:40:46", - "author_account_age_days": 420 + "author_account_age_days": 435 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 36, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 341 + "author_account_age_days": 355 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 71, + "stars": 73, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 341 + "author_account_age_days": 355 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { - "stars": 63, + "stars": 64, "last_update": "2024-12-09 02:29:58", - "author_account_age_days": 341 + "author_account_age_days": 355 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 26, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 341 + "author_account_age_days": 355 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2024-12-08 03:42:25", - "author_account_age_days": 906 + "author_account_age_days": 920 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { - "stars": 4, + "stars": 5, "last_update": "2025-01-09 13:24:13", - "author_account_age_days": 675 + "author_account_age_days": 689 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 117, + "stars": 123, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1135 + "author_account_age_days": 1149 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { - "stars": 223, + "stars": 224, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1135 + "author_account_age_days": 1149 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { - "stars": 1, + "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 2988 + "author_account_age_days": 3002 }, "https://github.com/42lux/ComfyUI-42lux": { - "stars": 8, + "stars": 9, "last_update": "2024-12-19 10:21:03", - "author_account_age_days": 3914 + "author_account_age_days": 3929 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 26, "last_update": "2024-06-13 05:51:56", - "author_account_age_days": 630 + "author_account_age_days": 644 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { - "stars": 19, + "stars": 20, "last_update": "2024-09-19 20:16:51", - "author_account_age_days": 2518 + "author_account_age_days": 2533 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { - "stars": 79, + "stars": 80, "last_update": "2024-08-01 15:28:19", - "author_account_age_days": 4266 + "author_account_age_days": 4280 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1187 + "author_account_age_days": 1202 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 4, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1187 + "author_account_age_days": 1202 }, "https://github.com/6174/comflowy-nodes": { "stars": 12, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4335 + "author_account_age_days": 4349 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 20, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2229 + "author_account_age_days": 2243 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 9, - "last_update": "2025-01-24 07:45:45", - "author_account_age_days": 2229 + "last_update": "2025-02-08 13:16:01", + "author_account_age_days": 2243 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 23, "last_update": "2024-11-12 08:13:01", - "author_account_age_days": 2229 + "author_account_age_days": 2243 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2024-08-07 11:21:06", - "author_account_age_days": 1686 + "author_account_age_days": 1701 + }, + "https://github.com/852wa/ComfyUI-AAP": { + "stars": 7, + "last_update": "2025-01-29 13:21:59", + "author_account_age_days": 593 + }, + "https://github.com/852wa/ComfyUI-ColorshiftColor": { + "stars": 22, + "last_update": "2025-02-01 12:17:38", + "author_account_age_days": 593 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 688 + "author_account_age_days": 702 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 688 + "author_account_age_days": 702 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 116, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 715 + "author_account_age_days": 729 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 38, "last_update": "2024-12-21 23:43:44", - "author_account_age_days": 318 + "author_account_age_days": 332 }, "https://github.com/AI2lab/comfyUI-DeepSeek-2lab": { "stars": 6, "last_update": "2024-10-02 07:21:00", - "author_account_age_days": 408 + "author_account_age_days": 422 }, "https://github.com/AI2lab/comfyUI-kling-api-2lab": { "stars": 7, "last_update": "2024-10-09 14:14:31", - "author_account_age_days": 408 + "author_account_age_days": 422 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { - "stars": 6, + "stars": 7, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 408 + "author_account_age_days": 422 }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 24, "last_update": "2024-11-15 16:42:51", - "author_account_age_days": 408 + "author_account_age_days": 422 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 6, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 11, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 23, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 75, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { - "stars": 30, + "stars": 31, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 209, + "stars": 213, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-Hallo": { - "stars": 293, + "stars": 294, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 32, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 5, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { - "stars": 27, + "stars": 28, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { - "stars": 106, + "stars": 108, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 357, + "stars": 356, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 19, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-RVC": { - "stars": 17, + "stars": 18, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 88, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 36, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 38, "last_update": "2024-10-23 22:19:56", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI-XTTS": { - "stars": 48, + "stars": 49, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { - "stars": 212, + "stars": 219, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 20, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 1, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { - "stars": 35, + "stars": 40, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 8, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { - "stars": 27, + "stars": 30, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 37, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 10, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { - "stars": 31, + "stars": 32, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 108, + "stars": 109, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { - "stars": 59, + "stars": 60, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 42, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 25, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { - "stars": 195, + "stars": 198, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { - "stars": 41, + "stars": 42, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 5, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 7, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 9, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { - "stars": 13, + "stars": 14, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 447 + "author_account_age_days": 461 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 6, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 426 + "author_account_age_days": 440 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 1967, + "stars": 2001, "last_update": "2024-12-19 11:43:49", - "author_account_age_days": 716 + "author_account_age_days": 731 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 301, + "stars": 306, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 716 + "author_account_age_days": 731 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 34, + "stars": 35, "last_update": "2024-06-21 03:43:20", - "author_account_age_days": 716 + "author_account_age_days": 731 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 340, + "stars": 344, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 716 + "author_account_age_days": 731 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 77, + "stars": 80, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 98 + "author_account_age_days": 113 }, "https://github.com/AInseven/ComfyUI-fastblend": { - "stars": 197, + "stars": 199, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 1898 + "author_account_age_days": 1913 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 909, + "stars": 920, "last_update": "2024-10-26 13:22:39", - "author_account_age_days": 658 + "author_account_age_days": 673 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 54, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1675 + "author_account_age_days": 1690 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { - "stars": 2, + "stars": 3, "last_update": "2024-11-08 07:17:20", - "author_account_age_days": 2692 + "author_account_age_days": 2707 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 6, "last_update": "2024-09-06 09:44:42", - "author_account_age_days": 2692 + "author_account_age_days": 2707 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 5, "last_update": "2024-11-01 00:10:58", - "author_account_age_days": 1982 + "author_account_age_days": 1996 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2024-11-08 17:29:32", - "author_account_age_days": 1982 + "author_account_age_days": 1996 }, "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": 1742 + "author_account_age_days": 1756 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 262, + "stars": 263, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 3883 + "author_account_age_days": 3897 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 9, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 705 + "author_account_age_days": 719 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 6, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 705 + "author_account_age_days": 719 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 797, + "stars": 812, "last_update": "2024-11-20 08:54:22", - "author_account_age_days": 4020 + "author_account_age_days": 4034 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 393, - "last_update": "2025-01-15 08:08:24", - "author_account_age_days": 4020 + "stars": 400, + "last_update": "2025-02-02 19:17:56", + "author_account_age_days": 4034 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 4, "last_update": "2025-01-17 14:45:24", - "author_account_age_days": 1696 + "author_account_age_days": 1711 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 3, - "last_update": "2024-12-17 05:40:40", - "author_account_age_days": 3593 + "last_update": "2025-02-08 09:12:41", + "author_account_age_days": 3608 }, "https://github.com/AhBumm/ComfyUI_BillBum_Nodes": { "stars": 9, - "last_update": "2025-01-25 18:33:17", - "author_account_age_days": 1025 + "last_update": "2025-02-05 02:00:05", + "author_account_age_days": 1039 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1491 + "author_account_age_days": 1506 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 1, "last_update": "2024-12-09 16:08:07", - "author_account_age_days": 1968 + "author_account_age_days": 1983 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 4, "last_update": "2024-12-22 12:42:36", - "author_account_age_days": 98 + "author_account_age_days": 113 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 996, - "last_update": "2025-01-24 15:32:57", - "author_account_age_days": 2915 + "stars": 1015, + "last_update": "2025-02-07 21:07:37", + "author_account_age_days": 2929 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 3917 + "author_account_age_days": 3931 }, "https://github.com/Amorano/Jovi_GLSL": { - "stars": 8, - "last_update": "2025-01-09 04:18:55", - "author_account_age_days": 5428 + "stars": 10, + "last_update": "2025-02-06 04:29:20", + "author_account_age_days": 5442 + }, + "https://github.com/Amorano/Jovi_MIDI": { + "stars": 5, + "last_update": "2025-02-02 01:47:01", + "author_account_age_days": 5442 }, "https://github.com/Amorano/Jovi_Measure": { - "stars": 2, - "last_update": "2025-01-11 22:33:13", - "author_account_age_days": 5428 + "stars": 3, + "last_update": "2025-02-02 02:10:37", + "author_account_age_days": 5442 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 4, - "last_update": "2025-01-08 22:43:43", - "author_account_age_days": 5428 + "last_update": "2025-02-02 02:01:09", + "author_account_age_days": 5442 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 302, - "last_update": "2025-01-12 21:18:53", - "author_account_age_days": 5428 + "stars": 305, + "last_update": "2025-02-07 21:55:14", + "author_account_age_days": 5442 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3592 + "author_account_age_days": 3606 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2024-08-12 11:45:52", - "author_account_age_days": 4307 + "author_account_age_days": 4322 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 2, "last_update": "2024-08-01 15:13:56", - "author_account_age_days": 4307 + "author_account_age_days": 4322 }, "https://github.com/Apache0ne/ComfyUI-EasyUrlLoader": { "stars": 2, - "last_update": "2024-10-31 10:55:57", - "author_account_age_days": 94 + "last_update": "2025-01-28 18:54:52", + "author_account_age_days": 108 }, "https://github.com/Apache0ne/SambaNova": { "stars": 3, "last_update": "2024-11-02 07:41:35", - "author_account_age_days": 94 + "author_account_age_days": 108 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 34, "last_update": "2024-05-28 03:14:17", - "author_account_age_days": 3605 + "author_account_age_days": 3619 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 342 + "author_account_age_days": 357 + }, + "https://github.com/Arkanun/ReadCSV_ComfyUI": { + "stars": 0, + "last_update": "2025-02-05 23:06:48", + "author_account_age_days": 3179 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { - "stars": 77, + "stars": 78, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 509 + "author_account_age_days": 523 }, "https://github.com/ArtHommage/HommageTools": { "stars": 2, "last_update": "2025-01-23 23:52:48", - "author_account_age_days": 749 + "author_account_age_days": 763 }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 714, + "stars": 721, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 621 + "author_account_age_days": 635 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 17, + "stars": 18, "last_update": "2024-05-29 22:28:55", - "author_account_age_days": 4802 + "author_account_age_days": 4816 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 605 + "author_account_age_days": 620 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 432, + "stars": 435, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 605 + "author_account_age_days": 620 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4290 + "author_account_age_days": 4304 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4290 + "author_account_age_days": 4304 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4290 + "author_account_age_days": 4304 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4290 + "author_account_age_days": 4304 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 2865 + "author_account_age_days": 2879 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 5, "last_update": "2024-09-13 22:09:17", - "author_account_age_days": 705 + "author_account_age_days": 719 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { - "stars": 3, + "stars": 4, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1448 + "author_account_age_days": 1462 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { - "stars": 5, + "stars": 6, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1448 + "author_account_age_days": 1462 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2659 + "author_account_age_days": 2673 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { - "stars": 2, + "stars": 3, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3452 + "author_account_age_days": 3467 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 386, + "stars": 387, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 646 + "author_account_age_days": 660 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2442 + "author_account_age_days": 2456 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 7, - "last_update": "2025-01-24 03:29:13", - "author_account_age_days": 3223 + "last_update": "2025-01-27 09:47:46", + "author_account_age_days": 3237 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 2, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3288 + "author_account_age_days": 3302 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3288 + "author_account_age_days": 3302 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1190, - "last_update": "2025-01-23 05:44:35", - "author_account_age_days": 3211 + "stars": 1229, + "last_update": "2025-02-07 15:14:21", + "author_account_age_days": 3226 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1013 + "author_account_age_days": 1028 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1013 + "author_account_age_days": 1028 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 16, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1013 + "author_account_age_days": 1028 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 2, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1013 + "author_account_age_days": 1028 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1013 + "author_account_age_days": 1028 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 23, "last_update": "2025-01-23 08:28:56", - "author_account_age_days": 1087 + "author_account_age_days": 1101 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { - "stars": 62, + "stars": 63, "last_update": "2024-08-01 08:01:48", - "author_account_age_days": 1087 + "author_account_age_days": 1101 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 17, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 350 + "author_account_age_days": 365 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 4, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 150 + "author_account_age_days": 164 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 3, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1071 + "author_account_age_days": 1085 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 3, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 171 + "author_account_age_days": 186 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 14, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2748 + "author_account_age_days": 2762 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 11, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2748 + "author_account_age_days": 2762 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 2, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2748 + "author_account_age_days": 2762 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2748 + "author_account_age_days": 2762 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 345, + "stars": 346, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 693 + "author_account_age_days": 708 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 381, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 693 + "author_account_age_days": 708 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 274, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 693 + "author_account_age_days": 708 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 38, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 693 + "author_account_age_days": 708 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 343, + "stars": 344, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 693 + "author_account_age_days": 708 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 2, "last_update": "2025-01-23 13:24:32", - "author_account_age_days": 938 + "author_account_age_days": 953 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { - "stars": 53, + "stars": 62, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3297 + "author_account_age_days": 3311 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { - "stars": 9, - "last_update": "2025-01-21 08:22:52", - "author_account_age_days": 1693 + "stars": 11, + "last_update": "2025-02-09 12:21:40", + "author_account_age_days": 1707 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { - "stars": 31, + "stars": 33, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 6 + "author_account_age_days": 21 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { - "stars": 16, + "stars": 17, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 700 + "author_account_age_days": 715 + }, + "https://github.com/CC-SUN6/ccsun_node": { + "stars": 1, + "last_update": "2025-02-03 19:56:05", + "author_account_age_days": 599 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 50, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 413 + "author_account_age_days": 428 + }, + "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { + "stars": 400, + "last_update": "2025-01-30 08:08:20", + "author_account_age_days": 428 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 21, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 413 + "author_account_age_days": 428 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { - "stars": 3, - "last_update": "2025-01-24 14:49:28", - "author_account_age_days": 413 + "stars": 12, + "last_update": "2025-02-03 17:47:48", + "author_account_age_days": 428 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 106, + "stars": 109, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 413 + "author_account_age_days": 428 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 413 + "author_account_age_days": 428 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { - "stars": 49, + "stars": 53, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 413 + "author_account_age_days": 428 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 7, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 465 + "author_account_age_days": 479 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 180, + "stars": 184, "last_update": "2024-07-04 11:29:55", - "author_account_age_days": 2942 + "author_account_age_days": 2956 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 10, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2082 + "author_account_age_days": 2096 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 73, + "stars": 74, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2082 + "author_account_age_days": 2096 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 31, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2082 + "author_account_age_days": 2096 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 29, - "last_update": "2024-12-22 12:10:13", - "author_account_age_days": 2094 + "stars": 31, + "last_update": "2025-02-08 13:11:30", + "author_account_age_days": 2108 }, "https://github.com/Charlweed/image_transceiver": { "stars": 3, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5313 + "author_account_age_days": 5327 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 10, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2117 + "author_account_age_days": 2131 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 12, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2628 + "author_account_age_days": 2642 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 3, "last_update": "2024-09-02 02:30:14", - "author_account_age_days": 2628 + "author_account_age_days": 2642 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 73, - "last_update": "2025-01-26 04:06:08", - "author_account_age_days": 245 + "stars": 75, + "last_update": "2025-02-09 17:12:46", + "author_account_age_days": 260 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 75, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 1949 + "author_account_age_days": 1964 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 79, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 1949 + "author_account_age_days": 1964 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 2, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 38 + "author_account_age_days": 52 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 1, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 38 + "author_account_age_days": 52 + }, + "https://github.com/Conor-Collins/coco_tools": { + "stars": 1, + "last_update": "2025-02-06 19:09:40", + "author_account_age_days": 404 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { - "stars": 115, - "last_update": "2025-01-07 15:03:52", - "author_account_age_days": 3871 + "stars": 117, + "last_update": "2025-02-03 10:43:08", + "author_account_age_days": 3885 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 1, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 168 + "author_account_age_days": 182 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 1, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1219 + "author_account_age_days": 1233 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 4, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1318 + "author_account_age_days": 1332 }, "https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": { "stars": 10, - "last_update": "2025-01-23 06:47:34", - "author_account_age_days": 630 + "last_update": "2025-02-07 23:23:36", + "author_account_age_days": 645 }, "https://github.com/Cyber-Blacat/ComfyUI-Yuan": { "stars": 6, - "last_update": "2025-01-23 06:44:49", - "author_account_age_days": 630 + "last_update": "2025-02-07 23:19:40", + "author_account_age_days": 645 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5373 + "author_account_age_days": 5388 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { - "stars": 2, - "last_update": "2025-01-25 07:36:21", - "author_account_age_days": 4 + "stars": 3, + "last_update": "2025-02-02 00:46:30", + "author_account_age_days": 18 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 33, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4504 + "author_account_age_days": 4519 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3799 + "author_account_age_days": 3814 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 32, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4803 + "author_account_age_days": 4817 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 4, "last_update": "2024-12-22 14:37:21", - "author_account_age_days": 3693 + "author_account_age_days": 3707 }, "https://github.com/DataCTE/prompt_injection": { - "stars": 87, + "stars": 88, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 993 + "author_account_age_days": 1007 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 4, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4431 + "author_account_age_days": 4445 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3206 + "author_account_age_days": 3221 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 382, + "stars": 385, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 1990 + "author_account_age_days": 2005 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 13, - "last_update": "2025-01-15 09:02:21", - "author_account_age_days": 361 + "last_update": "2025-02-07 14:30:02", + "author_account_age_days": 376 + }, + "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { + "stars": 2, + "last_update": "2025-02-08 02:43:42", + "author_account_age_days": 715 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 25, "last_update": "2024-08-12 19:00:17", - "author_account_age_days": 4254 + "author_account_age_days": 4268 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3288 + "author_account_age_days": 3303 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 12, "last_update": "2024-08-06 19:59:34", - "author_account_age_days": 1676 + "author_account_age_days": 1690 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { - "stars": 21, + "stars": 33, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 557 + "author_account_age_days": 572 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { - "stars": 9, + "stars": 10, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 557 + "author_account_age_days": 572 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 557 + "author_account_age_days": 572 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { - "stars": 3, + "stars": 4, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 557 + "author_account_age_days": 572 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 2, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 557 + "author_account_age_days": 572 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5210 + "author_account_age_days": 5224 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { - "stars": 6, - "last_update": "2025-01-14 09:33:55", - "author_account_age_days": 1247 + "stars": 7, + "last_update": "2025-02-04 14:24:46", + "author_account_age_days": 1262 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { - "stars": 3, + "stars": 4, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1247 + "author_account_age_days": 1262 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { - "stars": 1, - "last_update": "2025-01-25 07:06:50", - "author_account_age_days": 1589 + "stars": 4, + "last_update": "2025-02-07 17:03:20", + "author_account_age_days": 1604 + }, + "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { + "stars": 2, + "last_update": "2025-02-08 03:31:10", + "author_account_age_days": 42 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 22, + "stars": 23, "last_update": "2025-01-24 07:50:20", - "author_account_age_days": 2843 + "author_account_age_days": 2857 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { - "stars": 67, + "stars": 68, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 4933 + "author_account_age_days": 4947 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 1, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1359 + "author_account_age_days": 1373 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { - "stars": 25, + "stars": 26, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 2835 + "author_account_age_days": 2850 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 202, + "stars": 204, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 2994 + "author_account_age_days": 3008 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 4, - "last_update": "2025-01-25 04:17:55", - "author_account_age_days": 185 + "last_update": "2025-01-28 16:30:52", + "author_account_age_days": 199 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 10, "last_update": "2024-07-29 01:21:20", - "author_account_age_days": 185 + "author_account_age_days": 199 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { - "stars": 1, - "last_update": "2025-01-26 06:37:35", - "author_account_age_days": 185 + "stars": 4, + "last_update": "2025-01-27 19:19:57", + "author_account_age_days": 199 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 306, + "stars": 327, "last_update": "2024-10-22 09:13:15", - "author_account_age_days": 3815 + "author_account_age_days": 3829 }, "https://github.com/Excidos/ComfyUI-Documents": { - "stars": 42, + "stars": 47, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 222 + "author_account_age_days": 237 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { - "stars": 15, + "stars": 16, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 222 + "author_account_age_days": 237 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 1839 + "author_account_age_days": 1853 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 1839 + "author_account_age_days": 1853 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 285, + "stars": 286, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 1839 + "author_account_age_days": 1853 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 2, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3423 + "author_account_age_days": 3438 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 380, + "stars": 382, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3365 + "author_account_age_days": 3380 + }, + "https://github.com/Extraltodeus/DistanceSampler": { + "stars": 7, + "last_update": "2024-10-16 17:31:27", + "author_account_age_days": 3380 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 64, "last_update": "2024-11-23 12:05:02", - "author_account_age_days": 3365 + "author_account_age_days": 3380 + }, + "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { + "stars": 6, + "last_update": "2025-02-06 20:58:45", + "author_account_age_days": 3380 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 165, + "stars": 166, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3365 + "author_account_age_days": 3380 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 41, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3365 + "author_account_age_days": 3380 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 44, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3365 + "author_account_age_days": 3380 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 113, + "stars": 114, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3365 + "author_account_age_days": 3380 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 33, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3365 + "author_account_age_days": 3380 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { - "stars": 39, + "stars": 40, "last_update": "2024-09-23 02:53:31", - "author_account_age_days": 3365 + "author_account_age_days": 3380 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { - "stars": 74, + "stars": 76, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3365 + "author_account_age_days": 3380 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 561, + "stars": 571, "last_update": "2024-10-11 04:50:47", - "author_account_age_days": 3347 + "author_account_age_days": 3362 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 99, + "stars": 104, "last_update": "2024-08-01 01:00:58", - "author_account_age_days": 3347 + "author_account_age_days": 3362 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 183, + "stars": 184, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3347 + "author_account_age_days": 3362 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { - "stars": 197, + "stars": 198, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3347 + "author_account_age_days": 3362 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 2555, + "stars": 2594, "last_update": "2024-10-28 22:08:11", - "author_account_age_days": 3347 + "author_account_age_days": 3362 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 2, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 751 + "author_account_age_days": 766 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 2971 + "author_account_age_days": 2985 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, "last_update": "2024-12-02 16:48:03", - "author_account_age_days": 887 + "author_account_age_days": 902 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 6, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 2963 + "author_account_age_days": 2977 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 4, - "last_update": "2025-01-16 16:08:24", - "author_account_age_days": 237 + "last_update": "2025-01-30 08:30:13", + "author_account_age_days": 251 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 51, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2195 + "author_account_age_days": 2209 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 417, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2195 + "author_account_age_days": 2209 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 74, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 848 + "author_account_age_days": 862 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 221, + "stars": 222, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1459 + "author_account_age_days": 1474 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 1987 + "author_account_age_days": 2001 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 8, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 1987 + "author_account_age_days": 2001 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 1987 + "author_account_age_days": 2001 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 1, "last_update": "2024-05-23 01:41:02", - "author_account_age_days": 2532 + "author_account_age_days": 2547 }, "https://github.com/FuouM/ComfyUI-EbSynth": { - "stars": 84, + "stars": 86, "last_update": "2024-08-17 15:44:49", - "author_account_age_days": 1897 + "author_account_age_days": 1911 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 6, "last_update": "2024-08-17 15:26:38", - "author_account_age_days": 1897 + "author_account_age_days": 1911 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 8, "last_update": "2024-08-14 15:42:37", - "author_account_age_days": 1897 + "author_account_age_days": 1911 }, "https://github.com/FuouM/FM_nodes": { "stars": 4, "last_update": "2024-08-12 04:49:06", - "author_account_age_days": 1897 + "author_account_age_days": 1911 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { - "stars": 62, + "stars": 64, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1378 + "author_account_age_days": 1393 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1735 + "author_account_age_days": 1749 + }, + "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { + "stars": 6, + "last_update": "2025-01-31 07:59:04", + "author_account_age_days": 2399 }, "https://github.com/GMapeSplat/ComfyUI_ezXY": { "stars": 26, "last_update": "2024-09-04 03:00:13", - "author_account_age_days": 1513 + "author_account_age_days": 1527 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2772 + "author_account_age_days": 2786 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 1, - "last_update": "2024-11-11 14:46:34", - "author_account_age_days": 371 + "last_update": "2025-02-07 11:36:48", + "author_account_age_days": 386 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 12, "last_update": "2024-10-10 20:39:32", - "author_account_age_days": 4783 + "author_account_age_days": 4798 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 40, "last_update": "2024-12-06 15:42:18", - "author_account_age_days": 885 + "author_account_age_days": 900 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 18, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2599 + "author_account_age_days": 2613 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 68, "last_update": "2024-12-01 00:43:54", - "author_account_age_days": 881 + "author_account_age_days": 895 }, "https://github.com/GoingAI1998/Comfyui_imgcanvas": { - "stars": 4, + "stars": 5, "last_update": "2025-01-21 05:32:24", - "author_account_age_days": 401 + "author_account_age_days": 415 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 8, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5147 + "author_account_age_days": 5162 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 178, + "stars": 217, "last_update": "2025-01-22 10:38:34", - "author_account_age_days": 1335 + "author_account_age_days": 1350 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { - "stars": 40, + "stars": 45, "last_update": "2025-01-26 08:06:57", - "author_account_age_days": 378 + "author_account_age_days": 393 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 58, "last_update": "2024-12-16 10:18:14", - "author_account_age_days": 378 + "author_account_age_days": 393 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 1, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 378 + "author_account_age_days": 393 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { - "stars": 164, + "stars": 170, "last_update": "2024-09-04 10:58:03", - "author_account_age_days": 1413 + "author_account_age_days": 1427 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { - "stars": 5, + "stars": 6, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2626 + "author_account_age_days": 2640 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 2, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 88 + "author_account_age_days": 102 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1696 + "author_account_age_days": 1710 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 4, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3061 + "author_account_age_days": 3076 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 7, "last_update": "2024-10-20 14:41:48", - "author_account_age_days": 3196 + "author_account_age_days": 3210 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { - "stars": 14, - "last_update": "2025-01-15 13:49:53", - "author_account_age_days": 44 + "stars": 16, + "last_update": "2025-02-07 11:43:38", + "author_account_age_days": 59 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { - "stars": 112, + "stars": 114, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 44 + "author_account_age_days": 59 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 9, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1215 + "author_account_age_days": 1230 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { "stars": 48, "last_update": "2025-01-23 16:54:55", - "author_account_age_days": 825 + "author_account_age_days": 840 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { "stars": 40, "last_update": "2024-06-14 08:08:28", - "author_account_age_days": 825 + "author_account_age_days": 840 }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { "stars": 20, "last_update": "2024-06-14 08:10:52", - "author_account_age_days": 825 + "author_account_age_days": 840 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 2, "last_update": "2024-09-09 09:14:41", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 90, "last_update": "2024-10-12 13:39:00", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 30, "last_update": "2024-08-02 06:21:25", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 4, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2024-09-09 09:04:35", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 30, + "stars": 32, "last_update": "2024-11-05 02:18:05", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 33, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 44, "last_update": "2024-08-20 05:21:20", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 5, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1547 + "author_account_age_days": 1561 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 3, "last_update": "2024-11-18 11:08:29", - "author_account_age_days": 2457 + "author_account_age_days": 2472 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 2, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 569 + "author_account_age_days": 584 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2539 + "author_account_age_days": 2554 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-01-19 14:06:16", - "author_account_age_days": 4543 + "author_account_age_days": 4558 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { - "stars": 319, - "last_update": "2025-01-16 06:00:39", - "author_account_age_days": 128 + "stars": 326, + "last_update": "2025-02-09 12:21:56", + "author_account_age_days": 143 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2024-09-05 17:29:43", - "author_account_age_days": 3300 + "author_account_age_days": 3314 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 1914 + "author_account_age_days": 1928 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { - "stars": 4, - "last_update": "2025-01-13 15:01:25", - "author_account_age_days": 404 + "stars": 5, + "last_update": "2025-02-05 22:38:39", + "author_account_age_days": 418 }, "https://github.com/Hullabalo/ComfyUI-Loop": { - "stars": 3, + "stars": 4, "last_update": "2025-01-08 01:15:33", - "author_account_age_days": 826 + "author_account_age_days": 840 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 34, + "stars": 36, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5696 + "author_account_age_days": 5711 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2024-10-10 10:23:48", - "author_account_age_days": 5696 + "author_account_age_days": 5711 }, "https://github.com/IDGallagher/MotionVideoSearch": { - "stars": 3, + "stars": 7, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5696 + "author_account_age_days": 5711 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 1, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 3924 + "author_account_age_days": 3939 }, "https://github.com/IamCreateAI/Ruyi-Models": { - "stars": 459, + "stars": 467, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 48 + "author_account_age_days": 62 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, - "last_update": "2024-11-13 12:30:01", - "author_account_age_days": 1713 + "last_update": "2025-02-03 00:25:14", + "author_account_age_days": 1727 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { - "stars": 2, - "last_update": "2024-12-08 23:56:49", - "author_account_age_days": 1713 + "stars": 3, + "last_update": "2025-02-03 00:21:47", + "author_account_age_days": 1727 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { - "stars": 3, + "stars": 4, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2445 + "author_account_age_days": 2460 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { - "stars": 10, + "stars": 11, "last_update": "2024-08-18 14:05:08", - "author_account_age_days": 4038 + "author_account_age_days": 4052 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 5, "last_update": "2025-01-15 10:45:12", - "author_account_age_days": 46 + "author_account_age_days": 60 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { - "stars": 9, + "stars": 10, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 2846 + "author_account_age_days": 2860 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 12, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4125 + "author_account_age_days": 4139 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 10, "last_update": "2024-09-21 21:39:11", - "author_account_age_days": 327 + "author_account_age_days": 341 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { - "stars": 23, + "stars": 24, "last_update": "2024-12-21 19:28:35", - "author_account_age_days": 1307 + "author_account_age_days": 1322 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 16, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1307 + "author_account_age_days": 1322 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 9, "last_update": "2024-12-15 11:00:51", - "author_account_age_days": 1307 + "author_account_age_days": 1322 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 101, - "last_update": "2025-01-18 22:03:22", - "author_account_age_days": 1307 + "stars": 129, + "last_update": "2025-01-28 12:52:56", + "author_account_age_days": 1322 }, "https://github.com/Isulion/ComfyUI_Isulion": { - "stars": 31, + "stars": 32, "last_update": "2025-01-05 23:34:37", - "author_account_age_days": 573 + "author_account_age_days": 587 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 161, + "stars": 163, "last_update": "2024-09-03 02:02:45", - "author_account_age_days": 627 + "author_account_age_days": 641 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 10, "last_update": "2024-09-26 08:29:21", - "author_account_age_days": 627 + "author_account_age_days": 641 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 77, + "stars": 81, "last_update": "2024-09-26 08:31:38", - "author_account_age_days": 627 + "author_account_age_days": 641 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 3, - "last_update": "2024-12-21 11:56:14", - "author_account_age_days": 2782 + "last_update": "2025-01-27 19:09:46", + "author_account_age_days": 2797 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 59, + "stars": 61, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 531 + "author_account_age_days": 546 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 2, - "last_update": "2024-08-19 22:00:21", - "author_account_age_days": 774 + "last_update": "2025-02-03 11:33:47", + "author_account_age_days": 789 }, "https://github.com/JTriggerFish/ComfyLatentTools": { - "stars": 0, - "last_update": "2025-01-26 00:42:53", - "author_account_age_days": 4215 + "stars": 2, + "last_update": "2025-02-09 16:40:47", + "author_account_age_days": 4229 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 25, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 787 + "author_account_age_days": 801 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 1, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1778 + "author_account_age_days": 1792 }, "https://github.com/Jannchie/ComfyUI-J": { - "stars": 86, + "stars": 87, "last_update": "2024-09-14 15:22:29", - "author_account_age_days": 2769 + "author_account_age_days": 2783 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { - "stars": 52, - "last_update": "2025-01-23 01:10:11", - "author_account_age_days": 3787 + "stars": 54, + "last_update": "2025-02-06 04:53:57", + "author_account_age_days": 3802 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { - "stars": 2, + "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 626 + "author_account_age_days": 641 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 26, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 906 + "author_account_age_days": 920 }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 157, + "stars": 158, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5102 + "author_account_age_days": 5116 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { - "stars": 4, + "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 371 + "author_account_age_days": 386 }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 120, + "stars": 121, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2573 + "author_account_age_days": 2588 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 90, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2573 + "author_account_age_days": 2588 }, "https://github.com/JichaoLiang/Immortal_comfyUI": { "stars": 3, - "last_update": "2025-01-16 17:03:10", - "author_account_age_days": 1239 + "last_update": "2025-02-07 17:32:01", + "author_account_age_days": 1253 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { - "stars": 1, - "last_update": "2025-01-26 09:26:46", - "author_account_age_days": 0 + "stars": 2, + "last_update": "2025-01-26 22:42:52", + "author_account_age_days": 14 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 521, + "stars": 540, "last_update": "2024-11-04 17:57:27", - "author_account_age_days": 2395 + "author_account_age_days": 2410 }, "https://github.com/Jordach/comfy-plasma": { "stars": 72, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4728 + "author_account_age_days": 4743 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3570 + "author_account_age_days": 3585 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 10, - "last_update": "2024-10-21 21:03:30", - "author_account_age_days": 3385 + "stars": 12, + "last_update": "2025-02-04 21:14:38", + "author_account_age_days": 3400 }, "https://github.com/Julian-adv/WildDivide": { "stars": 16, "last_update": "2024-12-22 02:05:36", - "author_account_age_days": 554 + "author_account_age_days": 568 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 1, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 2986 + "author_account_age_days": 3001 + }, + "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { + "stars": 2, + "last_update": "2025-02-09 17:14:35", + "author_account_age_days": 79 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 2, - "last_update": "2025-01-23 15:35:39", - "author_account_age_days": 65 + "last_update": "2025-02-08 16:56:08", + "author_account_age_days": 79 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1129 + "author_account_age_days": 1144 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 2, "last_update": "2025-01-26 06:06:55", - "author_account_age_days": 269 + "author_account_age_days": 283 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 1, "last_update": "2024-10-19 06:44:17", - "author_account_age_days": 4762 + "author_account_age_days": 4777 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2024-07-10 05:45:11", - "author_account_age_days": 1903 + "author_account_age_days": 1917 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { - "stars": 6, - "last_update": "2025-01-23 10:54:49", - "author_account_age_days": 4817 + "stars": 8, + "last_update": "2025-01-27 17:05:42", + "author_account_age_days": 4832 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { - "stars": 58, + "stars": 60, "last_update": "2024-11-23 15:44:26", - "author_account_age_days": 5106 + "author_account_age_days": 5120 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { - "stars": 42, + "stars": 43, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5106 + "author_account_age_days": 5120 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 37, + "stars": 38, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5106 + "author_account_age_days": 5120 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 307, - "last_update": "2025-01-22 02:39:21", - "author_account_age_days": 1844 + "stars": 319, + "last_update": "2025-02-03 15:46:29", + "author_account_age_days": 1858 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 183, + "stars": 185, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1701 + "author_account_age_days": 1716 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1701 + "author_account_age_days": 1716 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { - "stars": 4, + "stars": 6, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3406 + "author_account_age_days": 3420 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { - "stars": 54, + "stars": 56, "last_update": "2024-10-19 19:19:25", - "author_account_age_days": 3406 + "author_account_age_days": 3420 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 685, - "last_update": "2025-01-11 06:20:47", - "author_account_age_days": 3932 + "stars": 697, + "last_update": "2025-01-31 10:01:07", + "author_account_age_days": 3946 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2911, - "last_update": "2025-01-23 02:31:32", - "author_account_age_days": 3932 + "stars": 2937, + "last_update": "2025-02-06 14:09:15", + "author_account_age_days": 3946 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 732, - "last_update": "2025-01-25 21:36:56", - "author_account_age_days": 3932 + "stars": 752, + "last_update": "2025-02-08 08:09:17", + "author_account_age_days": 3946 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 5, "last_update": "2024-07-31 14:05:13", - "author_account_age_days": 1336 + "author_account_age_days": 1350 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 1, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5784 + "author_account_age_days": 5798 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 727 + "author_account_age_days": 741 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { - "stars": 76, + "stars": 80, "last_update": "2025-01-21 03:23:00", - "author_account_age_days": 274 + "author_account_age_days": 288 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 1995 + "author_account_age_days": 2009 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 7, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 310 + "author_account_age_days": 325 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { - "stars": 69, - "last_update": "2025-01-09 09:07:22", - "author_account_age_days": 310 + "stars": 74, + "last_update": "2025-02-01 10:08:38", + "author_account_age_days": 325 }, "https://github.com/LEv145/images-grid-comfy-plugin": { - "stars": 170, + "stars": 172, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2423 + "author_account_age_days": 2437 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 53, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 379 + "author_account_age_days": 394 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 416, + "stars": 421, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 379 + "author_account_age_days": 394 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 4, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 960 + "author_account_age_days": 974 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 11, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 75 + "author_account_age_days": 89 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 108, + "stars": 110, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 548 + "author_account_age_days": 562 }, "https://github.com/Lerc/canvas_tab": { - "stars": 169, + "stars": 172, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5583 + "author_account_age_days": 5597 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 3, - "last_update": "2024-12-08 23:10:10", - "author_account_age_days": 198 + "stars": 4, + "last_update": "2025-02-08 23:38:31", + "author_account_age_days": 212 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 2818 + "author_account_age_days": 2832 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { - "stars": 2, + "stars": 3, "last_update": "2024-12-22 15:06:38", - "author_account_age_days": 3617 + "author_account_age_days": 3632 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 4, "last_update": "2024-12-25 07:08:32", - "author_account_age_days": 993 + "author_account_age_days": 1008 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-23 01:54:11", - "author_account_age_days": 993 + "author_account_age_days": 1008 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 199 + "author_account_age_days": 214 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 665, + "stars": 704, "last_update": "2024-12-22 14:57:35", - "author_account_age_days": 4406 + "author_account_age_days": 4421 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1490 + "author_account_age_days": 1505 }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 150, + "stars": 154, "last_update": "2025-01-09 05:30:43", - "author_account_age_days": 1490 + "author_account_age_days": 1505 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { - "stars": 8, + "stars": 9, "last_update": "2024-09-23 06:31:38", - "author_account_age_days": 602 + "author_account_age_days": 617 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 60, "last_update": "2024-09-12 14:16:23", - "author_account_age_days": 686 + "author_account_age_days": 701 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 28, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1191 + "author_account_age_days": 1205 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { - "stars": 2, + "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1191 + "author_account_age_days": 1205 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { - "stars": 45, + "stars": 47, "last_update": "2025-01-25 13:15:11", - "author_account_age_days": 1712 + "author_account_age_days": 1727 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { - "stars": 21, + "stars": 22, "last_update": "2024-12-26 17:25:45", - "author_account_age_days": 1712 + "author_account_age_days": 1727 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 77, + "stars": 82, "last_update": "2025-01-25 13:16:20", - "author_account_age_days": 1712 + "author_account_age_days": 1727 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 15, "last_update": "2024-08-01 00:52:11", - "author_account_age_days": 1248 + "author_account_age_days": 1263 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 8, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3073 + "author_account_age_days": 3087 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3073 + "author_account_age_days": 3087 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 35, + "stars": 36, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4474 + "author_account_age_days": 4488 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { - "stars": 29, + "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4474 + "author_account_age_days": 4488 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4474 + "author_account_age_days": 4488 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4474 + "author_account_age_days": 4488 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 38, + "stars": 39, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4474 + "author_account_age_days": 4488 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4474 + "author_account_age_days": 4488 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4474 + "author_account_age_days": 4488 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 56, - "last_update": "2025-01-19 18:46:30", - "author_account_age_days": 1820 + "last_update": "2025-02-02 12:26:23", + "author_account_age_days": 1835 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 1997 + "author_account_age_days": 2012 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 3, "last_update": "2025-01-08 12:25:10", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/MakkiShizu/ComfyUI-SaveAnimatedGIF": { "stars": 3, "last_update": "2024-11-20 13:18:23", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 6, "last_update": "2024-12-11 05:56:23", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { - "stars": 23, + "stars": 24, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 598 + "author_account_age_days": 612 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 165, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 871 + "author_account_age_days": 885 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { - "stars": 131, + "stars": 132, "last_update": "2025-01-17 14:30:04", - "author_account_age_days": 5185 + "author_account_age_days": 5200 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 2, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1638 + "author_account_age_days": 1653 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { - "stars": 2, + "stars": 3, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2446 + "author_account_age_days": 2461 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 7, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 1849 + "author_account_age_days": 1863 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 21, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 1849 + "author_account_age_days": 1863 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { - "stars": 6, + "stars": 7, "last_update": "2024-11-01 07:41:03", - "author_account_age_days": 924 + "author_account_age_days": 938 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 7, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3421 + "author_account_age_days": 3435 + }, + "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { + "stars": 1, + "last_update": "2025-02-07 19:12:01", + "author_account_age_days": 1837 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 1, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3112 + "author_account_age_days": 3126 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5547 + "author_account_age_days": 5562 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 495 + "author_account_age_days": 509 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 746 + "author_account_age_days": 760 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 3, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 746 + "author_account_age_days": 760 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 8, "last_update": "2024-08-13 01:11:21", - "author_account_age_days": 746 + "author_account_age_days": 760 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 5, "last_update": "2024-10-06 07:46:05", - "author_account_age_days": 276 + "author_account_age_days": 290 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3393 + "author_account_age_days": 3407 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 101, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 281 + "author_account_age_days": 296 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 281 + "author_account_age_days": 296 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 228, + "stars": 235, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 281 + "author_account_age_days": 296 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { - "stars": 528, - "last_update": "2024-12-20 01:10:37", - "author_account_age_days": 281 + "stars": 533, + "last_update": "2025-01-27 13:41:40", + "author_account_age_days": 296 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 113, "last_update": "2024-08-24 06:18:57", - "author_account_age_days": 281 + "author_account_age_days": 296 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 281 + "author_account_age_days": 296 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 48, "last_update": "2024-08-15 19:21:36", - "author_account_age_days": 281 + "author_account_age_days": 296 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 18, "last_update": "2024-08-02 19:54:17", - "author_account_age_days": 2731 + "author_account_age_days": 2746 }, "https://github.com/MitoshiroPJ/comfyui_slothful_attention": { "stars": 7, "last_update": "2024-05-22 22:09:15", - "author_account_age_days": 4183 + "author_account_age_days": 4198 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3140 + "author_account_age_days": 3154 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 36, - "last_update": "2025-01-26 06:07:45", - "author_account_age_days": 1242 + "stars": 38, + "last_update": "2025-02-08 05:18:36", + "author_account_age_days": 1256 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 17, "last_update": "2025-01-07 19:10:27", - "author_account_age_days": 595 + "author_account_age_days": 609 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 4, "last_update": "2025-01-25 10:38:15", - "author_account_age_days": 45 + "author_account_age_days": 60 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 204, + "stars": 207, "last_update": "2024-10-18 04:02:27", - "author_account_age_days": 144 + "author_account_age_days": 159 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 39, + "stars": 43, "last_update": "2024-11-13 03:38:07", - "author_account_age_days": 144 + "author_account_age_days": 159 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { - "stars": 18, + "stars": 19, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 144 + "author_account_age_days": 159 }, "https://github.com/Moooonet/ComfyUI-ArteMoon": { "stars": 2, "last_update": "2024-09-29 15:04:10", - "author_account_age_days": 203 + "author_account_age_days": 217 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 2656, + "stars": 2743, "last_update": "2025-01-24 18:41:37", - "author_account_age_days": 1777 + "author_account_age_days": 1791 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 520, + "stars": 527, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1777 + "author_account_age_days": 1791 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 16, "last_update": "2024-07-08 20:40:49", - "author_account_age_days": 3807 + "author_account_age_days": 3821 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { - "stars": 26, + "stars": 27, "last_update": "2024-06-28 05:57:03", - "author_account_age_days": 3261 + "author_account_age_days": 3275 + }, + "https://github.com/MushroomFleet/DJZ-KokoroTTS": { + "stars": 1, + "last_update": "2025-02-08 20:45:07", + "author_account_age_days": 3951 }, "https://github.com/MushroomFleet/DJZ-Nodes": { - "stars": 30, - "last_update": "2025-01-25 22:34:18", - "author_account_age_days": 3937 + "stars": 32, + "last_update": "2025-02-04 12:57:48", + "author_account_age_days": 3951 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 45, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 187 + "author_account_age_days": 202 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 2, - "last_update": "2024-10-21 22:42:15", - "author_account_age_days": 1954 + "last_update": "2025-02-08 22:45:03", + "author_account_age_days": 1968 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { - "stars": 59, + "stars": 61, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 293 + "author_account_age_days": 307 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 2, "last_update": "2024-08-06 11:13:51", - "author_account_age_days": 794 + "author_account_age_days": 808 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 28, + "stars": 29, "last_update": "2024-09-25 01:40:47", - "author_account_age_days": 3896 + "author_account_age_days": 3910 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 2, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 578 + "author_account_age_days": 592 }, "https://github.com/NakamuraShippo/ComfyUI-PromptList": { "stars": 8, "last_update": "2024-11-03 02:25:08", - "author_account_age_days": 578 + "author_account_age_days": 592 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4504 + "author_account_age_days": 4519 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1540 + "author_account_age_days": 1554 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 35, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 309 + "author_account_age_days": 324 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 6, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 309 + "author_account_age_days": 324 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 309 + "author_account_age_days": 324 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 309 + "author_account_age_days": 324 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 742 + "author_account_age_days": 757 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 5, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 873 + "author_account_age_days": 888 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 14, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5365 + "author_account_age_days": 5380 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 818, + "stars": 830, "last_update": "2025-01-15 17:26:18", - "author_account_age_days": 460 + "author_account_age_days": 474 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 35, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 460 + "author_account_age_days": 474 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1258 + "author_account_age_days": 1272 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { - "stars": 13, + "stars": 14, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4047 + "author_account_age_days": 4061 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 19, - "last_update": "2024-12-17 20:52:30", - "author_account_age_days": 3035 + "last_update": "2025-01-28 23:38:21", + "author_account_age_days": 3050 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2199 + "author_account_age_days": 2213 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 240, + "stars": 246, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3061 + "author_account_age_days": 3076 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 211, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4695 + "author_account_age_days": 4709 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 530, + "stars": 531, "last_update": "2024-09-12 20:12:08", - "author_account_age_days": 4695 - }, - "https://github.com/NyaamZ/ComfyUI-GetBooruTag-ED": { - "stars": 1, - "last_update": "2025-01-12 09:34:07", - "author_account_age_days": 2332 + "author_account_age_days": 4709 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 3, - "last_update": "2025-01-19 01:59:11", - "author_account_age_days": 2332 + "last_update": "2025-02-04 17:33:17", + "author_account_age_days": 2347 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 14, - "last_update": "2025-01-22 14:05:19", - "author_account_age_days": 2332 + "last_update": "2025-02-08 23:01:46", + "author_account_age_days": 2347 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1388 + "author_account_age_days": 1402 }, "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery": { "stars": 29, "last_update": "2024-09-17 11:48:44", - "author_account_age_days": 169 + "author_account_age_days": 183 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { - "stars": 83, + "stars": 85, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2341 + "author_account_age_days": 2356 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 3, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 1951 + "author_account_age_days": 1966 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 18, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 991 + "author_account_age_days": 1005 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2749 + "author_account_age_days": 2763 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 15, "last_update": "2024-05-22 21:27:10", - "author_account_age_days": 1881 + "author_account_age_days": 1895 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 2, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3043 + "author_account_age_days": 3058 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2024-06-23 21:04:43", - "author_account_age_days": 4985 + "author_account_age_days": 5000 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 3858 + "author_account_age_days": 3873 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 1, "last_update": "2024-12-11 17:41:42", - "author_account_age_days": 2059 + "author_account_age_days": 2073 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 20, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3423 + "author_account_age_days": 3437 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 1, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5441 + "author_account_age_days": 5455 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 249 + "author_account_age_days": 264 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 6 + "author_account_age_days": 20 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 1, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 326 + "author_account_age_days": 341 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 2, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2767 + "author_account_age_days": 2781 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 798 + "author_account_age_days": 812 }, "https://github.com/Positliver/comfyui-zegr": { - "stars": 0, - "last_update": "2025-01-26 08:24:31", - "author_account_age_days": 3607 + "stars": 2, + "last_update": "2025-01-26 11:51:59", + "author_account_age_days": 3622 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2121, + "stars": 2149, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 179 + "author_account_age_days": 193 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 2, "last_update": "2024-12-21 12:05:13", - "author_account_age_days": 41 + "author_account_age_days": 55 + }, + "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { + "stars": 28, + "last_update": "2025-02-06 00:00:40", + "author_account_age_days": 3672 + }, + "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { + "stars": 6, + "last_update": "2025-02-07 00:22:02", + "author_account_age_days": 3672 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 0, "last_update": "2024-09-17 20:46:33", - "author_account_age_days": 486 + "author_account_age_days": 500 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2024-11-03 01:52:39", - "author_account_age_days": 2150 + "author_account_age_days": 2164 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 3, "last_update": "2024-12-25 16:01:52", - "author_account_age_days": 2150 + "author_account_age_days": 2164 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1466 + "author_account_age_days": 1480 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 5, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4147 + "author_account_age_days": 4162 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 6, "last_update": "2024-10-25 03:30:05", - "author_account_age_days": 2291 + "author_account_age_days": 2305 + }, + "https://github.com/ReBeating/ComfyUI-Artist-Selector": { + "stars": 2, + "last_update": "2025-01-29 06:42:48", + "author_account_age_days": 1608 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 6, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 402 + "author_account_age_days": 417 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 8, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1383 + "author_account_age_days": 1397 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 2, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1383 + "author_account_age_days": 1397 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 4, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1383 + "author_account_age_days": 1397 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { - "stars": 54, - "last_update": "2025-01-25 15:15:01", - "author_account_age_days": 120 + "stars": 56, + "last_update": "2025-02-07 20:04:41", + "author_account_age_days": 134 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 1, "last_update": "2024-11-25 09:51:35", - "author_account_age_days": 367 + "author_account_age_days": 381 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 5, "last_update": "2024-08-27 15:45:35", - "author_account_age_days": 964 + "author_account_age_days": 978 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 20, "last_update": "2024-06-21 07:29:14", - "author_account_age_days": 1597 + "author_account_age_days": 1612 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 2, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1145 + "author_account_age_days": 1159 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 24, + "stars": 30, "last_update": "2025-01-13 17:00:35", - "author_account_age_days": 415 + "author_account_age_days": 430 }, "https://github.com/Rvage0815/ComfyUI-RvTools": { "stars": 15, "last_update": "2024-11-28 15:10:43", - "author_account_age_days": 389 + "author_account_age_days": 404 }, "https://github.com/Rvage0815/ComfyUI-RvTools_v2": { "stars": 5, "last_update": "2024-12-27 09:42:55", - "author_account_age_days": 389 + "author_account_age_days": 404 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 37, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2628 + "author_account_age_days": 2643 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 126, - "last_update": "2024-10-26 06:14:27", - "author_account_age_days": 2628 + "stars": 131, + "last_update": "2025-02-04 15:58:04", + "author_account_age_days": 2643 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 1, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2628 + "author_account_age_days": 2643 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 6, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 873 + "author_account_age_days": 887 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { - "stars": 18, - "last_update": "2025-01-02 14:51:01", - "author_account_age_days": 1771 + "stars": 20, + "last_update": "2025-02-09 12:51:43", + "author_account_age_days": 1786 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { - "stars": 76, + "stars": 80, "last_update": "2024-08-03 18:32:58", - "author_account_age_days": 3913 + "author_account_age_days": 3928 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 12, "last_update": "2024-11-09 13:59:35", - "author_account_age_days": 3913 + "author_account_age_days": 3928 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2024-07-31 15:02:32", - "author_account_age_days": 4299 + "author_account_age_days": 4313 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 28, "last_update": "2024-06-28 19:25:13", - "author_account_age_days": 4299 + "author_account_age_days": 4313 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 60, "last_update": "2024-10-22 07:38:50", - "author_account_age_days": 515 + "author_account_age_days": 530 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 350, + "stars": 361, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1659 + "author_account_age_days": 1673 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 18, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 2819 + "author_account_age_days": 2833 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 14, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3412 + "author_account_age_days": 3426 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 14, + "stars": 15, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1326 + "author_account_age_days": 1340 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 10, + "stars": 11, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4722 + "author_account_age_days": 4736 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 127, + "stars": 129, "last_update": "2024-09-04 09:23:38", - "author_account_age_days": 292 + "author_account_age_days": 307 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 72, - "last_update": "2024-10-05 04:21:36", - "author_account_age_days": 1736 + "stars": 74, + "last_update": "2025-01-31 09:01:23", + "author_account_age_days": 1750 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 20, + "stars": 23, "last_update": "2024-10-05 04:43:42", - "author_account_age_days": 1736 + "author_account_age_days": 1750 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 71, + "stars": 72, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4387 + "author_account_age_days": 4402 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 818, + "stars": 822, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4387 + "author_account_age_days": 4402 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 84, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 2824 + "author_account_age_days": 2838 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 3, "last_update": "2024-06-15 13:04:49", - "author_account_age_days": 3613 + "author_account_age_days": 3627 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 253, - "last_update": "2024-12-31 06:28:12", - "author_account_age_days": 65 + "stars": 262, + "last_update": "2025-02-03 13:59:51", + "author_account_age_days": 79 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 4, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1513 + "author_account_age_days": 1527 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 331 + "author_account_age_days": 345 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { - "stars": 14, + "stars": 16, "last_update": "2024-09-05 00:09:26", - "author_account_age_days": 602 + "author_account_age_days": 616 }, "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": 602 + "author_account_age_days": 616 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2024-07-04 02:22:10", - "author_account_age_days": 618 + "author_account_age_days": 632 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { - "stars": 6, + "stars": 7, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 18, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1421 + "author_account_age_days": 1435 + }, + "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { + "stars": 13, + "last_update": "2025-01-27 17:14:24", + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { - "stars": 6, + "stars": 7, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 59, - "last_update": "2024-10-19 17:01:30", - "author_account_age_days": 1421 + "stars": 66, + "last_update": "2025-01-30 05:41:50", + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { - "stars": 31, + "stars": 32, "last_update": "2024-12-23 10:41:30", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { - "stars": 13, - "last_update": "2025-01-09 18:22:56", - "author_account_age_days": 1421 + "stars": 15, + "last_update": "2025-02-05 19:26:18", + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 40, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { - "stars": 36, + "stars": 38, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1421 + "author_account_age_days": 1435 + }, + "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { + "stars": 9, + "last_update": "2025-01-30 06:19:40", + "author_account_age_days": 1435 + }, + "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { + "stars": 3, + "last_update": "2025-02-04 08:56:23", + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 344, - "last_update": "2025-01-25 11:56:04", - "author_account_age_days": 1421 + "stars": 391, + "last_update": "2025-02-06 06:12:11", + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2024-06-14 11:50:52", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { - "stars": 31, + "stars": 36, "last_update": "2025-01-22 15:26:47", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 27, "last_update": "2024-10-12 02:07:36", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { - "stars": 4, + "stars": 6, "last_update": "2025-01-08 10:59:35", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 14, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { - "stars": 123, + "stars": 125, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1421 + "author_account_age_days": 1435 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 6, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2532 + "author_account_age_days": 2547 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 35, + "stars": 36, "last_update": "2024-11-15 10:53:43", - "author_account_age_days": 668 + "author_account_age_days": 683 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 4, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 1899 + "author_account_age_days": 1913 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 1, "last_update": "2025-01-22 09:37:35", - "author_account_age_days": 2391 + "author_account_age_days": 2406 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 1, "last_update": "2025-01-12 12:44:34", - "author_account_age_days": 2391 + "author_account_age_days": 2406 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 4, "last_update": "2024-12-21 02:21:41", - "author_account_age_days": 1413 + "author_account_age_days": 1428 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { - "stars": 48, + "stars": 51, "last_update": "2024-12-21 22:36:22", - "author_account_age_days": 3777 + "author_account_age_days": 3792 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 148, + "stars": 154, "last_update": "2024-12-08 10:35:19", - "author_account_age_days": 1727 + "author_account_age_days": 1742 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 907 + "author_account_age_days": 921 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 10, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3739 + "author_account_age_days": 3754 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 6, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3739 + "author_account_age_days": 3754 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 10, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3739 + "author_account_age_days": 3754 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 23, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3739 + "author_account_age_days": 3754 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 22, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3739 + "author_account_age_days": 3754 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 1, "last_update": "2025-01-18 10:28:11", - "author_account_age_days": 52 + "author_account_age_days": 67 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { - "stars": 21, + "stars": 22, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4463 + "author_account_age_days": 4477 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 295 + "author_account_age_days": 309 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 4, "last_update": "2024-11-23 22:56:20", - "author_account_age_days": 295 + "author_account_age_days": 309 }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { "stars": 6, "last_update": "2024-05-22 22:11:52", - "author_account_age_days": 424 + "author_account_age_days": 438 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2024-12-30 01:26:43", - "author_account_age_days": 168 + "author_account_age_days": 182 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 3, "last_update": "2024-11-22 01:45:46", - "author_account_age_days": 168 + "author_account_age_days": 182 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-01-01 01:36:41", - "author_account_age_days": 168 + "author_account_age_days": 182 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { - "stars": 71, + "stars": 72, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 2931 + "author_account_age_days": 2945 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { - "stars": 1, - "last_update": "2025-01-24 08:48:52", - "author_account_age_days": 2158 + "stars": 2, + "last_update": "2025-02-05 23:48:10", + "author_account_age_days": 2172 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { - "stars": 52, + "stars": 53, "last_update": "2024-06-06 14:18:15", - "author_account_age_days": 1058 + "author_account_age_days": 1073 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 208, + "stars": 209, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1058 + "author_account_age_days": 1073 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { - "stars": 20, - "last_update": "2025-01-20 18:40:38", - "author_account_age_days": 174 + "stars": 27, + "last_update": "2025-02-07 17:41:51", + "author_account_age_days": 188 + }, + "https://github.com/StarAsh042/ComfyUI_RollingArtist": { + "stars": 0, + "last_update": "2025-02-09 11:17:04", + "author_account_age_days": 3239 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 3, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3762 + "author_account_age_days": 3776 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 12, - "last_update": "2025-01-26 07:29:03", - "author_account_age_days": 218 + "stars": 19, + "last_update": "2025-02-08 18:40:23", + "author_account_age_days": 232 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { - "stars": 119, + "stars": 120, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 6, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 204, + "stars": 203, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 9, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { - "stars": 19, + "stars": 21, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 17, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3051 - }, - "https://github.com/StartHua/Comfyui_CXH_joy_caption": { - "stars": 491, - "last_update": "2025-01-20 09:54:31", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 15, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 47, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { - "stars": 70, + "stars": 72, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3051 + "author_account_age_days": 3065 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 18, - "last_update": "2025-01-14 18:15:36", - "author_account_age_days": 352 + "last_update": "2025-02-08 22:11:01", + "author_account_age_days": 366 + }, + "https://github.com/Style-Mosaic/dino-x-comfyui-node": { + "stars": 1, + "last_update": "2025-01-28 21:40:18", + "author_account_age_days": 97 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { - "stars": 148, + "stars": 150, "last_update": "2024-07-31 02:48:34", - "author_account_age_days": 305 + "author_account_age_days": 319 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2024-06-20 15:06:51", - "author_account_age_days": 3794 + "author_account_age_days": 3808 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 756, + "stars": 769, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2365 + "author_account_age_days": 2380 }, "https://github.com/Sxela/ComfyWarp": { - "stars": 34, - "last_update": "2024-11-16 07:17:05", - "author_account_age_days": 3588 + "stars": 35, + "last_update": "2025-02-09 10:01:14", + "author_account_age_days": 3602 + }, + "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { + "stars": 4, + "last_update": "2025-01-31 22:21:13", + "author_account_age_days": 626 }, "https://github.com/TGu-97/ComfyUI-TGu-utils": { "stars": 1, "last_update": "2024-05-22 21:07:45", - "author_account_age_days": 745 + "author_account_age_days": 760 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { - "stars": 126, + "stars": 127, "last_update": "2024-06-25 02:59:28", - "author_account_age_days": 3907 + "author_account_age_days": 3921 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 182, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 3907 + "author_account_age_days": 3921 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 145, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2751 + "author_account_age_days": 2765 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 1, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 335 + "author_account_age_days": 350 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 387, + "stars": 389, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 313 + "author_account_age_days": 327 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 5, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 654 + "author_account_age_days": 669 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { - "stars": 26, - "last_update": "2025-01-24 13:35:09", - "author_account_age_days": 654 + "stars": 27, + "last_update": "2025-01-29 07:41:01", + "author_account_age_days": 669 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { - "stars": 23, + "stars": 24, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 419 + "author_account_age_days": 433 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 163, + "stars": 164, "last_update": "2024-10-19 17:25:50", - "author_account_age_days": 419 + "author_account_age_days": 433 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 627, + "stars": 634, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 419 + "author_account_age_days": 433 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 28, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 419 + "author_account_age_days": 433 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 487, + "stars": 507, "last_update": "2025-01-12 04:28:09", - "author_account_age_days": 419 + "author_account_age_days": 433 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 2, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 247 + "author_account_age_days": 261 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { - "stars": 1, + "stars": 2, "last_update": "2025-01-17 13:52:42", - "author_account_age_days": 3265 + "author_account_age_days": 3279 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 15, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3782 + "author_account_age_days": 3797 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 4, "last_update": "2024-05-22 23:08:34", - "author_account_age_days": 2431 + "author_account_age_days": 2445 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2024-05-22 23:08:45", - "author_account_age_days": 2431 + "author_account_age_days": 2445 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 25, "last_update": "2025-01-22 15:44:37", - "author_account_age_days": 2431 + "author_account_age_days": 2445 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3433 + "author_account_age_days": 3447 }, "https://github.com/TechnoByteJS/ComfyUI-TechNodes": { "stars": 15, "last_update": "2024-09-20 23:26:02", - "author_account_age_days": 1891 + "author_account_age_days": 1906 }, "https://github.com/TemryL/ComfyS3": { - "stars": 41, + "stars": 44, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1084 + "author_account_age_days": 1099 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 451, + "stars": 457, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1084 + "author_account_age_days": 1099 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 361, + "stars": 362, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 313 + "author_account_age_days": 328 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 98, + "stars": 103, "last_update": "2024-12-28 10:58:56", - "author_account_age_days": 142 + "author_account_age_days": 156 }, "https://github.com/TheBarret/ZSuite": { "stars": 8, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 2928 + "author_account_age_days": 2942 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 5, "last_update": "2024-08-28 07:45:11", - "author_account_age_days": 1657 + "author_account_age_days": 1672 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { - "stars": 4, + "stars": 5, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1657 + "author_account_age_days": 1672 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { - "stars": 424, + "stars": 428, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 381 + "author_account_age_days": 395 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1777 + "author_account_age_days": 1791 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1151 + "author_account_age_days": 1165 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 455, - "last_update": "2024-12-18 17:23:08", - "author_account_age_days": 837 + "stars": 460, + "last_update": "2025-02-06 16:25:03", + "author_account_age_days": 851 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { - "stars": 2, - "last_update": "2024-12-14 12:33:13", - "author_account_age_days": 2885 + "stars": 3, + "last_update": "2025-02-03 09:51:33", + "author_account_age_days": 2900 + }, + "https://github.com/Tr1dae/ComfyUI-Dequality": { + "stars": 0, + "last_update": "2025-02-08 06:39:02", + "author_account_age_days": 768 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 2, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 788 + "author_account_age_days": 802 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { - "stars": 45, + "stars": 46, "last_update": "2024-05-22 22:13:06", - "author_account_age_days": 1076 + "author_account_age_days": 1090 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { - "stars": 40, + "stars": 41, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4069 + "author_account_age_days": 4083 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { - "stars": 13, + "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4069 + "author_account_age_days": 4083 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 118, "last_update": "2025-01-22 10:23:43", - "author_account_age_days": 3596 + "author_account_age_days": 3610 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 227, + "stars": 228, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5137 + "author_account_age_days": 5152 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1501 + "author_account_age_days": 1515 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 434 + "author_account_age_days": 449 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 217, - "last_update": "2025-01-26 02:14:31", - "author_account_age_days": 458 + "stars": 222, + "last_update": "2025-02-01 02:28:19", + "author_account_age_days": 472 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3196 + "author_account_age_days": 3211 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 494 + "author_account_age_days": 509 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 18, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 494 + "author_account_age_days": 509 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 1, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3194 + "author_account_age_days": 3209 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 10, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1571 + "author_account_age_days": 1586 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 2, - "last_update": "2025-01-22 13:02:13", - "author_account_age_days": 332 + "last_update": "2025-02-08 16:49:42", + "author_account_age_days": 346 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 94, - "last_update": "2025-01-25 19:15:02", - "author_account_age_days": 1135 + "stars": 125, + "last_update": "2025-02-09 03:38:50", + "author_account_age_days": 1150 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 100, + "stars": 101, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2126 + "author_account_age_days": 2140 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 29, "last_update": "2024-10-27 01:50:32", - "author_account_age_days": 4841 + "author_account_age_days": 4855 }, "https://github.com/WASasquatch/FreeU_Advanced": { - "stars": 116, + "stars": 117, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 4841 + "author_account_age_days": 4855 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 23, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 4841 + "author_account_age_days": 4855 }, "https://github.com/WASasquatch/PowerNoiseSuite": { - "stars": 72, + "stars": 71, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 4841 + "author_account_age_days": 4855 }, "https://github.com/WASasquatch/WAS_Extras": { - "stars": 32, + "stars": 33, "last_update": "2024-06-17 04:08:37", - "author_account_age_days": 4841 + "author_account_age_days": 4855 }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 1324, - "last_update": "2024-12-20 16:46:02", - "author_account_age_days": 4841 + "stars": 1345, + "last_update": "2025-02-07 16:42:36", + "author_account_age_days": 4855 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { - "stars": 1, + "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2428 + "author_account_age_days": 2442 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 6, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 192 + "author_account_age_days": 206 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 2, "last_update": "2025-01-14 02:01:05", - "author_account_age_days": 838 + "author_account_age_days": 853 }, "https://github.com/WainWong/ComfyUI-Loop-image": { - "stars": 30, + "stars": 31, "last_update": "2025-01-25 08:36:38", - "author_account_age_days": 2838 + "author_account_age_days": 2853 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 2, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3175 + "author_account_age_days": 3190 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 1, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 542 + "author_account_age_days": 557 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 3968 + "author_account_age_days": 3982 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { - "stars": 4, - "last_update": "2025-01-12 04:32:37", - "author_account_age_days": 754 + "stars": 22, + "last_update": "2025-01-31 04:28:34", + "author_account_age_days": 768 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 2, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 3859 + "author_account_age_days": 3874 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { - "stars": 36, + "stars": 37, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1379 + "author_account_age_days": 1393 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1299, + "stars": 1327, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 173 + "author_account_age_days": 188 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 28, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 153 + "author_account_age_days": 167 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 2, "last_update": "2025-01-24 14:35:29", - "author_account_age_days": 3604 - }, - "https://github.com/XieChengYuan/comfyui_kj": { - "stars": 1, - "last_update": "2025-01-22 15:55:59", - "author_account_age_days": 2645 + "author_account_age_days": 3618 }, "https://github.com/XmYx/deforum-comfy-nodes": { - "stars": 171, + "stars": 173, "last_update": "2024-12-05 21:10:04", - "author_account_age_days": 2821 + "author_account_age_days": 2836 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4540 + "author_account_age_days": 4554 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 1, "last_update": "2024-08-03 06:01:00", - "author_account_age_days": 2911 + "author_account_age_days": 2925 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { - "stars": 17, + "stars": 18, "last_update": "2024-05-22 21:15:51", - "author_account_age_days": 2911 + "author_account_age_days": 2925 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 14, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 3971 + "author_account_age_days": 3985 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 123, + "stars": 131, "last_update": "2024-10-12 15:56:48", - "author_account_age_days": 1029 + "author_account_age_days": 1044 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 2, "last_update": "2025-01-21 21:31:26", - "author_account_age_days": 422 + "author_account_age_days": 436 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1002 + "author_account_age_days": 1016 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1656 + "author_account_age_days": 1670 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 2, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1656 + "author_account_age_days": 1670 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 356, + "stars": 358, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 20, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 467, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 748, + "stars": 755, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 555 + "author_account_age_days": 570 + }, + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { + "stars": 72, + "last_update": "2025-01-29 19:03:09", + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 73, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 692, + "stars": 696, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1374, + "stars": 1379, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { - "stars": 200, + "stars": 201, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 798, + "stars": 800, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { - "stars": 48, + "stars": 49, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { - "stars": 96, + "stars": 97, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 198, + "stars": 199, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 107, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 103, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 145, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 657, + "stars": 661, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1657, + "stars": 1667, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 555 + "author_account_age_days": 570 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 21, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1489 + "author_account_age_days": 1503 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 28, "last_update": "2024-08-19 06:43:55", - "author_account_age_days": 5755 + "author_account_age_days": 5770 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 2, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1409 + "author_account_age_days": 1424 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 1, "last_update": "2025-01-14 18:28:43", - "author_account_age_days": 4836 + "author_account_age_days": 4851 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 738 + "author_account_age_days": 753 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 117, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 738 + "author_account_age_days": 753 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 35, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 738 + "author_account_age_days": 753 }, "https://github.com/a-und-b/ComfyUI_Delay": { - "stars": 3, + "stars": 4, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 656 + "author_account_age_days": 670 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 3, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 656 + "author_account_age_days": 670 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 1, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 656 + "author_account_age_days": 670 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5018 + "author_account_age_days": 5032 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { - "stars": 9, - "last_update": "2024-12-07 11:44:06", - "author_account_age_days": 368 + "stars": 11, + "last_update": "2025-02-04 18:48:31", + "author_account_age_days": 383 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 288 + "author_account_age_days": 303 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 288 + "author_account_age_days": 303 }, "https://github.com/abyz22/image_control": { "stars": 15, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 378 + "author_account_age_days": 392 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 28, + "stars": 29, "last_update": "2024-11-23 13:08:46", - "author_account_age_days": 4043 + "author_account_age_days": 4058 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 4, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 919 + "author_account_age_days": 933 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 272, + "stars": 273, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5232 + "author_account_age_days": 5247 }, "https://github.com/adigayung/ComfyUI-Translator": { - "stars": 5, + "stars": 6, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 429 + "author_account_age_days": 443 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2438 + "author_account_age_days": 2452 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 31, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 799 + "author_account_age_days": 813 }, "https://github.com/aegis72/comfyui-styles-all": { - "stars": 48, + "stars": 50, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 799 + "author_account_age_days": 813 + }, + "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { + "stars": 4, + "last_update": "2025-02-09 06:39:18", + "author_account_age_days": 2114 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { - "stars": 1, + "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4211 + "author_account_age_days": 4226 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1736 + "author_account_age_days": 1751 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1736 + "author_account_age_days": 1751 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { - "stars": 7, + "stars": 8, "last_update": "2024-12-19 08:13:44", - "author_account_age_days": 228 + "author_account_age_days": 242 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 489 + "author_account_age_days": 504 + }, + "https://github.com/aiartvn/A2V_Multi_Image_Composite": { + "stars": 0, + "last_update": "2025-02-02 04:14:06", + "author_account_age_days": 15 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { - "stars": 2, - "last_update": "2025-01-25 05:52:31", - "author_account_age_days": 4119 + "stars": 3, + "last_update": "2025-02-05 00:33:24", + "author_account_age_days": 4133 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 95, + "stars": 98, "last_update": "2024-12-31 10:12:40", - "author_account_age_days": 4764 + "author_account_age_days": 4778 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 1749, + "stars": 1911, "last_update": "2025-01-23 07:52:48", - "author_account_age_days": 534 + "author_account_age_days": 548 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 3, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 2886 + "author_account_age_days": 2901 }, "https://github.com/ainewsto/comfyui-labs-google": { - "stars": 51, + "stars": 56, "last_update": "2025-01-10 09:53:04", - "author_account_age_days": 870 + "author_account_age_days": 884 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 3, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 205 + "author_account_age_days": 219 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { - "stars": 24, + "stars": 25, "last_update": "2025-01-19 07:40:04", - "author_account_age_days": 251 + "author_account_age_days": 265 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 198, + "stars": 199, "last_update": "2024-12-13 01:44:03", - "author_account_age_days": 251 + "author_account_age_days": 265 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 238, + "stars": 249, "last_update": "2024-12-26 22:37:39", - "author_account_age_days": 251 + "author_account_age_days": 265 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { - "stars": 79, + "stars": 80, "last_update": "2024-12-13 01:44:29", - "author_account_age_days": 251 + "author_account_age_days": 265 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 1, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2550 + "author_account_age_days": 2564 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2550 + "author_account_age_days": 2564 }, "https://github.com/akspa0/ComfyUI-FapMixPlus": { "stars": 2, "last_update": "2024-11-11 02:59:10", - "author_account_age_days": 346 + "author_account_age_days": 360 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1145 + "author_account_age_days": 1159 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { - "stars": 4, + "stars": 5, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1145 + "author_account_age_days": 1159 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 31, - "last_update": "2024-11-28 12:32:25", - "author_account_age_days": 1145 + "stars": 35, + "last_update": "2025-02-08 00:51:44", + "author_account_age_days": 1159 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 11, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3706 + "author_account_age_days": 3720 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1412 + "author_account_age_days": 1427 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 43, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1412 + "author_account_age_days": 1427 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { - "stars": 18, + "stars": 19, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1412 + "author_account_age_days": 1427 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 34, - "last_update": "2024-12-28 23:17:34", - "author_account_age_days": 3802 + "stars": 44, + "last_update": "2025-01-27 23:30:12", + "author_account_age_days": 3817 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 6, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5230 + "author_account_age_days": 5244 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-01-04 10:38:45", - "author_account_age_days": 3501 + "author_account_age_days": 3516 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 60, - "last_update": "2024-12-08 20:23:34", - "author_account_age_days": 2895 + "stars": 62, + "last_update": "2025-02-05 20:35:28", + "author_account_age_days": 2910 }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 102, + "stars": 106, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5076 + "author_account_age_days": 5090 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 60, + "stars": 62, "last_update": "2025-01-19 12:05:48", - "author_account_age_days": 816 + "author_account_age_days": 830 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2024-09-07 13:32:12", - "author_account_age_days": 1488 + "author_account_age_days": 1503 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 91, "last_update": "2025-01-23 17:30:20", - "author_account_age_days": 1488 + "author_account_age_days": 1503 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2210 + "author_account_age_days": 2224 }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 94, + "stars": 95, "last_update": "2025-01-17 21:00:45", - "author_account_age_days": 876 + "author_account_age_days": 890 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 68, - "last_update": "2024-12-07 20:06:38", - "author_account_age_days": 876 + "last_update": "2025-02-08 20:38:49", + "author_account_age_days": 890 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 404 + "author_account_age_days": 418 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 23, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3169 + "author_account_age_days": 3183 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 2, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6008 + "author_account_age_days": 6023 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2044 + "author_account_age_days": 2058 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 2, "last_update": "2024-09-14 14:08:22", - "author_account_age_days": 1966 + "author_account_age_days": 1980 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 17, "last_update": "2025-01-22 03:46:03", - "author_account_age_days": 3078 + "author_account_age_days": 3093 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 3, - "last_update": "2025-01-15 10:50:51", - "author_account_age_days": 5963 + "last_update": "2025-02-04 04:36:10", + "author_account_age_days": 5978 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 30, - "last_update": "2025-01-15 18:27:44", - "author_account_age_days": 2561 + "stars": 31, + "last_update": "2025-02-07 06:57:09", + "author_account_age_days": 2575 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2024-12-29 01:08:36", - "author_account_age_days": 3750 + "author_account_age_days": 3764 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { - "stars": 45, + "stars": 47, "last_update": "2024-11-23 17:37:39", - "author_account_age_days": 656 + "author_account_age_days": 671 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 40, "last_update": "2024-07-31 16:02:55", - "author_account_age_days": 656 + "author_account_age_days": 671 }, "https://github.com/asagi4/ComfyUI-NPNet": { - "stars": 17, + "stars": 18, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 656 + "author_account_age_days": 671 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 242, + "stars": 243, "last_update": "2025-01-12 13:58:43", - "author_account_age_days": 656 + "author_account_age_days": 671 }, "https://github.com/asagi4/comfyui-utility-nodes": { - "stars": 7, - "last_update": "2024-05-25 11:40:49", - "author_account_age_days": 656 + "stars": 8, + "last_update": "2025-01-30 23:01:52", + "author_account_age_days": 671 + }, + "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { + "stars": 0, + "last_update": "2025-02-09 02:50:51", + "author_account_age_days": 244 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 17, - "last_update": "2025-01-24 19:07:56", - "author_account_age_days": 5127 + "stars": 24, + "last_update": "2025-02-04 21:18:19", + "author_account_age_days": 5141 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 144, + "stars": 147, "last_update": "2024-08-15 18:37:19", - "author_account_age_days": 2943 + "author_account_age_days": 2957 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 120, + "stars": 122, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2564 + "author_account_age_days": 2578 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 23, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4336 + "author_account_age_days": 4351 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 72, + "stars": 75, "last_update": "2025-01-05 19:27:21", - "author_account_age_days": 4336 + "author_account_age_days": 4351 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 256, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1070 + "author_account_age_days": 1084 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 11, "last_update": "2025-01-26 02:31:14", - "author_account_age_days": 3774 + "author_account_age_days": 3789 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 3, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 517 + "author_account_age_days": 531 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 36, "last_update": "2024-12-09 10:33:40", - "author_account_age_days": 1986 + "author_account_age_days": 2000 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 66, + "stars": 67, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5578 + "author_account_age_days": 5593 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 9, "last_update": "2024-12-03 09:26:50", - "author_account_age_days": 1047 + "author_account_age_days": 1061 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { - "stars": 14, - "last_update": "2025-01-15 10:26:57", - "author_account_age_days": 2750 + "stars": 15, + "last_update": "2025-02-06 19:52:25", + "author_account_age_days": 2764 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 5, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2750 + "author_account_age_days": 2764 }, "https://github.com/banodoco/steerable-motion": { "stars": 869, "last_update": "2024-06-15 23:01:54", - "author_account_age_days": 617 + "author_account_age_days": 632 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 1, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2514 + "author_account_age_days": 2529 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 7, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4342 + "author_account_age_days": 4357 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 126, - "last_update": "2024-11-02 07:57:28", - "author_account_age_days": 4403 + "stars": 130, + "last_update": "2025-01-30 23:49:50", + "author_account_age_days": 4417 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 1, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3181 + "author_account_age_days": 3195 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 51, + "stars": 52, "last_update": "2024-12-23 19:50:16", - "author_account_age_days": 578 + "author_account_age_days": 593 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { - "stars": 21, + "stars": 24, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 328 + "author_account_age_days": 343 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 18, + "stars": 26, "last_update": "2025-01-24 14:45:54", - "author_account_age_days": 328 + "author_account_age_days": 343 }, "https://github.com/bentoml/comfy-pack": { - "stars": 91, - "last_update": "2025-01-24 01:40:08", - "author_account_age_days": 2126 + "stars": 99, + "last_update": "2025-02-04 14:02:32", + "author_account_age_days": 2140 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3723 + "author_account_age_days": 3737 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": { - "stars": 6, + "stars": 7, "last_update": "2025-01-25 15:50:01", - "author_account_age_days": 2152 + "author_account_age_days": 2166 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { - "stars": 2, + "stars": 3, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 272 + "author_account_age_days": 287 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { - "stars": 52, - "last_update": "2025-01-16 16:05:24", - "author_account_age_days": 312 + "stars": 56, + "last_update": "2025-02-07 22:13:26", + "author_account_age_days": 327 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 2, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3089 + "author_account_age_days": 3103 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 69, + "stars": 77, "last_update": "2025-01-19 08:07:27", - "author_account_age_days": 370 + "author_account_age_days": 384 }, "https://github.com/blepping/ComfyUI-sonar": { - "stars": 40, - "last_update": "2024-12-12 22:16:46", - "author_account_age_days": 370 + "stars": 41, + "last_update": "2025-02-01 00:33:04", + "author_account_age_days": 384 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { - "stars": 22, + "stars": 23, "last_update": "2025-01-13 09:38:01", - "author_account_age_days": 370 + "author_account_age_days": 384 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 121, "last_update": "2024-12-25 04:47:01", - "author_account_age_days": 370 + "author_account_age_days": 384 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 25, - "last_update": "2024-12-07 21:16:44", - "author_account_age_days": 370 + "last_update": "2025-02-07 19:21:00", + "author_account_age_days": 384 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 166, "last_update": "2024-08-20 14:47:54", - "author_account_age_days": 489 + "author_account_age_days": 503 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 6, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 284 + "author_account_age_days": 298 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 4, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 528 + "author_account_age_days": 543 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2024-07-08 12:38:26", - "author_account_age_days": 4783 + "author_account_age_days": 4797 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 49, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3752 + "author_account_age_days": 3766 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3752 + "author_account_age_days": 3766 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 3, "last_update": "2024-05-22 20:18:07", - "author_account_age_days": 3752 + "author_account_age_days": 3766 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2024-10-18 19:41:01", - "author_account_age_days": 3752 + "author_account_age_days": 3766 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 6, "last_update": "2024-08-02 22:01:12", - "author_account_age_days": 3752 + "author_account_age_days": 3766 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 2, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 4960 + "author_account_age_days": 4975 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 5, "last_update": "2025-01-22 09:09:14", - "author_account_age_days": 124 + "author_account_age_days": 138 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 4, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 124 + "author_account_age_days": 138 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 2, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 124 + "author_account_age_days": 138 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { - "stars": 1, + "stars": 2, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 124 + "author_account_age_days": 138 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 1, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4774 + "author_account_age_days": 4789 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 1, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 3819 + "author_account_age_days": 3833 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 1, "last_update": "2024-08-27 03:47:58", - "author_account_age_days": 4314 + "author_account_age_days": 4328 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 11, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 3872 + "author_account_age_days": 3886 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 1, - "last_update": "2025-01-26 04:17:11", - "author_account_age_days": 3872 + "last_update": "2025-01-27 06:13:10", + "author_account_age_days": 3886 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 1, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 647 + "author_account_age_days": 661 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 19, "last_update": "2025-01-04 00:25:23", - "author_account_age_days": 1809 + "author_account_age_days": 1824 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { - "stars": 288, + "stars": 287, "last_update": "2024-05-30 14:23:40", - "author_account_age_days": 4455 + "author_account_age_days": 4470 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 47, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5371 + "author_account_age_days": 5385 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { - "stars": 35, + "stars": 36, "last_update": "2025-01-16 10:58:50", - "author_account_age_days": 2581 + "author_account_age_days": 2596 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 4902 + "author_account_age_days": 4916 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 1, - "last_update": "2025-01-23 15:28:48", - "author_account_age_days": 15 + "last_update": "2025-02-06 15:12:10", + "author_account_age_days": 29 + }, + "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { + "stars": 5, + "last_update": "2025-01-27 13:24:44", + "author_account_age_days": 4875 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 21, "last_update": "2024-08-03 03:58:44", - "author_account_age_days": 1390 + "author_account_age_days": 1405 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 2, "last_update": "2024-10-07 20:34:34", - "author_account_age_days": 1390 + "author_account_age_days": 1405 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 13, "last_update": "2024-08-03 03:58:28", - "author_account_age_days": 1390 + "author_account_age_days": 1405 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 11, + "stars": 12, "last_update": "2024-09-24 15:27:30", - "author_account_age_days": 1390 + "author_account_age_days": 1405 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { - "stars": 4, + "stars": 5, "last_update": "2024-12-28 21:19:19", - "author_account_age_days": 4730 + "author_account_age_days": 4745 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 3, "last_update": "2024-12-28 19:14:00", - "author_account_age_days": 4730 + "author_account_age_days": 4745 }, "https://github.com/cake-ml/tiny-sana-preview": { - "stars": 1, - "last_update": "2025-01-25 03:59:33", - "author_account_age_days": 97 + "stars": 3, + "last_update": "2025-02-08 00:36:49", + "author_account_age_days": 112 }, "https://github.com/calcuis/gguf": { - "stars": 5, - "last_update": "2025-01-26 02:00:25", - "author_account_age_days": 863 + "stars": 10, + "last_update": "2025-02-09 08:55:54", + "author_account_age_days": 877 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { - "stars": 41, + "stars": 43, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3518 + "author_account_age_days": 3533 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 2, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3518 + "author_account_age_days": 3533 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 1984 + "author_account_age_days": 1999 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 0, - "last_update": "2024-12-06 04:47:31", - "author_account_age_days": 747 + "last_update": "2025-02-09 12:12:33", + "author_account_age_days": 761 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 401, + "stars": 403, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1420 + "author_account_age_days": 1434 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 7, "last_update": "2024-05-23 00:09:02", - "author_account_age_days": 1420 + "author_account_age_days": 1434 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3511 + "author_account_age_days": 3526 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2024-08-28 20:13:26", - "author_account_age_days": 5227 + "author_account_age_days": 5242 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3614 + "author_account_age_days": 3629 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3614 + "author_account_age_days": 3629 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 2, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1681 + "author_account_age_days": 1695 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 32, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 2897 + "author_account_age_days": 2912 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 120, + "stars": 121, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1369 + "author_account_age_days": 1383 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4052 + "author_account_age_days": 4066 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4052 + "author_account_age_days": 4066 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 572 + "author_account_age_days": 586 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 572 + "author_account_age_days": 586 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 1, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1409 + "author_account_age_days": 1423 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 251, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { - "stars": 19, + "stars": 20, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-DragAnything": { - "stars": 68, + "stars": 69, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 399, + "stars": 401, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 129, + "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { - "stars": 51, + "stars": 53, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 29, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 35, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 50, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { - "stars": 211, + "stars": 212, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 136, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { - "stars": 83, + "stars": 84, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 227, + "stars": 229, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 154, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 100, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 52, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 15, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 19, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5049 + "author_account_age_days": 5064 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 79, - "last_update": "2024-10-03 16:28:57", - "author_account_age_days": 549 + "stars": 81, + "last_update": "2025-01-31 12:25:13", + "author_account_age_days": 564 + }, + "https://github.com/checkbins/checkbin-comfy": { + "stars": 0, + "last_update": "2025-01-31 18:05:33", + "author_account_age_days": 114 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 5, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 1950 + "author_account_age_days": 1965 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3631 + "author_account_age_days": 3645 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 312 + "author_account_age_days": 327 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1745 + "author_account_age_days": 1760 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 290, + "stars": 292, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 660 + "author_account_age_days": 674 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { - "stars": 26, + "stars": 27, "last_update": "2024-05-23 12:48:18", - "author_account_age_days": 660 + "author_account_age_days": 674 + }, + "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { + "stars": 11, + "last_update": "2025-02-05 04:47:32", + "author_account_age_days": 674 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 1826, + "stars": 1858, "last_update": "2025-01-26 08:56:06", - "author_account_age_days": 660 + "author_account_age_days": 674 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 130, - "last_update": "2025-01-23 16:24:52", - "author_account_age_days": 660 + "stars": 144, + "last_update": "2025-02-05 04:01:07", + "author_account_age_days": 674 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { - "stars": 25, + "stars": 26, "last_update": "2024-05-25 02:39:56", - "author_account_age_days": 660 + "author_account_age_days": 674 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 135, + "stars": 137, "last_update": "2024-11-06 09:00:01", - "author_account_age_days": 660 + "author_account_age_days": 674 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 99, + "stars": 103, "last_update": "2024-05-25 02:41:06", - "author_account_age_days": 660 + "author_account_age_days": 674 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 53, + "stars": 60, "last_update": "2024-08-27 06:39:31", - "author_account_age_days": 3065 + "author_account_age_days": 3079 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 149, + "stars": 157, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5739 + "author_account_age_days": 5753 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 1, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4188 + "author_account_age_days": 4202 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 8, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2012 + "author_account_age_days": 2027 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 73, + "stars": 74, "last_update": "2024-08-26 00:06:51", - "author_account_age_days": 948 + "author_account_age_days": 962 }, "https://github.com/chrisgoringe/cg-controller": { - "stars": 57, - "last_update": "2025-01-09 06:23:28", - "author_account_age_days": 4281 + "stars": 58, + "last_update": "2025-01-30 22:51:14", + "author_account_age_days": 4295 }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 300, - "last_update": "2024-11-29 02:05:30", - "author_account_age_days": 4281 + "stars": 305, + "last_update": "2025-02-01 01:02:12", + "author_account_age_days": 4295 }, "https://github.com/chrisgoringe/cg-noisetools": { - "stars": 9, + "stars": 12, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4281 + "author_account_age_days": 4295 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 29, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4281 + "author_account_age_days": 4295 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 577, + "stars": 588, "last_update": "2024-12-30 03:55:54", - "author_account_age_days": 4281 + "author_account_age_days": 4295 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 12, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 816 + "author_account_age_days": 831 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2270 + "author_account_age_days": 2285 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 182, + "stars": 187, "last_update": "2025-01-05 19:12:48", - "author_account_age_days": 1564 + "author_account_age_days": 1578 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { - "stars": 10, + "stars": 11, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1564 + "author_account_age_days": 1578 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1564 + "author_account_age_days": 1578 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { - "stars": 9, + "stars": 10, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1564 + "author_account_age_days": 1578 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { - "stars": 79, + "stars": 80, "last_update": "2024-08-09 11:19:02", - "author_account_age_days": 1564 + "author_account_age_days": 1578 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1564 + "author_account_age_days": 1578 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1564 + "author_account_age_days": 1578 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { - "stars": 3, + "stars": 5, "last_update": "2024-12-28 15:32:34", - "author_account_age_days": 4414 + "author_account_age_days": 4429 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 1, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4414 + "author_account_age_days": 4429 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { - "stars": 1, + "stars": 2, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4414 + "author_account_age_days": 4429 }, "https://github.com/ciri/comfyui-model-downloader": { - "stars": 37, + "stars": 42, "last_update": "2025-01-04 08:32:06", - "author_account_age_days": 5586 + "author_account_age_days": 5600 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 1357, + "stars": 1418, "last_update": "2025-01-08 15:35:24", - "author_account_age_days": 713 + "author_account_age_days": 727 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 86, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 713 + "author_account_age_days": 727 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 6, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 713 + "author_account_age_days": 727 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 468, + "stars": 474, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 713 + "author_account_age_days": 727 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 397, + "stars": 400, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 713 + "author_account_age_days": 727 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 270, + "stars": 272, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 713 + "author_account_age_days": 727 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 144, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 713 + "author_account_age_days": 727 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 5, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2721 + "author_account_age_days": 2735 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 4, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2721 + "author_account_age_days": 2735 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 116, + "stars": 120, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 814 + "author_account_age_days": 828 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 2916 + "author_account_age_days": 2931 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 3, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3044 + "author_account_age_days": 3059 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2024-12-17 04:00:58", - "author_account_age_days": 390 + "author_account_age_days": 404 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 3, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3014 + "author_account_age_days": 3028 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 3, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6065 + "author_account_age_days": 6079 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 64749, - "last_update": "2025-01-26 00:05:49", - "author_account_age_days": 765 + "stars": 66394, + "last_update": "2025-02-09 12:03:20", + "author_account_age_days": 779 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 552, + "stars": 561, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 765 + "author_account_age_days": 779 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 171, + "stars": 172, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 765 + "author_account_age_days": 779 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2117 + "author_account_age_days": 2131 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 2, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 4825 + "author_account_age_days": 4839 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { - "stars": 83, + "stars": 84, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 4879 + "author_account_age_days": 4893 }, "https://github.com/coolzilj/ComfyUI-Photopea": { - "stars": 127, + "stars": 129, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 4879 + "author_account_age_days": 4893 }, "https://github.com/coreyryanhanson/ComfyQR": { - "stars": 72, - "last_update": "2024-08-09 16:58:16", - "author_account_age_days": 3272 + "stars": 73, + "last_update": "2025-01-26 16:25:19", + "author_account_age_days": 3286 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, - "last_update": "2024-08-09 16:59:00", - "author_account_age_days": 3272 + "last_update": "2025-01-26 16:26:36", + "author_account_age_days": 3286 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 1, "last_update": "2024-12-28 00:30:43", - "author_account_age_days": 282 + "author_account_age_days": 296 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { - "stars": 3, + "stars": 4, "last_update": "2024-07-07 15:38:05", - "author_account_age_days": 324 + "author_account_age_days": 338 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 84, + "stars": 87, "last_update": "2024-07-07 15:31:17", - "author_account_age_days": 324 + "author_account_age_days": 338 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 66, + "stars": 68, "last_update": "2024-07-07 15:22:45", - "author_account_age_days": 324 + "author_account_age_days": 338 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 6, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1341 + "author_account_age_days": 1355 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 940, - "last_update": "2024-11-09 16:30:13", - "author_account_age_days": 4333 + "stars": 967, + "last_update": "2025-02-02 16:04:33", + "author_account_age_days": 4347 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 42, "last_update": "2024-09-24 23:39:03", - "author_account_age_days": 4333 + "author_account_age_days": 4347 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 75, + "stars": 77, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5227 + "author_account_age_days": 5241 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 378, + "stars": 384, "last_update": "2024-10-08 12:32:29", - "author_account_age_days": 5227 + "author_account_age_days": 5241 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 4518, + "stars": 4579, "last_update": "2024-09-13 13:04:50", - "author_account_age_days": 5227 + "author_account_age_days": 5241 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1428, + "stars": 1447, "last_update": "2024-09-30 08:54:05", - "author_account_age_days": 5227 + "author_account_age_days": 5241 }, "https://github.com/cubiq/ComfyUI_SimpleMath": { - "stars": 20, + "stars": 21, "last_update": "2024-06-14 09:02:50", - "author_account_age_days": 5227 + "author_account_age_days": 5241 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 684, + "stars": 698, "last_update": "2024-12-07 09:40:28", - "author_account_age_days": 5227 + "author_account_age_days": 5241 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 776, + "stars": 783, "last_update": "2024-10-05 16:21:01", - "author_account_age_days": 5227 + "author_account_age_days": 5241 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 2, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3468 + "author_account_age_days": 3482 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 5, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2145 + "author_account_age_days": 2160 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4449 + "author_account_age_days": 4464 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { - "stars": 12, + "stars": 13, "last_update": "2024-12-31 12:13:46", - "author_account_age_days": 605 + "author_account_age_days": 620 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 5, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 605 + "author_account_age_days": 620 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 6, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 605 + "author_account_age_days": 620 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 6, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 605 + "author_account_age_days": 620 + }, + "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { + "stars": 2, + "last_update": "2025-02-01 20:35:44", + "author_account_age_days": 620 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 21, + "stars": 24, "last_update": "2025-01-21 05:07:55", - "author_account_age_days": 605 + "author_account_age_days": 620 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2024-08-23 20:46:12", - "author_account_age_days": 1805 + "author_account_age_days": 1820 }, "https://github.com/dafeng012/comfyui-imgmake": { - "stars": 11, + "stars": 12, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 891 + "author_account_age_days": 906 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 225, + "stars": 227, "last_update": "2024-12-20 22:53:53", - "author_account_age_days": 4287 + "author_account_age_days": 4302 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 269, + "stars": 276, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2620 + "author_account_age_days": 2635 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 48, + "stars": 53, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3567 + "author_account_age_days": 3582 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 24, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3567 + "author_account_age_days": 3582 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2024-12-14 15:01:39", - "author_account_age_days": 5540 + "author_account_age_days": 5554 }, "https://github.com/darth-veitcher/comfydv": { "stars": 2, "last_update": "2024-10-20 12:43:46", - "author_account_age_days": 4644 + "author_account_age_days": 4659 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { - "stars": 1, + "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4680 + "author_account_age_days": 4694 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 374 + "author_account_age_days": 388 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 2846 + "author_account_age_days": 2860 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 45, "last_update": "2025-01-24 09:42:47", - "author_account_age_days": 311 + "author_account_age_days": 325 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 102, + "stars": 104, "last_update": "2024-10-30 18:01:05", - "author_account_age_days": 311 + "author_account_age_days": 325 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 10, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 311 + "author_account_age_days": 325 }, "https://github.com/daxcay/ComfyUI-Nexus": { - "stars": 79, + "stars": 80, "last_update": "2024-11-28 20:28:24", - "author_account_age_days": 311 + "author_account_age_days": 325 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 15, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 311 + "author_account_age_days": 325 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 311 + "author_account_age_days": 325 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 6, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 311 + "author_account_age_days": 325 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, "last_update": "2024-12-13 15:07:29", - "author_account_age_days": 4751 + "author_account_age_days": 4765 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 92, + "stars": 95, "last_update": "2025-01-06 11:51:33", - "author_account_age_days": 4751 + "author_account_age_days": 4765 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2024-06-20 14:57:57", - "author_account_age_days": 3712 + "author_account_age_days": 3727 }, "https://github.com/deroberon/StableZero123-comfyui": { - "stars": 160, + "stars": 163, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5512 + "author_account_age_days": 5526 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 87, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5512 + "author_account_age_days": 5526 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 125 + "author_account_age_days": 139 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 10, "last_update": "2024-05-22 23:23:15", - "author_account_age_days": 6190 + "author_account_age_days": 6204 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6190 + "author_account_age_days": 6204 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 470, + "stars": 489, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4420 + "author_account_age_days": 4434 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 18, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4420 + "author_account_age_days": 4434 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4207 + "author_account_age_days": 4221 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 161, + "stars": 165, "last_update": "2024-12-25 00:41:33", - "author_account_age_days": 4733 + "author_account_age_days": 4748 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 243, - "last_update": "2024-07-31 13:44:39", - "author_account_age_days": 3630 + "stars": 250, + "last_update": "2025-02-01 03:08:45", + "author_account_age_days": 3644 }, "https://github.com/dionren/ComfyUI-Pro-Export-Tool": { "stars": 3, "last_update": "2024-10-11 08:26:18", - "author_account_age_days": 4101 + "author_account_age_days": 4116 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 72, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 4986 + "author_account_age_days": 5001 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 561 + "author_account_age_days": 575 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { - "stars": 7, + "stars": 9, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1686 + "author_account_age_days": 1700 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 1, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1686 + "author_account_age_days": 1700 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 120, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1686 + "author_account_age_days": 1700 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 303, - "last_update": "2025-01-05 19:29:53", - "author_account_age_days": 4499 + "stars": 307, + "last_update": "2025-02-08 16:24:14", + "author_account_age_days": 4514 }, "https://github.com/dmMaze/sketch2manga": { "stars": 40, "last_update": "2024-06-30 03:27:55", - "author_account_age_days": 2065 + "author_account_age_days": 2080 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 10, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4720 + "author_account_age_days": 4734 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 88, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4720 + "author_account_age_days": 4734 + }, + "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { + "stars": 0, + "last_update": "2025-02-08 20:56:33", + "author_account_age_days": 489 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 3985 + "author_account_age_days": 4000 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 699 + "author_account_age_days": 714 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { - "stars": 3, - "last_update": "2025-01-07 16:45:44", - "author_account_age_days": 3993 + "stars": 4, + "last_update": "2025-02-01 07:43:05", + "author_account_age_days": 4007 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 7, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 505 + "author_account_age_days": 519 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 1, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 837 + "author_account_age_days": 852 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 2, "last_update": "2024-08-27 01:08:12", - "author_account_age_days": 745 + "author_account_age_days": 759 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 2, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 788 + "author_account_age_days": 802 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 2, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5019 + "author_account_age_days": 5033 }, "https://github.com/ealkanat/comfyui-easy-padding": { - "stars": 17, + "stars": 18, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2679 + "author_account_age_days": 2693 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 2933 + "author_account_age_days": 2948 }, "https://github.com/edelvarden/ComfyUI-ImageMetadataExtension": { "stars": 15, "last_update": "2025-01-18 01:01:11", - "author_account_age_days": 2349 + "author_account_age_days": 2363 }, "https://github.com/edenartlab/eden_comfy_pipelines": { - "stars": 73, + "stars": 74, "last_update": "2024-12-20 10:50:09", - "author_account_age_days": 488 + "author_account_age_days": 502 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 34, "last_update": "2024-12-20 10:46:20", - "author_account_age_days": 488 + "author_account_age_days": 502 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 4, "last_update": "2024-10-11 17:31:45", - "author_account_age_days": 417 + "author_account_age_days": 432 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 1, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2739 + "author_account_age_days": 2753 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { - "stars": 174, + "stars": 178, "last_update": "2024-12-10 19:10:11", - "author_account_age_days": 171 + "author_account_age_days": 185 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 360, + "stars": 367, "last_update": "2024-12-19 09:17:18", - "author_account_age_days": 212 + "author_account_age_days": 227 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 101, + "stars": 103, "last_update": "2024-09-02 17:24:27", - "author_account_age_days": 4454 + "author_account_age_days": 4468 }, "https://github.com/exdysa/comfyui-selector": { "stars": 5, - "last_update": "2025-01-26 07:11:39", - "author_account_age_days": 1211 + "last_update": "2025-02-09 00:32:13", + "author_account_age_days": 1225 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 3, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4133 + "author_account_age_days": 4148 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 3, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4133 + "author_account_age_days": 4148 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4133 + "author_account_age_days": 4148 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 2, "last_update": "2024-10-02 07:38:18", - "author_account_age_days": 150 + "author_account_age_days": 164 }, "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": { "stars": 1, "last_update": "2024-11-16 21:13:22", - "author_account_age_days": 2264 + "author_account_age_days": 2278 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { - "stars": 82, + "stars": 90, "last_update": "2025-01-09 18:16:21", - "author_account_age_days": 674 + "author_account_age_days": 688 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { - "stars": 66, + "stars": 74, "last_update": "2025-01-09 18:14:29", - "author_account_age_days": 674 + "author_account_age_days": 688 }, "https://github.com/fairy-root/ComfyUI-GLHF": { - "stars": 4, + "stars": 5, "last_update": "2024-12-27 14:24:36", - "author_account_age_days": 2150 + "author_account_age_days": 2164 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 159, + "stars": 164, "last_update": "2024-08-25 23:16:12", - "author_account_age_days": 2150 + "author_account_age_days": 2164 }, "https://github.com/fairy-root/comfyui-ollama-llms": { - "stars": 14, + "stars": 15, "last_update": "2024-12-29 12:20:04", - "author_account_age_days": 2150 + "author_account_age_days": 2164 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 3, - "last_update": "2025-01-23 16:12:47", - "author_account_age_days": 1304 + "last_update": "2025-02-02 13:44:09", + "author_account_age_days": 1319 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 18, "last_update": "2024-12-23 14:07:26", - "author_account_age_days": 571 + "author_account_age_days": 586 + }, + "https://github.com/fblissjr/ComfyUI-DatasetHelper": { + "stars": 4, + "last_update": "2025-01-27 18:58:33", + "author_account_age_days": 3594 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 3, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3580 + "author_account_age_days": 3594 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 20, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 777 + "author_account_age_days": 792 }, "https://github.com/feixuetuba/Spleeter": { "stars": 1, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4178 + "author_account_age_days": 4193 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2024-05-22 21:27:36", - "author_account_age_days": 1774 + "author_account_age_days": 1789 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 6, "last_update": "2024-06-14 08:09:41", - "author_account_age_days": 5260 + "author_account_age_days": 5274 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2024-05-24 20:38:15", - "author_account_age_days": 5260 + "author_account_age_days": 5274 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2024-06-14 16:58:31", - "author_account_age_days": 5260 + "author_account_age_days": 5274 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 44, + "stars": 47, "last_update": "2024-12-31 13:07:59", - "author_account_age_days": 3692 + "author_account_age_days": 3706 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 152, + "stars": 154, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 1952 + "author_account_age_days": 1966 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 334, - "last_update": "2025-01-24 09:45:15", - "author_account_age_days": 1952 + "stars": 339, + "last_update": "2025-02-03 04:08:06", + "author_account_age_days": 1966 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 2, "last_update": "2024-09-23 06:07:49", - "author_account_age_days": 409 + "author_account_age_days": 424 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { - "stars": 13, + "stars": 14, "last_update": "2024-10-23 09:10:03", - "author_account_age_days": 409 + "author_account_age_days": 424 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 144, "last_update": "2024-05-22 00:33:06", - "author_account_age_days": 409 + "author_account_age_days": 424 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 4, "last_update": "2024-07-10 18:03:39", - "author_account_age_days": 409 + "author_account_age_days": 424 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 969, + "stars": 977, "last_update": "2024-11-19 12:32:15", - "author_account_age_days": 409 + "author_account_age_days": 424 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 253, + "stars": 252, "last_update": "2024-10-03 14:30:34", - "author_account_age_days": 409 + "author_account_age_days": 424 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { - "stars": 148, + "stars": 149, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 489 + "author_account_age_days": 504 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 218, + "stars": 221, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 489 + "author_account_age_days": 504 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 468, + "stars": 472, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 489 + "author_account_age_days": 504 }, "https://github.com/flycarl/ComfyUI-Pixelate": { - "stars": 2, + "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5075 + "author_account_age_days": 5090 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2024-05-22 18:07:19", - "author_account_age_days": 3711 + "author_account_age_days": 3725 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 3837 + "author_account_age_days": 3852 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 12, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5323 + "author_account_age_days": 5338 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 63, "last_update": "2024-08-09 11:37:00", - "author_account_age_days": 5323 + "author_account_age_days": 5338 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 5, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5323 + "author_account_age_days": 5338 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 8, "last_update": "2024-08-15 10:49:29", - "author_account_age_days": 540 + "author_account_age_days": 555 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2536 + "author_account_age_days": 2551 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 55, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 656 + "author_account_age_days": 671 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 541, + "stars": 547, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 656 + "author_account_age_days": 671 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 656 + "author_account_age_days": 671 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 1, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2374 + "author_account_age_days": 2388 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 10, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2421 + "author_account_age_days": 2436 }, "https://github.com/fssorc/ComfyUI_FFT": { - "stars": 11, + "stars": 12, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4803 + "author_account_age_days": 4817 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 128, + "stars": 132, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4803 + "author_account_age_days": 4817 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { - "stars": 4, + "stars": 5, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 4803 + "author_account_age_days": 4817 }, "https://github.com/fssorc/ComfyUI_pose_inter": { - "stars": 61, + "stars": 64, "last_update": "2024-08-28 07:25:07", - "author_account_age_days": 4803 + "author_account_age_days": 4817 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-01-17 23:46:42", - "author_account_age_days": 493 + "author_account_age_days": 507 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { - "stars": 26, + "stars": 27, "last_update": "2024-11-27 16:23:47", - "author_account_age_days": 2196 + "author_account_age_days": 2211 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2172 + "author_account_age_days": 2187 }, "https://github.com/geocine/geocine-comfyui": { "stars": 1, "last_update": "2024-10-02 18:12:09", - "author_account_age_days": 5168 + "author_account_age_days": 5182 }, "https://github.com/ggarra13/ComfyUI-mrv2": { - "stars": 3, + "stars": 4, "last_update": "2024-12-29 09:24:04", - "author_account_age_days": 4074 + "author_account_age_days": 4089 }, "https://github.com/ginlov/segment_to_mask_comfyui": { "stars": 2, "last_update": "2024-06-14 10:23:23", - "author_account_age_days": 2227 + "author_account_age_days": 2242 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 218, + "stars": 221, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4454 + "author_account_age_days": 4468 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 3, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5215 + "author_account_age_days": 5229 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4119 + "author_account_age_days": 4133 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 0, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4119 + "author_account_age_days": 4133 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4119 + "author_account_age_days": 4133 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4119 + "author_account_age_days": 4133 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4119 + "author_account_age_days": 4133 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 158, - "last_update": "2025-01-21 17:23:08", - "author_account_age_days": 2713 + "stars": 161, + "last_update": "2025-02-05 05:12:15", + "author_account_age_days": 2728 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 50, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 789 + "author_account_age_days": 804 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 13, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 3961 + "author_account_age_days": 3976 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 3961 + "author_account_age_days": 3976 + }, + "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { + "stars": 1, + "last_update": "2025-01-30 16:15:34", + "author_account_age_days": 2525 + }, + "https://github.com/gmorks/ComfyUI-SendToDiscord": { + "stars": 1, + "last_update": "2025-01-29 08:10:54", + "author_account_age_days": 2525 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 1, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 169 + "author_account_age_days": 184 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 7, - "last_update": "2024-11-13 14:48:56", - "author_account_age_days": 1945 + "last_update": "2025-01-30 09:21:09", + "author_account_age_days": 1960 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 1, "last_update": "2024-09-24 17:18:16", - "author_account_age_days": 3329 + "author_account_age_days": 3343 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { - "stars": 59, + "stars": 61, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1273 + "author_account_age_days": 1288 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 78, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1273 + "author_account_age_days": 1288 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 45, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1273 + "author_account_age_days": 1288 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 454, + "stars": 457, "last_update": "2024-11-06 15:53:28", - "author_account_age_days": 1273 + "author_account_age_days": 1288 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { - "stars": 24, - "last_update": "2024-07-31 15:02:48", - "author_account_age_days": 2677 + "stars": 25, + "last_update": "2025-02-02 01:47:07", + "author_account_age_days": 2691 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3004 + "author_account_age_days": 3019 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 20, - "last_update": "2024-11-21 17:50:46", - "author_account_age_days": 449 + "last_update": "2025-02-04 05:20:55", + "author_account_age_days": 463 + }, + "https://github.com/gorillaframeai/GF_translate": { + "stars": 2, + "last_update": "2025-02-04 19:26:53", + "author_account_age_days": 463 + }, + "https://github.com/greengerong/ComfyUI-JanusPro-PL": { + "stars": 5, + "last_update": "2025-02-08 03:32:59", + "author_account_age_days": 4499 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { - "stars": 3, + "stars": 4, "last_update": "2025-01-10 11:12:14", - "author_account_age_days": 39 + "author_account_age_days": 53 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 2, "last_update": "2025-01-10 11:08:58", - "author_account_age_days": 39 + "author_account_age_days": 53 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-01-10 11:13:34", - "author_account_age_days": 39 + "author_account_age_days": 53 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 2, "last_update": "2025-01-10 11:04:48", - "author_account_age_days": 39 + "author_account_age_days": 53 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 2, "last_update": "2025-01-10 11:10:59", - "author_account_age_days": 39 + "author_account_age_days": 53 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 152, - "last_update": "2025-01-26 03:56:20", - "author_account_age_days": 736 + "stars": 160, + "last_update": "2025-02-09 15:13:16", + "author_account_age_days": 751 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 78, + "stars": 83, "last_update": "2025-01-17 02:23:50", - "author_account_age_days": 4062 + "author_account_age_days": 4076 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 3, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1371 + "author_account_age_days": 1385 + }, + "https://github.com/guerreiro/comfyg-switch": { + "stars": 0, + "last_update": "2025-02-09 15:41:24", + "author_account_age_days": 5271 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 2, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4409 + "author_account_age_days": 4423 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 1, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 117 + "author_account_age_days": 132 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { - "stars": 15, + "stars": 16, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2066 + "author_account_age_days": 2081 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5053 + "author_account_age_days": 5067 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 321 + "author_account_age_days": 335 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 4883 + "author_account_age_days": 4897 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 11, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 4883 + "author_account_age_days": 4897 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 4883 + "author_account_age_days": 4897 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 9, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 4883 + "author_account_age_days": 4897 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { - "stars": 37, + "stars": 38, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 4883 + "author_account_age_days": 4897 }, "https://github.com/hay86/ComfyUI_OpenVoice": { - "stars": 14, + "stars": 15, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 4883 + "author_account_age_days": 4897 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { - "stars": 13, - "last_update": "2025-01-24 06:14:25", - "author_account_age_days": 2153 + "stars": 14, + "last_update": "2025-02-03 03:08:36", + "author_account_age_days": 2167 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 87, - "last_update": "2025-01-16 02:28:07", - "author_account_age_days": 2153 + "stars": 94, + "last_update": "2025-02-08 07:31:26", + "author_account_age_days": 2167 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 3, "last_update": "2024-11-03 20:04:38", - "author_account_age_days": 563 + "author_account_age_days": 577 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 7, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 563 + "author_account_age_days": 577 + }, + "https://github.com/hdfhssg/ComfyUI_pxtool": { + "stars": 3, + "last_update": "2025-02-08 04:17:14", + "author_account_age_days": 1474 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1251, - "last_update": "2025-01-24 11:59:27", - "author_account_age_days": 3111 + "stars": 1300, + "last_update": "2025-02-06 04:58:37", + "author_account_age_days": 3125 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 9, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3111 + "author_account_age_days": 3125 + }, + "https://github.com/hgabha/WWAA-CustomNodes": { + "stars": 6, + "last_update": "2025-02-04 08:20:27", + "author_account_age_days": 385 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 49, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 723 + "author_account_age_days": 737 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 0, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2740 + "author_account_age_days": 2755 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 6, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2018 + "author_account_age_days": 2032 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 176, + "stars": 180, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5327 + "author_account_age_days": 5342 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-01-19 15:39:11", - "author_account_age_days": 2830 + "author_account_age_days": 2844 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 2, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2545 + "author_account_age_days": 2559 }, "https://github.com/holchan/ComfyUI-ModelDownloader": { "stars": 4, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1807 + "author_account_age_days": 1822 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 4, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 4859 + "author_account_age_days": 4873 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 47, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 4848 + "author_account_age_days": 4862 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 4848 + "author_account_age_days": 4862 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 259, + "stars": 270, "last_update": "2025-01-17 06:30:57", - "author_account_age_days": 1454 + "author_account_age_days": 1468 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 573, + "stars": 580, "last_update": "2024-12-31 17:59:41", - "author_account_age_days": 3091 + "author_account_age_days": 3106 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1567, + "stars": 1581, "last_update": "2025-01-05 19:53:01", - "author_account_age_days": 3091 + "author_account_age_days": 3106 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 67, + "stars": 69, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3091 + "author_account_age_days": 3106 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 62, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3091 + "author_account_age_days": 3106 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 124, + "stars": 125, "last_update": "2024-12-26 17:46:42", - "author_account_age_days": 3091 + "author_account_age_days": 3106 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 427, + "stars": 428, "last_update": "2024-08-04 18:51:27", - "author_account_age_days": 3091 + "author_account_age_days": 3106 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 27, "last_update": "2024-09-26 21:14:35", - "author_account_age_days": 5856 + "author_account_age_days": 5870 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 1, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 51 + "author_account_age_days": 65 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1582 + "author_account_age_days": 1596 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 60, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 655 + "author_account_age_days": 670 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 655 + "author_account_age_days": 670 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 3, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3104 + "author_account_age_days": 3118 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 18, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4129 + "author_account_age_days": 4143 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 2, "last_update": "2025-01-18 19:19:06", - "author_account_age_days": 3326 + "author_account_age_days": 3340 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1772 + "author_account_age_days": 1787 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 11, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2421 + "author_account_age_days": 2436 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4321 + "author_account_age_days": 4336 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 162, + "stars": 167, "last_update": "2025-01-16 08:38:21", - "author_account_age_days": 3265 + "author_account_age_days": 3279 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 2, "last_update": "2024-08-22 17:23:13", - "author_account_age_days": 5507 + "author_account_age_days": 5521 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 17, "last_update": "2024-12-29 11:09:57", - "author_account_age_days": 3078 + "author_account_age_days": 3092 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 42, "last_update": "2024-10-01 08:47:47", - "author_account_age_days": 3078 + "author_account_age_days": 3092 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 589, + "stars": 597, "last_update": "2025-01-03 10:36:18", - "author_account_age_days": 3078 + "author_account_age_days": 3092 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { - "stars": 140, + "stars": 147, "last_update": "2024-12-18 22:34:21", - "author_account_age_days": 3078 + "author_account_age_days": 3092 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { - "stars": 356, + "stars": 365, "last_update": "2025-01-26 08:49:30", - "author_account_age_days": 3078 + "author_account_age_days": 3092 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 9, "last_update": "2025-01-20 08:21:04", - "author_account_age_days": 845 + "author_account_age_days": 859 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 31, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1104 + "author_account_age_days": 1119 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 1, - "last_update": "2025-01-23 21:53:36", - "author_account_age_days": 3996 + "last_update": "2025-01-26 22:04:51", + "author_account_age_days": 4010 }, "https://github.com/injet-zhou/comfyui_extra_api": { - "stars": 6, + "stars": 7, "last_update": "2024-12-31 01:53:17", - "author_account_age_days": 2443 + "author_account_age_days": 2457 }, "https://github.com/inventorado/ComfyUI_NNT": { - "stars": 53, + "stars": 56, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3101 + "author_account_age_days": 3116 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4642 + "author_account_age_days": 4656 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 1, "last_update": "2024-12-02 03:49:49", - "author_account_age_days": 198 + "author_account_age_days": 213 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 64, + "stars": 66, "last_update": "2024-08-01 05:37:19", - "author_account_age_days": 4086 + "author_account_age_days": 4101 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { - "stars": 74, + "stars": 75, "last_update": "2024-10-16 07:22:46", - "author_account_age_days": 4086 + "author_account_age_days": 4101 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1091, + "stars": 1111, "last_update": "2024-08-26 04:49:54", - "author_account_age_days": 4086 + "author_account_age_days": 4101 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 52, - "last_update": "2025-01-12 08:47:21", - "author_account_age_days": 1787 + "stars": 55, + "last_update": "2025-02-08 07:44:31", + "author_account_age_days": 1802 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 0, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1192 + "author_account_age_days": 1207 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2743 + "author_account_age_days": 2757 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 72, + "stars": 75, "last_update": "2024-09-19 04:58:35", - "author_account_age_days": 2743 + "author_account_age_days": 2757 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, - "last_update": "2025-01-25 15:05:45", - "author_account_age_days": 4694 + "last_update": "2025-01-27 13:28:53", + "author_account_age_days": 4708 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 2, - "last_update": "2025-01-19 12:20:01", - "author_account_age_days": 792 + "last_update": "2025-02-09 13:16:57", + "author_account_age_days": 807 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 792 + "author_account_age_days": 807 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 3, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4687 + "author_account_age_days": 4701 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 40, "last_update": "2024-07-29 08:00:20", - "author_account_age_days": 3146 + "author_account_age_days": 3161 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4147 + "author_account_age_days": 4162 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 136, + "stars": 137, "last_update": "2024-11-19 01:16:54", - "author_account_age_days": 3867 + "author_account_age_days": 3882 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { - "stars": 48, - "last_update": "2025-01-14 19:47:48", - "author_account_age_days": 1115 + "stars": 50, + "last_update": "2025-02-03 04:53:25", + "author_account_age_days": 1129 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { - "stars": 2, - "last_update": "2025-01-24 16:05:37", - "author_account_age_days": 1115 + "stars": 4, + "last_update": "2025-02-04 14:15:08", + "author_account_age_days": 1129 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { - "stars": 11, + "stars": 13, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3253 + "author_account_age_days": 3267 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 7, "last_update": "2024-12-13 03:03:41", - "author_account_age_days": 3345 + "author_account_age_days": 3359 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 292, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1502 + "author_account_age_days": 1516 + }, + "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { + "stars": 1, + "last_update": "2025-01-28 08:04:24", + "author_account_age_days": 2987 }, "https://github.com/jitcoder/lora-info": { - "stars": 75, + "stars": 76, "last_update": "2024-09-08 19:14:17", - "author_account_age_days": 4256 + "author_account_age_days": 4271 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 11, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 3865 + "author_account_age_days": 3879 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 6, "last_update": "2025-01-20 20:47:49", - "author_account_age_days": 4427 + "author_account_age_days": 4442 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 4813 + "author_account_age_days": 4827 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4200 + "author_account_age_days": 4214 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 2, - "last_update": "2025-01-16 10:38:43", - "author_account_age_days": 554 + "last_update": "2025-02-05 23:28:19", + "author_account_age_days": 568 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 428, + "stars": 442, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 423 + "author_account_age_days": 438 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 130, + "stars": 131, "last_update": "2024-08-02 08:23:26", - "author_account_age_days": 5014 + "author_account_age_days": 5028 }, "https://github.com/jordoh/ComfyUI-Deepface": { - "stars": 22, + "stars": 23, "last_update": "2024-08-04 18:18:05", - "author_account_age_days": 5209 + "author_account_age_days": 5223 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 7, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 905 + "author_account_age_days": 919 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 1, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2080 + "author_account_age_days": 2094 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4145 + "author_account_age_days": 4160 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 21, + "stars": 25, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 4969 + "author_account_age_days": 4983 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 68, + "stars": 69, "last_update": "2024-07-06 01:43:45", - "author_account_age_days": 4969 + "author_account_age_days": 4983 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { - "stars": 29, + "stars": 30, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 4969 + "author_account_age_days": 4983 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 210, + "stars": 212, "last_update": "2025-01-09 09:23:46", - "author_account_age_days": 1328 + "author_account_age_days": 1342 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 127 + "author_account_age_days": 141 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 94, - "last_update": "2025-01-25 18:45:47", - "author_account_age_days": 3005 + "stars": 159, + "last_update": "2025-02-09 14:48:46", + "author_account_age_days": 3019 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 1, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3690 + "author_account_age_days": 3705 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 7, "last_update": "2024-07-18 04:28:44", - "author_account_age_days": 2423 + "author_account_age_days": 2437 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 6, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1482 + "author_account_age_days": 1497 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 22, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2545 + "author_account_age_days": 2559 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 53, + "stars": 58, "last_update": "2024-11-29 15:22:15", - "author_account_age_days": 2545 + "author_account_age_days": 2559 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 408, + "stars": 426, "last_update": "2024-11-24 20:25:04", - "author_account_age_days": 4897 + "author_account_age_days": 4911 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 1828 + "author_account_age_days": 1842 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 16, - "last_update": "2025-01-21 10:05:26", - "author_account_age_days": 1828 + "last_update": "2025-02-07 08:10:10", + "author_account_age_days": 1842 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 2, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 1828 + "author_account_age_days": 1842 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 1828 + "author_account_age_days": 1842 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 1, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1726 + "author_account_age_days": 1741 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 2, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 2877 + "author_account_age_days": 2891 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 1, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 969 + "author_account_age_days": 983 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 1, "last_update": "2024-12-24 16:48:11", - "author_account_age_days": 943 + "author_account_age_days": 958 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4344 + "author_account_age_days": 4358 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 21, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4344 + "author_account_age_days": 4358 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 165, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4344 + "author_account_age_days": 4358 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 42, "last_update": "2024-10-01 19:14:55", - "author_account_age_days": 5105 + "author_account_age_days": 5119 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 3, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 969 + "author_account_age_days": 984 }, "https://github.com/kft334/Knodes": { "stars": 3, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1175 + "author_account_age_days": 1189 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 172, + "stars": 173, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { - "stars": 62, + "stars": 64, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { - "stars": 136, + "stars": 137, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 201, + "stars": 205, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1319, - "last_update": "2025-01-23 09:18:57", - "author_account_age_days": 2398 + "stars": 1350, + "last_update": "2025-01-28 20:41:00", + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 170, + "stars": 172, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-DDColor": { - "stars": 130, + "stars": 131, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 236, + "stars": 244, "last_update": "2024-10-21 11:43:57", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { - "stars": 64, + "stars": 65, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 646, + "stars": 652, "last_update": "2024-08-15 21:17:07", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 111, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 904, + "stars": 933, "last_update": "2025-01-12 17:55:46", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 643, - "last_update": "2025-01-19 15:57:36", - "author_account_age_days": 2398 + "stars": 666, + "last_update": "2025-02-03 21:27:29", + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 199, + "stars": 203, "last_update": "2024-11-19 14:31:22", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 105, + "stars": 109, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 1645, - "last_update": "2025-01-25 18:22:01", - "author_account_age_days": 2398 + "stars": 1775, + "last_update": "2025-02-08 19:02:17", + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 878, + "stars": 894, "last_update": "2025-01-23 16:59:43", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 805, - "last_update": "2025-01-18 22:52:27", - "author_account_age_days": 2398 + "stars": 832, + "last_update": "2025-02-08 19:03:10", + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 574, + "stars": 579, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 83, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 57, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 21, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 1786, + "stars": 1812, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 101, + "stars": 105, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { - "stars": 186, + "stars": 188, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 494, + "stars": 498, "last_update": "2024-11-02 17:51:42", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 395, + "stars": 402, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-MoGe": { - "stars": 35, - "last_update": "2024-11-03 21:28:03", - "author_account_age_days": 2398 + "stars": 42, + "last_update": "2025-02-07 18:42:39", + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 42, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { - "stars": 347, + "stars": 349, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 1720, + "stars": 1739, "last_update": "2024-08-01 23:03:53", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 161, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2398 + "author_account_age_days": 2413 + }, + "https://github.com/kijai/ComfyUI-StableXWrapper": { + "stars": 31, + "last_update": "2025-01-31 11:59:01", + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 70, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 99, + "stars": 100, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 739, + "stars": 754, "last_update": "2024-10-03 18:41:02", - "author_account_age_days": 2398 + "author_account_age_days": 2413 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 12, + "stars": 13, "last_update": "2025-01-08 12:50:40", - "author_account_age_days": 72 + "author_account_age_days": 87 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 25, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 684 + "author_account_age_days": 698 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 28, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 684 + "author_account_age_days": 698 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 7, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 684 + "author_account_age_days": 698 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 49, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 684 + "author_account_age_days": 698 }, "https://github.com/kk8bit/KayTool": { - "stars": 10, - "last_update": "2025-01-18 20:16:29", - "author_account_age_days": 572 + "stars": 13, + "last_update": "2025-02-06 02:56:47", + "author_account_age_days": 587 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, - "last_update": "2025-01-14 13:56:37", - "author_account_age_days": 641 + "last_update": "2025-02-03 11:17:36", + "author_account_age_days": 655 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 416 + "author_account_age_days": 430 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { - "stars": 179, + "stars": 181, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2025 + "author_account_age_days": 2039 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 799 + "author_account_age_days": 813 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 71, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 799 + "author_account_age_days": 813 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 4, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3265 + "author_account_age_days": 3279 }, "https://github.com/kraglik/prompt_collapse": { "stars": 6, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2673 + "author_account_age_days": 2687 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2735 + "author_account_age_days": 2750 }, "https://github.com/kwaroran/abg-comfyui": { - "stars": 23, + "stars": 24, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 823 + "author_account_age_days": 838 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1156 + "author_account_age_days": 1171 }, "https://github.com/l-comm/WatermarkRemoval": { - "stars": 2, + "stars": 3, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 27 + "author_account_age_days": 41 }, "https://github.com/l1yongch1/ComfyUI_PhiCaption": { "stars": 1, "last_update": "2024-10-10 07:28:29", - "author_account_age_days": 992 + "author_account_age_days": 1006 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1383 + "author_account_age_days": 1397 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 6, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3047 + "author_account_age_days": 3061 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 15, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3047 + "author_account_age_days": 3061 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3047 + "author_account_age_days": 3061 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 22, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3047 + "author_account_age_days": 3061 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 53, + "stars": 54, "last_update": "2024-09-12 12:07:30", - "author_account_age_days": 3047 + "author_account_age_days": 3061 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3047 + "author_account_age_days": 3061 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 33, + "stars": 34, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3291 + "author_account_age_days": 3306 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 23, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 366 + "author_account_age_days": 380 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 9, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2497 + "author_account_age_days": 2511 }, "https://github.com/lazniak/LiquidTime-Interpolation": { - "stars": 7, + "stars": 10, "last_update": "2024-11-14 18:11:23", - "author_account_age_days": 2497 + "author_account_age_days": 2511 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 4, "last_update": "2024-09-26 16:32:32", - "author_account_age_days": 2497 + "author_account_age_days": 2511 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 4, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 4, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { - "stars": 7, + "stars": 8, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 14, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { - "stars": 4, + "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 10, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 4, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 4, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 3, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3010 + "author_account_age_days": 3024 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 3, "last_update": "2024-07-23 04:13:09", - "author_account_age_days": 3994 + "author_account_age_days": 4009 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 11, "last_update": "2025-01-08 04:10:35", - "author_account_age_days": 3712 + "author_account_age_days": 3727 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { - "stars": 35, + "stars": 38, "last_update": "2024-12-11 05:09:29", - "author_account_age_days": 4291 + "author_account_age_days": 4305 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 55, + "stars": 65, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 1906 + "author_account_age_days": 1920 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2024-07-28 08:23:11", - "author_account_age_days": 4274 + "author_account_age_days": 4289 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 6, "last_update": "2024-12-31 14:25:36", - "author_account_age_days": 1484 + "author_account_age_days": 1498 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { - "stars": 9, + "stars": 10, "last_update": "2024-10-23 10:13:08", - "author_account_age_days": 1484 + "author_account_age_days": 1498 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 4, "last_update": "2024-12-24 05:33:45", - "author_account_age_days": 1484 + "author_account_age_days": 1498 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 54, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3125 + "author_account_age_days": 3140 + }, + "https://github.com/lingha0h/comfyui_kj": { + "stars": 2, + "last_update": "2025-02-09 06:36:42", + "author_account_age_days": 4 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 3, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4007 + "author_account_age_days": 4022 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 9, - "last_update": "2025-01-06 01:47:59", - "author_account_age_days": 402 + "last_update": "2025-02-04 06:31:40", + "author_account_age_days": 417 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { - "stars": 10, + "stars": 11, "last_update": "2025-01-23 15:56:23", - "author_account_age_days": 402 + "author_account_age_days": 417 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 1, - "last_update": "2025-01-23 15:44:21", - "author_account_age_days": 402 + "last_update": "2025-02-04 06:32:39", + "author_account_age_days": 417 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { - "stars": 2, - "last_update": "2025-01-12 15:25:56", - "author_account_age_days": 402 + "stars": 3, + "last_update": "2025-02-05 14:56:11", + "author_account_age_days": 417 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 3, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4262 + "author_account_age_days": 4277 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 67, + "stars": 69, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3423 + "author_account_age_days": 3438 }, "https://github.com/liusida/ComfyUI-B-LoRA": { - "stars": 69, + "stars": 71, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3423 + "author_account_age_days": 3438 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 10, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3423 + "author_account_age_days": 3438 }, "https://github.com/liusida/ComfyUI-Login": { - "stars": 119, + "stars": 125, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3423 + "author_account_age_days": 3438 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 5, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3423 + "author_account_age_days": 3438 }, "https://github.com/ljleb/comfy-mecha": { - "stars": 59, - "last_update": "2025-01-25 07:20:53", - "author_account_age_days": 2679 + "stars": 60, + "last_update": "2025-02-04 03:40:59", + "author_account_age_days": 2693 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { - "stars": 234, + "stars": 238, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 315 + "author_account_age_days": 329 }, "https://github.com/lks-ai/anynode": { - "stars": 513, + "stars": 516, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 315 + "author_account_age_days": 329 + }, + "https://github.com/lldacing/ComfyUI_BEN_ll": { + "stars": 4, + "last_update": "2025-02-05 09:20:08", + "author_account_age_days": 2323 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 126, - "last_update": "2025-01-07 02:36:44", - "author_account_age_days": 2309 + "stars": 136, + "last_update": "2025-02-09 14:12:58", + "author_account_age_days": 2323 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 38, + "stars": 49, "last_update": "2025-01-22 09:32:34", - "author_account_age_days": 2309 + "author_account_age_days": 2323 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 109, - "last_update": "2025-01-22 09:31:53", - "author_account_age_days": 2309 + "stars": 156, + "last_update": "2025-02-09 08:20:02", + "author_account_age_days": 2323 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 8, "last_update": "2024-11-29 11:37:27", - "author_account_age_days": 2309 + "author_account_age_days": 2323 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { - "stars": 46, + "stars": 48, "last_update": "2024-12-01 11:57:50", - "author_account_age_days": 2309 + "author_account_age_days": 2323 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 58, + "stars": 61, "last_update": "2024-12-21 02:44:42", - "author_account_age_days": 2309 + "author_account_age_days": 2323 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 16, "last_update": "2024-12-09 22:37:22", - "author_account_age_days": 4695 + "author_account_age_days": 4710 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 31, + "stars": 35, "last_update": "2025-01-22 18:50:02", - "author_account_age_days": 799 + "author_account_age_days": 813 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 5, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 30, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 10, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 107, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1034, + "stars": 1071, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 175, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-InversedNoise": { - "stars": 11, + "stars": 12, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-LTXTricks": { - "stars": 423, + "stars": 440, "last_update": "2024-12-21 06:04:48", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-MochiEdit": { - "stars": 276, + "stars": 279, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 40, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { - "stars": 14, + "stars": 13, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 6, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 43, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-SEGAttention": { - "stars": 34, + "stars": 35, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 2, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 1, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 18, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 11, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 338 + "author_account_age_days": 352 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 2, - "last_update": "2024-11-28 20:55:56", - "author_account_age_days": 4380 + "last_update": "2025-02-02 05:42:25", + "author_account_age_days": 4395 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4380 + "author_account_age_days": 4395 }, "https://github.com/longgui0318/comfyui-magic-clothing": { - "stars": 74, + "stars": 75, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4380 + "author_account_age_days": 4395 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2024-06-30 03:43:58", - "author_account_age_days": 4380 + "author_account_age_days": 4395 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 4983 + "author_account_age_days": 4997 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 8, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 4983 + "author_account_age_days": 4997 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 480, + "stars": 498, "last_update": "2024-11-30 07:01:55", - "author_account_age_days": 4266 + "author_account_age_days": 4281 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 32, "last_update": "2024-11-23 07:25:20", - "author_account_age_days": 4266 + "author_account_age_days": 4281 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 32, "last_update": "2024-08-14 20:12:51", - "author_account_age_days": 4266 + "author_account_age_days": 4281 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 159, + "stars": 165, "last_update": "2024-12-25 07:12:24", - "author_account_age_days": 3878 + "author_account_age_days": 3893 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2024-07-26 11:12:25", - "author_account_age_days": 3878 + "author_account_age_days": 3893 + }, + "https://github.com/lrzjason/Comfyui-ThinkRemover": { + "stars": 3, + "last_update": "2025-02-07 10:57:50", + "author_account_age_days": 3893 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2086, - "last_update": "2025-01-19 09:09:21", - "author_account_age_days": 678 + "stars": 2115, + "last_update": "2025-02-02 06:06:56", + "author_account_age_days": 692 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 109, - "last_update": "2025-01-25 07:37:42", - "author_account_age_days": 678 + "stars": 116, + "last_update": "2025-01-26 09:54:24", + "author_account_age_days": 692 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 488, - "last_update": "2025-01-15 15:47:53", - "author_account_age_days": 678 + "stars": 499, + "last_update": "2025-02-08 05:18:55", + "author_account_age_days": 692 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 8124, - "last_update": "2025-01-26 09:15:37", - "author_account_age_days": 678 + "stars": 8438, + "last_update": "2025-02-09 17:24:22", + "author_account_age_days": 692 + }, + "https://github.com/ltdrdata/comfyui-connection-helper": { + "stars": 6, + "last_update": "2025-01-28 17:20:47", + "author_account_age_days": 692 }, "https://github.com/luandev/ComfyUI-CrewAI": { - "stars": 37, + "stars": 41, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4023 + "author_account_age_days": 4038 }, "https://github.com/lucafoscili/comfyui-lf": { - "stars": 49, + "stars": 52, "last_update": "2024-12-10 18:46:04", - "author_account_age_days": 2250 + "author_account_age_days": 2265 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { - "stars": 63, + "stars": 66, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1653 + "author_account_age_days": 1667 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 191, - "last_update": "2024-12-10 02:29:05", - "author_account_age_days": 1327 + "stars": 190, + "last_update": "2025-01-27 22:39:31", + "author_account_age_days": 1341 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { - "stars": 1, - "last_update": "2024-05-22 20:36:07", - "author_account_age_days": 531 + "stars": 3, + "last_update": "2025-01-26 18:02:13", + "author_account_age_days": 545 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 13, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 677 + "author_account_age_days": 691 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2024-12-07 17:27:17", - "author_account_age_days": 2573 + "author_account_age_days": 2588 + }, + "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { + "stars": 1, + "last_update": "2025-02-04 08:29:24", + "author_account_age_days": 862 }, "https://github.com/magic-quill/ComfyUI_MagicQuill": { - "stars": 90, + "stars": 96, "last_update": "2024-12-16 04:15:45", - "author_account_age_days": 136 + "author_account_age_days": 150 }, "https://github.com/maludwig/basix_image_filters": { "stars": 2, "last_update": "2024-11-06 20:38:07", - "author_account_age_days": 3722 + "author_account_age_days": 3736 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 620 + "author_account_age_days": 634 }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 172, + "stars": 174, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 5970 + "author_account_age_days": 5984 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1382 + "author_account_age_days": 1397 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5400 + "author_account_age_days": 5414 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 75, + "stars": 76, "last_update": "2024-11-01 22:09:01", - "author_account_age_days": 4630 + "author_account_age_days": 4645 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 4, "last_update": "2024-09-11 06:05:49", - "author_account_age_days": 4630 + "author_account_age_days": 4645 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 79, - "last_update": "2024-07-07 09:20:15", - "author_account_age_days": 4991 + "last_update": "2025-02-01 08:41:01", + "author_account_age_days": 5005 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 12, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3094 + "author_account_age_days": 3108 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 32, "last_update": "2024-05-22 21:28:39", - "author_account_age_days": 3047 + "author_account_age_days": 3061 + }, + "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { + "stars": 5, + "last_update": "2025-02-09 17:33:44", + "author_account_age_days": 1827 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { - "stars": 10, + "stars": 9, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1623 + "author_account_age_days": 1637 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { - "stars": 61, + "stars": 62, "last_update": "2024-10-17 18:59:44", - "author_account_age_days": 2955 + "author_account_age_days": 2970 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { - "stars": 7, + "stars": 8, "last_update": "2024-08-28 09:50:09", - "author_account_age_days": 4766 + "author_account_age_days": 4780 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 242, + "stars": 246, "last_update": "2024-05-22 20:53:23", - "author_account_age_days": 3136 + "author_account_age_days": 3151 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 18, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4537 + "author_account_age_days": 4552 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 8, "last_update": "2024-08-14 02:19:27", - "author_account_age_days": 4537 + "author_account_age_days": 4552 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1167, + "stars": 1170, "last_update": "2024-08-10 12:59:59", - "author_account_age_days": 2317 + "author_account_age_days": 2332 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 870 + "author_account_age_days": 885 }, "https://github.com/meanin2/comfyui-watermarking": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 870 + "author_account_age_days": 885 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { - "stars": 57, + "stars": 58, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3419 + "author_account_age_days": 3433 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3419 + "author_account_age_days": 3433 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 73, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3419 + "author_account_age_days": 3433 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 4, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4655 + "author_account_age_days": 4670 }, "https://github.com/melMass/comfy_mtb": { - "stars": 495, - "last_update": "2025-01-09 14:04:19", - "author_account_age_days": 3961 + "stars": 500, + "last_update": "2025-02-01 13:40:43", + "author_account_age_days": 3975 + }, + "https://github.com/melMass/comfy_oiio": { + "stars": 0, + "last_update": "2025-02-08 13:17:22", + "author_account_age_days": 3975 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 4, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 3888 + "author_account_age_days": 3902 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 444 + "author_account_age_days": 458 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 444 + "author_account_age_days": 458 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 444 + "author_account_age_days": 458 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 25, "last_update": "2024-09-13 05:15:40", - "author_account_age_days": 5689 + "author_account_age_days": 5703 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 1, "last_update": "2024-07-07 13:40:26", - "author_account_age_days": 838 + "author_account_age_days": 853 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 2, - "last_update": "2024-11-29 13:12:52", - "author_account_age_days": 2533 + "last_update": "2025-01-29 10:42:55", + "author_account_age_days": 2548 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { - "stars": 23, + "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 218 + "author_account_age_days": 232 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 327, + "stars": 334, "last_update": "2024-11-05 00:07:48", - "author_account_age_days": 684 + "author_account_age_days": 698 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2224 + "author_account_age_days": 2238 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 2877 + "author_account_age_days": 2891 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { - "stars": 1, - "last_update": "2024-07-17 15:59:31", - "author_account_age_days": 2780 + "stars": 2, + "last_update": "2025-01-29 16:29:23", + "author_account_age_days": 2794 }, "https://github.com/mikkel/ComfyUI-text-overlay": { - "stars": 53, + "stars": 54, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6132 + "author_account_age_days": 6146 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { - "stars": 28, + "stars": 27, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6132 + "author_account_age_days": 6146 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 248, + "stars": 258, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 137 + "author_account_age_days": 151 }, "https://github.com/mira-6/comfyui-sasolver": { - "stars": 3, + "stars": 4, "last_update": "2025-01-09 22:36:41", - "author_account_age_days": 608 + "author_account_age_days": 622 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 67, + "stars": 70, "last_update": "2025-01-16 15:33:06", - "author_account_age_days": 1436 + "author_account_age_days": 1451 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 1, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 954 + "author_account_age_days": 968 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { - "stars": 3, + "stars": 4, "last_update": "2024-11-02 15:01:29", - "author_account_age_days": 4226 + "author_account_age_days": 4240 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 1, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4226 + "author_account_age_days": 4240 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 2, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4226 + "author_account_age_days": 4240 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 916 + "author_account_age_days": 930 }, "https://github.com/modelscope/scepter": { - "stars": 456, - "last_update": "2024-12-07 16:31:54", - "author_account_age_days": 916 + "stars": 459, + "last_update": "2025-02-06 02:42:39", + "author_account_age_days": 930 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 1, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 4819 + "author_account_age_days": 4834 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 1, "last_update": "2024-12-07 11:19:40", - "author_account_age_days": 1539 + "author_account_age_days": 1554 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3022 + "author_account_age_days": 3036 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 2, "last_update": "2024-10-24 13:44:41", - "author_account_age_days": 3687 + "author_account_age_days": 3701 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 16, "last_update": "2024-08-06 15:37:47", - "author_account_age_days": 2516 + "author_account_age_days": 2531 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4296 + "author_account_age_days": 4310 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2024-12-28 05:34:06", - "author_account_age_days": 2526 + "author_account_age_days": 2541 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 5, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2083 + "author_account_age_days": 2097 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-01-13 21:11:12", - "author_account_age_days": 2311 + "author_account_age_days": 2325 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4153 + "author_account_age_days": 4168 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 25, - "last_update": "2025-01-04 02:48:08", - "author_account_age_days": 3177 + "stars": 55, + "last_update": "2025-02-05 02:13:35", + "author_account_age_days": 3191 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { - "stars": 8, + "stars": 9, "last_update": "2024-07-31 13:49:27", - "author_account_age_days": 3161 + "author_account_age_days": 3176 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 2, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1596 + "author_account_age_days": 1610 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1596 + "author_account_age_days": 1610 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 8, "last_update": "2025-01-16 08:03:08", - "author_account_age_days": 684 + "author_account_age_days": 699 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 3, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 3890 + "author_account_age_days": 3904 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 3890 + "author_account_age_days": 3904 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3209 + "author_account_age_days": 3223 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3209 + "author_account_age_days": 3223 }, "https://github.com/nathannlu/ComfyUI-Cloud": { - "stars": 192, + "stars": 194, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 2941 + "author_account_age_days": 2955 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 45, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 2941 + "author_account_age_days": 2955 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 29, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 493 + "author_account_age_days": 508 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { - "stars": 8, + "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 865 + "author_account_age_days": 879 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 7, "last_update": "2024-12-25 18:40:01", - "author_account_age_days": 3867 + "author_account_age_days": 3881 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 1, - "last_update": "2025-01-24 12:07:31", - "author_account_age_days": 1235 + "last_update": "2025-01-30 16:24:57", + "author_account_age_days": 1249 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 6, "last_update": "2024-12-12 06:33:15", - "author_account_age_days": 1235 + "author_account_age_days": 1249 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 109, - "last_update": "2025-01-26 08:05:39", - "author_account_age_days": 1235 + "stars": 115, + "last_update": "2025-02-02 10:33:50", + "author_account_age_days": 1249 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 10, "last_update": "2024-11-24 09:40:44", - "author_account_age_days": 1235 + "author_account_age_days": 1249 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 4, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4537 + "author_account_age_days": 4552 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 5, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4225 + "author_account_age_days": 4240 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 9, "last_update": "2024-09-05 03:39:09", - "author_account_age_days": 4244 + "author_account_age_days": 4259 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 173, + "stars": 176, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1447 + "author_account_age_days": 1461 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 83, - "last_update": "2025-01-26 06:55:01", - "author_account_age_days": 4935 + "stars": 113, + "last_update": "2025-02-06 02:06:20", + "author_account_age_days": 4950 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 4, - "last_update": "2025-01-25 13:22:48", - "author_account_age_days": 4935 + "stars": 14, + "last_update": "2025-02-04 04:41:20", + "author_account_age_days": 4950 }, "https://github.com/niknah/quick-connections": { - "stars": 172, + "stars": 182, "last_update": "2024-12-15 03:01:31", - "author_account_age_days": 4935 + "author_account_age_days": 4950 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 3, - "last_update": "2024-11-15 03:30:08", - "author_account_age_days": 431 + "last_update": "2025-01-29 05:24:25", + "author_account_age_days": 445 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 54, + "stars": 55, "last_update": "2024-07-02 09:03:11", - "author_account_age_days": 3203 + "author_account_age_days": 3218 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 1, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 551 + "author_account_age_days": 565 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3718 + "author_account_age_days": 3733 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 3, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4522 + "author_account_age_days": 4537 + }, + "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { + "stars": 1, + "last_update": "2025-02-01 14:14:43", + "author_account_age_days": 390 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 25, "last_update": "2024-08-17 03:08:51", - "author_account_age_days": 375 + "author_account_age_days": 390 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 10, "last_update": "2024-10-19 14:44:42", - "author_account_age_days": 375 + "author_account_age_days": 390 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 51, + "stars": 53, "last_update": "2024-12-30 12:15:57", - "author_account_age_days": 375 + "author_account_age_days": 390 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 7, "last_update": "2024-08-17 03:08:42", - "author_account_age_days": 375 + "author_account_age_days": 390 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 11, "last_update": "2024-06-23 04:52:29", - "author_account_age_days": 375 + "author_account_age_days": 390 }, "https://github.com/noarche/sd-webui-color-enhance": { "stars": 4, "last_update": "2024-08-04 08:11:53", - "author_account_age_days": 1878 + "author_account_age_days": 1893 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, - "last_update": "2024-10-24 20:22:13", - "author_account_age_days": 2958 + "last_update": "2025-02-07 10:11:32", + "author_account_age_days": 2973 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, - "last_update": "2025-01-26 07:38:19", - "author_account_age_days": 1428 + "last_update": "2025-02-06 05:51:59", + "author_account_age_days": 1442 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 8, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2338 + "author_account_age_days": 2352 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 210, + "stars": 211, "last_update": "2024-10-20 21:07:49", - "author_account_age_days": 4120 + "author_account_age_days": 4135 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 10, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2776 + "author_account_age_days": 2790 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 10, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 290 + "author_account_age_days": 305 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 29, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 1933 + "author_account_age_days": 1947 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 9, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1308 + "author_account_age_days": 1322 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 23, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1308 + "author_account_age_days": 1322 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 724, + "stars": 735, "last_update": "2024-11-11 16:15:51", - "author_account_age_days": 1392 + "author_account_age_days": 1406 }, "https://github.com/numz/ComfyUI-FlowChain": { - "stars": 103, + "stars": 106, "last_update": "2024-10-19 21:20:45", - "author_account_age_days": 4999 + "author_account_age_days": 5014 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 22, + "stars": 23, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 768 + "author_account_age_days": 783 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 4, "last_update": "2024-08-15 01:51:13", - "author_account_age_days": 2902 + "author_account_age_days": 2917 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2024-05-23 00:14:52", - "author_account_age_days": 1092 + "author_account_age_days": 1106 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 1, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 178 + "author_account_age_days": 192 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 140, + "stars": 144, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4722 + "author_account_age_days": 4736 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 2, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1770 + "author_account_age_days": 1784 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { - "stars": 16, - "last_update": "2024-06-13 17:24:12", - "author_account_age_days": 1292 + "stars": 19, + "last_update": "2025-01-27 10:43:16", + "author_account_age_days": 1307 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 28, "last_update": "2024-08-20 10:40:03", - "author_account_age_days": 2618 + "author_account_age_days": 2633 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 2999 + "author_account_age_days": 3013 + }, + "https://github.com/oxysoft/ComfyUI-gowiththeflow": { + "stars": 4, + "last_update": "2025-01-27 18:25:22", + "author_account_age_days": 4341 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 2, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2545 + "author_account_age_days": 2560 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { - "stars": 25, + "stars": 27, "last_update": "2024-05-23 12:18:45", - "author_account_age_days": 1057 + "author_account_age_days": 1071 }, "https://github.com/palant/image-resize-comfyui": { - "stars": 77, + "stars": 78, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5269 + "author_account_age_days": 5283 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 37, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5269 + "author_account_age_days": 5283 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 147, - "last_update": "2025-01-03 07:53:12", - "author_account_age_days": 2346 + "stars": 151, + "last_update": "2025-02-06 03:52:38", + "author_account_age_days": 2361 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { - "stars": 15, - "last_update": "2024-09-01 05:22:43", - "author_account_age_days": 2346 + "stars": 17, + "last_update": "2025-02-07 22:11:47", + "author_account_age_days": 2361 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 233, + "stars": 236, "last_update": "2024-11-30 06:34:59", - "author_account_age_days": 2346 + "author_account_age_days": 2361 }, "https://github.com/pandaer119/ComfyUI_pandai": { - "stars": 7, + "stars": 12, "last_update": "2025-01-07 13:01:42", - "author_account_age_days": 222 + "author_account_age_days": 236 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2533 + "author_account_age_days": 2547 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 191, - "last_update": "2025-01-12 14:56:38", - "author_account_age_days": 5295 + "stars": 194, + "last_update": "2025-01-31 22:21:32", + "author_account_age_days": 5310 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 2902 + "author_account_age_days": 2917 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 1, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1446 + "author_account_age_days": 1460 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 41, + "stars": 43, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1130 + "author_account_age_days": 1145 }, "https://github.com/phazei/ConfyUI-node-prompt-stash-saver": { "stars": 2, "last_update": "2024-12-28 07:07:26", - "author_account_age_days": 5224 + "author_account_age_days": 5238 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { - "stars": 1, + "stars": 2, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3214 + "author_account_age_days": 3228 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 159, + "stars": 162, "last_update": "2024-09-25 08:48:51", - "author_account_age_days": 879 + "author_account_age_days": 894 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 41, "last_update": "2024-08-02 17:31:24", - "author_account_age_days": 2504 + "author_account_age_days": 2519 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 8, "last_update": "2025-01-06 11:49:33", - "author_account_age_days": 1889 + "author_account_age_days": 1904 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 8, "last_update": "2025-01-12 02:31:01", - "author_account_age_days": 3269 + "author_account_age_days": 3283 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 17, "last_update": "2024-07-05 07:32:50", - "author_account_age_days": 803 + "author_account_age_days": 817 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 3, "last_update": "2024-10-08 17:29:07", - "author_account_age_days": 185 + "author_account_age_days": 200 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { - "stars": 2, - "last_update": "2024-05-22 22:19:21", - "author_account_age_days": 1719 + "stars": 3, + "last_update": "2025-02-01 16:29:22", + "author_account_age_days": 1733 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 3, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1719 + "author_account_age_days": 1733 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 1, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1719 + "author_account_age_days": 1733 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 4, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1719 + "author_account_age_days": 1733 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, - "last_update": "2025-01-17 22:52:52", - "author_account_age_days": 1716 + "last_update": "2025-01-31 00:50:13", + "author_account_age_days": 1730 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 2, "last_update": "2024-10-01 07:58:40", - "author_account_age_days": 1278 + "author_account_age_days": 1292 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 27, - "last_update": "2025-01-25 23:49:22", - "author_account_age_days": 3722 + "stars": 55, + "last_update": "2025-02-09 16:54:07", + "author_account_age_days": 3737 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 99, - "last_update": "2024-10-07 16:39:03", - "author_account_age_days": 538 + "stars": 100, + "last_update": "2025-02-02 15:49:37", + "author_account_age_days": 552 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 29, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1246 + "author_account_age_days": 1260 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 2, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1246 + "author_account_age_days": 1260 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 2, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1246 + "author_account_age_days": 1260 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 21, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1246 + "author_account_age_days": 1260 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5784 + "author_account_age_days": 5798 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { - "stars": 11, + "stars": 13, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4203 + "author_account_age_days": 4217 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 3, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5154 + "author_account_age_days": 5168 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 3, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5154 + "author_account_age_days": 5168 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1457, + "stars": 1507, "last_update": "2025-01-14 17:03:18", - "author_account_age_days": 2912 + "author_account_age_days": 2927 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2053, - "last_update": "2025-01-14 22:51:00", - "author_account_age_days": 713 + "stars": 2091, + "last_update": "2025-02-05 19:24:18", + "author_account_age_days": 728 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 748, + "stars": 761, "last_update": "2024-10-23 19:52:57", - "author_account_age_days": 713 + "author_account_age_days": 728 }, "https://github.com/pzc163/Comfyui-CatVTON": { - "stars": 145, + "stars": 148, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 992 + "author_account_age_days": 1007 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { - "stars": 71, + "stars": 72, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 992 + "author_account_age_days": 1007 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 827 + "author_account_age_days": 841 }, "https://github.com/r3dial/redial-discomphy": { - "stars": 1, + "stars": 2, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 647 + "author_account_age_days": 661 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 1, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 356 + "author_account_age_days": 371 + }, + "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { + "stars": 2, + "last_update": "2025-02-06 19:02:52", + "author_account_age_days": 1296 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 2, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1538 + "author_account_age_days": 1552 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 54, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3433 + "author_account_age_days": 3447 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 976 + "author_account_age_days": 991 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 2, "last_update": "2024-12-28 19:31:31", - "author_account_age_days": 35 + "author_account_age_days": 49 }, "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter": { - "stars": 1, + "stars": 2, "last_update": "2024-12-26 10:23:16", - "author_account_age_days": 251 + "author_account_age_days": 266 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 81, + "stars": 82, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4710 + "author_account_age_days": 4724 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 51, + "stars": 58, "last_update": "2024-12-05 08:42:13", - "author_account_age_days": 2220 + "author_account_age_days": 2234 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3640 + "author_account_age_days": 3654 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 2, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1727 + "author_account_age_days": 1741 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 27, + "stars": 30, "last_update": "2024-10-25 09:09:43", - "author_account_age_days": 5837 + "author_account_age_days": 5851 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 314, - "last_update": "2024-09-06 11:40:48", - "author_account_age_days": 2808 + "stars": 320, + "last_update": "2025-02-01 15:56:44", + "author_account_age_days": 2823 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { - "stars": 43, - "last_update": "2024-11-06 13:54:26", - "author_account_age_days": 938 + "stars": 45, + "last_update": "2025-02-06 15:44:28", + "author_account_age_days": 952 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 355 + "author_account_age_days": 369 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 8, + "stars": 10, "last_update": "2025-01-06 18:38:11", - "author_account_age_days": 4842 + "author_account_age_days": 4857 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 8, "last_update": "2024-12-01 20:36:54", - "author_account_age_days": 4842 + "author_account_age_days": 4857 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 169, + "stars": 171, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 1824 + "author_account_age_days": 1838 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-01-24 19:21:57", - "author_account_age_days": 4701 + "author_account_age_days": 4715 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 1442, + "stars": 1493, "last_update": "2024-12-31 04:01:59", - "author_account_age_days": 5190 + "author_account_age_days": 5204 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 6, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 5852 + "author_account_age_days": 5867 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 3, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 5852 + "author_account_age_days": 5867 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 1, "last_update": "2025-01-01 15:58:13", - "author_account_age_days": 369 + "author_account_age_days": 383 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 2896 + "author_account_age_days": 2910 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 2, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5048 + "author_account_age_days": 5063 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 2, "last_update": "2025-01-03 15:27:06", - "author_account_age_days": 863 + "author_account_age_days": 877 + }, + "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { + "stars": 2, + "last_update": "2025-01-29 18:06:41", + "author_account_age_days": 877 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { - "stars": 30, + "stars": 31, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 863 + "author_account_age_days": 877 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 7, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3762 + "author_account_age_days": 3777 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 126, + "stars": 125, "last_update": "2024-12-03 19:25:59", - "author_account_age_days": 4321 + "author_account_age_days": 4335 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 1, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 667 + "author_account_age_days": 682 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 14, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3369 + "author_account_age_days": 3384 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 506 + "author_account_age_days": 520 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 4, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2526 + "author_account_age_days": 2540 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 103, + "stars": 105, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4370 + "author_account_age_days": 4385 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { - "stars": 3, + "stars": 7, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1233 + "author_account_age_days": 1248 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 10, "last_update": "2024-12-31 16:13:21", - "author_account_age_days": 2745 + "author_account_age_days": 2759 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { - "stars": 18, + "stars": 19, "last_update": "2024-05-23 01:10:10", - "author_account_age_days": 2745 + "author_account_age_days": 2759 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 8, "last_update": "2025-01-02 02:39:10", - "author_account_age_days": 397 + "author_account_age_days": 412 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { - "stars": 16, - "last_update": "2025-01-12 14:21:56", - "author_account_age_days": 397 + "stars": 17, + "last_update": "2025-02-06 01:51:44", + "author_account_age_days": 412 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { - "stars": 2, + "stars": 3, "last_update": "2024-12-05 08:27:40", - "author_account_age_days": 397 + "author_account_age_days": 412 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 15, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 689 + "author_account_age_days": 704 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 285 + "author_account_age_days": 300 }, "https://github.com/runtime44/comfyui_r44_nodes": { - "stars": 40, + "stars": 41, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 383 + "author_account_age_days": 398 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2024-10-12 10:31:49", - "author_account_age_days": 2636 + "author_account_age_days": 2650 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 5, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 3905 + "author_account_age_days": 3919 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 3905 + "author_account_age_days": 3919 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { - "stars": 36, - "last_update": "2025-01-23 00:10:03", - "author_account_age_days": 3905 + "stars": 38, + "last_update": "2025-02-03 22:37:58", + "author_account_age_days": 3919 }, "https://github.com/ryanontheinside/ComfyUI_RealTimeNodes": { - "stars": 16, - "last_update": "2025-01-11 03:09:45", - "author_account_age_days": 3905 + "stars": 22, + "last_update": "2025-02-03 19:03:11", + "author_account_age_days": 3919 + }, + "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { + "stars": 22, + "last_update": "2025-02-03 19:03:11", + "author_account_age_days": 3919 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 399, - "last_update": "2025-01-26 01:20:30", - "author_account_age_days": 3905 + "stars": 407, + "last_update": "2025-01-28 19:21:48", + "author_account_age_days": 3919 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 2, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 4973 + "author_account_age_days": 4987 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { - "stars": 4, - "last_update": "2024-11-04 04:39:41", - "author_account_age_days": 154 + "stars": 5, + "last_update": "2025-02-09 05:05:43", + "author_account_age_days": 168 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1138 + "author_account_age_days": 1152 + }, + "https://github.com/satche/comfyui-prompt-factory": { + "stars": 3, + "last_update": "2025-02-08 17:23:49", + "author_account_age_days": 2322 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 450 + "author_account_age_days": 465 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5521 + "author_account_age_days": 5535 }, "https://github.com/seanlynch/srl-nodes": { - "stars": 7, + "stars": 8, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5521 + "author_account_age_days": 5535 }, "https://github.com/sebord/ComfyUI-LMCQ": { - "stars": 35, + "stars": 36, "last_update": "2025-01-15 08:00:45", - "author_account_age_days": 1003 + "author_account_age_days": 1017 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3548 + "author_account_age_days": 3562 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { - "stars": 117, + "stars": 122, "last_update": "2025-01-15 05:16:31", - "author_account_age_days": 2718 + "author_account_age_days": 2732 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 123, + "stars": 134, "last_update": "2025-01-18 09:49:32", - "author_account_age_days": 2718 + "author_account_age_days": 2732 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 2, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 1985 + "author_account_age_days": 2000 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 29, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3530 + "author_account_age_days": 3545 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3530 + "author_account_age_days": 3545 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3530 + "author_account_age_days": 3545 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 435, + "stars": 436, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 3530 + "author_account_age_days": 3545 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1421, - "last_update": "2025-01-25 02:35:15", - "author_account_age_days": 3530 + "stars": 1439, + "last_update": "2025-02-05 10:24:45", + "author_account_age_days": 3545 }, "https://github.com/shadowcz007/comfyui-sound-lab": { - "stars": 107, + "stars": 110, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 3530 + "author_account_age_days": 3545 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 3530 + "author_account_age_days": 3545 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 29, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3530 + "author_account_age_days": 3545 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { - "stars": 1, + "stars": 2, "last_update": "2024-12-27 17:55:11", - "author_account_age_days": 408 + "author_account_age_days": 423 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { - "stars": 1, - "last_update": "2025-01-15 17:05:57", - "author_account_age_days": 408 + "stars": 9, + "last_update": "2025-02-06 06:21:11", + "author_account_age_days": 423 }, "https://github.com/shenduldh/ComfyUI-Lightning": { - "stars": 129, - "last_update": "2025-01-25 15:32:03", - "author_account_age_days": 2334 + "stars": 144, + "last_update": "2025-02-07 03:37:50", + "author_account_age_days": 2348 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5308 + "author_account_age_days": 5323 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { - "stars": 260, + "stars": 262, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 1981 + "author_account_age_days": 1995 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 360, + "stars": 366, "last_update": "2024-12-02 22:41:52", - "author_account_age_days": 1981 + "author_account_age_days": 1995 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 9, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 1981 + "author_account_age_days": 1995 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 240, + "stars": 243, "last_update": "2024-12-29 10:24:12", - "author_account_age_days": 1981 + "author_account_age_days": 1995 }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 34, "last_update": "2024-05-22 20:41:29", - "author_account_age_days": 2439 + "author_account_age_days": 2453 }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { - "stars": 31, + "stars": 32, "last_update": "2024-07-30 22:28:41", - "author_account_age_days": 2439 + "author_account_age_days": 2453 }, "https://github.com/shinich39/comfyui-connect-from-afar": { "stars": 1, "last_update": "2024-08-15 21:10:31", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-group-selection": { "stars": 2, "last_update": "2024-08-16 06:01:35", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-load-image-in-seq": { "stars": 6, "last_update": "2024-08-23 11:51:31", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-local-db": { "stars": 3, "last_update": "2024-08-03 15:45:29", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-model-db": { "stars": 1, "last_update": "2025-01-25 10:07:03", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-parse-image": { "stars": 3, "last_update": "2025-01-22 00:03:55", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-put-image": { "stars": 3, "last_update": "2025-01-22 00:00:58", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-ramdom-node": { - "stars": 3, + "stars": 5, "last_update": "2025-01-25 10:05:38", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-target-search": { "stars": 2, "last_update": "2024-08-15 23:12:25", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-textarea-command": { "stars": 2, "last_update": "2024-12-25 05:36:46", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shinich39/comfyui-view-recommendations": { "stars": 3, "last_update": "2024-12-28 08:28:51", - "author_account_age_days": 528 + "author_account_age_days": 542 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4523 + "author_account_age_days": 4538 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 21, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 1842 + "author_account_age_days": 1856 }, "https://github.com/siliconflow/BizyAir": { - "stars": 499, - "last_update": "2025-01-26 02:41:44", - "author_account_age_days": 521 + "stars": 522, + "last_update": "2025-02-08 08:59:13", + "author_account_age_days": 536 }, "https://github.com/siliconflow/onediff_comfy_nodes": { - "stars": 19, + "stars": 21, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 521 + "author_account_age_days": 536 }, - "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { - "stars": 13, + "https://github.com/silveroxides/ComfyUI_bitsandbytes_NF4": { + "stars": 17, "last_update": "2025-01-20 08:30:14", - "author_account_age_days": 1717 + "author_account_age_days": 1731 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 200, + "stars": 204, "last_update": "2024-11-04 14:05:29", - "author_account_age_days": 1323 + "author_account_age_days": 1337 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 156, - "last_update": "2025-01-04 12:41:20", - "author_account_age_days": 2343 + "stars": 167, + "last_update": "2025-02-07 15:04:47", + "author_account_age_days": 2357 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 28, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2298 + "author_account_age_days": 2312 + }, + "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { + "stars": 0, + "last_update": "2025-02-08 03:06:54", + "author_account_age_days": 207 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4155 + "author_account_age_days": 4170 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 2930 + "author_account_age_days": 2945 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 21, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 2937 + "author_account_age_days": 2951 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { - "stars": 0, - "last_update": "2025-01-26 05:10:48", - "author_account_age_days": 2937 + "stars": 11, + "last_update": "2025-01-27 13:33:49", + "author_account_age_days": 2951 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 53, - "last_update": "2024-10-05 00:22:07", - "author_account_age_days": 570 + "stars": 56, + "last_update": "2025-02-05 04:01:50", + "author_account_age_days": 584 + }, + "https://github.com/smthemex/ComfyUI_CSD_MT": { + "stars": 14, + "last_update": "2025-02-06 04:30:50", + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 15, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 37, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 7, "last_update": "2024-11-06 10:06:01", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Diffree": { - "stars": 30, + "stars": 31, "last_update": "2024-12-17 00:47:19", - "author_account_age_days": 570 + "author_account_age_days": 584 + }, + "https://github.com/smthemex/ComfyUI_DiffuEraser": { + "stars": 43, + "last_update": "2025-02-06 09:31:58", + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 515, + "stars": 527, "last_update": "2025-01-16 00:38:15", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { - "stars": 12, + "stars": 14, "last_update": "2024-11-20 01:14:37", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 54, "last_update": "2024-09-06 02:36:44", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2024-07-21 06:01:11", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Hallo2": { - "stars": 68, + "stars": 69, "last_update": "2024-11-19 01:00:07", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 53, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 25, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 211, "last_update": "2024-11-15 12:16:19", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 52, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 30, + "stars": 35, "last_update": "2025-01-23 00:43:14", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 6, "last_update": "2024-09-03 13:41:15", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 31, "last_update": "2024-12-06 01:07:38", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2024-12-09 05:34:53", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { - "stars": 35, + "stars": 36, "last_update": "2024-12-25 06:26:03", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 11, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_SVFR": { - "stars": 58, + "stars": 66, "last_update": "2025-01-22 01:15:19", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 140, + "stars": 142, "last_update": "2024-12-05 12:00:37", - "author_account_age_days": 570 + "author_account_age_days": 584 + }, + "https://github.com/smthemex/ComfyUI_Sonic": { + "stars": 128, + "last_update": "2025-02-08 03:01:51", + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 19, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { - "stars": 81, + "stars": 83, "last_update": "2025-01-10 05:26:59", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 276, + "stars": 283, "last_update": "2025-01-19 04:15:14", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 11, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { - "stars": 133, + "stars": 136, "last_update": "2024-12-27 03:35:57", - "author_account_age_days": 570 + "author_account_age_days": 584 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 10, - "last_update": "2025-01-12 01:16:22", - "author_account_age_days": 989 + "last_update": "2025-01-27 14:44:06", + "author_account_age_days": 1004 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2024-11-09 19:28:50", - "author_account_age_days": 1783 + "author_account_age_days": 1797 }, "https://github.com/solution9th/Comfyui_mobilesam": { "stars": 1, "last_update": "2024-12-24 09:27:31", - "author_account_age_days": 2288 + "author_account_age_days": 2302 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 2, "last_update": "2024-08-29 14:03:52", - "author_account_age_days": 3475 + "author_account_age_days": 3490 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 2, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1699 + "author_account_age_days": 1713 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 26, "last_update": "2024-12-01 15:14:40", - "author_account_age_days": 624 + "author_account_age_days": 638 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { - "stars": 50, + "stars": 51, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 2940 + "author_account_age_days": 2954 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 190, + "stars": 191, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 2940 + "author_account_age_days": 2954 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 2940 + "author_account_age_days": 2954 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { - "stars": 165, + "stars": 166, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/spacepxl/ComfyUI-Florence-2": { - "stars": 76, + "stars": 78, "last_update": "2024-07-20 19:44:33", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 48, - "last_update": "2024-10-28 17:18:44", - "author_account_age_days": 510 + "stars": 49, + "last_update": "2025-01-30 00:12:58", + "author_account_age_days": 524 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 183, + "stars": 187, "last_update": "2024-12-16 22:42:50", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { - "stars": 0, + "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 86, + "stars": 87, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { - "stars": 12, + "stars": 13, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 19, "last_update": "2024-08-04 19:13:25", - "author_account_age_days": 4956 + "author_account_age_days": 4971 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 176, + "stars": 177, "last_update": "2024-09-25 05:22:05", - "author_account_age_days": 4956 + "author_account_age_days": 4971 }, "https://github.com/spro/comfyui-mirror": { "stars": 5, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5447 + "author_account_age_days": 5461 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 962, + "stars": 976, "last_update": "2025-01-06 19:06:53", - "author_account_age_days": 1905 + "author_account_age_days": 1919 }, "https://github.com/ssitu/ComfyUI_fabric": { - "stars": 88, + "stars": 89, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 1905 + "author_account_age_days": 1919 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 87, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 1905 + "author_account_age_days": 1919 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 71, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 1905 + "author_account_age_days": 1919 }, "https://github.com/stavsap/comfyui-kokoro": { - "stars": 3, - "last_update": "2025-01-25 10:35:27", - "author_account_age_days": 4299 + "stars": 7, + "last_update": "2025-02-02 20:28:07", + "author_account_age_days": 4314 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 438, + "stars": 470, "last_update": "2025-01-10 09:00:17", - "author_account_age_days": 4299 + "author_account_age_days": 4314 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { - "stars": 26, + "stars": 27, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4344 + "author_account_age_days": 4358 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 21, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4344 + "author_account_age_days": 4358 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 8, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4344 + "author_account_age_days": 4358 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 24, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2768 + "author_account_age_days": 2782 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 820, + "stars": 833, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2768 + "author_account_age_days": 2782 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 1, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4687 + "author_account_age_days": 4702 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 29, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 2842 + "author_account_age_days": 2857 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 8, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2061 + "author_account_age_days": 2076 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 39, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2061 + "author_account_age_days": 2076 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 31, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6146 + "author_account_age_days": 6160 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 2, "last_update": "2024-07-22 08:42:31", - "author_account_age_days": 1091 + "author_account_age_days": 1106 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 35, "last_update": "2025-01-09 02:36:09", - "author_account_age_days": 1091 + "author_account_age_days": 1106 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 664 + "author_account_age_days": 679 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 2, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 948 + "author_account_age_days": 962 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 2, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 948 + "author_account_age_days": 962 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 2, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 948 + "author_account_age_days": 962 }, "https://github.com/syaofox/ComfyUI_fnodes": { "stars": 8, "last_update": "2024-10-15 09:38:25", - "author_account_age_days": 3371 + "author_account_age_days": 3386 }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 120, + "stars": 121, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3351 + "author_account_age_days": 3366 }, "https://github.com/sylym/comfy_vid2vid": { - "stars": 69, + "stars": 70, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2114 + "author_account_age_days": 2128 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1223 + "author_account_age_days": 1237 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 78, + "stars": 81, "last_update": "2024-12-15 00:59:25", - "author_account_age_days": 1898 + "author_account_age_days": 1913 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 257, + "stars": 258, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 1898 + "author_account_age_days": 1913 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 6, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 1898 + "author_account_age_days": 1913 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 46, + "stars": 49, "last_update": "2024-11-17 20:49:23", - "author_account_age_days": 123 + "author_account_age_days": 137 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 9, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5137 + "author_account_age_days": 5151 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { - "stars": 24, + "stars": 25, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 601 + "author_account_age_days": 615 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 528, + "stars": 533, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 771 + "author_account_age_days": 786 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 17, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4187 + "author_account_age_days": 4202 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5314 + "author_account_age_days": 5328 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5314 + "author_account_age_days": 5328 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 2, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1572 + "author_account_age_days": 1586 }, "https://github.com/theUpsider/ComfyUI-Logic": { - "stars": 163, + "stars": 167, "last_update": "2024-08-16 12:20:56", - "author_account_age_days": 2938 + "author_account_age_days": 2952 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { - "stars": 46, + "stars": 47, "last_update": "2025-01-17 14:42:53", - "author_account_age_days": 2938 + "author_account_age_days": 2952 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 57, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2638 + "author_account_age_days": 2652 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { - "stars": 220, + "stars": 221, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2638 + "author_account_age_days": 2652 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { - "stars": 344, + "stars": 347, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2638 + "author_account_age_days": 2652 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2024-12-25 14:09:38", - "author_account_age_days": 187 + "author_account_age_days": 201 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { - "stars": 1, + "stars": 2, "last_update": "2025-01-24 18:07:15", - "author_account_age_days": 187 + "author_account_age_days": 201 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2024-12-25 13:10:30", - "author_account_age_days": 187 + "author_account_age_days": 201 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 98, + "stars": 106, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 479 + "author_account_age_days": 493 }, "https://github.com/tianguanggliu/Utools": { "stars": 1, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2556 + "author_account_age_days": 2570 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { - "stars": 111, + "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3166 + "author_account_age_days": 3180 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { - "stars": 24, + "stars": 26, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3541 + "author_account_age_days": 3555 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { - "stars": 0, + "stars": 1, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3408 + "author_account_age_days": 3423 + }, + "https://github.com/tigeryy2/comfyui-structured-outputs": { + "stars": 1, + "last_update": "2025-02-02 19:14:01", + "author_account_age_days": 2201 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 3, "last_update": "2025-01-10 22:43:50", - "author_account_age_days": 752 + "author_account_age_days": 766 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 2, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4591 + "author_account_age_days": 4605 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4075 + "author_account_age_days": 4089 }, "https://github.com/tocubed/ComfyUI-EvTexture": { - "stars": 6, + "stars": 8, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4075 + "author_account_age_days": 4089 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 4, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3118 + "author_account_age_days": 3133 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 6, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4533 + "author_account_age_days": 4548 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4586 + "author_account_age_days": 4600 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 68, + "stars": 70, "last_update": "2024-12-25 02:02:16", - "author_account_age_days": 3865 + "author_account_age_days": 3880 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 541, + "stars": 546, "last_update": "2024-11-15 19:13:08", - "author_account_age_days": 3865 + "author_account_age_days": 3880 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { - "stars": 13, - "last_update": "2024-11-03 00:10:00", - "author_account_age_days": 4036 + "stars": 14, + "last_update": "2025-02-01 21:26:00", + "author_account_age_days": 4050 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 44, + "stars": 47, "last_update": "2024-12-11 09:08:22", - "author_account_age_days": 3356 + "author_account_age_days": 3371 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2473 + "author_account_age_days": 2488 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 2, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5605 + "author_account_age_days": 5619 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 27, "last_update": "2024-08-03 05:16:33", - "author_account_age_days": 3176 + "author_account_age_days": 3190 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { - "stars": 16, + "stars": 17, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1744 + "author_account_age_days": 1759 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2024-07-09 14:56:02", - "author_account_age_days": 4973 + "author_account_age_days": 4987 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { - "stars": 5, - "last_update": "2024-06-12 21:55:39", - "author_account_age_days": 4973 + "stars": 6, + "last_update": "2025-02-03 16:57:00", + "author_account_age_days": 4987 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 3, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1640 + "author_account_age_days": 1654 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 3, "last_update": "2024-11-26 07:47:26", - "author_account_age_days": 1640 + "author_account_age_days": 1654 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 4, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 2965 + "author_account_age_days": 2979 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 26, "last_update": "2024-08-20 02:23:16", - "author_account_age_days": 2881 + "author_account_age_days": 2895 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 800, + "stars": 804, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4284 + "author_account_age_days": 4298 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 300 + "author_account_age_days": 314 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 116, + "stars": 118, "last_update": "2024-10-03 23:26:45", - "author_account_age_days": 3918 + "author_account_age_days": 3933 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 146, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 4985 + "author_account_age_days": 4999 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 16, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1488 + "author_account_age_days": 1502 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 3, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2530 + "author_account_age_days": 2544 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 1, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 3969 + "author_account_age_days": 3984 }, "https://github.com/un-seen/comfyui-tensorops": { - "stars": 16, + "stars": 18, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1532 + "author_account_age_days": 1546 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 5, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1532 + "author_account_age_days": 1546 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 2, "last_update": "2024-07-31 13:39:39", - "author_account_age_days": 289 + "author_account_age_days": 303 + }, + "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { + "stars": 1, + "last_update": "2025-02-09 04:06:34", + "author_account_age_days": 2617 }, "https://github.com/valofey/Openrouter-Node": { "stars": 2, "last_update": "2024-09-26 14:38:37", - "author_account_age_days": 1599 + "author_account_age_days": 1613 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3174 + "author_account_age_days": 3188 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 4, - "last_update": "2024-07-31 13:39:43", - "author_account_age_days": 1073 + "last_update": "2025-01-28 09:58:56", + "author_account_age_days": 1087 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, - "last_update": "2025-01-15 22:18:41", - "author_account_age_days": 4980 + "last_update": "2025-02-09 14:31:19", + "author_account_age_days": 4994 }, "https://github.com/vault-developer/comfyui-image-blender": { - "stars": 20, + "stars": 21, "last_update": "2024-08-03 19:30:31", - "author_account_age_days": 2829 + "author_account_age_days": 2844 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 2, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3316 + "author_account_age_days": 3330 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 12, "last_update": "2024-06-22 18:59:10", - "author_account_age_days": 3361 + "author_account_age_days": 3375 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3643 + "author_account_age_days": 3657 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 3, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 3882 + "author_account_age_days": 3896 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 17, "last_update": "2025-01-21 05:16:52", - "author_account_age_days": 1614 + "author_account_age_days": 1628 }, "https://github.com/viperyl/ComfyUI-RGT": { - "stars": 6, + "stars": 7, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2248 + "author_account_age_days": 2263 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { - "stars": 158, + "stars": 159, "last_update": "2024-11-03 04:06:08", - "author_account_age_days": 2054 + "author_account_age_days": 2069 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 4, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2054 + "author_account_age_days": 2069 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 2, - "last_update": "2025-01-21 13:22:56", - "author_account_age_days": 511 + "last_update": "2025-01-27 18:35:41", + "author_account_age_days": 525 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2024-07-31 16:03:48", - "author_account_age_days": 5200 + "author_account_age_days": 5214 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 106, - "last_update": "2024-12-22 06:45:45", - "author_account_age_days": 788 + "stars": 117, + "last_update": "2025-02-05 02:40:29", + "author_account_age_days": 802 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1576 + "author_account_age_days": 1591 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2024-11-08 15:37:40", - "author_account_age_days": 1576 + "author_account_age_days": 1591 }, "https://github.com/wallish77/wlsh_nodes": { - "stars": 105, + "stars": 107, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2436 + "author_account_age_days": 2450 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3599 + "author_account_age_days": 3614 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { - "stars": 5, + "stars": 9, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2328 + "author_account_age_days": 2342 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1183 + "author_account_age_days": 1198 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 5, "last_update": "2024-09-10 13:08:51", - "author_account_age_days": 190 + "author_account_age_days": 204 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 1828 + "author_account_age_days": 1843 }, "https://github.com/weilin9999/WeiLin-ComfyUI-prompt-all-in-one": { - "stars": 151, + "stars": 156, "last_update": "2025-01-09 14:59:21", - "author_account_age_days": 2123 + "author_account_age_days": 2138 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 22, - "last_update": "2025-01-23 13:12:22", - "author_account_age_days": 2123 + "stars": 26, + "last_update": "2025-02-09 05:41:35", + "author_account_age_days": 2138 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 342, + "stars": 373, "last_update": "2025-01-17 12:37:09", - "author_account_age_days": 1787 + "author_account_age_days": 1802 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 1995 + "author_account_age_days": 2010 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 10, + "stars": 11, "last_update": "2025-01-25 18:28:07", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { - "stars": 5, + "stars": 7, "last_update": "2025-01-25 05:53:53", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 6, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 510 + "author_account_age_days": 524 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5703 + "author_account_age_days": 5717 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 37, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 667 + "author_account_age_days": 682 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 9, "last_update": "2024-10-09 02:48:18", - "author_account_age_days": 2854 + "author_account_age_days": 2868 + }, + "https://github.com/willmiao/ComfyUI-Lora-Manager": { + "stars": 29, + "last_update": "2025-02-08 10:46:49", + "author_account_age_days": 3588 }, "https://github.com/windfancy/zsq_prompt": { "stars": 1, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1753 + "author_account_age_days": 1767 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 20, "last_update": "2025-01-20 03:19:15", - "author_account_age_days": 2087 + "author_account_age_days": 2102 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 16, "last_update": "2024-10-08 01:54:33", - "author_account_age_days": 4333 + "author_account_age_days": 4348 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2024-12-23 02:43:14", - "author_account_age_days": 3246 + "author_account_age_days": 3260 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { - "stars": 85, + "stars": 87, "last_update": "2024-09-03 18:33:52", - "author_account_age_days": 5937 + "author_account_age_days": 5951 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 9, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 5937 + "author_account_age_days": 5951 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 53, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1783 + "author_account_age_days": 1798 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 1, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3149 + "author_account_age_days": 3164 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 6, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 533 + "author_account_age_days": 547 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 74, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2478 + "author_account_age_days": 2493 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2024-06-14 09:34:31", - "author_account_age_days": 4401 + "author_account_age_days": 4415 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5266 + "author_account_age_days": 5280 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 344, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1694 + "author_account_age_days": 1709 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 2, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 645 + "author_account_age_days": 659 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 14, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3090 + "author_account_age_days": 3105 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { - "stars": 7, + "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4715 + "author_account_age_days": 4729 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 19, - "last_update": "2024-08-30 17:39:03", - "author_account_age_days": 4715 + "last_update": "2025-02-01 18:36:52", + "author_account_age_days": 4729 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { - "stars": 10, + "stars": 11, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4715 + "author_account_age_days": 4729 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1489 + "author_account_age_days": 1503 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 3, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 1905 + "author_account_age_days": 1919 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2024-12-02 09:30:53", - "author_account_age_days": 1490 + "author_account_age_days": 1505 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2024-06-15 14:33:37", - "author_account_age_days": 4322 + "author_account_age_days": 4336 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 20, "last_update": "2024-06-15 14:32:32", - "author_account_age_days": 4322 + "author_account_age_days": 4336 }, "https://github.com/xuhongming251/ComfyUI_Camera": { - "stars": 2, + "stars": 3, "last_update": "2024-12-25 07:31:32", - "author_account_age_days": 4322 + "author_account_age_days": 4336 + }, + "https://github.com/yanhuifair/comfyui-janus": { + "stars": 0, + "last_update": "2025-02-09 16:52:18", + "author_account_age_days": 3792 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 15, - "last_update": "2024-11-30 08:19:45", - "author_account_age_days": 3024 + "stars": 16, + "last_update": "2025-02-09 07:40:30", + "author_account_age_days": 3038 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 3, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2333 + "author_account_age_days": 2347 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3640 + "author_account_age_days": 3655 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 3937 + "author_account_age_days": 3952 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { - "stars": 36, + "stars": 38, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 786 + "author_account_age_days": 801 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 3, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 786 + "author_account_age_days": 801 + }, + "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { + "stars": 6, + "last_update": "2025-01-29 22:26:38", + "author_account_age_days": 355 }, "https://github.com/yichengup/Comfyui-Deepseek": { - "stars": 8, - "last_update": "2025-01-21 07:30:20", - "author_account_age_days": 340 + "stars": 13, + "last_update": "2025-02-08 02:31:42", + "author_account_age_days": 355 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 61, "last_update": "2024-12-22 01:26:50", - "author_account_age_days": 340 + "author_account_age_days": 355 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { - "stars": 237, + "stars": 238, "last_update": "2024-12-12 08:22:38", - "author_account_age_days": 340 + "author_account_age_days": 355 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { - "stars": 55, - "last_update": "2025-01-24 10:07:48", - "author_account_age_days": 340 + "stars": 59, + "last_update": "2025-02-09 05:59:58", + "author_account_age_days": 355 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 87, - "last_update": "2024-11-08 08:42:14", - "author_account_age_days": 768 + "last_update": "2025-02-06 03:34:59", + "author_account_age_days": 782 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 35, "last_update": "2024-10-21 06:40:25", - "author_account_age_days": 768 + "author_account_age_days": 782 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1251, - "last_update": "2025-01-24 12:43:14", - "author_account_age_days": 1556 + "stars": 1271, + "last_update": "2025-02-09 12:41:12", + "author_account_age_days": 1571 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 4, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5079 + "author_account_age_days": 5093 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5079 + "author_account_age_days": 5093 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5079 + "author_account_age_days": 5093 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5079 + "author_account_age_days": 5093 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 3, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5079 + "author_account_age_days": 5093 }, "https://github.com/yolanother/DTAIComfyVariables": { - "stars": 10, + "stars": 11, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5079 + "author_account_age_days": 5093 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 19, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5079 + "author_account_age_days": 5093 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 20, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4091 + "author_account_age_days": 4105 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 3, "last_update": "2024-12-25 18:42:17", - "author_account_age_days": 4091 + "author_account_age_days": 4105 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 5, "last_update": "2024-12-26 14:25:21", - "author_account_age_days": 3605 + "author_account_age_days": 3620 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 3, "last_update": "2024-10-23 01:56:00", - "author_account_age_days": 644 + "author_account_age_days": 659 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 7, "last_update": "2024-08-15 02:51:45", - "author_account_age_days": 2658 + "author_account_age_days": 2673 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 6, "last_update": "2024-08-15 02:47:23", - "author_account_age_days": 2658 + "author_account_age_days": 2673 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 92, + "stars": 95, "last_update": "2024-12-02 18:15:56", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { - "stars": 21, + "stars": 22, "last_update": "2024-10-01 11:19:11", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { - "stars": 16, + "stars": 17, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { - "stars": 29, + "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 10, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 77, + "stars": 75, "last_update": "2024-09-24 17:35:22", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { - "stars": 0, - "last_update": "2025-01-26 08:28:35", - "author_account_age_days": 2368 + "stars": 13, + "last_update": "2025-02-09 09:22:17", + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 85, "last_update": "2024-08-06 05:31:10", - "author_account_age_days": 2368 + "author_account_age_days": 2383 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 11, "last_update": "2024-06-28 15:59:14", - "author_account_age_days": 2368 + "author_account_age_days": 2383 + }, + "https://github.com/yuvraj108c/ComfyUI_InvSR": { + "stars": 97, + "last_update": "2025-02-03 18:13:41", + "author_account_age_days": 2383 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 339, - "last_update": "2025-01-23 16:38:36", - "author_account_age_days": 1115 + "stars": 346, + "last_update": "2025-01-27 16:28:04", + "author_account_age_days": 1130 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { - "stars": 7, + "stars": 8, "last_update": "2024-10-19 12:15:24", - "author_account_age_days": 804 + "author_account_age_days": 818 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4631 + "author_account_age_days": 4645 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 23, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4631 + "author_account_age_days": 4645 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4631 + "author_account_age_days": 4645 + }, + "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { + "stars": 0, + "last_update": "2025-02-09 16:39:41", + "author_account_age_days": 441 + }, + "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { + "stars": 2, + "last_update": "2025-02-07 17:32:46", + "author_account_age_days": 441 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 2886 + "author_account_age_days": 2900 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, - "last_update": "2024-11-16 23:48:18", - "author_account_age_days": 332 + "last_update": "2025-01-26 19:33:59", + "author_account_age_days": 347 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2024-08-15 03:56:51", - "author_account_age_days": 2659 + "author_account_age_days": 2673 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 22, "last_update": "2025-01-01 13:48:04", - "author_account_age_days": 5078 + "author_account_age_days": 5093 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 47, - "last_update": "2025-01-17 11:40:12", - "author_account_age_days": 507 + "stars": 50, + "last_update": "2025-02-07 07:16:39", + "author_account_age_days": 521 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 7, "last_update": "2024-11-09 03:17:11", - "author_account_age_days": 507 + "author_account_age_days": 521 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 2, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 509 + "author_account_age_days": 524 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3565 + "author_account_age_days": 3580 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 69, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3675 + "author_account_age_days": 3689 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 65, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4450 + "author_account_age_days": 4465 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1255, - "last_update": "2024-12-13 08:42:11", - "author_account_age_days": 255 + "stars": 1268, + "last_update": "2025-02-05 10:33:45", + "author_account_age_days": 269 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { - "stars": 8, - "last_update": "2025-01-23 10:50:37", - "author_account_age_days": 3592 + "stars": 44, + "last_update": "2025-02-02 14:24:35", + "author_account_age_days": 3606 }, "https://github.com/zmwv823/ComfyUI_Anytext": { - "stars": 38, - "last_update": "2025-01-22 13:33:05", - "author_account_age_days": 3485 + "stars": 42, + "last_update": "2025-02-09 13:01:02", + "author_account_age_days": 3499 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 2877 + "author_account_age_days": 2892 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 713, - "last_update": "2025-01-16 04:50:15", - "author_account_age_days": 4133 + "stars": 779, + "last_update": "2025-02-08 02:08:16", + "author_account_age_days": 4148 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 2, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5177 + "author_account_age_days": 5192 } } \ No newline at end of file diff --git a/glob/manager_core.py b/glob/manager_core.py index f6a8ebfc..0cf61535 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -4,6 +4,7 @@ description: """ import json +import logging import os import sys import subprocess @@ -41,7 +42,7 @@ import manager_downloader from node_package import InstalledNodePackage -version_code = [3, 9, 4] +version_code = [3, 18, 1] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') @@ -173,7 +174,7 @@ git_script_path = os.path.join(manager_util.comfyui_manager_path, "git_helper.py manager_files_path = None manager_config_path = None manager_channel_list_path = None -manager_startup_script_path = None +manager_startup_script_path:str = None manager_snapshot_path = None manager_pip_overrides_path = None manager_components_path = None @@ -324,6 +325,8 @@ def normalize_channel(channel): return None elif channel.startswith('https://'): return channel + elif channel.startswith('http://') and get_config()['http_channel_enabled'] == True: + return channel tmp_dict = get_channel_dict() channel_url = tmp_dict.get(channel) @@ -730,14 +733,17 @@ class UnifiedManager: json_obj = await get_data_by_mode(mode, 'custom-node-list.json', channel_url=channel_url) for x in json_obj['custom_nodes']: - for y in x['files']: - if 'github.com' in y and not (y.endswith('.py') or y.endswith('.js')): - repo_name = y.split('/')[-1] - res[repo_name] = (x, False) + try: + for y in x['files']: + if 'github.com' in y and not (y.endswith('.py') or y.endswith('.js')): + repo_name = y.split('/')[-1] + res[repo_name] = (x, False) - if 'id' in x: - if x['id'] not in res: - res[x['id']] = (x, True) + if 'id' in x: + if x['id'] not in res: + res[x['id']] = (x, True) + except: + logging.error(f"[ComfyUI-Manager] broken item:{x}") return res @@ -808,7 +814,7 @@ class UnifiedManager: package_name = remap_pip_package(line.strip()) if package_name and not package_name.startswith('#') and package_name not in self.processed_install: self.processed_install.add(package_name) - install_cmd = [sys.executable, "-m", "pip", "install", package_name] + install_cmd = manager_util.make_pip_cmd(["install", package_name]) if package_name.strip() != "" and not package_name.startswith('#'): res = res and try_install_script(url, repo_path, install_cmd, instant_execution=instant_execution) @@ -1544,19 +1550,19 @@ def write_config(): config = configparser.ConfigParser() config['default'] = { 'preview_method': manager_funcs.get_current_preview_method(), - 'git_exe': get_config()['git_exe'], + 'git_exe': get_config()['git_exe'], + 'use_uv': get_config()['use_uv'], 'channel_url': get_config()['channel_url'], 'share_option': get_config()['share_option'], 'bypass_ssl': get_config()['bypass_ssl'], "file_logging": get_config()['file_logging'], - 'default_ui': get_config()['default_ui'], 'component_policy': get_config()['component_policy'], - 'double_click_policy': get_config()['double_click_policy'], 'windows_selector_event_loop_policy': get_config()['windows_selector_event_loop_policy'], 'model_download_by_agent': get_config()['model_download_by_agent'], 'downgrade_blacklist': get_config()['downgrade_blacklist'], 'security_level': get_config()['security_level'], 'skip_migration_check': get_config()['skip_migration_check'], + 'always_lazy_install': get_config()['always_lazy_install'] } directory = os.path.dirname(manager_config_path) @@ -1582,38 +1588,45 @@ def read_config(): else: security_level = default_conf['security_level'] if 'security_level' in default_conf else 'normal' + manager_util.use_uv = default_conf['use_uv'].lower() == 'true' if 'use_uv' in default_conf else False + return { + 'http_channel_enabled': default_conf['http_channel_enabled'].lower() == 'true' if 'http_channel_enabled' in default_conf else False, 'preview_method': default_conf['preview_method'] if 'preview_method' in default_conf else manager_funcs.get_current_preview_method(), 'git_exe': default_conf['git_exe'] if 'git_exe' in default_conf else '', + 'use_uv': default_conf['use_uv'].lower() == 'true' if 'use_uv' in default_conf else False, 'channel_url': default_conf['channel_url'] if 'channel_url' in default_conf else DEFAULT_CHANNEL, + 'default_cache_as_channel_url': default_conf['default_cache_as_channel_url'].lower() == 'true' if 'default_cache_as_channel_url' in default_conf else False, 'share_option': default_conf['share_option'] if 'share_option' in default_conf else 'all', 'bypass_ssl': default_conf['bypass_ssl'].lower() == 'true' if 'bypass_ssl' in default_conf else False, 'file_logging': default_conf['file_logging'].lower() == 'true' if 'file_logging' in default_conf else True, - 'default_ui': default_conf['default_ui'] if 'default_ui' in default_conf else 'none', 'component_policy': default_conf['component_policy'] if 'component_policy' in default_conf else 'workflow', - 'double_click_policy': default_conf['double_click_policy'] if 'double_click_policy' in default_conf else 'copy-all', 'windows_selector_event_loop_policy': default_conf['windows_selector_event_loop_policy'].lower() == 'true' if 'windows_selector_event_loop_policy' in default_conf else False, 'model_download_by_agent': default_conf['model_download_by_agent'].lower() == 'true' if 'model_download_by_agent' in default_conf else False, 'downgrade_blacklist': default_conf['downgrade_blacklist'] if 'downgrade_blacklist' in default_conf else '', 'skip_migration_check': default_conf['skip_migration_check'].lower() == 'true' if 'skip_migration_check' in default_conf else False, - 'security_level': security_level + 'always_lazy_install': default_conf['always_lazy_install'].lower() == 'true' if 'always_lazy_install' in default_conf else False, + 'security_level': security_level, } except Exception: + manager_util.use_uv = False return { + 'http_channel_enabled': False, 'preview_method': manager_funcs.get_current_preview_method(), 'git_exe': '', + 'use_uv': False, 'channel_url': DEFAULT_CHANNEL, + 'default_cache_as_channel_url': False, 'share_option': 'all', 'bypass_ssl': False, 'file_logging': True, - 'default_ui': 'none', 'component_policy': 'workflow', - 'double_click_policy': 'copy-all', 'windows_selector_event_loop_policy': False, 'model_download_by_agent': False, 'downgrade_blacklist': '', 'skip_migration_check': False, + 'always_lazy_install': False, 'security_level': 'normal', } @@ -1623,6 +1636,8 @@ def get_config(): if cached_config is None: cached_config = read_config() + if cached_config['http_channel_enabled']: + print("[ComfyUI-Manager] Warning: http channel enabled, make sure server in secure env") return cached_config @@ -1671,7 +1686,9 @@ def switch_to_default_branch(repo): def try_install_script(url, repo_path, install_cmd, instant_execution=False): - if not instant_execution and ((len(install_cmd) > 0 and install_cmd[0].startswith('#')) or (platform.system() == "Windows" and comfy_ui_commit_datetime.date() >= comfy_ui_required_commit_datetime.date())): + if not instant_execution and ( + (len(install_cmd) > 0 and install_cmd[0].startswith('#')) or platform.system() == "Windows" or get_config()['always_lazy_install'] + ): if not os.path.exists(manager_startup_script_path): os.makedirs(manager_startup_script_path) @@ -1686,6 +1703,10 @@ def try_install_script(url, repo_path, install_cmd, instant_execution=False): if is_blacklisted(install_cmd[4]): print(f"[ComfyUI-Manager] skip black listed pip installation: '{install_cmd[4]}'") return True + elif len(install_cmd) == 6 and install_cmd[3:5] == ['pip', 'install']: # uv mode + if is_blacklisted(install_cmd[5]): + print(f"[ComfyUI-Manager] skip black listed pip installation: '{install_cmd[5]}'") + return True print(f"\n## ComfyUI-Manager: EXECUTE => {install_cmd}") code = manager_funcs.run_script(install_cmd, cwd=repo_path) @@ -1802,9 +1823,9 @@ def execute_install_script(url, repo_path, lazy_mode=False, instant_execution=Fa if package_name and not package_name.startswith('#'): if '--index-url' in package_name: s = package_name.split('--index-url') - install_cmd = [sys.executable, "-m", "pip", "install", s[0].strip(), '--index-url', s[1].strip()] + install_cmd = manager_util.make_pip_cmd(["install", s[0].strip(), '--index-url', s[1].strip()]) else: - install_cmd = [sys.executable, "-m", "pip", "install", package_name] + install_cmd = manager_util.make_pip_cmd(["install", package_name]) if package_name.strip() != "" and not package_name.startswith('#'): try_install_script(url, repo_path, install_cmd, instant_execution=instant_execution) @@ -2076,14 +2097,8 @@ async def get_data_by_mode(mode, filename, channel_url=None): cache_uri = str(manager_util.simple_hash(uri))+'_'+filename cache_uri = os.path.join(manager_util.cache_dir, cache_uri) - if mode == "cache": - if manager_util.is_file_created_within_one_day(cache_uri): - json_obj = await manager_util.get_data(cache_uri) - else: - json_obj = await manager_util.get_data(uri) - with manager_util.cache_lock: - with open(cache_uri, "w", encoding='utf-8') as file: - json.dump(json_obj, file, indent=4, sort_keys=True) + if mode == "cache" and manager_util.is_file_created_within_one_day(cache_uri): + json_obj = await manager_util.get_data(cache_uri) else: json_obj = await manager_util.get_data(uri) with manager_util.cache_lock: @@ -2125,7 +2140,7 @@ def gitclone_fix(files, instant_execution=False, no_deps=False): def pip_install(packages): - install_cmd = ['#FORCE', sys.executable, "-m", "pip", "install", '-U'] + packages + install_cmd = ['#FORCE'] + manager_util.make_pip_cmd(["install", '-U']) + packages try_install_script('pip install via manager', '..', install_cmd) @@ -2422,7 +2437,8 @@ def check_state_of_git_node_pack_single(item, do_fetch=False, do_update_check=Tr def get_installed_pip_packages(): # extract pip package infos - pips = subprocess.check_output([sys.executable, '-m', 'pip', 'freeze'], text=True).split('\n') + cmd = manager_util.make_pip_cmd(['freeze']) + pips = subprocess.check_output(cmd, text=True).split('\n') res = {} for x in pips: @@ -2838,15 +2854,18 @@ async def get_unified_total_nodes(channel, mode, regsitry_cache_mode='cache'): def populate_github_stats(node_packs, json_obj_github): for k, v in node_packs.items(): - url = v['reference'] - if url in json_obj_github: - v['stars'] = json_obj_github[url]['stars'] - v['last_update'] = json_obj_github[url]['last_update'] - v['trust'] = json_obj_github[url]['author_account_age_days'] > 600 - else: - v['stars'] = -1 - v['last_update'] = -1 - v['trust'] = False + try: + url = v['reference'] + if url in json_obj_github: + v['stars'] = json_obj_github[url]['stars'] + v['last_update'] = json_obj_github[url]['last_update'] + v['trust'] = json_obj_github[url]['author_account_age_days'] > 600 + else: + v['stars'] = -1 + v['last_update'] = -1 + v['trust'] = False + except: + logging.error(f"[ComfyUI-Manager] DB item is broken:\n{v}") def populate_favorites(node_packs, json_obj_extras): diff --git a/glob/manager_downloader.py b/glob/manager_downloader.py index 41ba7649..cce62e50 100644 --- a/glob/manager_downloader.py +++ b/glob/manager_downloader.py @@ -3,6 +3,11 @@ from urllib.parse import urlparse import urllib import sys import logging +import requests +from huggingface_hub import HfApi +from tqdm.auto import tqdm + + aria2 = os.getenv('COMFYUI_MANAGER_ARIA2_SERVER') HF_ENDPOINT = os.getenv('HF_ENDPOINT') @@ -117,3 +122,37 @@ def download_url_with_agent(url, save_path): print("Installation was successful.") return True + +# NOTE: snapshot_download doesn't provide file size tqdm. +def download_repo_in_bytes(repo_id, local_dir): + api = HfApi() + repo_info = api.repo_info(repo_id=repo_id, files_metadata=True) + + os.makedirs(local_dir, exist_ok=True) + + total_size = 0 + for file_info in repo_info.siblings: + if file_info.size is not None: + total_size += file_info.size + + pbar = tqdm(total=total_size, unit="B", unit_scale=True, desc="Downloading") + + for file_info in repo_info.siblings: + out_path = os.path.join(local_dir, file_info.rfilename) + os.makedirs(os.path.dirname(out_path), exist_ok=True) + + if file_info.size is None: + continue + + download_url = f"https://huggingface.co/{repo_id}/resolve/main/{file_info.rfilename}" + + with requests.get(download_url, stream=True) as r, open(out_path, "wb") as f: + r.raise_for_status() + for chunk in r.iter_content(chunk_size=65536): + if chunk: + f.write(chunk) + pbar.update(len(chunk)) + + pbar.close() + + diff --git a/glob/manager_server.py b/glob/manager_server.py index e9f29a3b..c8089b46 100644 --- a/glob/manager_server.py +++ b/glob/manager_server.py @@ -18,6 +18,10 @@ import manager_core as core import manager_util import cm_global import logging +import asyncio +import queue + +import manager_downloader logging.info(f"### Loading: ComfyUI-Manager ({core.version_str})") @@ -28,10 +32,10 @@ comfyui_tag = None SECURITY_MESSAGE_MIDDLE_OR_BELOW = "ERROR: To use this action, a security_level of `middle or below` is required. Please contact the administrator.\nReference: https://github.com/ltdrdata/ComfyUI-Manager#security-policy" SECURITY_MESSAGE_NORMAL_MINUS = "ERROR: To use this feature, you must either set '--listen' to a local IP and set the security level to 'normal-' or lower, or set the security level to 'middle' or 'weak'. Please contact the administrator.\nReference: https://github.com/ltdrdata/ComfyUI-Manager#security-policy" SECURITY_MESSAGE_GENERAL = "ERROR: This installation is not allowed in this security_level. Please contact the administrator.\nReference: https://github.com/ltdrdata/ComfyUI-Manager#security-policy" +SECURITY_MESSAGE_NORMAL_MINUS_MODEL = "ERROR: Downloading models that are not in '.safetensors' format is only allowed for models registered in the 'default' channel at this security level. If you want to download this model, set the security level to 'normal-' or lower." routes = PromptServer.instance.routes - def handle_stream(stream, prefix): stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace') for msg in stream: @@ -54,6 +58,27 @@ import latent_preview is_local_mode = args.listen.startswith('127.') or args.listen.startswith('local.') +model_dir_name_map = { + "checkpoints": "checkpoints", + "checkpoint": "checkpoints", + "unclip": "checkpoints", + "text_encoders": "text_encoders", + "clip": "text_encoders", + "vae": "vae", + "lora": "loras", + "t2i-adapter": "controlnet", + "t2i-style": "controlnet", + "controlnet": "controlnet", + "clip_vision": "clip_vision", + "gligen": "gligen", + "upscale": "upscale_models", + "embedding": "embeddings", + "embeddings": "embeddings", + "unet": "diffusion_models", + "diffusion_model": "diffusion_models", +} + + def is_allowed_security_level(level): if level == 'block': return False @@ -74,7 +99,7 @@ async def get_risky_level(files, pip_packages): all_urls = set() for x in json_data1['custom_nodes'] + json_data2['custom_nodes']: - all_urls.update(x['files']) + all_urls.update(x.get('files', [])) for x in files: if x not in all_urls: @@ -82,8 +107,7 @@ async def get_risky_level(files, pip_packages): 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']) + all_pip_packages.update(x.get('pip', [])) for p in pip_packages: if p not in all_pip_packages: @@ -153,18 +177,10 @@ def set_preview_method(method): set_preview_method(core.get_config()['preview_method']) -def set_default_ui_mode(mode): - core.get_config()['default_ui'] = mode - - def set_component_policy(mode): core.get_config()['component_policy'] = mode -def set_double_click_policy(mode): - core.get_config()['double_click_policy'] = mode - - def print_comfyui_version(): global comfy_ui_hash global comfyui_tag @@ -278,43 +294,9 @@ def get_model_dir(data, show_log=False): else: base_model = os.path.join(models_base, data['save_path']) else: - model_type = data['type'] - if model_type == "checkpoints" or model_type == "checkpoint": - base_model = folder_paths.folder_names_and_paths["checkpoints"][0][0] - elif model_type == "unclip": - base_model = folder_paths.folder_names_and_paths["checkpoints"][0][0] - elif model_type == "clip" or model_type == "text_encoders": - if folder_paths.folder_names_and_paths.get("text_encoders"): - base_model = folder_paths.folder_names_and_paths["text_encoders"][0][0] - else: - if show_log: - logging.info("[ComfyUI-Manager] Your ComfyUI is outdated version.") - base_model = folder_paths.folder_names_and_paths["clip"][0][0] # outdated version - elif model_type == "VAE": - base_model = folder_paths.folder_names_and_paths["vae"][0][0] - elif model_type == "lora": - base_model = folder_paths.folder_names_and_paths["loras"][0][0] - elif model_type == "T2I-Adapter": - base_model = folder_paths.folder_names_and_paths["controlnet"][0][0] - elif model_type == "T2I-Style": - base_model = folder_paths.folder_names_and_paths["controlnet"][0][0] - elif model_type == "controlnet": - base_model = folder_paths.folder_names_and_paths["controlnet"][0][0] - elif model_type == "clip_vision": - base_model = folder_paths.folder_names_and_paths["clip_vision"][0][0] - elif model_type == "gligen": - base_model = folder_paths.folder_names_and_paths["gligen"][0][0] - elif model_type == "upscale": - base_model = folder_paths.folder_names_and_paths["upscale_models"][0][0] - elif model_type == "embeddings": - base_model = folder_paths.folder_names_and_paths["embeddings"][0][0] - elif model_type == "unet" or model_type == "diffusion_model": - if folder_paths.folder_names_and_paths.get("diffusion_models"): - base_model = folder_paths.folder_names_and_paths["diffusion_models"][0][1] - else: - if show_log: - logging.info("[ComfyUI-Manager] Your ComfyUI is outdated version.") - base_model = folder_paths.folder_names_and_paths["unet"][0][0] # outdated version + model_dir_name = model_dir_name_map.get(data['type'].lower()) + if model_dir_name is not None: + base_model = folder_paths.folder_names_and_paths[model_dir_name][0][0] else: base_model = os.path.join(models_base, "etc") @@ -326,7 +308,10 @@ def get_model_path(data, show_log=False): if base_model is None: return None else: - return os.path.join(base_model, data['filename']) + if data['filename'] == '': + return os.path.join(base_model, os.path.basename(data['url'])) + else: + return os.path.join(base_model, data['filename']) def check_state_of_git_node_pack(node_packs, do_fetch=False, do_update_check=True, do_update=False): @@ -385,6 +370,215 @@ def nickname_filter(json_obj): return json_obj +task_queue = queue.Queue() +nodepack_result = {} +model_result = {} +tasks_in_progress = set() +task_worker_lock = threading.Lock() + +async def task_worker(): + global task_queue + global nodepack_result + global model_result + global tasks_in_progress + + async def do_install(item) -> str: + ui_id, node_spec_str, channel, mode, skip_post_install = item + + try: + node_spec = core.unified_manager.resolve_node_spec(node_spec_str) + + if node_spec is None: + logging.error(f"Cannot resolve install target: '{node_spec_str}'") + return f"Cannot resolve install target: '{node_spec_str}'" + + node_name, version_spec, is_specified = node_spec + res = await core.unified_manager.install_by_id(node_name, version_spec, channel, mode, return_postinstall=skip_post_install) + # discard post install if skip_post_install mode + + if res.action not in ['skip', 'enable', 'install-git', 'install-cnr', 'switch-cnr']: + logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") + return res.msg + + elif not res.result: + logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") + return res.msg + + return 'success' + except Exception: + traceback.print_exc() + return f"Installation failed:\n{node_spec_str}" + + async def do_update(item) -> str: + ui_id, node_name, node_ver = item + + try: + res = core.unified_manager.unified_update(node_name, node_ver) + + manager_util.clear_pip_cache() + + if res.result: + return 'success' + + logging.error(f"\nERROR: An error occurred while updating '{node_name}'.") + except Exception: + traceback.print_exc() + + return f"An error occurred while updating '{node_name}'." + + async def do_fix(item) -> str: + ui_id, node_name, node_ver = item + + try: + res = core.unified_manager.unified_fix(node_name, node_ver) + + if res.result: + return 'success' + else: + logging.error(res.msg) + + logging.error(f"\nERROR: An error occurred while fixing '{node_name}@{node_ver}'.") + except Exception: + traceback.print_exc() + + return f"An error occurred while fixing '{node_name}@{node_ver}'." + + async def do_uninstall(item) -> str: + ui_id, node_name, is_unknown = item + + try: + res = core.unified_manager.unified_uninstall(node_name, is_unknown) + + if res.result: + return 'success' + + logging.error(f"\nERROR: An error occurred while uninstalling '{node_name}'.") + except Exception: + traceback.print_exc() + + return f"An error occurred while uninstalling '{node_name}'." + + async def do_disable(item) -> str: + ui_id, node_name, is_unknown = item + + try: + res = core.unified_manager.unified_disable(node_name, is_unknown) + + if res: + return 'success' + + except Exception: + traceback.print_exc() + + return f"Failed to disable: '{node_name}'" + + async def do_install_model(item) -> str: + ui_id, json_data = item + + model_path = get_model_path(json_data) + model_url = json_data['url'] + + res = False + + try: + if model_path is not None: + logging.info(f"Install model '{json_data['name']}' from '{model_url}' into '{model_path}'") + + if json_data['filename'] == '': + if os.path.exists(os.path.join(model_path, os.path.dirname(json_data['url']))): + logging.error(f"[ComfyUI-Manager] the model path already exists: {model_path}") + return f"The model path already exists: {model_path}" + + logging.info(f"[ComfyUI-Manager] Downloading '{model_url}' into '{model_path}'") + manager_downloader.download_repo_in_bytes(repo_id=model_url, local_dir=model_path) + + return 'success' + + elif not core.get_config()['model_download_by_agent'] and ( + model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de')): + model_dir = get_model_dir(json_data, True) + download_url(model_url, model_dir, filename=json_data['filename']) + if model_path.endswith('.zip'): + res = core.unzip(model_path) + else: + res = True + + if res: + return 'success' + else: + res = download_url_with_agent(model_url, model_path) + if res and model_path.endswith('.zip'): + res = core.unzip(model_path) + else: + logging.error(f"[ComfyUI-Manager] Model installation error: invalid model type - {json_data['type']}") + + if res: + return 'success' + + except Exception as e: + logging.error(f"[ComfyUI-Manager] ERROR: {e}", file=sys.stderr) + + return f"Model installation error: {model_url}" + + stats = {} + + while True: + done_count = len(nodepack_result) + len(model_result) + total_count = done_count + task_queue.qsize() + + if task_queue.empty(): + logging.info(f"\n[ComfyUI-Manager] Queued works are completed.\n{stats}") + + logging.info("\nAfter restarting ComfyUI, please refresh the browser.") + PromptServer.instance.send_sync("cm-queue-status", + {'status': 'done', + 'nodepack_result': nodepack_result, 'model_result': model_result, + 'total_count': total_count, 'done_count': done_count}) + nodepack_result = {} + task_queue = queue.Queue() + return # terminate worker thread + + with task_worker_lock: + kind, item = task_queue.get() + tasks_in_progress.add((kind, item[0])) + + try: + if kind == 'install': + msg = await do_install(item) + elif kind == 'install-model': + msg = await do_install_model(item) + elif kind == 'update': + msg = await do_update(item) + elif kind == 'fix': + msg = await do_fix(item) + elif kind == 'uninstall': + msg = await do_uninstall(item) + elif kind == 'disable': + msg = await do_disable(item) + else: + msg = "Unexpected kind: " + kind + except Exception: + traceback.print_exc() + msg = f"Exception: {(kind, item)}" + + with task_worker_lock: + tasks_in_progress.remove((kind, item[0])) + + ui_id = item[0] + if kind == 'install-model': + model_result[ui_id] = msg + ui_target = "model_manager" + else: + nodepack_result[ui_id] = msg + ui_target = "nodepack_manager" + + stats[kind] = stats.get(kind, 0) + 1 + + PromptServer.instance.send_sync("cm-queue-status", + {'status': 'in_progress', 'target': item[0], 'ui_target': ui_target, + 'total_count': total_count, 'done_count': done_count}) + + @routes.get("/customnode/getmappings") async def fetch_customnode_mappings(request): """ @@ -609,24 +803,59 @@ async def fetch_customnode_alternatives(request): def check_model_installed(json_obj): - def process_model(item): - model_path = get_model_path(item, False) - item['installed'] = 'None' + def is_exists(model_dir_name, filename, url): + if filename == '': + filename = os.path.basename(url) - if model_path is not None: - if model_path.endswith('.zip'): - if os.path.exists(model_path[:-4]): - item['installed'] = 'True' - else: - item['installed'] = 'False' - elif os.path.exists(model_path): + dirs = folder_paths.get_folder_paths(model_dir_name) + + for x in dirs: + if os.path.exists(os.path.join(x, filename)): + return True + + return False + + model_dir_names = ['checkpoints', 'loras', 'vae', 'text_encoders', 'diffusion_models', 'clip_vision', 'embeddings', + 'diffusers', 'vae_approx', 'controlnet', 'gligen', 'upscale_models', 'hypernetworks', + 'photomaker', 'classifiers'] + + total_models_files = set() + for x in model_dir_names: + for y in folder_paths.get_filename_list(x): + total_models_files.add(y) + + def process_model_phase(item): + if 'diffusion' not in item['filename'] and 'pytorch' not in item['filename'] and 'model' not in item['filename']: + # non-general name case + if item['filename'] in total_models_files: item['installed'] = 'True' + return + + if item['save_path'] == 'default': + model_dir_name = model_dir_name_map.get(item['type'].lower()) + if model_dir_name is not None: + item['installed'] = str(is_exists(model_dir_name, item['filename'], item['url'])) else: item['installed'] = 'False' + else: + model_dir_name = item['save_path'].split('/')[0] + if model_dir_name in folder_paths.folder_names_and_paths: + if is_exists(model_dir_name, item['filename'], item['url']): + item['installed'] = 'True' + + if 'installed' not in item: + if item['filename'] == '': + filename = os.path.basename(item['url']) + else: + filename = item['filename'] + + fullpath = os.path.join(folder_paths.models_dir, item['save_path'], filename) + + item['installed'] = 'True' if os.path.exists(fullpath) else 'False' with concurrent.futures.ThreadPoolExecutor(8) as executor: for item in json_obj['models']: - executor.submit(process_model, item) + executor.submit(process_model_phase, item) @routes.get("/externalmodel/getlist") @@ -856,13 +1085,35 @@ async def import_fail_info(request): return web.Response(status=400) -@routes.post("/customnode/reinstall") +@routes.post("/manager/queue/reinstall") async def reinstall_custom_node(request): await uninstall_custom_node(request) await install_custom_node(request) -@routes.post("/customnode/install") +@routes.get("/manager/queue/reset") +async def reset_queue(request): + global task_queue + task_queue = queue.Queue() + return web.Response(status=200) + + +@routes.get("/manager/queue/status") +async def queue_count(request): + global task_queue + + with task_worker_lock: + done_count = len(nodepack_result) + len(model_result) + in_progress_count = len(tasks_in_progress) + total_count = done_count + in_progress_count + task_queue.qsize() + is_processing = task_worker_thread is not None and task_worker_thread.is_alive() + + return web.json_response({ + 'total_count': total_count, 'done_count': done_count, 'in_progress_count': in_progress_count, + 'is_processing': is_processing}) + + +@routes.post("/manager/queue/install") async def install_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -905,26 +1156,33 @@ async def install_custom_node(request): logging.error(SECURITY_MESSAGE_GENERAL) return web.Response(status=404, text="A security error has occurred. Please check the terminal logs") - node_spec = core.unified_manager.resolve_node_spec(node_spec_str) + install_item = json_data.get('ui_id'), node_spec_str, json_data['channel'], json_data['mode'], skip_post_install + task_queue.put(("install", install_item)) - if node_spec is None: - return web.Response(status=400, text=f"Cannot resolve install target: '{node_spec_str}'") - - node_name, version_spec, is_specified = node_spec - res = await core.unified_manager.install_by_id(node_name, version_spec, json_data['channel'], json_data['mode'], return_postinstall=skip_post_install) - # discard post install if skip_post_install mode - - if res.action not in ['skip', 'enable', 'install-git', 'install-cnr', 'switch-cnr']: - logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") - return web.Response(status=400, text=res.msg) - elif not res.result: - logging.error(f"[ComfyUI-Manager] Installation failed:\n{res.msg}") - return web.Response(status=400, text=res.msg) - - return web.Response(status=200, text="Installation success.") + return web.Response(status=200) -@routes.post("/customnode/fix") +task_worker_thread:threading.Thread = None + +@routes.get("/manager/queue/start") +async def queue_start(request): + global nodepack_result + global model_result + global task_worker_thread + + if task_worker_thread is not None and task_worker_thread.is_alive(): + return web.Response(status=201) # already in-progress + + nodepack_result = {} + model_result = {} + + task_worker_thread = threading.Thread(target=lambda: asyncio.run(task_worker())) + task_worker_thread.start() + + return web.Response(status=200) + + +@routes.post("/manager/queue/fix") async def fix_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_GENERAL) @@ -940,16 +1198,10 @@ async def fix_custom_node(request): # unknown node_name = os.path.basename(json_data['files'][0]) - res = core.unified_manager.unified_fix(node_name, node_ver) + update_item = json_data.get('ui_id'), node_name, json_data['version'] + task_queue.put(("fix", update_item)) - if res.result: - logging.info("\nAfter restarting ComfyUI, please refresh the browser.") - return web.json_response({}, content_type='application/json') - else: - logging.error(res.msg) - - logging.error(f"\nERROR: An error occurred while fixing '{node_name}@{node_ver}'.") - return web.Response(status=400, text=f"An error occurred while fixing '{node_name}@{node_ver}'.") + return web.Response(status=200) @routes.post("/customnode/install/git_url") @@ -984,7 +1236,7 @@ async def install_custom_node_pip(request): return web.Response(status=200) -@routes.post("/customnode/uninstall") +@routes.post("/manager/queue/uninstall") async def uninstall_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -1001,17 +1253,13 @@ async def uninstall_custom_node(request): is_unknown = True node_name = os.path.basename(json_data['files'][0]) - res = core.unified_manager.unified_uninstall(node_name, is_unknown) + uninstall_item = json_data.get('ui_id'), node_name, is_unknown + task_queue.put(("uninstall", uninstall_item)) - if res.result: - logging.info("\nAfter restarting ComfyUI, please refresh the browser.") - return web.json_response({}, content_type='application/json') - - logging.error(f"\nERROR: An error occurred while uninstalling '{node_name}'.") - return web.Response(status=400, text=f"An error occurred while uninstalling '{node_name}'.") + return web.Response(status=200) -@routes.post("/customnode/update") +@routes.post("/manager/queue/update") async def update_custom_node(request): if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) @@ -1026,16 +1274,10 @@ async def update_custom_node(request): # unknown node_name = os.path.basename(json_data['files'][0]) - res = core.unified_manager.unified_update(node_name, json_data['version']) + update_item = json_data.get('ui_id'), node_name, json_data['version'] + task_queue.put(("update", update_item)) - manager_util.clear_pip_cache() - - if res.result: - logging.info("\nAfter restarting ComfyUI, please refresh the browser.") - return web.json_response({}, content_type='application/json') - - logging.error(f"\nERROR: An error occurred while updating '{node_name}'.") - return web.Response(status=400, text=f"An error occurred while updating '{node_name}'.") + return web.Response(status=200) @routes.get("/comfyui_manager/update_comfyui") @@ -1049,8 +1291,10 @@ async def update_comfyui(request): logging.error("ComfyUI update fail: The installed ComfyUI does not have a Git repository.") return web.Response(status=400) elif res == "updated": + logging.info("ComfyUI is updated.") return web.Response(status=201) else: # skipped + logging.info("ComfyUI is up-to-date.") return web.Response(status=200) except Exception as e: logging.error(f"ComfyUI update fail: {e}", file=sys.stderr) @@ -1082,7 +1326,7 @@ async def comfyui_switch_version(request): return web.Response(status=400) -@routes.post("/customnode/disable") +@routes.post("/manager/queue/disable") async def disable_node(request): json_data = await request.json() @@ -1095,12 +1339,10 @@ async def disable_node(request): is_unknown = True node_name = os.path.basename(json_data['files'][0]) - res = core.unified_manager.unified_disable(node_name, is_unknown) + update_item = json_data.get('ui_id'), node_name, is_unknown + task_queue.put(("disable", update_item)) - if res: - return web.json_response({}, content_type='application/json') - - return web.Response(status=400, text="Failed to disable") + return web.Response(status=200) @routes.get("/manager/migrate_unmanaged_nodes") @@ -1116,18 +1358,16 @@ async def need_to_migrate(request): return web.Response(text=str(core.need_to_migrate), status=200) -@routes.post("/model/install") +@routes.post("/manager/queue/install_model") async def install_model(request): json_data = await request.json() - model_path = get_model_path(json_data) - if not is_allowed_security_level('middle'): logging.error(SECURITY_MESSAGE_MIDDLE_OR_BELOW) - return web.Response(status=403) + return web.Response(status=403, text="A security error has occurred. Please check the terminal logs") if not json_data['filename'].endswith('.safetensors') and not is_allowed_security_level('high'): - models_json = await core.get_data_by_mode('cache', 'model-list.json') + models_json = await core.get_data_by_mode('cache', 'model-list.json', 'default') is_belongs_to_whitelist = False for x in models_json['models']: @@ -1136,40 +1376,13 @@ async def install_model(request): break if not is_belongs_to_whitelist: - logging.error(SECURITY_MESSAGE_NORMAL_MINUS) - return web.Response(status=403) + logging.error(SECURITY_MESSAGE_NORMAL_MINUS_MODEL) + return web.Response(status=403, text="A security error has occurred. Please check the terminal logs") - res = False + install_item = json_data.get('ui_id'), json_data + task_queue.put(("install-model", install_item)) - try: - if model_path is not None: - - model_url = json_data['url'] - logging.info(f"Install model '{json_data['name']}' from '{model_url}' into '{model_path}'") - if not core.get_config()['model_download_by_agent'] and ( - model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de')): - model_dir = get_model_dir(json_data, True) - download_url(model_url, model_dir, filename=json_data['filename']) - if model_path.endswith('.zip'): - res = core.unzip(model_path) - else: - res = True - - if res: - return web.json_response({}, content_type='application/json') - else: - res = download_url_with_agent(model_url, model_path) - if res and model_path.endswith('.zip'): - res = core.unzip(model_path) - else: - logging.error(f"Model installation error: invalid model type - {json_data['type']}") - - if res: - return web.json_response({}, content_type='application/json') - except Exception as e: - logging.error(f"[ERROR] {e}", file=sys.stderr) - - return web.Response(status=400) + return web.Response(status=200) @routes.get("/manager/preview_method") @@ -1183,17 +1396,6 @@ async def preview_method(request): return web.Response(status=200) -@routes.get("/manager/default_ui") -async def default_ui_mode(request): - if "value" in request.rel_url.query: - set_default_ui_mode(request.rel_url.query['value']) - core.write_config() - else: - return web.Response(text=core.get_config()['default_ui'], status=200) - - return web.Response(status=200) - - @routes.get("/manager/component/policy") async def component_policy(request): if "value" in request.rel_url.query: @@ -1205,17 +1407,6 @@ async def component_policy(request): return web.Response(status=200) -@routes.get("/manager/dbl_click/policy") -async def dbl_click_policy(request): - if "value" in request.rel_url.query: - set_double_click_policy(request.rel_url.query['value']) - core.write_config() - else: - return web.Response(text=core.get_config()['double_click_policy'], status=200) - - return web.Response(status=200) - - @routes.get("/manager/channel_url_list") async def channel_url_list(request): channels = core.get_channel_dict() @@ -1409,12 +1600,15 @@ def confirm_try_install(sender, custom_node_url, msg): cm_global.register_api('cm.try-install-custom-node', confirm_try_install) -import asyncio - async def default_cache_update(): + channel_url = core.get_config()['channel_url'] async def get_cache(filename): - uri = f"{core.DEFAULT_CHANNEL}/{filename}" + if core.get_config()['default_cache_as_channel_url']: + uri = f"{channel_url}/{filename}" + else: + uri = f"{core.DEFAULT_CHANNEL}/{filename}" + cache_uri = str(manager_util.simple_hash(uri)) + '_' + filename cache_uri = os.path.join(manager_util.cache_dir, cache_uri) @@ -1435,7 +1629,9 @@ async def default_cache_update(): # load at least once await core.unified_manager.reload('remote', dont_wait=False) - await core.unified_manager.get_custom_nodes('default', 'remote') + await core.unified_manager.get_custom_nodes(channel_url, 'remote') + + logging.info("[ComfyUI-Manager] All startup tasks have been completed.") # NOTE: hide migration button temporarily. # if not core.get_config()['skip_migration_check']: diff --git a/glob/manager_util.py b/glob/manager_util.py index 48a2007f..b613dfad 100644 --- a/glob/manager_util.py +++ b/glob/manager_util.py @@ -19,6 +19,14 @@ cache_lock = threading.Lock() comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) cache_dir = os.path.join(comfyui_manager_path, '.cache') # This path is also updated together in **manager_core.update_user_directory**. +use_uv = False + +def make_pip_cmd(cmd): + if use_uv: + return [sys.executable, '-m', 'uv', 'pip'] + cmd + else: + return [sys.executable, '-m', 'pip'] + cmd + # DON'T USE StrictVersion - cannot handle pre_release version # try: @@ -122,7 +130,12 @@ async def get_data(uri, silent=False): with open(uri, "r", encoding="utf-8") as f: json_text = f.read() - json_obj = json.loads(json_text) + try: + json_obj = json.loads(json_text) + except Exception as e: + logging.error(f"[ComfyUI-Manager] An error occurred while fetching '{uri}': {e}") + + return {} if not silent: print(" [DONE]") @@ -209,7 +222,7 @@ def get_installed_packages(renew=False): if renew or pip_map is None: try: - result = subprocess.check_output([sys.executable, '-m', 'pip', 'list'], universal_newlines=True) + result = subprocess.check_output(make_pip_cmd(['list']), universal_newlines=True) pip_map = {} for line in result.split('\n'): @@ -232,21 +245,22 @@ def clear_pip_cache(): pip_map = None -torch_torchvision_version_map = { - '2.5.1': '0.20.1', - '2.5.0': '0.20.0', - '2.4.1': '0.19.1', - '2.4.0': '0.19.0', - '2.3.1': '0.18.1', - '2.3.0': '0.18.0', - '2.2.2': '0.17.2', - '2.2.1': '0.17.1', - '2.2.0': '0.17.0', - '2.1.2': '0.16.2', - '2.1.1': '0.16.1', - '2.1.0': '0.16.0', - '2.0.1': '0.15.2', - '2.0.0': '0.15.1', +torch_torchvision_torchaudio_version_map = { + '2.6.0': ('0.21.0', '2.6.0'), + '2.5.1': ('0.20.0', '2.5.0'), + '2.5.0': ('0.20.0', '2.5.0'), + '2.4.1': ('0.19.1', '2.4.1'), + '2.4.0': ('0.19.0', '2.4.0'), + '2.3.1': ('0.18.1', '2.3.1'), + '2.3.0': ('0.18.0', '2.3.0'), + '2.2.2': ('0.17.2', '2.2.2'), + '2.2.1': ('0.17.1', '2.2.1'), + '2.2.0': ('0.17.0', '2.2.0'), + '2.1.2': ('0.16.2', '2.1.2'), + '2.1.1': ('0.16.1', '2.1.1'), + '2.1.0': ('0.16.0', '2.1.0'), + '2.0.1': ('0.15.2', '2.0.1'), + '2.0.0': ('0.15.1', '2.0.0'), } @@ -259,24 +273,23 @@ class PIPFixer: if len(spec) > 0: platform = spec[1] else: - cmd = [sys.executable, '-m', 'pip', 'install', '--force', 'torch', 'torchvision', 'torchaudio'] + cmd = make_pip_cmd(['install', '--force', 'torch', 'torchvision', 'torchaudio']) subprocess.check_output(cmd, universal_newlines=True) logging.error(cmd) return torch_ver = StrictVersion(spec[0]) torch_ver = f"{torch_ver.major}.{torch_ver.minor}.{torch_ver.patch}" - torchvision_ver = torch_torchvision_version_map.get(torch_ver) + torch_torchvision_torchaudio_ver = torch_torchvision_torchaudio_version_map.get(torch_ver) - if torchvision_ver is None: - cmd = [sys.executable, '-m', 'pip', 'install', '--pre', - 'torch', 'torchvision', 'torchaudio', - '--index-url', f"https://download.pytorch.org/whl/nightly/{platform}"] + if torch_torchvision_torchaudio_ver is None: + cmd = make_pip_cmd(['install', '--pre', 'torch', 'torchvision', 'torchaudio', + '--index-url', f"https://download.pytorch.org/whl/nightly/{platform}"]) logging.info("[ComfyUI-Manager] restore PyTorch to nightly version") else: - cmd = [sys.executable, '-m', 'pip', 'install', - f'torch=={torch_ver}', f'torchvision=={torchvision_ver}', f"torchaudio=={torch_ver}", - '--index-url', f"https://download.pytorch.org/whl/{platform}"] + torchvision_ver, torchaudio_ver = torch_torchvision_torchaudio_ver + cmd = make_pip_cmd(['install', f'torch=={torch_ver}', f'torchvision=={torchvision_ver}', f"torchaudio=={torchaudio_ver}", + '--index-url', f"https://download.pytorch.org/whl/{platform}"]) logging.info(f"[ComfyUI-Manager] restore PyTorch to {torch_ver}+{platform}") subprocess.check_output(cmd, universal_newlines=True) @@ -287,7 +300,7 @@ class PIPFixer: # remove `comfy` python package try: if 'comfy' in new_pip_versions: - cmd = [sys.executable, '-m', 'pip', 'uninstall', 'comfy'] + cmd = make_pip_cmd(['uninstall', 'comfy']) subprocess.check_output(cmd, universal_newlines=True) logging.warning("[ComfyUI-Manager] 'comfy' python package is uninstalled.\nWARN: The 'comfy' package is completely unrelated to ComfyUI and should never be installed as it causes conflicts with ComfyUI.") @@ -333,7 +346,7 @@ class PIPFixer: if len(targets) > 0: for x in targets: - cmd = [sys.executable, '-m', 'pip', 'install', f"{x}=={versions[0].version_string}"] + cmd = make_pip_cmd(['install', f"{x}=={versions[0].version_string}"]) subprocess.check_output(cmd, universal_newlines=True) logging.info(f"[ComfyUI-Manager] 'opencv' dependencies were fixed: {targets}") @@ -346,7 +359,8 @@ class PIPFixer: np = new_pip_versions.get('numpy') if np is not None: if StrictVersion(np) >= StrictVersion('2'): - subprocess.check_output([sys.executable, '-m', 'pip', 'install', "numpy<2"], universal_newlines=True) + cmd = make_pip_cmd(['install', "numpy<2"]) + subprocess.check_output(cmd , universal_newlines=True) except Exception as e: logging.error("[ComfyUI-Manager] Failed to restore numpy") logging.error(e) diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index a574a4f1..b93d33c1 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -17,7 +17,6 @@ import { import { ComponentBuilderDialog, getPureName, load_components, set_component_policy } from "./components-manager.js"; import { CustomNodesManager } from "./custom-nodes-manager.js"; import { ModelManager } from "./model-manager.js"; -import { set_double_click_policy } from "./node_fixer.js"; import { SnapshotManager } from "./snapshot.js"; var docStyle = document.createElement('style'); @@ -41,7 +40,7 @@ docStyle.innerHTML = ` #cm-manager-dialog { width: 1000px; - height: 520px; + height: 450px; box-sizing: content-box; z-index: 1000; overflow-y: auto; @@ -138,7 +137,7 @@ docStyle.innerHTML = ` .cm-notice-board { width: 290px; - height: 270px; + height: 210px; overflow: auto; color: var(--input-text); border: 1px solid var(--descrip-text); @@ -812,11 +811,15 @@ const isOutputNode = (node) => { class ManagerMenuDialog extends ComfyDialog { createControlsMid() { let self = this; + const isElectron = 'electronAPI' in window; update_comfyui_button = $el("button.cm-button", { type: "button", textContent: "Update ComfyUI", + style: { + display: isElectron ? 'none' : 'block' + }, onclick: () => updateComfyUI() }); @@ -825,6 +828,9 @@ class ManagerMenuDialog extends ComfyDialog { $el("button.cm-button", { type: "button", textContent: "Switch ComfyUI", + style: { + display: isElectron ? 'none' : 'block' + }, onclick: () => switchComfyUI() }); @@ -902,19 +908,6 @@ class ManagerMenuDialog extends ComfyDialog { switch_comfyui_button, fetch_updates_button, - $el("br", {}, []), - $el("button.cm-button", { - type: "button", - textContent: "Alternatives of A1111", - onclick: - () => { - if(!CustomNodesManager.instance) { - CustomNodesManager.instance = new CustomNodesManager(app, self); - } - CustomNodesManager.instance.show(CustomNodesManager.ShowMode.ALTERNATIVES); - } - }), - $el("br", {}, []), $el("button.cm-button-red", { type: "button", @@ -1009,21 +1002,6 @@ class ManagerMenuDialog extends ComfyDialog { } }); - // default ui state - let default_ui_combo = document.createElement("select"); - default_ui_combo.setAttribute("title", "Set the default state to be displayed in the main menu when the browser starts."); - default_ui_combo.className = "cm-menu-combo"; - default_ui_combo.appendChild($el('option', { value: 'none', text: 'Default UI: None' }, [])); - default_ui_combo.appendChild($el('option', { value: 'history', text: 'Default UI: History' }, [])); - default_ui_combo.appendChild($el('option', { value: 'queue', text: 'Default UI: Queue' }, [])); - api.fetchApi('/manager/default_ui') - .then(response => response.text()) - .then(data => { default_ui_combo.value = data; }); - - default_ui_combo.addEventListener('change', function (event) { - api.fetchApi(`/manager/default_ui?value=${event.target.value}`); - }); - // share let share_combo = document.createElement("select"); @@ -1061,28 +1039,6 @@ class ManagerMenuDialog extends ComfyDialog { set_component_policy(event.target.value); }); - let dbl_click_policy_combo = document.createElement("select"); - dbl_click_policy_combo.setAttribute("title", "Sets the behavior when you double-click the title area of a node."); - 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)' }, [])); - - api.fetchApi('/manager/dbl_click/policy') - .then(response => response.text()) - .then(data => { - dbl_click_policy_combo.value = data; - set_double_click_policy(data); - }); - - dbl_click_policy_combo.addEventListener('change', function (event) { - api.fetchApi(`/manager/dbl_click/policy?value=${event.target.value}`); - set_double_click_policy(event.target.value); - }); - api.fetchApi('/manager/share_option') .then(response => response.text()) .then(data => { @@ -1108,10 +1064,8 @@ class ManagerMenuDialog extends ComfyDialog { this.datasrc_combo, channel_combo, preview_combo, - default_ui_combo, share_combo, component_policy_combo, - dbl_click_policy_combo, $el("br", {}, []), $el("br", {}, []), @@ -1292,10 +1246,22 @@ class ManagerMenuDialog extends ComfyDialog { this.element = $el("div.comfy-modal", { id:'cm-manager-dialog', parent: document.body }, [ content ]); } + get isVisible() { + return this.element?.style?.display !== "none"; + } + show() { this.element.style.display = "block"; } + toggleVisibility() { + if (this.isVisible) { + this.close(); + } else { + this.show(); + } + } + handleWorkflowGalleryButtonClick(e) { e.preventDefault(); e.stopPropagation(); @@ -1413,6 +1379,41 @@ app.registerExtension({ } ], + commands: [ + { + id: "Comfy.Manager.Menu.ToggleVisibility", + label: "Toggle Manager Menu Visibility", + icon: "mdi mdi-puzzle", + function: () => { + if (!manager_instance) { + setManagerInstance(new ManagerMenuDialog()); + manager_instance.show(); + } else { + manager_instance.toggleVisibility(); + } + }, + }, + { + id: "Comfy.Manager.CustomNodesManager.ToggleVisibility", + label: "Toggle Custom Nodes Manager Visibility", + icon: "pi pi-server", + function: () => { + if (CustomNodesManager.instance?.isVisible) { + CustomNodesManager.instance.close(); + return; + } + + if (!manager_instance) { + setManagerInstance(new ManagerMenuDialog()); + } + if (!CustomNodesManager.instance) { + CustomNodesManager.instance = new CustomNodesManager(app, self); + } + CustomNodesManager.instance.show(CustomNodesManager.ShowMode.NORMAL); + }, + } + ], + init() { $el("style", { textContent: style, @@ -1607,27 +1608,3 @@ app.registerExtension({ } }, }); - - -async function set_default_ui() -{ - let res = await api.fetchApi('/manager/default_ui'); - if(res.status == 200) { - let mode = await res.text(); - switch(mode) { - case 'history': - app.ui.queue.hide(); - app.ui.history.show(); - break; - case 'queue': - app.ui.queue.show(); - app.ui.history.hide(); - break; - default: - // do nothing - break; - } - } -} - -set_default_ui(); \ No newline at end of file diff --git a/js/common.js b/js/common.js index 2597ea66..e9c02ace 100644 --- a/js/common.js +++ b/js/common.js @@ -130,6 +130,20 @@ export function customAlert(message) { } } +export function infoToast(summary, message) { + try { + app.extensionManager.toast.add({ + severity: 'info', + summary: summary, + detail: message, + life: 3000 + }) + } + catch { + // do nothing + } +} + export async function customPrompt(title, message) { try { @@ -399,10 +413,22 @@ export const icons = { } export function sanitizeHTML(str) { - return str - .replace(/&/g, "&") - .replace(//g, ">") - .replace(/"/g, """) - .replace(/'/g, "'"); + return str + .replace(/&/g, "&") + .replace(//g, ">") + .replace(/"/g, """) + .replace(/'/g, "'"); +} + +export function showTerminal() { + try { + const panel = app.extensionManager.bottomPanel; + const isTerminalVisible = panel.bottomPanelVisible && panel.activeBottomPanelTab.id === 'logs-terminal'; + if (!isTerminalVisible) + panel.toggleBottomPanelTab('logs-terminal'); + } + catch(exception) { + // do nothing + } } \ No newline at end of file diff --git a/js/custom-nodes-manager.js b/js/custom-nodes-manager.js index 2996be1c..a3437779 100644 --- a/js/custom-nodes-manager.js +++ b/js/custom-nodes-manager.js @@ -4,7 +4,8 @@ import { api } from "../../scripts/api.js"; import { manager_instance, rebootAPI, install_via_git_url, - fetchData, md5, icons, show_message, customConfirm, customAlert, customPrompt, sanitizeHTML + fetchData, md5, icons, show_message, customConfirm, customAlert, customPrompt, + sanitizeHTML, infoToast, showTerminal } from "./common.js"; // https://cenfun.github.io/turbogrid/api.html @@ -55,6 +56,12 @@ const pageCss = ` color: white; } +.cn-manager .cn-manager-stop { + display: none; + background-color: #500000; + color: white; +} + .cn-manager .cn-manager-back { align-items: center; justify-content: center; @@ -344,13 +351,14 @@ const pageHtml = `