Compare commits

...

31 Commits
3.15 ... 3.19

Author SHA1 Message Date
Dr.Lt.Data
5b2e2fcf9d feat: config.ini - network_mode is added.
- public | private | offline

https://github.com/ltdrdata/ComfyUI-Manager/issues/1537
2025-02-13 08:24:54 +09:00
Dr.Lt.Data
cc746e59a1 update DB 2025-02-11 21:33:54 +09:00
Shun.L
2cdb1c519d Add comfy-portal-endpoint entry to custom-node-list.json (#1533) 2025-02-11 21:07:37 +09:00
Eric W. Burns
426074ded9 New custom node entry for custom-node-list.json (#1536)
* Update custom-node-list.json (EBU-LMStudio)

request to add EBU-LMStudio to the custom node list

* Update custom-node-list.json

My new ComfyUI EBU PromptHelper custom nodes added to the list. Took the opportunity to clean up the description of my LMStudio module listing.

* Update custom-node-list.json

fixed typo
2025-02-11 21:06:33 +09:00
Alexander G. Morano
772a096615 Update custom-node-list.json (#1532)
Updating the old description which seems to be used when the repo is hand installed?
2025-02-11 21:04:29 +09:00
Dr.Lt.Data
e113e011cb improved: Display the terminal when starting the installation of a model or node packs 2025-02-10 02:56:55 +09:00
Dr.Lt.Data
22266484bd update DB 2025-02-10 02:48:46 +09:00
Dr.Lt.Data
559c011420 feat: support huggingface snapshot downloader
fixed: An issue where JS did not properly handle model download errors.
fixed: better security message for model downloading
2025-02-10 02:24:08 +09:00
Dr.Lt.Data
411c0633a3 update DB 2025-02-09 08:24:38 +09:00
Dr.Lt.Data
488f023bdf fixed: install.py wasn't executed properly
https://github.com/comfyanonymous/ComfyUI/issues/6734#issuecomment-2645819264
2025-02-09 07:50:31 +09:00
Dr.Lt.Data
22878f4ef8 fixed: robust install if db is broken 2025-02-08 07:18:57 +09:00
Dr.Lt.Data
e732a39fea fixed: robust loading if db is broken 2025-02-08 07:16:33 +09:00
Dr.Lt.Data
62b4bf7af4 fix broken DB 2025-02-08 07:14:17 +09:00
Dr.Lt.Data
47a525ddb4 update DB 2025-02-08 07:09:47 +09:00
DiaoDaiaChan
f4360725e0 update noevlai node (#1514)
Co-authored-by: Jashin chan <diaohutao@gmail.com>
2025-02-08 06:49:52 +09:00
Dr.Lt.Data
b86607cd41 update DB 2025-02-08 06:48:49 +09:00
Dr.Lt.Data
bf57de85c3 fixed: datetime import error
https://github.com/ltdrdata/ComfyUI-Manager/issues/1517
2025-02-07 09:19:05 +09:00
Dr.Lt.Data
2dd6118ff4 update DB 2025-02-03 22:54:30 +09:00
Dr.Lt.Data
816a53a7b1 fixed: add uv to requirements.txt
fixed: invalid interpretation of use_uv config item on prestartup_script

https://github.com/ltdrdata/ComfyUI-Manager/issues/1511
2025-02-03 09:21:20 +09:00
Dr.Lt.Data
ced93b0525 fixed: prestartup_script.py error when config.ini is not exists 2025-02-02 23:41:01 +09:00
Dr.Lt.Data
524ff9a4a6 modified: change default_cache_is_channel_url config option to default_cache_as_channel_url 2025-02-02 23:23:36 +09:00
Dr.Lt.Data
f15032f905 feat: add default_cache_is_channel_url config option 2025-02-02 23:19:25 +09:00
Dr.Lt.Data
d7d31a19e5 update DB 2025-02-02 23:11:04 +09:00
Dr.Lt.Data
df2a7ddca4 fixed: auto dependencies installation
- missing `rich` module
2025-02-02 21:17:35 +09:00
Dr.Lt.Data
ba9c71ffa4 fixed: close dialogs before restart
fixed: visual bug
2025-02-02 18:57:23 +09:00
Dr.Lt.Data
21b6c6569c feat: show restart confirm window when reconnected
fixed: `uv` related crash
2025-02-02 18:36:04 +09:00
Dr.Lt.Data
92aba9565a version marker 2025-02-02 18:17:27 +09:00
HuangYongliang
6ea0aebb0b fix channel_url config (#1501)
* 1.fix channel_url not effecte for default_cache_update
2.support http channel url for airgap env

* fix pylint
2025-02-02 18:16:39 +09:00
Dr.Lt.Data
b5cdcb75b4 feat: add always_lazy_install config option. 2025-02-02 18:01:16 +09:00
Dr.Lt.Data
bd9aae40b8 update DB 2025-02-02 17:40:07 +09:00
Dr.Lt.Data
33f931c0a4 feat: Support for uv has been added.
Set `use_uv` in `config.ini`.
2025-02-02 17:26:29 +09:00
23 changed files with 7282 additions and 5053 deletions

View File

@@ -5,6 +5,7 @@
![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/).
@@ -246,6 +247,32 @@ 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 = <Manually specify the path to the git executable. If left empty, the default git executable path will be used.>
use_uv = <Use uv instead of pip for dependency installation.>
default_cache_as_channel_url = <Determines whether to retrieve the DB designated as channel_url at startup>
bypass_ssl = <Set to True if SSL errors occur to disable SSL.>
file_logging = <Configure whether to create a log file used by ComfyUI-Manager.>
windows_selector_event_loop_policy = <If an event loop error occurs on Windows, set this to True.>
model_download_by_agent = <When downloading models, use an agent instead of torchvision_download_url.>
downgrade_blacklist = <Set a list of packages to prevent downgrades. List them separated by commas.>
security_level = <Set the security level => strong|normal|normal-|weak>
always_lazy_install = <Whether to perform dependency installation on restart even in environments other than Windows.>
network_mode = <Set the network mode => public|private|offline>
```
* network_mode:
- public: An environment that uses a typical public network.
- private: An environment that uses a closed network, where a private node DB is configured via `channel_url`. (Uses cache if available)
- offline: An environment that does not use any external connections when using an offline network. (Uses cache if available)
## 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`.

View File

@@ -893,6 +893,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",
@@ -1936,6 +1946,16 @@
"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",
@@ -2528,17 +2548,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",
@@ -4024,15 +4033,14 @@
},
{
"author": "amorano",
"title": "Jovimetrix Composition Nodes",
"title": "Jovimetrix",
"id": "jovimetrix",
"reference": "https://github.com/Amorano/Jovimetrix",
"files": [
"https://github.com/Amorano/Jovimetrix"
],
"nodename_pattern": " \\(JOV\\)$",
"install_type": "git-clone",
"description": "Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations, universal value converstion, shape mask generation, image channel ops, batch splitting/merging/randomizing, load image/video from URL, Dynamic bus routing, support for GIPHY, save output anywhere! flatten, crop, transform; check color blindness, make stereograms or stereoscopic images, and much more."
"description": "Webcam, MIDI, Spout, and GLSL support with animation via tick. Features wave-based parameter modulation, math operations, universal value conversion, shape masking, image channel ops, batch processing, dynamic bus routing, GIPHY and SPOUT integration. Load images/videos from URLs, save output anywhere, and apply transformations like flattening, cropping, and color adjustments. Includes tools for color blindness simulation, stereograms, and stereoscopic imaging—plus much more!"
},
{
"author": "amorano",
@@ -5108,7 +5116,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",
@@ -5448,6 +5456,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",
@@ -7583,6 +7601,16 @@
"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",
@@ -9403,7 +9431,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",
@@ -10426,6 +10454,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",
@@ -13450,6 +13508,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",
@@ -13817,6 +13885,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",
@@ -15786,16 +15864,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",
@@ -17253,7 +17321,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",
@@ -17409,6 +17477,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",
@@ -17786,6 +17864,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-YCNodes",
"reference": "https://github.com/yichengup/ComfyUI-YCNodes",
"files": [
"https://github.com/yichengup/ComfyUI-YCNodes"
],
"install_type": "git-clone",
"description": "A collection of image processing extension nodes for ComfyUI."
},
{
"author": "Horizon Team",
"title": "ComfyUI_FluxMod",
@@ -18027,16 +18115,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",
@@ -20009,6 +20087,16 @@
"install_type": "git-clone",
"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 <lora:name:1.0> or <lora:name:unet=1.0:te=0.75>, 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",
"title": "ComfyUI-Mango-Random",
@@ -20070,17 +20158,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",
@@ -20428,6 +20506,344 @@
"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": "zentrocdot",
"title": "ComfyUI-Simple_Image_To_Prompt",
"reference": "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt",
"files": [
"https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt"
],
"description": "ComfyUI simple Image To Prompt node.",
"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"
},
{
"author": "ShunL12324",
"title": "comfy-portal-endpoint",
"reference": "https://github.com/ShunL12324/comfy-portal-endpoint",
"files": [
"https://github.com/ShunL12324/comfy-portal-endpoint"
],
"install_type": "git-clone",
"description": "This is a ComfyUI extension that provides additional API endpoints functionality, primarily designed to support Comfy Portal - a modern iOS client application for ComfyUI."
},
{
"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 UnloadAll, and EBU LMStudio Make Request."
},
{
"author": "burnsbert",
"title": "EBU PromptHelper",
"id": "ebu-prompthelper",
"reference": "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper",
"files": [
"https://github.com/burnsbert/ComfyUI-EBU-PromptHelper"
],
"install_type": "git-clone",
"description": "Custom nodes for enhancing and manipulating prompts in ComfyUI. Includes nodes for random color palette generation following different color theory methodologies, prompt text replacement and randomization, list sampling, loading files into strings, and season/weather/time-of-day generation."
},
{
"author": "ShinChven",
"title": "ShinChven's Custom Nodes Package",
"reference": "https://github.com/ShinChven/sc-comfy-nodes",
"files": [
"https://github.com/ShinChven/sc-comfy-nodes"
],
"install_type": "git-clone",
"description": "This project contains custom nodes for ComfyUI, developed by ShinChven. The nodes in this package extend the functionality of ComfyUI by providing additional features and utilities."
},
{
"author": "vkff5833",
"title": "ComfyUI-MobileClient",
"reference": "https://github.com/vkff5833/ComfyUI-MobileClient",
"files": [
"https://github.com/vkff5833/ComfyUI-MobileClient"
],
"install_type": "git-clone",
"description": "Add a mobile-friendly web interface to ComfyUI."
},
{
"author": "mediocreatmybest",
"title": "ComfyUI-Transformers-Pipeline",
"reference": "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline",
"files": [
"https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline"
],
"install_type": "git-clone",
"description": "Some additional ComfyUI nodes allowing tasks via the Huggingface Transformers Pipeline."
},
{
"author": "iris-Neko",
"title": "ComfyUI_ascii_art",
"reference": "https://github.com/iris-Neko/ComfyUI_ascii_art",
"files": [
"https://github.com/iris-Neko/ComfyUI_ascii_art"
],
"install_type": "git-clone",
"description": "ComfyUI node for [a/ASCII art controlnet](https://civitai.com/models/986392)"
},
{
"author": "mie",
"title": "ComfyUI_MieNodes",
"reference": "https://github.com/MieMieeeee/ComfyUI-MieNodes",
"files": [
"https://github.com/MieMieeeee/ComfyUI-MieNodes"
],
"install_type": "git-clone",
"description": "Offering a series of utility nodes designed to simplify workflows and enhance efficiency"
},

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@@ -42,7 +42,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 15]
version_code = [3, 19]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
@@ -174,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
@@ -325,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)
@@ -693,6 +695,9 @@ class UnifiedManager:
self.unknown_active_nodes = {} # node_id -> repo url * fullpath
self.active_nodes = {} # node_id -> node_version * fullpath
if get_config()['network_mode'] != 'public':
dont_wait = True
# reload 'cnr_map' and 'repo_cnr_map'
cnrs = await cnr_utils.get_cnr_data(cache_mode=cache_mode=='cache', dont_wait=dont_wait)
@@ -731,14 +736,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
@@ -809,7 +817,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)
@@ -1543,9 +1551,11 @@ manager_funcs = ManagerFuncs()
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'],
@@ -1556,6 +1566,8 @@ def write_config():
'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'],
'network_mode': get_config()['network_mode']
}
directory = os.path.dirname(manager_config_path)
@@ -1581,26 +1593,41 @@ 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
def get_bool(key, default_value):
return default_conf[key].lower() == 'true' if key in default_conf else False
return {
'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 '',
'channel_url': default_conf['channel_url'] if 'channel_url' in default_conf else DEFAULT_CHANNEL,
'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,
'component_policy': default_conf['component_policy'] if 'component_policy' in default_conf else 'workflow',
'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
'http_channel_enabled': get_bool('http_channel_enabled', False),
'preview_method': default_conf.get('preview_method', manager_funcs.get_current_preview_method()),
'git_exe': default_conf.get('git_exe', ''),
'use_uv': get_bool('use_uv', False),
'channel_url': default_conf.get('channel_url', DEFAULT_CHANNEL),
'default_cache_as_channel_url': get_bool('default_cache_as_channel_url', False),
'share_option': default_conf.get('share_option', 'all'),
'bypass_ssl': get_bool('bypass_ssl', False),
'file_logging': get_bool('file_logging', True),
'component_policy': default_conf.get('component_policy', 'workflow'),
'windows_selector_event_loop_policy': get_bool('windows_selector_event_loop_policy', False),
'model_download_by_agent': get_bool('model_download_by_agent', False),
'downgrade_blacklist': default_conf.get('downgrade_blacklist', ''),
'skip_migration_check': get_bool('skip_migration_check', False),
'always_lazy_install': get_bool('always_lazy_install', False),
'network_mode': default_conf.get('network_mode', 'public'),
'security_level': security_level,
}
except Exception:
traceback.print_exc()
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,
@@ -1609,7 +1636,9 @@ def read_config():
'model_download_by_agent': False,
'downgrade_blacklist': '',
'skip_migration_check': False,
'security_level': 'normal',
'always_lazy_install': False,
'network_mode': 'public', # public | private | offline
'security_level': 'normal', # strong | normal | normal- | weak
}
@@ -1618,6 +1647,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
@@ -1666,7 +1697,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)
@@ -1681,6 +1714,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)
@@ -1797,9 +1834,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)
@@ -2059,9 +2096,10 @@ async def get_data_by_mode(mode, filename, channel_url=None):
channel_url = get_channel_dict()[channel_url]
try:
local_uri = os.path.join(manager_util.comfyui_manager_path, filename)
if mode == "local":
uri = os.path.join(manager_util.comfyui_manager_path, filename)
json_obj = await manager_util.get_data(uri)
json_obj = await manager_util.get_data(local_uri)
else:
if channel_url is None:
uri = get_config()['channel_url'] + '/' + filename
@@ -2071,19 +2109,25 @@ 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):
if get_config()['network_mode'] == 'offline':
# offline network mode
if os.path.exists(cache_uri):
json_obj = await manager_util.get_data(cache_uri)
else:
local_uri = os.path.join(manager_util.comfyui_manager_path, filename)
if os.path.exists(local_uri):
json_obj = await manager_util.get_data(local_uri)
else:
json_obj = {} # fallback
else:
# public network mode
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:
with open(cache_uri, "w", encoding='utf-8') as file:
json.dump(json_obj, file, indent=4, sort_keys=True)
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)
except Exception as e:
print(f"[ComfyUI-Manager] Due to a network error, switching to local mode.\n=> {filename}\n=> {e}")
uri = os.path.join(manager_util.comfyui_manager_path, filename)
@@ -2120,7 +2164,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)
@@ -2417,7 +2461,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:

View File

@@ -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()

View File

@@ -21,8 +21,11 @@ import logging
import asyncio
import queue
import manager_downloader
logging.info(f"### Loading: ComfyUI-Manager ({core.version_str})")
logging.info("[ComfyUI-Manager] network_mode: " + core.get_config()['network_mode'])
comfy_ui_hash = "-"
comfyui_tag = None
@@ -30,6 +33,7 @@ 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
@@ -96,7 +100,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:
@@ -104,8 +108,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:
@@ -169,7 +172,7 @@ def set_preview_method(method):
else:
args.preview_method = latent_preview.LatentPreviewMethod.NoPreviews
core.get_config()['preview_method'] = args.preview_method
core.get_config()['preview_method'] = method
set_preview_method(core.get_config()['preview_method'])
@@ -306,7 +309,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'] == '<huggingface>':
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):
@@ -478,7 +484,18 @@ async def task_worker():
try:
if model_path is not None:
logging.info(f"Install model '{json_data['name']}' from '{model_url}' into '{model_path}'")
if not core.get_config()['model_download_by_agent'] and (
if json_data['filename'] == '<huggingface>':
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'])
@@ -494,13 +511,13 @@ async def task_worker():
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']}")
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"[ERROR] {e}", file=sys.stderr)
logging.error(f"[ComfyUI-Manager] ERROR: {e}", file=sys.stderr)
return f"Model installation error: {model_url}"
@@ -787,15 +804,18 @@ async def fetch_customnode_alternatives(request):
def check_model_installed(json_obj):
def is_exists(model_dir_name, file_name):
def is_exists(model_dir_name, filename, url):
if filename == '<huggingface>':
filename = os.path.basename(url)
dirs = folder_paths.get_folder_paths(model_dir_name)
for x in dirs:
if os.path.exists(os.path.join(x, file_name)):
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']
@@ -815,23 +835,30 @@ def check_model_installed(json_obj):
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['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']):
if is_exists(model_dir_name, item['filename'], item['url']):
item['installed'] = 'True'
if 'installed' not in item:
fullpath = os.path.join(folder_paths.models_dir, item['save_path'], item['filename'])
if item['filename'] == '<huggingface>':
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_phase, item)
@routes.get("/externalmodel/getlist")
async def fetch_externalmodel_list(request):
json_obj = await core.get_data_by_mode(request.rel_url.query["mode"], 'model-list.json')
@@ -1338,10 +1365,10 @@ async def install_model(request):
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']:
@@ -1350,8 +1377,8 @@ 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")
install_item = json_data.get('ui_id'), json_data
task_queue.put(("install-model", install_item))
@@ -1576,8 +1603,13 @@ cm_global.register_api('cm.try-install-custom-node', confirm_try_install)
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)
@@ -1588,17 +1620,21 @@ async def default_cache_update():
json.dump(json_obj, file, indent=4, sort_keys=True)
logging.info(f"[ComfyUI-Manager] default cache updated: {uri}")
a = get_cache("custom-node-list.json")
b = get_cache("extension-node-map.json")
c = get_cache("model-list.json")
d = get_cache("alter-list.json")
e = get_cache("github-stats.json")
if core.get_config()['network_mode'] != 'offline':
a = get_cache("custom-node-list.json")
b = get_cache("extension-node-map.json")
c = get_cache("model-list.json")
d = get_cache("alter-list.json")
e = get_cache("github-stats.json")
await asyncio.gather(a, b, c, d, e)
await asyncio.gather(a, b, c, d, e)
# load at least once
await core.unified_manager.reload('remote', dont_wait=False)
await core.unified_manager.get_custom_nodes('default', 'remote')
if core.get_config()['network_mode'] == 'private':
logging.info("[ComfyUI-Manager] The private comfyregistry is not yet supported in `network_mode=private`.")
else:
# load at least once
await core.unified_manager.reload('remote', dont_wait=False)
await core.unified_manager.get_custom_nodes(channel_url, 'remote')
logging.info("[ComfyUI-Manager] All startup tasks have been completed.")

View File

@@ -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'):
@@ -260,7 +273,7 @@ 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
@@ -270,15 +283,13 @@ class PIPFixer:
torch_torchvision_torchaudio_ver = torch_torchvision_torchaudio_version_map.get(torch_ver)
if torch_torchvision_torchaudio_ver is None:
cmd = [sys.executable, '-m', 'pip', 'install', '--pre',
'torch', 'torchvision', 'torchaudio',
'--index-url', f"https://download.pytorch.org/whl/nightly/{platform}"]
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:
torchvision_ver, torchaudio_ver = torch_torchvision_torchaudio_ver
cmd = [sys.executable, '-m', 'pip', 'install',
f'torch=={torch_ver}', f'torchvision=={torchvision_ver}', f"torchaudio=={torchaudio_ver}",
'--index-url', f"https://download.pytorch.org/whl/{platform}"]
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)
@@ -289,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.")
@@ -335,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}")
@@ -348,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)

View File

@@ -413,10 +413,22 @@ export const icons = {
}
export function sanitizeHTML(str) {
return str
.replace(/&/g, "&amp;")
.replace(/</g, "&lt;")
.replace(/>/g, "&gt;")
.replace(/"/g, "&quot;")
.replace(/'/g, "&#039;");
return str
.replace(/&/g, "&amp;")
.replace(/</g, "&lt;")
.replace(/>/g, "&gt;")
.replace(/"/g, "&quot;")
.replace(/'/g, "&#039;");
}
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
}
}

View File

@@ -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, infoToast
fetchData, md5, icons, show_message, customConfirm, customAlert, customPrompt,
sanitizeHTML, infoToast, showTerminal
} from "./common.js";
// https://cenfun.github.io/turbogrid/api.html
@@ -400,6 +401,7 @@ export class CustomNodesManager {
this.init();
api.addEventListener("cm-queue-status", this.onQueueStatus);
api.addEventListener('reconnected', this.onReconnected);
}
init() {
@@ -762,10 +764,9 @@ export class CustomNodesManager {
".cn-manager-restart": {
click: () => {
if(rebootAPI()) {
this.close();
this.manager_dialog.close();
}
this.close();
this.manager_dialog.close();
rebootAPI();
}
},
@@ -1369,14 +1370,14 @@ export class CustomNodesManager {
});
if (res.status != 200) {
errorMsg = `${item.title} ${mode} failed: `;
errorMsg = `'${item.title}': `;
if(res.status == 403) {
errorMsg += `This action is not allowed with this security level configuration.`;
errorMsg += `This action is not allowed with this security level configuration.\n`;
} else if(res.status == 404) {
errorMsg += `With the current security level configuration, only custom nodes from the <B>"default channel"</B> can be installed.`;
errorMsg += `With the current security level configuration, only custom nodes from the <B>"default channel"</B> can be installed.\n`;
} else {
errorMsg += await res.text();
errorMsg += await res.text() + '\n';
}
break;
@@ -1385,24 +1386,35 @@ export class CustomNodesManager {
this.install_context = {btn: btn, targets: target_items};
for(let k in target_items) {
let item = this.install_context.targets[k];
this.grid.updateCell(item, "action");
}
if(errorMsg) {
this.showError(errorMsg);
show_message("Installation Error:\n"+errorMsg);
show_message("[Installation Errors]\n"+errorMsg);
// reset
for (const hash of list) {
const item = this.grid.getRowItemBy("hash", hash);
self.grid.updateCell(item, "action");
for(let k in target_items) {
const item = target_items[k];
this.grid.updateCell(item, "action");
}
}
else {
await api.fetchApi('/manager/queue/start');
this.showStop();
showTerminal();
}
}
async onReconnected(event) {
let self = CustomNodesManager.instance;
if(self.need_restart) {
self.need_restart = false;
const confirmed = await customConfirm("To apply the changes to the node pack's installation status, you need to refresh the browser. Would you like to refresh?");
if (!confirmed) {
return;
}
window.location.reload(true);
}
}
@@ -1446,7 +1458,7 @@ export class CustomNodesManager {
let v = result[hash];
if(v != 'success')
errorMsg += v;
errorMsg += v+'\n';
}
for(let k in self.install_context.targets) {
@@ -1879,6 +1891,7 @@ export class CustomNodesManager {
showRestart() {
this.element.querySelector(".cn-manager-restart").style.display = "block";
this.need_restart = true;
}
showStop() {

View File

@@ -2,7 +2,7 @@ import { app } from "../../scripts/app.js";
import { $el } from "../../scripts/ui.js";
import {
manager_instance, rebootAPI,
fetchData, md5, icons, show_message, customAlert, infoToast
fetchData, md5, icons, show_message, customAlert, infoToast, showTerminal
} from "./common.js";
import { api } from "../../scripts/api.js";
@@ -640,7 +640,6 @@ export class ModelManager {
}
btn.classList.add("cmm-btn-loading");
this.showLoading();
this.showError("");
let needRefresh = false;
@@ -671,7 +670,14 @@ export class ModelManager {
});
if (res.status != 200) {
errorMsg = `Install failed: ${item.name} ${res.error.message}`;
errorMsg = `'${item.name}': `;
if(res.status == 403) {
errorMsg += `This action is not allowed with this security level configuration.\n`;
} else {
errorMsg += await res.text() + '\n';
}
break;
}
}
@@ -680,17 +686,18 @@ export class ModelManager {
if(errorMsg) {
this.showError(errorMsg);
show_message("Installation Error:\n"+errorMsg);
show_message("[Installation Errors]\n"+errorMsg);
// reset
for (const hash of list) {
const item = this.grid.getRowItemBy("hash", hash);
for(let k in target_items) {
const item = target_items[k];
this.grid.updateCell(item, "installed");
}
}
else {
await api.fetchApi('/manager/queue/start');
this.showStop();
showTerminal();
}
}
@@ -738,7 +745,7 @@ export class ModelManager {
let v = result[hash];
if(v != 'success')
errorMsg += v;
errorMsg += v + '\n';
}
for(let k in self.install_context.targets) {

View File

@@ -209,28 +209,6 @@
"url": "https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler/resolve/main/x4-upscaler-ema.safetensors",
"size": "3.53GB"
},
{
"name": "Inswapper-fp16 (face swap)",
"type": "insightface",
"base": "inswapper",
"save_path": "insightface",
"description": "Checkpoint of the insightface swapper model\n(used by ComfyUI-FaceSwap, comfyui-reactor-node, CharacterFaceSwap,\nComfyUI roop and comfy_mtb)",
"reference": "https://github.com/facefusion/facefusion-assets",
"filename": "inswapper_128_fp16.onnx",
"url": "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128_fp16.onnx",
"size": "277.7MB"
},
{
"name": "Inswapper (face swap)",
"type": "insightface",
"base": "inswapper",
"save_path": "insightface",
"description": "Checkpoint of the insightface swapper model\n(used by ComfyUI-FaceSwap, comfyui-reactor-node, CharacterFaceSwap,\nComfyUI roop and comfy_mtb)",
"reference": "https://github.com/facefusion/facefusion-assets",
"filename": "inswapper_128.onnx",
"url": "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128.onnx",
"size": "555.3MB"
},
{
"name": "Deepbump",
"type": "deepbump",
@@ -4684,6 +4662,29 @@
"filename": "customnet_inpaint_v1.pt",
"url": "https://huggingface.co/TencentARC/CustomNet/resolve/main/customnet_inpaint_v1.pt",
"size": "5.71GB"
},
{
"name": "deepseek-ai/Janus-Pro-1B",
"type": "Janus-Pro",
"base": "Janus-Pro",
"save_path": "Janus-Pro",
"description": "[SNAPSHOT] Janus-Pro-1B model.[w/You cannot download this item on ComfyUI-Manager versions below V3.18]",
"reference": "https://huggingface.co/deepseek-ai/Janus-Pro-1B",
"filename": "<huggingface>",
"url": "deepseek-ai/Janus-Pro-1B",
"size": "7.8GB"
},
{
"name": "deepseek-ai/Janus-Pro-7B",
"type": "Janus-Pro",
"base": "Janus-Pro",
"save_path": "Janus-Pro",
"description": "[SNAPSHOT] Janus-Pro-7B model.[w/You cannot download this item on ComfyUI-Manager versions below V3.18]",
"reference": "https://huggingface.co/deepseek-ai/Janus-Pro-7B",
"filename": "<huggingface>",
"url": "deepseek-ai/Janus-Pro-7B",
"size": "14.85GB"
}
]
}

View File

@@ -11,6 +11,188 @@
{
"author": "rishipandey125",
"title": "ComfyUI-FramePacking [WIP]",
"reference": "https://github.com/rishipandey125/ComfyUI-FramePacking",
"files": [
"https://github.com/rishipandey125/ComfyUI-FramePacking"
],
"install_type": "git-clone",
"description": "NODES: Add Grid Boundaries, Pack Frames, Unpack Frames, Resize Frame"
},
{
"author": "Northerner1",
"title": "ComfyUI_North_Noise [WIP]",
"reference": "https://github.com/Northerner1/ComfyUI_North_Noise",
"files": [
"https://github.com/Northerner1/ComfyUI_North_Noise"
],
"install_type": "git-clone",
"description": "NODES: Unsampler"
},
{
"author": "kimara-ai",
"title": "ComfyUI-Kimara-AI-Image-From-URL [WIP]",
"reference": "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Image-From-URL",
"files": [
"https://github.com/kimara-ai/ComfyUI-Kimara-AI-Image-From-URL"
],
"install_type": "git-clone",
"description": "Load image from URL and downscale to desired megapixels. Set megapixels to 0 for no downscaling."
},
{
"author": "tc8M4lF3s88",
"title": "comfy-tif-support",
"reference": "https://github.com/M4lF3s/comfy-tif-support",
"files": [
"https://github.com/M4lF3s/comfy-tif-support"
],
"install_type": "git-clone",
"description": "NODES: Load TIFF"
},
{
"author": "greengerong",
"title": "ComfyUI-Lumina-Video [WIP]",
"reference": "https://github.com/greengerong/ComfyUI-Lumina-Video",
"files": [
"https://github.com/greengerong/ComfyUI-Lumina-Video"
],
"install_type": "git-clone",
"description": "This is a video generation plugin implementation for ComfyUI based on the Lumina Video model."
},
{
"author": "tc888",
"title": "ComfyUI_Save_Flux_Image",
"reference": "https://github.com/tc888/ComfyUI_Save_Flux_Image",
"files": [
"https://github.com/tc888/ComfyUI_Save_Flux_Image"
],
"install_type": "git-clone",
"description": "Customized version of comfyui-image-save tailored for saving Flux images"
},
{
"author": "var1ableX",
"title": "ComfyUI_Accessories",
"reference": "https://github.com/var1ableX/ComfyUI_Accessories",
"files": [
"https://github.com/var1ableX/ComfyUI_Accessories"
],
"install_type": "git-clone",
"description": "NODES: Get Mask Dimensions, Get Random Dimensions, Is Mask Empty/Image, Any Cast, Make List From Text"
},
{
"author": "xinyiSS",
"title": "CombineMasksNode",
"reference": "https://github.com/xinyiSS/CombineMasksNode",
"files": [
"https://github.com/xinyiSS/CombineMasksNode"
],
"install_type": "git-clone",
"description": "NODES: Combine Masks Node"
},
{
"author": "osuiso-depot",
"title": "comfyui-keshigom_custom",
"reference": "https://github.com/osuiso-depot/comfyui-keshigom_custom",
"files": [
"https://github.com/osuiso-depot/comfyui-keshigom_custom"
],
"install_type": "git-clone",
"description": "NODES: RegexpChopper, FLIP-W/H Selector, FLIP-W/H SelectorConst, TextFind, ckpt_Loader_Simple, True-or-False, myStringNode"
},
{
"author": "LucipherDev",
"title": "ComfyUI-Sentinel [WIP]",
"reference": "https://github.com/LucipherDev/ComfyUI-Sentinel",
"files": [
"https://github.com/LucipherDev/ComfyUI-Sentinel"
],
"install_type": "git-clone",
"description": "ComfyUI Extension for Advanced Security. Implements login, multi-user registration, IP filtering, and user-specific input/output directories.[w/WARN:While ComfyUI Sentinel enhances security for ComfyUI, it does not guarantee absolute protection. Security is about risk mitigation, not elimination. Users are responsible for implementing their own security measures.]"
},
{
"author": "threadedblue",
"title": "MLXnodes [WIP]",
"reference": "https://github.com/threadedblue/MLXnodes",
"files": [
"https://github.com/threadedblue/MLXnodes"
],
"install_type": "git-clone",
"description": "A port of MLX Examples to ComfyUI custom_nodes. These are intended to run on a macOS M1.\nNOTE: The files in the repo are not organized."
},
{
"author": "jschoormans",
"title": "Comfy-InterestingPixels [WIP]",
"reference": "https://github.com/jschoormans/Comfy-InterestingPixels",
"files": [
"https://github.com/jschoormans/Comfy-InterestingPixels"
],
"install_type": "git-clone",
"description": "NODES: Shareable Image Slider, Random Palette\nNOTE: The files in the repo are not organized."
},
{
"author": "jschoormans",
"title": "ComfyUI-TexturePacker [WIP]",
"reference": "https://github.com/kijai/ComfyUI-TexturePacker",
"files": [
"https://github.com/jschoormans/Comfy-InterestingPixels"
],
"install_type": "git-clone",
"description": "ComfyUI node to use PyTexturePacker\nNOTE: The files in the repo are not organized."
},
{
"author": "lum3on",
"title": "comfyui_LLM_Polymath [WIP]",
"reference": "https://github.com/lum3on/comfyui_LLM_Polymath",
"files": [
"https://github.com/lum3on/comfyui_LLM_Polymath"
],
"install_type": "git-clone",
"description": "An advanced chat node, that integrates large language models to automate data processes and enhance prompt responses through real-time web search and image handling. It supports both OpenAI's GPT-like models and a local Ollama API. Custom node finder and smart assistant tools provide tailored workflow recommendations for efficient integration. Additionally, the node dynamically augments prompts and offers flexible output compression options.\nNOTE: The files in the repo are not organized."
},
{
"author": "MickeyJ",
"title": "ComfyUI_mickster_nodes [WIP]",
"reference": "https://github.com/MickeyJ/ComfyUI_mickster_nodes",
"files": [
"https://github.com/MickeyJ/ComfyUI_mickster_nodes"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI, focusing on image handling and LoRA training."
},
{
"author": "thedivergentai",
"title": "Divergent Nodes [WIP]",
"reference": "https://github.com/thedivergentai/divergent_nodes",
"files": [
"https://github.com/thedivergentai/divergent_nodes"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for counting CLIP tokens in text input."
},
{
"author": "gold24park",
"title": "loki-comfyui-node",
"reference": "https://github.com/gold24park/loki-comfyui-node",
"files": [
"https://github.com/gold24park/loki-comfyui-node"
],
"install_type": "git-clone",
"description": "NODES: Get Image Luminance, Get Dominant Color, Overlay Text"
},
{
"author": "hayden-fr",
"title": "ComfyUI-Image-Browsing [USAFE]",
"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": "molbal",
"title": "comfy-url-fetcher [WIP]",
@@ -169,7 +351,7 @@
"https://github.com/7BEII/Comfyui_PDuse"
],
"install_type": "git-clone",
"description": "NODES:PD_groupfontsize unnify, PD_grownumber-JSON, PD_add or delete words, PD_Image Crop Location, PD_Image centerCrop, PD_GetImageSize\nNOTE: The files in the repo are not organized."
"description": "NODES: PD_json_group_fontsize, PD_Incremental_JSON, PD_removeword, PD_Image Crop Location, PD_ImageConcanate, PD_FileName_refixer\nNOTE: The files in the repo are not organized."
},
{
"author": "RLW-Chars",
@@ -229,7 +411,7 @@
"https://github.com/yanhuifair/comfyui-deepseek"
],
"install_type": "git-clone",
"description": "Implement deepseek API call [a/https://api-docs.deepseek.com/](Implement deepseek API call https://api-docs.deepseek.com/)\nNOTE: The files in the repo are not organized."
"description": "nodes for deepseek api\nNOTE: The files in the repo are not organized."
},
{
"author": "807502278",
@@ -251,16 +433,6 @@
"install_type": "git-clone",
"description": "NODES: Face Crop, [w/A pack of custom nodes used in my projects. Not intended to be used by other persons as the usage is not documented. But if something interests you in this repository, go for it !]"
},
{
"author": "zmwv823",
"title": "ComfyUI-VideoDiffusion",
"reference": "https://github.com/zmwv823/ComfyUI-VideoDiffusion",
"files": [
"https://github.com/zmwv823/ComfyUI-VideoDiffusion"
],
"install_type": "git-clone",
"description": "[a/LatentSync](https://github.com/bytedance/LatentSync) and [a/Sonic](https://github.com/jixiaozhong/Sonic). [w/Just for study purpose. It's not for directly use, u should know how to fix issues.]"
},
{
"author": "KihongK",
"title": "ComfyUI-RoysNodes [WIP]",
@@ -609,7 +781,7 @@
"https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit"
],
"install_type": "git-clone",
"description": "for now: just custom node(s) to fetch tags from a given danbooru (soon e621 too) post link\ncurrently only supports danbooru-style urls + api response formats\nthis repo is a rewrite of: [a/https://github.com/yffyhk/comfyui_auto_danbooru](https://github.com/yffyhk/comfyui_auto_danbooru)"
"description": "WIP. Nodes: Fetch e621/danbooru image and/or tags etc from a given URL; Get the Wiki entry for a tag through a button press."
},
{
"author": "Grey3016",
@@ -1408,16 +1580,6 @@
"install_type": "git-clone",
"description": "NODES:Mask Size Calculator (MagicAI), Universal Mask Converter (MagicAI), Python Execution (MagicAI), Extract JSON From Text Node(MagicAI)\n[w/This extension allows the execution of arbitrary Python code from a workflow.]"
},
{
"author": "T8star1984",
"title": "comfyui-purgevram",
"reference": "https://github.com/T8star1984/comfyui-purgevram",
"files": [
"https://github.com/T8star1984/comfyui-purgevram"
],
"install_type": "git-clone",
"description": "NODES:PurgeVRAM.\nCan be added after any node to clean up vram and memory"
},
{
"author": "Laser-one",
"title": "ComfyUI-align-pose",
@@ -1626,7 +1788,7 @@
"https://github.com/rouxianmantou/comfyui-rxmt-nodes"
],
"install_type": "git-clone",
"description": "NODES:Check Value Type"
"description": "NODES:Check Value Type, Why Prompt Text"
},
{
"author": "SirVeggie",
@@ -2010,16 +2172,6 @@
"install_type": "git-clone",
"description": "ComfyUI-OpenAINode is a user-friendly node that serves as an interface to the OpenAI Models.[w/Repo name conflict with Electrofried/ComfyUI-OpenAINode]"
},
{
"author": "hgabha",
"title": "WWAA-CustomNodes",
"reference": "https://github.com/hgabha/WWAA-CustomNodes",
"files": [
"https://github.com/hgabha/WWAA-CustomNodes"
],
"install_type": "git-clone",
"description": "Custom Nodes for ComfyUI made by the team at [a/WeirdWonderfulAI.Art](https://weirdwonderfulai.art/). Line Count, Join String, Dither Image, Image Batch Loader"
},
{
"author": "IgPoly",
"title": "ComfyUI-igTools",

View File

@@ -164,13 +164,12 @@
],
"https://github.com/7BEII/Comfyui_PDuse": [
[
"BatchChangeNodeColor",
"BatchJsonIncremental",
"PD_GetImageSize",
"FileName_refixer",
"PD_ImageConcanate",
"PD_Image_Crop_Location",
"PD_Image_centerCrop",
"PD_RemoveColorWords",
"PD_node"
"json_group_fontsize"
],
{
"title_aux": "comfyui-promptbymood [WIP]"
@@ -179,8 +178,12 @@
"https://github.com/807502278/ComfyUI_TensorRT_Merge": [
[
"BiRefNet2_tensort",
"DepthAnything_Tensorrt",
"Dwpose_Tensorrt",
"building_tensorrt_engine",
"load_BiRefNet2_General"
"load_BiRefNet2_General",
"load_DepthAnything_Tensorrt",
"load_Dwpos_Tensorrt"
],
{
"title_aux": "ComfyUI_TensorRT_Merge [WIP]"
@@ -620,6 +623,7 @@
"DevToolsErrorRaiseNodeWithMessage",
"DevToolsExperimentalNode",
"DevToolsLongComboDropdown",
"DevToolsNodeWithBooleanInput",
"DevToolsNodeWithForceInput",
"DevToolsNodeWithOnlyOptionalInput",
"DevToolsNodeWithOptionalInput",
@@ -628,6 +632,11 @@
"DevToolsNodeWithStringInput",
"DevToolsNodeWithUnionInput",
"DevToolsObjectPatchNode",
"DevToolsRemoteWidgetNode",
"DevToolsRemoteWidgetNodeWithControlAfterRefresh",
"DevToolsRemoteWidgetNodeWithParams",
"DevToolsRemoteWidgetNodeWithRefresh",
"DevToolsRemoteWidgetNodeWithRefreshButton",
"DevToolsSimpleSlider"
],
{
@@ -924,6 +933,7 @@
"DeepSeekImageGeneration",
"DeepSeekImageUnderstanding",
"DeepSeekModelLoader",
"ImagePreprocessor",
"LLM_Loader",
"OpenAICompatibleLoader"
],
@@ -933,7 +943,9 @@
],
"https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": [
[
"Face Crop"
"Face Crop",
"Face Crop Mouth",
"Get Beard Mask"
],
{
"title_aux": "ComfyUI-Ifnot-Pack"
@@ -982,6 +994,7 @@
"CombineVideos",
"ImAppendFreeChatAction",
"ImAppendImageActionNode",
"ImAppendNodeHub",
"ImAppendQuickbackNode",
"ImAppendQuickbackVideoNode",
"ImAppendVideoNode",
@@ -991,6 +1004,7 @@
"ImNodeTitleOverride",
"ImSetActionKeywordMapping",
"MergeNode",
"MuteNode",
"NewNode",
"Node2String",
"OllamaChat",
@@ -1003,6 +1017,7 @@
"TurnOnOffNodeOnEnter",
"batchNodes",
"grepNodeByText",
"imageList",
"mergeEntityAndPointer",
"redirectToNode"
],
@@ -1099,6 +1114,7 @@
"RK_Accumulate_Text_Multiline_Numbered",
"RK_Advanced_Script_Finder",
"RK_CSV_File_State_Looper_v01",
"RK_CSV_File_State_Looper_v02",
"RK_Calc",
"RK_Concatenate_Text",
"RK_Excel_File_State_Looper",
@@ -1237,6 +1253,14 @@
"title_aux": "ComfyUI Nodes for Inference.Core"
}
],
"https://github.com/M4lF3s/comfy-tif-support": [
[
"Load TIFF"
],
{
"title_aux": "comfy-tif-support"
}
],
"https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": [
[
"AudioDurationNode",
@@ -1259,6 +1283,15 @@
"title_aux": "ComfyUI-MS_Tools [WIP]"
}
],
"https://github.com/MickeyJ/ComfyUI_mickster_nodes": [
[
"Image Size Scaled",
"ImageSwitchSelect"
],
{
"title_aux": "ComfyUI_mickster_nodes [WIP]"
}
],
"https://github.com/MrAdamBlack/CheckProgress": [
[
"CHECK_PROGRESS"
@@ -1283,6 +1316,14 @@
"title_aux": "ComfyUI-blockswap"
}
],
"https://github.com/Northerner1/ComfyUI_North_Noise": [
[
"North_Unsampler"
],
{
"title_aux": "ComfyUI_North_Noise [WIP]"
}
],
"https://github.com/PATATAJEC/Patatajec-Nodes": [
[
"HyvidSwitcher",
@@ -1437,6 +1478,7 @@
],
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
[
"ALL_Model_UnLoader(SEEDV)",
"AdvancedScript",
"CheckpointLoaderSimpleShared //SeedV",
"ControlNetLoaderAdvancedShared",
@@ -1466,6 +1508,7 @@
"https://github.com/Shinsplat/ComfyUI-Shinsplat": [
[
"Clip Text Encode (Shinsplat)",
"Clip Text Encode ALT (Shinsplat)",
"Clip Text Encode SD3 (Shinsplat)",
"Clip Text Encode SDXL (Shinsplat)",
"Clip Text Encode T5 (Shinsplat)",
@@ -1483,6 +1526,7 @@
"Test Node (Shinsplat)",
"Text To Tokens (Shinsplat)",
"Text To Tokens SD3 (Shinsplat)",
"Upscale WEBP (Shinsplat)",
"Variables (Shinsplat)"
],
{
@@ -1600,14 +1644,6 @@
"title_aux": "Comfyui_leffa"
}
],
"https://github.com/T8star1984/comfyui-purgevram": [
[
"PurgeVRAM"
],
{
"title_aux": "comfyui-purgevram"
}
],
"https://github.com/TSFSean/ComfyUI-TSFNodes": [
[
"GyroOSC"
@@ -1629,10 +1665,17 @@
"FrameBlend",
"ImageReferenceUpdate",
"ImageSelector",
"KeypointComparator",
"KeypointComparatorNode",
"KeypointsInput",
"KeypointsInputNode",
"KeypointsToPose",
"KeypointsToPoseNode",
"PoseDatabase",
"PoseDatabaseVisualizer",
"PoseDifference",
"PoseEstimator",
"PoseEstimatorNode",
"SimHashCompare",
"TemporalConsistency"
],
@@ -2422,6 +2465,8 @@
"ModelMergeAdd",
"ModelMergeAuraflow",
"ModelMergeBlocks",
"ModelMergeCosmos14B",
"ModelMergeCosmos7B",
"ModelMergeFlux1",
"ModelMergeLTXV",
"ModelMergeMochiPreview",
@@ -2920,6 +2965,27 @@
"title_aux": "ComfyUI-Tools-Video-Combine [WIP]"
}
],
"https://github.com/gold24park/loki-comfyui-node": [
[
"Base64ToImage",
"DominantColor",
"ImageLuminance",
"ImageToBase64",
"OverlayText"
],
{
"title_aux": "loki-comfyui-node"
}
],
"https://github.com/greengerong/ComfyUI-Lumina-Video": [
[
"LuminaVideoModelLoader",
"LuminaVideoSampler"
],
{
"title_aux": "ComfyUI-Lumina-Video [WIP]"
}
],
"https://github.com/grimli333/ComfyUI_Grim": [
[
"GenerateFileName",
@@ -3002,17 +3068,6 @@
"title_aux": "ComfyUI AceNodes [UNSAFE]"
}
],
"https://github.com/hgabha/WWAA-CustomNodes": [
[
"WWAA-BuildString",
"WWAA-LineCount",
"WWAA_DitherNode",
"WWAA_ImageLoader"
],
{
"title_aux": "WWAA-CustomNodes"
}
],
"https://github.com/horidream/ComfyUI-Horidream": [
[
"PassThroughWithSound"
@@ -3355,6 +3410,15 @@
"title_aux": "ComfyUI_HelpfulNodes"
}
],
"https://github.com/jschoormans/Comfy-InterestingPixels": [
[
"Random Palette",
"Shareable Image Slider"
],
{
"title_aux": "ComfyUI-TexturePacker [WIP]"
}
],
"https://github.com/jtscmw01/ComfyUI-DiffBIR": [
[
"DiffBIR_sample",
@@ -3515,6 +3579,7 @@
"Hy3DSetMeshPBRAttributes",
"Hy3DSetMeshPBRTextures",
"Hy3DTorchCompileSettings",
"Hy3DUploadMesh",
"Hy3DVAEDecode"
],
{
@@ -3598,7 +3663,8 @@
[
"GetWarpedNoiseFromVideo",
"GetWarpedNoiseFromVideoAnimateDiff",
"GetWarpedNoiseFromVideoCogVideoX"
"GetWarpedNoiseFromVideoCogVideoX",
"GetWarpedNoiseFromVideoHunyuan"
],
{
"title_aux": "ComfyUI-VideoNoiseWarp [WIP]"
@@ -3613,6 +3679,14 @@
"title_aux": "Advanced Watermarking Tools [WIP]"
}
],
"https://github.com/kimara-ai/ComfyUI-Kimara-AI-Image-From-URL": [
[
"KimaraAIImageFromURL"
],
{
"title_aux": "ComfyUI-Kimara-AI-Image-From-URL [WIP]"
}
],
"https://github.com/kk8bit/KayTool": [
[
"Abc_Math",
@@ -3915,6 +3989,15 @@
"title_aux": "SK-Nodes"
}
],
"https://github.com/lum3on/comfyui_LLM_Polymath": [
[
"polymath_chat",
"polymath_scraper"
],
{
"title_aux": "comfyui_LLM_Polymath [WIP]"
}
],
"https://github.com/majorsauce/comfyui_indieTools": [
[
"IndCutByMask",
@@ -4136,6 +4219,7 @@
[
"EditableStringNode",
"IntegratedCLIPTextEncodeWithExtract",
"MagicLatent",
"ProcessAndSave",
"StringConcat"
],
@@ -4147,11 +4231,13 @@
[
"IAzureAiApi",
"ICutStrings",
"IFinalizeProject",
"IIfElse",
"ILLMExecute",
"ILLMExecute2",
"ILoadAzureAiApi",
"ILoadOllamaApi",
"IMergeImages",
"IMultilineSplitToStrings",
"IPassImage",
"IPostProcessLLMResponse",
@@ -4163,6 +4249,7 @@
"IStringsToFile",
"IStringsToString",
"ITimesToStrings",
"IUploadToGoogleDrive",
"IZipImages"
],
{
@@ -4281,7 +4368,8 @@
],
"https://github.com/nomcycle/ComfyUI_Cluster": [
[
"ClusterFanInTensorsToBatch",
"ClusterFanInImages",
"ClusterFanInLatents",
"ClusterInstanceIndex"
],
{
@@ -4301,6 +4389,22 @@
"title_aux": "ComfyUI-oshtz-nodes [WIP]"
}
],
"https://github.com/osuiso-depot/comfyui-keshigom_custom": [
[
"KANI_Checkpoint_Loader_Simple",
"KANI_Multiplexer",
"KANI_ShowAnything",
"KANI_TextFind",
"KANI_TrueorFalse",
"RegExTextChopper",
"ResolutionSelector",
"ResolutionSelectorConst",
"StringNodeClass"
],
{
"title_aux": "comfyui-keshigom_custom"
}
],
"https://github.com/oyvindg/ComfyUI-TrollSuite": [
[
"BinaryImageMask",
@@ -4335,6 +4439,7 @@
"ConditioningZeroOutCombine",
"ConvertTimestepToSigma",
"DynSamplerSelect",
"DynamicThresholdingPost",
"DynamicThresholdingSimplePost",
"EmptyLatentImageAR",
"FreeU2PPM",
@@ -4342,6 +4447,7 @@
"LatentOperationTonemapLuminance",
"LatentToMaskBB",
"LatentToWidthHeight",
"MaskCompositePPM",
"PPMSamplerSelect",
"RescaleCFGPost"
],
@@ -4483,6 +4589,17 @@
"title_aux": "ComfyUI-ODE"
}
],
"https://github.com/rishipandey125/ComfyUI-FramePacking": [
[
"Add Grid Boundaries",
"Pack Frames",
"Resize Frame",
"Unpack Frames"
],
{
"title_aux": "ComfyUI-FramePacking [WIP]"
}
],
"https://github.com/risunobushi/ComfyUI_FocusMask": [
[
"FocusMaskExtractor",
@@ -4502,7 +4619,8 @@
],
"https://github.com/rouxianmantou/comfyui-rxmt-nodes": [
[
"CheckValueTypeNode"
"CheckValueTypeNode",
"WhyPromptTextNode"
],
{
"title_aux": "comfyui-rxmt-nodes"
@@ -4774,6 +4892,22 @@
"title_aux": "ComfyUI-Rpg-Architect [WIP]"
}
],
"https://github.com/tc888/ComfyUI_Save_Flux_Image": [
[
"Cfg Literal",
"Int Literal",
"Sampler Select",
"Save Flux Image with Metadata",
"Scheduler Select",
"Seed Gen",
"String Literal",
"Unet Select",
"Width/Height Literal"
],
{
"title_aux": "ComfyUI_Save_Flux_Image"
}
],
"https://github.com/techzuhaib/ComfyUI-CacheImageNode": [
[
"CacheImageNode"
@@ -4791,6 +4925,24 @@
"title_aux": "_topfun_s_nodes"
}
],
"https://github.com/thedivergentai/divergent_nodes": [
[
"CLIPTokenCounter",
"DolphinVisionNode"
],
{
"title_aux": "Divergent Nodes [WIP]"
}
],
"https://github.com/threadedblue/MLXnodes": [
[
"MLXImg2Img",
"MLXText2Image"
],
{
"title_aux": "MLXnodes [WIP]"
}
],
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": [
[
"ImageSizer",
@@ -4895,6 +5047,19 @@
"title_aux": "ComfyUI-My-Handy-Nodes"
}
],
"https://github.com/var1ableX/ComfyUI_Accessories": [
[
"ACC_AnyCast",
"AccMakeListNode",
"GetMaskDimensions",
"GetRandomDimensions",
"isImageEmpty",
"isMaskEmpty"
],
{
"title_aux": "ComfyUI_Accessories"
}
],
"https://github.com/walterFeng/ComfyUI-Image-Utils": [
[
"Calculate Image Brightness",
@@ -4996,22 +5161,32 @@
"title_aux": "ComfyUI-XYNodes"
}
],
"https://github.com/xinyiSS/CombineMasksNode": [
[
"CombineMasksNode"
],
{
"title_aux": "CombineMasksNode"
}
],
"https://github.com/yanhuifair/ComfyUI-FairLab": [
[
"CLIPTranslatedNode",
"DownloadImageNode",
"FixUTF8StringNode",
"ImageResizeNode",
"ImagesToVideoNode",
"LoadImageFromFolderNode",
"SaveImageToFolderNode",
"SaveImagesToFolderNode",
"SaveStringToFolderNode",
"ImageToVideoNode",
"LoadImageFromDirectoryNode",
"LoadImageFromURLNode",
"PrintAnyNode",
"PrintImageNode",
"SaveImageToDirectoryNode",
"SaveStringToDirectoryNode",
"SequenceStringListNode",
"StringCombineNode",
"StringFieldNode",
"TranslateStringNode",
"VideoToImagesNode"
"VideoToImageNode"
],
{
"title_aux": "ComfyUI-FairLab"
@@ -5076,22 +5251,10 @@
"title_aux": "Comfyui_image2prompt"
}
],
"https://github.com/zmwv823/ComfyUI-VideoDiffusion": [
[
"UL_LatentSyncLoader",
"UL_LatentSyncProcess",
"UL_LatentSyncSampler",
"UL_SonicLoader",
"UL_SonicProcess",
"UL_SonicSampler"
],
{
"title_aux": "ComfyUI-VideoDiffusion"
}
],
"https://github.com/zyd232/ComfyUI-zyd232-Nodes": [
[
"zyd232 ImagesPixelsCompare"
"zyd232 ImagesPixelsCompare",
"zyd232_SavePreviewImages"
],
{
"title_aux": "ComfyUI-zyd232-Nodes"

View File

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,47 @@
},
{
"author": "T8star1984",
"title": "comfyui-purgevram [REMOVED]",
"reference": "https://github.com/T8star1984/comfyui-purgevram",
"files": [
"https://github.com/T8star1984/comfyui-purgevram"
],
"install_type": "git-clone",
"description": "NODES:PurgeVRAM.\nCan be added after any node to clean up vram and memory"
},
{
"author": "zmwv823",
"title": "ComfyUI-VideoDiffusion [REMOVED]",
"reference": "https://github.com/zmwv823/ComfyUI-VideoDiffusion",
"files": [
"https://github.com/zmwv823/ComfyUI-VideoDiffusion"
],
"install_type": "git-clone",
"description": "[a/LatentSync](https://github.com/bytedance/LatentSync) and [a/Sonic](https://github.com/jixiaozhong/Sonic). [w/Just for study purpose. It's not for directly use, u should know how to fix issues.]"
},
{
"author": "NyaamZ",
"title": "Get Booru Tag ExtendeD [REMOVED]",
"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": "lingha",
"title": "comfyui_kj [REMOVED]",
"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": "myAiLemon",
"title": "MagicGetPromptAutomatically",

View File

@@ -1,5 +1,27 @@
{
"models": [
{
"name": "Inswapper-fp16 (face swap) [REMOVED]",
"type": "insightface",
"base": "inswapper",
"save_path": "insightface",
"description": "Checkpoint of the insightface swapper model\n(used by ComfyUI-FaceSwap, comfyui-reactor-node, CharacterFaceSwap,\nComfyUI roop and comfy_mtb)",
"reference": "https://github.com/facefusion/facefusion-assets",
"filename": "inswapper_128_fp16.onnx",
"url": "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128_fp16.onnx",
"size": "277.7MB"
},
{
"name": "Inswapper (face swap) [REMOVED]",
"type": "insightface",
"base": "inswapper",
"save_path": "insightface",
"description": "Checkpoint of the insightface swapper model\n(used by ComfyUI-FaceSwap, comfyui-reactor-node, CharacterFaceSwap,\nComfyUI roop and comfy_mtb)",
"reference": "https://github.com/facefusion/facefusion-assets",
"filename": "inswapper_128.onnx",
"url": "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128.onnx",
"size": "555.3MB"
},
{
"name": "pfg-novel-n10.pt",
"type": "PFG",

View File

@@ -10,16 +10,442 @@
{
"title": "A2V Multi Image Composite",
"author": "AiartvnTeam",
"id": "Aiartvn",
"description": "Node for compositing multiple images with interactive preview and layer management",
"repository": "https://github.com/aiartvn/A2V_Multi_Image_Composite",
"author": "ShunL12324",
"title": "comfy-portal-endpoint",
"reference": "https://github.com/ShunL12324/comfy-portal-endpoint",
"files": [
"https://github.com/ShunL12324/comfy-portal-endpoint"
],
"install_type": "git-clone",
"description": "This is a ComfyUI extension that provides additional API endpoints functionality, primarily designed to support Comfy Portal - a modern iOS client application for ComfyUI."
},
{
"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 UnloadAll, and EBU LMStudio Make Request."
},
{
"author": "burnsbert",
"title": "EBU PromptHelper",
"id": "ebu-prompthelper",
"reference": "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper",
"files": [
"https://github.com/burnsbert/ComfyUI-EBU-PromptHelper"
],
"install_type": "git-clone",
"description": "Custom nodes for enhancing and manipulating prompts in ComfyUI. Includes nodes for random color palette generation following different color theory methodologies, prompt text replacement and randomization, list sampling, loading files into strings, and season/weather/time-of-day generation."
},
{
"author": "vkff5833",
"title": "ComfyUI-MobileClient",
"reference": "https://github.com/vkff5833/ComfyUI-MobileClient",
"files": [
"https://github.com/vkff5833/ComfyUI-MobileClient"
],
"install_type": "git-clone",
"description": "Add a mobile-friendly web interface to ComfyUI."
},
{
"author": "zentrocdot",
"title": "ComfyUI-Simple_Image_To_Prompt",
"reference": "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt",
"files": [
"https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt"
],
"description": "ComfyUI simple Image To Prompt node.",
"install_type": "git-clone"
},
{
"author": "mediocreatmybest",
"title": "ComfyUI-Transformers-Pipeline",
"reference": "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline",
"files": [
"https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline"
],
"install_type": "git-clone",
"description": "Some additional ComfyUI nodes allowing tasks via the Huggingface Transformers Pipeline."
},
{
"author": "mie",
"title": "ComfyUI_MieNodes",
"reference": "https://github.com/MieMieeeee/ComfyUI-MieNodes",
"files": [
"https://github.com/MieMieeeee/ComfyUI-MieNodes"
],
"install_type": "git-clone",
"description": "Offering a series of utility nodes designed to simplify workflows and enhance efficiency"
},
{
"author": "iris-Neko",
"title": "ComfyUI_ascii_art",
"reference": "https://github.com/iris-Neko/ComfyUI_ascii_art",
"files": [
"https://github.com/iris-Neko/ComfyUI_ascii_art"
],
"install_type": "git-clone",
"description": "ComfyUI node for [a/ASCII art controlnet](https://civitai.com/models/986392)"
},
{
"author": "yichengup",
"title": "ComfyUI-YCNodes",
"reference": "https://github.com/yichengup/ComfyUI-YCNodes",
"files": [
"https://github.com/yichengup/ComfyUI-YCNodes"
],
"install_type": "git-clone",
"description": "A collection of image processing extension nodes for ComfyUI."
},
{
"author": "ShinChven",
"title": "ShinChven's Custom Nodes Package",
"reference": "https://github.com/ShinChven/sc-comfy-nodes",
"files": [
"https://github.com/ShinChven/sc-comfy-nodes"
],
"install_type": "git-clone",
"description": "This project contains custom nodes for ComfyUI, developed by ShinChven. The nodes in this package extend the functionality of ComfyUI by providing additional features and utilities."
},
{
"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": "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": "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": "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"
},
{
"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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"]
},
{
@@ -269,469 +695,6 @@
],
"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": "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": "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": "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."
},
{
"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": "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": "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 - An extension for managing LoRA models with previews and metadata integration."
},
{
"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": "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": "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": "Dr.Positliver",
"title": "comfyui-zegr",
"reference": "https://github.com/Positliver/comfyui-zegr",
"files": [
"https://github.com/Positliver/comfyui-zegr"
],
"install_type": "git-clone",
"description": "comfyui share models to oss conveniently."
},
{
"author": "danielw",
"title": "Custom nodes for llm chat with optional image input",
"id": "llm-api",
"reference": "https://github.com/tianyuw/ComfyUI-LLM-API",
"files": [
"https://github.com/tianyuw/ComfyUI-LLM-API"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that enables Large Language Model (LLM) chat interactions with optional image input support."
},
{
"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'."
},
{
"author": "yuvraj108c",
"title": "ComfyUI Video Depth Anything",
"reference": "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything",
"files": [
"https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything"
],
"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": "EnragedAntelope",
"title": "ComfyUI-EACloudNodes",
"reference": "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes",
"files": [
"https://github.com/EnragedAntelope/ComfyUI-EACloudNodes"
],
"install_type": "git-clone",
"description": "A collection of ComfyUI custom nodes for interacting with various cloud services. These nodes are designed to work with any ComfyUI instance, including cloud-hosted environments (such as MimicPC) where users may have limited system access."
},
{
"author": "smlbiobot",
"title": "sml-comfyui-prompt-expansion",
"id": "sml-comfyui-prompt-expansion",
"reference": "https://github.com/smlbiobot/sml-comfyui-prompt-expansion",
"files": [
"https://github.com/smlbiobot/sml-comfyui-prompt-expansion"
],
"install_type": "git-clone",
"description": "Prompt Expansion for Stable Diffusion, using Deepseek API."
},
{
"author": "spacepxl",
"title": "ComfyUI-LossTesting",
"reference": "https://github.com/spacepxl/ComfyUI-LossTesting",
"files": [
"https://github.com/spacepxl/ComfyUI-LossTesting"
],
"install_type": "git-clone",
"description": "Basic utility for testing diffusion model loss across the timestep schedule. Should work with any native models that use ksampler. This could be used for comparing models, testing captions on an image, etc."
},
{
"author": "JTriggerFish",
"title": "Comfy Latent Tools",
"reference": "https://github.com/JTriggerFish/ComfyLatentTools",
"files": [
"https://github.com/JTriggerFish/ComfyLatentTools"
],
"install_type": "git-clone",
"description": "A set of tools for manipulating latent tensors in ComfyUI"
},
{
"author": "bradsec",
"title": "ComfyUI_StringEssentials",
"reference": "https://github.com/bradsec/ComfyUI_StringEssentials",
"files": [
"https://github.com/bradsec/ComfyUI_StringEssentials"
],
"install_type": "git-clone",
"description": "Essential string manipulation nodes for ComfyUI."
},
{
"author": "huixingyun",
"title": "ComfyUI-HX-Captioner",
"reference": "https://github.com/huixingyun/ComfyUI-HX-Captioner",
"files": [
"https://github.com/huixingyun/ComfyUI-HX-Captioner"
],
"install_type": "git-clone",
"description": "A ComfyUI plugin library based on [a/https://github.com/stavsap/comfyui-ollama](https://github.com/stavsap/comfyui-ollama), with the Ollama cluster provided by Huixingyun."
},
{
"author": "MontagenAI",
"title": "ComfyUI-Montagen",
"reference": "https://github.com/MontagenAI/ComfyUI-Montagen",
"files": [
"https://github.com/MontagenAI/ComfyUI-Montagen"
],
"install_type": "git-clone",
"description": "ComfyUI-Montagen is an extension designed to enhance the video editing ability of ComfyUI with custom nodes and Montagen. It offers basic video editing features and integrates media clips with the ComfyUI workflow. Furthermore, this extension unlocks the full potential of AI-based video generation and task automation."
},
{
"author": "vincentfs",
"title": "ComfyUI-ArchiGraph",
"id": "archigraph",
"reference": "https://github.com/vincentfs/ComfyUI-ArchiGraph",
"files": [
"https://github.com/vincentfs/ComfyUI-ArchiGraph"
],
"install_type": "git-clone",
"description": "Implementation of architectural related graph algorithm in ComfyUI."
},
{
"author": "cake-ml",
"title": "TinySanaPreview",
"reference": "https://github.com/cake-ml/tiny-sana-preview",
"files": [
"https://github.com/cake-ml/tiny-sana-preview"
],
"install_type": "git-clone",
"description": "TinySanaPreview is a custom ComfyUI node that implements real-time previews during generation for Sana diffusion models."
},
{
"author": "CY-CHENYUE",
"title": "ComfyUI-MiniCPM-o",
"id": "ComfyUI-MiniCPM-o",
"reference": "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o",
"files": [
"https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o"
],
"description": "ComfyUI custom nodes for MiniCPM",
"install_type": "git-clone"
},
{
"author": "niknah",
"title": "ComfyUI Hunyuan-3D-2",
"id": "comfyui-hunyuan-3d-2",
"reference": "https://github.com/niknah/ComfyUI-Hunyuan-3D-2",
"files": [
"https://github.com/niknah/ComfyUI-Hunyuan-3D-2"
],
"install_type": "git-clone",
"description": "Image to 3D using Hunyuan-3D-2"
},
{
"author": "Kayarte",
"title": "AudioDriven-Latent-Space-Tools-for-ComfyUI",
"reference": "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI",
"files": [
"https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that analyzes audio files using Librosa, extracting tempo, beat times, energy levels, and timestamps. The analysis results can be displayed in a text box within ComfyUI."
},
{
"author": "jhj0517",
"title": "ComfyUI jhj Kokoro Onnx",
"id": "comfyui-jhj-kokoro-onnx",
"reference": "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx",
"files": [
"https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx"
],
"install_type": "git-clone",
"description": "kokoro-onnx (opensource TTS model) wrapper for ComfyUI."
},
{
"author": "EnragedAntelope",
"title": "ComfyUI-ConstrainResolution",
"reference": "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution",
"files": [
"https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution"
],
"install_type": "git-clone",
"description": "Given min/max resolution constraints, this automatically suggests optimal dimensions while preserving aspect ratio. Ideal for Image to Image (I2I) and Image to Video (I2V) workflows!"
},
{
"author": "SshunWang",
"title": "ComfyUI for CosyVoice",
"reference": "https://github.com/SshunWang/ComfyUI_CosyVoice",
"files": [
"https://github.com/SshunWang/ComfyUI_CosyVoice"
],
"install_type": "git-clone",
"description": "Support both CosyVoice1.0 and CosyVoice2.0. Referenced [a/CosyVoice-ComfyUI](https://github.com/AIFSH/CosyVoice-ComfyUI), the following modifications have been made: Add support for CosyVoice2.0, Add whether to use stream processing options, Use speed control by CosyVoice, Add model path check to avoid duplicate downloads, Provide two ways of use"
},
{
"author": "Xiangyu-CAS",
"title": "HandFixer",
"reference": "https://github.com/Xiangyu-CAS/HandFixer",
"files": [
"https://github.com/Xiangyu-CAS/HandFixer"
],
"install_type": "git-clone",
"description": "This project addresses the issue of numerous hand defects in AI-generated portrait images by using a workflow based on FLUX/FLUX-Fill to correct hand deformities. It is effective for both real-life and anime images, including those generated by DiT/SDXL/Midjourney. It supports diffusers, gradio, ComfyUI, and more"
},
{
"author": "davidgressett",
"title": "CartesianCSVNode for ComfyUI",
"reference": "https://github.com/davidgressett/comfyui-systemlevel",
"files": [
"https://github.com/davidgressett/comfyui-systemlevel"
],
"install_type": "git-clone",
"description": "This custom node allows you to load data from one or more CSV files, then feed that data into subsequent nodes in a ComfyUI workflow."
},
{
"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",
"reference": "https://github.com/ziwang-com/comfyui-deepseek-r1",
"files": [
"https://github.com/ziwang-com/comfyui-deepseek-r1"
],
"install_type": "git-clone",
"description": "Comfyui-deepseek-r1 Node Plugin"
},
{
"author": "bugltd",
"title": "ComfyLab Pack",
"id": "comfylab-pack",
"reference": "https://github.com/bugltd/ComfyLab-Pack",
"files": [
"https://github.com/bugltd/ComfyLab-Pack"
],
"nodename_pattern": " \\(lab\\)$",
"install_type": "git-clone",
"description": "Nodes: XY Plot with many options, Output Config (JSON / JSON5 / YAML), Queue, Format String, List utilities, Input nodes, ...."
},
{
"author": "asutermo",
"title": "Try Off w/ Flux and CatVTON",
"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."
},
{
"author": "DJ-Tribefull",
"title": "Comfyui FOCUS nodes",
"reference": "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes",
"files": [
"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."
},
{
"author": "stavsap",
"title": "comfyui-kokoro",
"reference": "https://github.com/stavsap/comfyui-kokoro",
"files": [
"https://github.com/stavsap/comfyui-kokoro"
],
"install_type": "git-clone",
"description": "Custom ComfyUI Nodes for TTS with Kokoro, genenrate and merge speakers for new style generations."
},
{
"author": "KLL535",
"title": "ComfyUI_SimpleButcher",
"reference": "https://github.com/KLL535/ComfyUI_SimpleButcher",
"files": [
"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: <lora:name:1.0> or <lora:name:unet=1.0:te=0.75> 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."
},
{
"author": "GoingAI1998",
"title": "ComfyUI Web Canvas Node",
"reference": "https://github.com/GoingAI1998/Comfyui_imgcanvas",
"files": [
"https://github.com/GoingAI1998/Comfyui_imgcanvas"
],
"install_type": "git-clone",
"description": "# ComfyUI_imgcanvas At present, I have not used the useful comfyui custom node about layer mixing, and I have written a comfyui runtime automatic pop-up window for layer editing node"
},
{
"author": "fblissjr",
"title": "ComfyUI-EmbeddingPipelineAnalytics",
"reference": "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics",
"files": [
"https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics"
],
"install_type": "git-clone",
"description": "this repo is to capture end-to-end data, metadata, and embeddings for ComfyUI workflows, specifically HunyuanVideo to start."
},
{
"author": "WUYUDING2583",
"title": "Save Image With Callback",
"reference": "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback",
"files": [
"https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback"
],
"install_type": "git-clone",
"description": "This node enables integration between ComfyUI and external services by adding callback capabilities to the image saving process. When an image is saved, the node automatically call your webhook with your specified URL with custom data."
},
{
"author": "yichengup",
"title": "Comfyui-Deepseek",
"reference": "https://github.com/yichengup/Comfyui-Deepseek",
"files": [
"https://github.com/yichengup/Comfyui-Deepseek"
],
"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": "mango125",
"title": "ComfyUI-Mango-Random",
"reference": "https://github.com/mango-rgb/ComfyUI-Mango-Random-node",
"files": [
"https://github.com/mango-rgb/ComfyUI-Mango-Random-node"
],
"install_type": "git-clone",
"description": "🥭 Mango Random Nodes - A collection of random file nodes for ComfyUI"
},
{
"author": "meanin2",
"title": "ComfyUI Image Watermarking Node",
"reference": "https://github.com/meanin2/comfyui-MGnodes",
"files": [
"https://github.com/meanin2/comfyui-MGnodes"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that allows you to add image watermarks with advanced controls for transparency, positioning, and color manipulation."
},
{
"author": "duchamps0305",
"title": "comfyui-white-extractor",
"reference": "https://github.com/duchamps0305/comfyui-white-extractor",
"files": [
"https://github.com/duchamps0305/comfyui-white-extractor"
],
"install_type": "git-clone",
"description": "a simple white extractor node for comfyui."
},
{
"author": "benjiyaya",
"title": "ComfyUI-KokoroTTS",
"reference": "https://github.com/benjiyaya/ComfyUI-KokoroTTS",
"files": [
"https://github.com/benjiyaya/ComfyUI-KokoroTTS"
],
"install_type": "git-clone",
"description": "A Text To Speech node using Kokoro TTS in ComfyUI."
}
]
}

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,28 @@
{
"models": [
{
"name": "deepseek-ai/Janus-Pro-1B",
"type": "Janus-Pro",
"base": "Janus-Pro",
"save_path": "Janus-Pro",
"description": "[SNAPSHOT] Janus-Pro-1B model.[w/You cannot download this item on ComfyUI-Manager versions below V3.18]",
"reference": "https://huggingface.co/deepseek-ai/Janus-Pro-1B",
"filename": "<huggingface>",
"url": "deepseek-ai/Janus-Pro-1B",
"size": "7.8GB"
},
{
"name": "deepseek-ai/Janus-Pro-7B",
"type": "Janus-Pro",
"base": "Janus-Pro",
"save_path": "Janus-Pro",
"description": "[SNAPSHOT] Janus-Pro-7B model.[w/You cannot download this item on ComfyUI-Manager versions below V3.18]",
"reference": "https://huggingface.co/deepseek-ai/Janus-Pro-7B",
"filename": "<huggingface>",
"url": "deepseek-ai/Janus-Pro-7B",
"size": "14.85GB"
},
{
"name": "Leoxing/pia.ckpt",
"type": "animatediff-pia",

View File

@@ -22,8 +22,9 @@ import folder_paths
import datetime
if hasattr(datetime, 'datetime'):
from datetime import datetime
def current_timestamp():
return datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S.%f')[:-3]
return datetime.now().strftime('%Y-%m-%d %H:%M:%S.%f')[:-3]
else:
# NOTE: Occurs in some Mac environments.
import time
@@ -57,22 +58,6 @@ def is_import_failed_extension(name):
return name in import_failed_extensions
def check_file_logging():
global enable_file_logging
try:
import configparser
config = configparser.ConfigParser()
config.read(manager_config_path)
default_conf = config['default']
if 'file_logging' in default_conf and default_conf['file_logging'].lower() == 'false':
enable_file_logging = False
except Exception:
pass
check_file_logging()
comfy_path = os.environ.get('COMFYUI_PATH')
comfy_base_path = os.environ.get('COMFYUI_FOLDERS_BASE_PATH')
@@ -103,6 +88,32 @@ manager_config_path = os.path.join(manager_files_path, 'config.ini')
cm_cli_path = os.path.join(comfyui_manager_path, "cm-cli.py")
default_conf = {}
def read_config():
global default_conf
try:
import configparser
config = configparser.ConfigParser()
config.read(manager_config_path)
default_conf = config['default']
except Exception:
pass
def read_uv_mode():
if 'use_uv' in default_conf:
manager_util.use_uv = default_conf['use_uv'].lower() == 'true'
def check_file_logging():
global enable_file_logging
if 'file_logging' in default_conf and default_conf['file_logging'].lower() == 'false':
enable_file_logging = False
read_config()
read_uv_mode()
check_file_logging()
cm_global.pip_overrides = {'numpy': 'numpy<2', 'ultralytics': 'ultralytics==8.3.40'}
if os.path.exists(manager_pip_overrides_path):
with open(manager_pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file:
@@ -411,19 +422,20 @@ except Exception as e:
try:
import git # noqa: F401
import git # noqa: F401
import toml # noqa: F401
import rich # noqa: F401
except ModuleNotFoundError:
my_path = os.path.dirname(__file__)
requirements_path = os.path.join(my_path, "requirements.txt")
print("## ComfyUI-Manager: installing dependencies. (GitPython)")
try:
result = subprocess.check_output([sys.executable, '-s', '-m', 'pip', 'install', '-r', requirements_path])
result = subprocess.check_output(manager_util.make_pip_cmd(['install', '-r', requirements_path]))
except subprocess.CalledProcessError:
print("## [ERROR] ComfyUI-Manager: Attempting to reinstall dependencies using an alternative method.")
try:
result = subprocess.check_output([sys.executable, '-s', '-m', 'pip', 'install', '--user', '-r', requirements_path])
result = subprocess.check_output(manager_util.make_pip_cmd(['install', '--user', '-r', requirements_path]))
except subprocess.CalledProcessError:
print("## [ERROR] ComfyUI-Manager: Failed to install the GitPython package in the correct Python environment. Please install it manually in the appropriate environment. (You can seek help at https://app.element.io/#/room/%23comfyui_space%3Amatrix.org)")
@@ -452,11 +464,6 @@ else:
def read_downgrade_blacklist():
try:
import configparser
config = configparser.ConfigParser()
config.read(manager_config_path)
default_conf = config['default']
if 'downgrade_blacklist' in default_conf:
items = default_conf['downgrade_blacklist'].split(',')
items = [x.strip() for x in items if x != '']
@@ -471,19 +478,13 @@ read_downgrade_blacklist()
def check_bypass_ssl():
try:
import configparser
import ssl
config = configparser.ConfigParser()
config.read(manager_config_path)
default_conf = config['default']
if 'bypass_ssl' in default_conf and default_conf['bypass_ssl'].lower() == 'true':
print(f"[ComfyUI-Manager] WARN: Unsafe - SSL verification bypass option is Enabled. (see {manager_config_path})")
ssl._create_default_https_context = ssl._create_unverified_context # SSL certificate error fix.
except Exception:
pass
check_bypass_ssl()
@@ -603,9 +604,9 @@ def execute_lazy_install_script(repo_path, executable):
if package_name and not is_installed(package_name):
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])
process_wrap(install_cmd, repo_path)

View File

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

View File

@@ -6,4 +6,5 @@ huggingface-hub>0.20
typer
rich
typing-extensions
toml
toml
uv