Compare commits

...

9 Commits

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
19 changed files with 5616 additions and 4402 deletions

View File

@@ -262,10 +262,17 @@ The following settings are applied based on the section marked as `is_default`.
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.>
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

@@ -4033,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",
@@ -13886,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",
@@ -17855,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",
@@ -20497,6 +20516,26 @@
"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",
@@ -20639,15 +20678,163 @@
},
{
"author": "DiaoDaiaChan",
"title": "Use nai3/nai4 model in Comfyui",
"id": "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": "Comfyui SD-API API/NOVEL AI request node, support nai3/nai4"
"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

@@ -404,46 +404,51 @@
],
"https://github.com/807502278/ComfyUI-WJNodes": [
[
"AdvCrop",
"ApplyEasyOCR_batch",
"BiRefNet2_tensort",
"BilateralFilter",
"ColorSegmentation",
"ColorSegmentation_v2",
"ComfyUIPath",
"CoordsSelectMask",
"Bilateral_Filter",
"ColorData_HSV_Capture",
"Color_Data_Break",
"Color_check_Name",
"ComfyUI_Path_Out",
"ImageChannelBus",
"InvertChannelAdv",
"LoadColorConfig",
"LoadImageAdv",
"LoadImageFromPath",
"MaskAndMaskMath",
"MaskDetection",
"MaskLineMapping",
"MaskSelectMask",
"Load_Image_Adv",
"Load_Image_From_Path",
"Mask_Detection",
"MergeImageList",
"PathAppend",
"PrimitiveNode",
"RGBABatchToImage",
"Random_Select_Prompt",
"Run_BEN_v2",
"Sam2AutoSegmentation_data",
"SaveImageOut",
"SaveImageToPath",
"Save_Image_Out",
"Save_Image_To_Path",
"SegmDetectorCombined_batch",
"SelectBatch_v2",
"SelectImagesBatch",
"SplitPath",
"Select_Batch_v2",
"Select_Images_Batch",
"Split_Path",
"Str_Append",
"ToImageListData",
"VideoFade",
"Video_Fade",
"Video_OverlappingSeparation_test",
"WAS_Mask_Fill_Region_batch",
"adv_crop",
"any_data",
"array_count",
"bbox_restore_mask",
"color_segmentation",
"color_segmentation_v2",
"coords_select_mask",
"get_TypeName",
"get_image_data",
"load_BiRefNet2_General",
"invert_channel_adv",
"load_BEN_model",
"load_ColorName_config",
"load_EasyOCR_model",
"load_color_config",
"load_model_value",
"mask_and_mask_math",
"mask_line_mapping",
"mask_select_mask",
"sort_images_batch"
],
{
@@ -1305,7 +1310,8 @@
"Seed-Nodes: ImageTo3D",
"Seed-Nodes: LoadImage",
"Seed-Nodes: LoadMultipleImages",
"Seed-Nodes: SLICPixelator"
"Seed-Nodes: SLICPixelator",
"Seed-Nodes: SeedSaveAudio"
],
{
"title_aux": "ComfyUI-Seed-Nodes"
@@ -1501,11 +1507,7 @@
"WAVE GEN (JOV) \ud83c\udf0a"
],
{
"author": "Alexander G. Morano",
"description": "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation",
"nodename_pattern": " \\(JOV\\)$",
"title": "Jovimetrix",
"title_aux": "Jovimetrix Composition Nodes"
"title_aux": "Jovimetrix"
}
],
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
@@ -2926,6 +2928,19 @@
"title_aux": "ComfyUI-Desert-Pixel-Nodes"
}
],
"https://github.com/DiaoDaiaChan/ComfyUI_API_Request": [
[
"Character_Prompt_Select",
"NovelAI_Request",
"NovelAI_Request_Payload",
"SDWebUI_Request",
"SDWebUI_Request_Payload",
"SDWebUI_Request_PayloadExtend"
],
{
"title_aux": "Comfyui SDAPI Request / NovelAI"
}
],
"https://github.com/Dobidop/ComfyStereo": [
[
"LazyStereo",
@@ -5570,49 +5585,115 @@
],
"https://github.com/LevelPixel/ComfyUI-LevelPixel": [
[
"Autotagger [LP]",
"Autotagger|LP",
"BoolToInt|LP",
"BoolToString|LP",
"CLIP Text Encode Translate [LP]",
"CLIPTextEncodeTranslate|LP",
"Convert Bool To Int [LP]",
"Convert Bool To String [LP]",
"Convert Float To Int [LP]",
"Convert Float To String [LP]",
"Convert Int To Bool [LP]",
"Convert Int To Float [LP]",
"Convert Int To String [LP]",
"Convert String To Bool [LP]",
"Convert String To Combo [LP]",
"Convert String To Float [LP]",
"Convert String To Int [LP]",
"Convert String To Number [LP]",
"Delay [LP]",
"Delay|LP",
"Fast Checker Pattern [LP]",
"FastCheckerPattern|LP",
"File Counter [LP]",
"FileCounter|LP",
"Find Value From File [LP]",
"FindValueFromFile|LP",
"FloatToInt|LP",
"FloatToString|LP",
"Hard Model Unloader [LP]",
"HardModelUnloader|LP",
"HundredthsSimpleFloatSlider|LP",
"Image Loader From Path [LP]",
"Image Overlay [LP]",
"Image Remove Background [LP]",
"ImageLoaderFromPath|LP",
"ImageOverlay|LP",
"ImageRemoveBackground|LP",
"IntToBool|LP",
"IntToFloat|LP",
"IntToString|LP",
"Keep Only English Tags [LP]",
"Keep Only English Words [LP]",
"KeepOnlyEnglishTags|LP",
"KeepOnlyEnglishWords|LP",
"LLM Advanced [LP]",
"LLM Loader [LP]",
"LLM Sampler [LP]",
"LLMAdvanced|LP",
"LLMLoader|LP",
"LLMSampler|LP",
"LLava Advanced [LP]",
"LLava Clip Loader [LP]",
"LLava Loader [LP]",
"LLava Sampler Advanced [LP]",
"LLava Sampler Simple [LP]",
"LLava Simple [LP]",
"LLavaAdvanced|LP",
"LLavaClipLoader|LP",
"LLavaLoader|LP",
"LLavaSamplerAdvanced|LP",
"LLavaSamplerSimple|LP",
"LLavaSimple|LP",
"Load Image [LP]",
"Load LoRA Tag [LP]",
"LoadImage|LP",
"LoraTagLoader|LP",
"Model Unloader [LP]",
"ModelUnloader|LP",
"Override CLIP Device [LP]",
"Override VAE Device [LP]",
"OverrideCLIPDevice|LP",
"OverrideVAEDevice|LP",
"Preview Image Bridge [LP]",
"PreviewImageForConditions|LP",
"Remove Banned Tags From Tags [LP]",
"Remove Banned Tags From Text [LP]",
"Remove Duplicate Tags [LP]",
"RemoveBannedTagsFromTags|LP",
"RemoveBannedTagsFromText|LP",
"RemoveDuplicateTags|LP",
"Resorting Tags [LP]",
"ResortingTags|LP",
"Show Text Bridge [LP]",
"Show Text [LP]",
"ShowTextBridge|LP",
"ShowText|LP",
"Simple Float Slider - Hundredths Step [LP]",
"Simple Float Slider - Tenths Step [LP]",
"Simple Float Slider [LP]",
"SimpleFloatSlider|LP",
"Soft Model Unloader [LP]",
"SoftModelUnloader|LP",
"Split Compound Text [LP]",
"SplitCompoundText|LP",
"String [LP]",
"StringToBool|LP",
"StringToCombo|LP",
"StringToFloat|LP",
"StringToInt|LP",
"StringToNumber|LP",
"String|LP",
"Tag Category Filter [LP]",
"Tag Category Keeper [LP]",
"Tag Category Remover [LP]",
"Tag Category [LP]",
"Tag Merger [LP]",
"Tag Remover [LP]",
"Tag Replace [LP]",
"Tag Switcher [LP]",
"TagCategoryFilter|LP",
"TagCategoryKeeper|LP",
"TagCategoryRemover|LP",
@@ -5622,7 +5703,12 @@
"TagReplace|LP",
"TagSwitcher|LP",
"TenthsSimpleFloatSlider|LP",
"Text Choice Parser [LP]",
"Text To List [LP]",
"Text Translate [LP]",
"Text [LP]",
"TextChoiceParser|LP",
"TextToList|LP",
"TextTranslate|LP",
"Text|LP"
],
@@ -6344,6 +6430,16 @@
"title_aux": "ComfyUI-TextOverlay"
}
],
"https://github.com/MushroomFleet/DJZ-KokoroTTS": [
[
"KokoroTTS_v1",
"KokoroTTS_v2",
"KokoroTTS_v3"
],
{
"title_aux": "KokoroTTS Node"
}
],
"https://github.com/MushroomFleet/DJZ-Nodes": [
[
"AnamorphicEffect",
@@ -6478,6 +6574,7 @@
],
"https://github.com/MzMaXaM/ComfyUi-MzMaXaM": [
[
"ImageChooser",
"KSamplerWithVAE",
"LmsImageToText",
"LmsTextToText",
@@ -6861,8 +6958,8 @@
"Regional Processor \ud83d\udcacED",
"Regional Script \ud83d\udcacED",
"Regional Stacker \ud83d\udcacED",
"SUPIR Model Loader \ud83d\udcacED",
"SUPIR Sampler \ud83d\udcacED",
"SUPIR model loader \ud83d\udcacED",
"Save Image \ud83d\udd14ED",
"Simple Text \ud83d\udcacED",
"Ultimate SD Upscale \ud83d\udcacED",
@@ -7942,6 +8039,14 @@
"title_aux": "Shibiko AI ComfyUI Tools"
}
],
"https://github.com/ShinChven/sc-comfy-nodes": [
[
"Rescale Node"
],
{
"title_aux": "ShinChven's Custom Nodes Package"
}
],
"https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": [
[
"ApplyStyleModelAdjust"
@@ -8154,19 +8259,17 @@
],
"https://github.com/SlackinJack/asyncdiff_comfyui": [
[
"ADADIPASampler",
"ADADSampler",
"ADIPAdapterSelector",
"ADLoraSelector",
"ADModelSelector",
"ADMultiLoraSelector",
"ADControlNetLoader",
"ADIPAdapterLoader",
"ADLoraLoader",
"ADModelLoader",
"ADMultiLoraCombiner",
"ADPipelineConfig",
"ADSD1Sampler",
"ADSD2Sampler",
"ADSD3Sampler",
"ADSDSampler",
"ADSDUpscaleSampler",
"ADSDXLSampler",
"ADSVDSampler"
"ADSVDSampler",
"ADSchedulerSelector"
],
{
"title_aux": "asyncdiff_comfyui"
@@ -8515,6 +8618,7 @@
"SDXLStartSettings",
"SDstarsampler",
"Star Face Loader",
"StarDivisibleDimension",
"StarFiveWildcards",
"StarImageSwitch",
"StarLatentSwitch",
@@ -8876,6 +8980,11 @@
],
"https://github.com/Sxela/ComfyWarp": [
[
"ApplyMask",
"ApplyMaskConditional",
"ApplyMaskLatent",
"ApplyMaskLatentConditional",
"ExtractFlowAndMixConsistencyMaps",
"ExtractOpticalFlow",
"FixedQueue",
"LoadFrame",
@@ -8884,6 +8993,7 @@
"LoadFramePairFromDataset",
"LoadFrameSequence",
"MakeFrameDataset",
"MakePaths",
"MixConsistencyMaps",
"OffsetNumber",
"RenderVideo",
@@ -9563,7 +9673,9 @@
],
"https://github.com/Visionatrix/ComfyUI-Visionatrix": [
[
"VixCheckboxLogic",
"VixDynamicLoraDefinition",
"VixUiAspectRatioSelector",
"VixUiCheckbox",
"VixUiCheckboxLogic",
"VixUiList",
@@ -9599,6 +9711,7 @@
"VrchIntKeyControlNode",
"VrchIntOSCControlNode",
"VrchJsonUrlLoaderNode",
"VrchModelWebViewerNode",
"VrchOSCControlSettingsNode",
"VrchSwitchOSCControlNode",
"VrchTextConcatOSCControlNode",
@@ -10620,6 +10733,7 @@
],
"https://github.com/acorderob/sd-webui-prompt-postprocessor": [
[
"ACBPPPSelectVariable",
"ACBPromptPostProcessor"
],
{
@@ -11374,6 +11488,7 @@
"Sage_ModelInfo",
"Sage_ModelReport",
"Sage_PonyPrefix",
"Sage_RenormCFG",
"Sage_SamplerInfo",
"Sage_SaveImageWithMetadata",
"Sage_SetBool",
@@ -11466,6 +11581,15 @@
"title_aux": "asagi4/comfyui-utility-nodes"
}
],
"https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": [
[
"HunyuanMultiLoraLoader",
"HunyuanMultiLoraLoaderWrapper"
],
{
"title_aux": "Hunyuan-Multi-Lora-Loader"
}
],
"https://github.com/asutermo/ComfyUI-Flux-TryOff": [
[
"TryOffFluxFillModelNode",
@@ -12354,6 +12478,22 @@
"title_aux": "EBU LMStudio LLM Integration"
}
],
"https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": [
[
"EbuPromptHelperCombineTwoStrings",
"EbuPromptHelperConsumeListItem",
"EbuPromptHelperCurrentDateTime",
"EbuPromptHelperListSampler",
"EbuPromptHelperLoadFileAsString",
"EbuPromptHelperRandomColorPalette",
"EbuPromptHelperRandomize",
"EbuPromptHelperReplace",
"EbuPromptHelperSeasonWeatherTimeOfDay"
],
{
"title_aux": "EBU PromptHelper"
}
],
"https://github.com/bvhari/ComfyUI_ImageProcessing": [
[
"BilateralFilter",
@@ -14871,6 +15011,7 @@
"DavchaModelMergeSDXL",
"DavchaModelMergeSimple",
"DavchaPop",
"PadAndResize",
"PercentPadding",
"ResizeCropFit",
"SmartMask",
@@ -15207,6 +15348,17 @@
"title_aux": "ComfyUI-Keyframed"
}
],
"https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": [
[
"LTXVCheckpointLoaderLoRA",
"LTXVLoRABlockEdit",
"LTXVLoRALoader",
"LTXVLoRASelector"
],
{
"title_aux": "ComfyUI-LTXVideoLoRA"
}
],
"https://github.com/drago87/ComfyUI_Dragos_Nodes": [
[
"file_padding",
@@ -15236,6 +15388,7 @@
"DRMBT_String_Item_Menu",
"DictToOutputs",
"DownloadAndLoadMiniCPMV",
"DrawText",
"DreambaitFolderOpener",
"DynamicDictionary",
"ImageFrameBlend",
@@ -15825,6 +15978,7 @@
"FL_BulletHellGame",
"FL_CaptionSaver_V2",
"FL_CaptionToCSV",
"FL_ClipScanner",
"FL_CodeNode",
"FL_ColorPicker",
"FL_Dalle3",
@@ -16765,6 +16919,7 @@
"Griptape Replace: Rulesets on Agent",
"Griptape Replace: Tools on Agent",
"Griptape Rerank Driver: Cohere",
"Griptape Rerank Driver: Local",
"Griptape Retrieve: Cloud Ruleset",
"Griptape Run: Agent",
"Griptape Run: Audio Transcription",
@@ -16858,6 +17013,14 @@
"title_aux": "ComfyUI-DreamWaltz-G"
}
],
"https://github.com/guerreiro/comfyg-switch": [
[
"ComfygSwitch"
],
{
"title_aux": "Comfyg Switch"
}
],
"https://github.com/guill/abracadabra-comfyui": [
[
"AbracadabraNode",
@@ -17250,8 +17413,11 @@
[
"WWAA-BuildString",
"WWAA-LineCount",
"WWAA_AdvancedTextFileReader",
"WWAA_DitherNode",
"WWAA_GBCamera",
"WWAA_ImageLoader",
"WWAA_ImageToTextFile",
"WWAA_PromptWriter"
],
{
@@ -17671,6 +17837,7 @@
"Light-Tool: SaveVideo",
"Light-Tool: ShowText",
"Light-Tool: SimpleImageOverlay",
"Light-Tool: SimpleTextConnect",
"Light-Tool: SolidColorBackground",
"Light-Tool: TextConnect"
],
@@ -17774,6 +17941,15 @@
"title_aux": "ComfyUI Neural Network Toolkit NNT "
}
],
"https://github.com/iris-Neko/ComfyUI_ascii_art": [
[
"AsciiGenerator"
],
{
"author": "Viet Nguyen <nhviet1009@gmail.com>",
"title_aux": "ComfyUI_ascii_art"
}
],
"https://github.com/iwanders/ComfyUI_nodes": [
[
"IW_JsonPickItem",
@@ -18716,6 +18892,7 @@
"Bjornulf_APIGenerateFlux",
"Bjornulf_APIGenerateStability",
"Bjornulf_AddLineNumbers",
"Bjornulf_AllLoraSelector",
"Bjornulf_AnythingToFloat",
"Bjornulf_AnythingToInt",
"Bjornulf_AnythingToText",
@@ -18739,16 +18916,19 @@
"Bjornulf_ConcatVideos",
"Bjornulf_ConcatVideosFromList",
"Bjornulf_ConvertVideo",
"Bjornulf_DisplayNote",
"Bjornulf_EmptyVideoLatentWithSingle",
"Bjornulf_FFmpegConfig",
"Bjornulf_FreeVRAM",
"Bjornulf_GrayscaleTransform",
"Bjornulf_GreenScreenToTransparency",
"Bjornulf_HiResFix",
"Bjornulf_HuggingFaceDownloader",
"Bjornulf_IfElse",
"Bjornulf_ImageBlend",
"Bjornulf_ImageDetails",
"Bjornulf_ImageMaskCutter",
"Bjornulf_ImageNote",
"Bjornulf_ImagesListToVideo",
"Bjornulf_KokoroTTS",
"Bjornulf_LatentResolutionSelector",
@@ -18759,6 +18939,7 @@
"Bjornulf_ListLooperOutfitMale",
"Bjornulf_ListLooperScene",
"Bjornulf_ListLooperStyle",
"Bjornulf_LoadGlobalVariables",
"Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoadImagesFromSelectedFolder",
"Bjornulf_LoadTextFromFolder",
@@ -18781,6 +18962,7 @@
"Bjornulf_LoopWriteText",
"Bjornulf_MergeImagesHorizontally",
"Bjornulf_MergeImagesVertically",
"Bjornulf_ModelClipVaeSelector",
"Bjornulf_OllamaConfig",
"Bjornulf_OllamaImageVision",
"Bjornulf_OllamaSystemJobSelector",
@@ -18789,6 +18971,7 @@
"Bjornulf_PassPreviewImage",
"Bjornulf_PauseResume",
"Bjornulf_PickInput",
"Bjornulf_PreviewFirstImage",
"Bjornulf_RandomImage",
"Bjornulf_RandomLineFromInput",
"Bjornulf_RandomLoraSelector",
@@ -18799,6 +18982,7 @@
"Bjornulf_ResizeImage",
"Bjornulf_ResizeImagePercentage",
"Bjornulf_SaveBjornulfLobeChat",
"Bjornulf_SaveGlobalVariables",
"Bjornulf_SaveImagePath",
"Bjornulf_SaveImageToFolder",
"Bjornulf_SaveText",
@@ -18828,6 +19012,7 @@
"Bjornulf_TextToSpeech",
"Bjornulf_TextToStringAndSeed",
"Bjornulf_VideoDetails",
"Bjornulf_VideoLatentResolutionSelector",
"Bjornulf_VideoPingPong",
"Bjornulf_VideoPreview",
"Bjornulf_VideoToImagesList",
@@ -19476,6 +19661,7 @@
"ImageConcatFromBatch",
"ImageConcatMulti",
"ImageCropByMaskAndResize",
"ImageCropByMaskBatch",
"ImageGrabPIL",
"ImageGridComposite2x2",
"ImageGridComposite3x3",
@@ -19486,6 +19672,7 @@
"ImagePadForOutpaintTargetSize",
"ImagePass",
"ImageResizeKJ",
"ImageTensorList",
"ImageTransformByNormalizedAmplitude",
"ImageUncropByMask",
"ImageUpscaleWithModelBatched",
@@ -19525,6 +19712,7 @@
"SaveImageWithAlpha",
"ScaleBatchPromptSchedule",
"Screencap_mss",
"SeparateMasks",
"SetShakkerLabsUnionControlNetType",
"ShuffleImageBatch",
"SigmasToFloat",
@@ -20329,6 +20517,14 @@
"title_aux": "ComfyUI-TCD-Sampler"
}
],
"https://github.com/lingha0h/comfyui_kj": [
[
"cpm_textInput"
],
{
"title_aux": "comfyui_kj"
}
],
"https://github.com/linshier/comfyui-remote-tools": [
[
"LoadBase64(js)",
@@ -22721,6 +22917,7 @@
"Nilor List of Ints",
"Nilor One Minus Float List",
"Nilor Output Filename String",
"Nilor Random String",
"Nilor Remap Float List",
"Nilor Repeat & Trim Image Batch",
"Nilor Repeat, Shuffle, & Trim Image Batch",
@@ -24510,24 +24707,29 @@
"FlipStreamBatchPrompt",
"FlipStreamFileSelect_AnimateDiffModel",
"FlipStreamFileSelect_Checkpoints",
"FlipStreamFileSelect_ControlNetModel",
"FlipStreamFileSelect_Input",
"FlipStreamFileSelect_Output",
"FlipStreamFileSelect_TensorRT",
"FlipStreamFileSelect_VAE",
"FlipStreamFileSelect_VideoSrc",
"FlipStreamFilmVfi",
"FlipStreamGetParam",
"FlipStreamImageSize",
"FlipStreamInputBox",
"FlipStreamPreviewBox",
"FlipStreamRembg",
"FlipStreamScreenGrabber",
"FlipStreamSection",
"FlipStreamSegMask",
"FlipStreamSelectBox_Samplers",
"FlipStreamSelectBox_Scheduler",
"FlipStreamSetParam",
"FlipStreamSlider",
"FlipStreamSource",
"FlipStreamSwitchImage",
"FlipStreamSwitchLatent",
"FlipStreamTextBox",
"FlipStreamTextReplace",
"FlipStreamVideoInput",
"FlipStreamViewer"
],
{
@@ -24575,19 +24777,22 @@
],
"https://github.com/sebord/ComfyUI-LMCQ": [
[
"LmcqAuthFluxDecryption",
"LmcqAuthFluxEncryption",
"LmcqAuthLoraDecryption",
"LmcqAuthLoraEncryption",
"LmcqAuthModelDecryption",
"LmcqAuthModelEncryption",
"LmcqAuthWorkflowDecryption",
"LmcqAuthWorkflowEncryption",
"LmcqDeepGen",
"LmcqDeepLoader",
"LmcqGetMachineCode",
"LmcqImageSaver",
"LmcqImageSaverTransit",
"LmcqImageSaverWeb",
"LmcqInputValidator",
"LmcqLoadFluxNF4Checkpoint",
"LmcqNumberSliders5",
"LmcqRuntimeLoraDecryption",
"LmcqRuntimeLoraEncryption",
"LmcqRuntimeModelDecryption",
@@ -26696,6 +26901,15 @@
"title_aux": "unwdef-nodes"
}
],
"https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": [
[
"EXTEND_CLIP_VISION_INPUT_SIZE",
"IPAdapterAdvancedSizeAware"
],
{
"title_aux": "ComfyUI-ExtendIPAdapterClipVision"
}
],
"https://github.com/valofey/Openrouter-Node": [
[
"OpenrouterNode"
@@ -26736,6 +26950,7 @@
"https://github.com/var1ableX/ComfyUI_Accessories": [
[
"ACC_AnyCast",
"AccMakeListNode",
"GetMaskDimensions",
"GetRandomDimensions",
"isImageEmpty",
@@ -26854,6 +27069,14 @@
"title_aux": "ComfyUI-Vivax-Nodes"
}
],
"https://github.com/vkff5833/ComfyUI-MobileClient": [
[
"MobileClient"
],
{
"title_aux": "ComfyUI-MobileClient"
}
],
"https://github.com/vkff5833/ComfyUI-PromptConverter": [
[
"PromptConverter",
@@ -27486,6 +27709,16 @@
"title_aux": "ComfyUI_Camera"
}
],
"https://github.com/yanhuifair/comfyui-janus": [
[
"JanusProImageGenerationNode",
"JanusProModelLoaderNode",
"JanusProMultimodalUnderstandingNode"
],
{
"title_aux": "comfyui-janus"
}
],
"https://github.com/yanlang0123/ComfyUI_Lam": [
[
"AspectRatio",
@@ -27538,6 +27771,7 @@
"PromptTranslator",
"QRCode",
"SaveImageLam",
"SaveImgOutputLam",
"SectionEnd",
"SectionStart",
"StyleSelecto",
@@ -27614,6 +27848,30 @@
"title_aux": "ComfyUI Local Save Node"
}
],
"https://github.com/yichengup/ComfyUI-YCNodes": [
[
"DynamicThreshold",
"ImageBlendResize",
"ImageIC",
"ImageICAdvanced",
"ImageLoaderAdvanced",
"ImageMirror",
"ImageMosaic",
"ImageRotate",
"ImageUpscaleTiled",
"MaskBatchComposite",
"MaskBatchCopy",
"MaskFromBatch",
"MaskRepeatBatch",
"MaskSmartValleySplit",
"MaskSplitFilter",
"MaskTopNFilter",
"TextBeforeKeyword"
],
{
"title_aux": "ComfyUI-YCNodes"
}
],
"https://github.com/yichengup/ComfyUI_Yc_JanusPro": [
[
"ImageAnalyzer",
@@ -28234,6 +28492,24 @@
"title_aux": "comfyui_visual_anagram"
}
],
"https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": [
[
"\ud83d\ude80 Universal RealESRGAN Upscaler",
"\ud83e\uddf3 Show Data"
],
{
"title_aux": "ComfyUI-RealESRGAN_Upscaler"
}
],
"https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": [
[
"\ud83d\udc41\ufe0f Image To Prompt",
"\ud83e\uddf3 Show Data"
],
{
"title_aux": "ComfyUI-Simple_Image_To_Prompt"
}
],
"https://github.com/zentrocdot/ComfyUI_Circle_Detection": [
[
"\u270f\ufe0f Input Data",
@@ -28298,9 +28574,11 @@
"CheckpointLoaderSimpleWithSwitch",
"ColorCorrectOfUtils",
"ConcatTextOfUtils",
"CropByMaskToSpecificSize",
"DeepfaceAnalyzeFaceAttributes",
"DetectorForNSFW",
"EmptyConditioning",
"FrameAdjuster",
"GenderControlOutput",
"ImageAutoSelector",
"ImageBatchOneOrMore",

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, 17, 11]
version_code = [3, 19]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
@@ -695,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)
@@ -1548,6 +1551,7 @@ 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'],
@@ -1562,7 +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']
'always_lazy_install': get_config()['always_lazy_install'],
'network_mode': get_config()['network_mode']
}
directory = os.path.dirname(manager_config_path)
@@ -1590,26 +1595,31 @@ def read_config():
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 {
'http_channel_enabled': default_conf['http_channel_enabled'].lower() == 'true' if 'http_channel_enabled' in default_conf else False,
'preview_method': default_conf['preview_method'] if 'preview_method' in default_conf else manager_funcs.get_current_preview_method(),
'git_exe': default_conf['git_exe'] if 'git_exe' in default_conf else '',
'use_uv': default_conf['use_uv'].lower() == 'true' if 'use_uv' in default_conf else False,
'channel_url': default_conf['channel_url'] if 'channel_url' in default_conf else DEFAULT_CHANNEL,
'default_cache_as_channel_url': default_conf['default_cache_as_channel_url'].lower() == 'true' if 'default_cache_as_channel_url' in default_conf else False,
'share_option': default_conf['share_option'] if 'share_option' in default_conf else 'all',
'bypass_ssl': default_conf['bypass_ssl'].lower() == 'true' if 'bypass_ssl' in default_conf else False,
'file_logging': default_conf['file_logging'].lower() == 'true' if 'file_logging' in default_conf else True,
'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,
'always_lazy_install': default_conf['always_lazy_install'].lower() == 'true' if 'always_lazy_install' in default_conf else False,
'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,
@@ -1627,7 +1637,8 @@ def read_config():
'downgrade_blacklist': '',
'skip_migration_check': False,
'always_lazy_install': False,
'security_level': 'normal',
'network_mode': 'public', # public | private | offline
'security_level': 'normal', # strong | normal | normal- | weak
}
@@ -2085,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
@@ -2097,13 +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" and 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:
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)
# 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)
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)

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
@@ -168,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'])
@@ -305,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):
@@ -477,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'])
@@ -493,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}"
@@ -786,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']
@@ -814,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')
@@ -1337,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']:
@@ -1349,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))
@@ -1592,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(channel_url, '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

@@ -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
@@ -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;
@@ -1387,17 +1388,18 @@ export class CustomNodesManager {
if(errorMsg) {
this.showError(errorMsg);
show_message("Installation Error:\n"+errorMsg);
show_message("[Installation Errors]\n"+errorMsg);
// reset
for(let k in target_items) {
let item = this.install_context.targets[k];
const item = target_items[k];
this.grid.updateCell(item, "action");
}
}
else {
await api.fetchApi('/manager/queue/start');
this.showStop();
showTerminal();
}
}

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();
}
}

View File

@@ -4662,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

@@ -12,6 +12,96 @@
{
"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]",
@@ -261,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",
@@ -343,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]",
@@ -701,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",
@@ -1500,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",
@@ -1718,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",

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,10 +178,12 @@
"https://github.com/807502278/ComfyUI_TensorRT_Merge": [
[
"BiRefNet2_tensort",
"DepthAnything_Tensorrt",
"Dwpose_Tensorrt",
"building_tensorrt_engine",
"load_BiRefNet2_General",
"load_dwpos_model"
"load_DepthAnything_Tensorrt",
"load_Dwpos_Tensorrt"
],
{
"title_aux": "ComfyUI_TensorRT_Merge [WIP]"
@@ -632,8 +633,10 @@
"DevToolsNodeWithUnionInput",
"DevToolsObjectPatchNode",
"DevToolsRemoteWidgetNode",
"DevToolsRemoteWidgetNodeWithControlAfterRefresh",
"DevToolsRemoteWidgetNodeWithParams",
"DevToolsRemoteWidgetNodeWithRefresh",
"DevToolsRemoteWidgetNodeWithRefreshButton",
"DevToolsSimpleSlider"
],
{
@@ -930,6 +933,7 @@
"DeepSeekImageGeneration",
"DeepSeekImageUnderstanding",
"DeepSeekModelLoader",
"ImagePreprocessor",
"LLM_Loader",
"OpenAICompatibleLoader"
],
@@ -1249,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",
@@ -1304,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",
@@ -1458,6 +1478,7 @@
],
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
[
"ALL_Model_UnLoader(SEEDV)",
"AdvancedScript",
"CheckpointLoaderSimpleShared //SeedV",
"ControlNetLoaderAdvancedShared",
@@ -1487,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)",
@@ -1504,6 +1526,7 @@
"Test Node (Shinsplat)",
"Text To Tokens (Shinsplat)",
"Text To Tokens SD3 (Shinsplat)",
"Upscale WEBP (Shinsplat)",
"Variables (Shinsplat)"
],
{
@@ -1621,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"
@@ -2962,6 +2977,15 @@
"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",
@@ -3639,7 +3663,8 @@
[
"GetWarpedNoiseFromVideo",
"GetWarpedNoiseFromVideoAnimateDiff",
"GetWarpedNoiseFromVideoCogVideoX"
"GetWarpedNoiseFromVideoCogVideoX",
"GetWarpedNoiseFromVideoHunyuan"
],
{
"title_aux": "ComfyUI-VideoNoiseWarp [WIP]"
@@ -3654,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",
@@ -3958,7 +3991,8 @@
],
"https://github.com/lum3on/comfyui_LLM_Polymath": [
[
"polymath_chat"
"polymath_chat",
"polymath_scraper"
],
{
"title_aux": "comfyui_LLM_Polymath [WIP]"
@@ -4355,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",
@@ -4539,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",
@@ -4558,7 +4619,8 @@
],
"https://github.com/rouxianmantou/comfyui-rxmt-nodes": [
[
"CheckValueTypeNode"
"CheckValueTypeNode",
"WhyPromptTextNode"
],
{
"title_aux": "comfyui-rxmt-nodes"
@@ -4830,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"
@@ -4850,7 +4928,7 @@
"https://github.com/thedivergentai/divergent_nodes": [
[
"CLIPTokenCounter",
"DolphinVision"
"DolphinVisionNode"
],
{
"title_aux": "Divergent Nodes [WIP]"
@@ -4969,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",
@@ -5070,6 +5161,14 @@
"title_aux": "ComfyUI-XYNodes"
}
],
"https://github.com/xinyiSS/CombineMasksNode": [
[
"CombineMasksNode"
],
{
"title_aux": "CombineMasksNode"
}
],
"https://github.com/yanhuifair/ComfyUI-FairLab": [
[
"CLIPTranslatedNode",
@@ -5152,19 +5251,6 @@
"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",

View File

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,26 @@
},
{
"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]",

View File

@@ -11,6 +11,190 @@
{
"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",
@@ -143,14 +327,14 @@
},
{
"author": "DiaoDaiaChan",
"title": "Use nai3/nai4 model in Comfyui",
"id": "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": "Comfyui SD-API API/NOVEL AI request node, support nai3/nai4"
"description": "A Novel AI / SD-WebUI request node, support nai3/nai4, use NovelAI model in Your Comfyui."
},
{
"author": "hgabha",
@@ -511,189 +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."
}
]
}

View File

@@ -404,46 +404,51 @@
],
"https://github.com/807502278/ComfyUI-WJNodes": [
[
"AdvCrop",
"ApplyEasyOCR_batch",
"BiRefNet2_tensort",
"BilateralFilter",
"ColorSegmentation",
"ColorSegmentation_v2",
"ComfyUIPath",
"CoordsSelectMask",
"Bilateral_Filter",
"ColorData_HSV_Capture",
"Color_Data_Break",
"Color_check_Name",
"ComfyUI_Path_Out",
"ImageChannelBus",
"InvertChannelAdv",
"LoadColorConfig",
"LoadImageAdv",
"LoadImageFromPath",
"MaskAndMaskMath",
"MaskDetection",
"MaskLineMapping",
"MaskSelectMask",
"Load_Image_Adv",
"Load_Image_From_Path",
"Mask_Detection",
"MergeImageList",
"PathAppend",
"PrimitiveNode",
"RGBABatchToImage",
"Random_Select_Prompt",
"Run_BEN_v2",
"Sam2AutoSegmentation_data",
"SaveImageOut",
"SaveImageToPath",
"Save_Image_Out",
"Save_Image_To_Path",
"SegmDetectorCombined_batch",
"SelectBatch_v2",
"SelectImagesBatch",
"SplitPath",
"Select_Batch_v2",
"Select_Images_Batch",
"Split_Path",
"Str_Append",
"ToImageListData",
"VideoFade",
"Video_Fade",
"Video_OverlappingSeparation_test",
"WAS_Mask_Fill_Region_batch",
"adv_crop",
"any_data",
"array_count",
"bbox_restore_mask",
"color_segmentation",
"color_segmentation_v2",
"coords_select_mask",
"get_TypeName",
"get_image_data",
"load_BiRefNet2_General",
"invert_channel_adv",
"load_BEN_model",
"load_ColorName_config",
"load_EasyOCR_model",
"load_color_config",
"load_model_value",
"mask_and_mask_math",
"mask_line_mapping",
"mask_select_mask",
"sort_images_batch"
],
{
@@ -1305,7 +1310,8 @@
"Seed-Nodes: ImageTo3D",
"Seed-Nodes: LoadImage",
"Seed-Nodes: LoadMultipleImages",
"Seed-Nodes: SLICPixelator"
"Seed-Nodes: SLICPixelator",
"Seed-Nodes: SeedSaveAudio"
],
{
"title_aux": "ComfyUI-Seed-Nodes"
@@ -1501,11 +1507,7 @@
"WAVE GEN (JOV) \ud83c\udf0a"
],
{
"author": "Alexander G. Morano",
"description": "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation",
"nodename_pattern": " \\(JOV\\)$",
"title": "Jovimetrix",
"title_aux": "Jovimetrix Composition Nodes"
"title_aux": "Jovimetrix"
}
],
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
@@ -2926,6 +2928,19 @@
"title_aux": "ComfyUI-Desert-Pixel-Nodes"
}
],
"https://github.com/DiaoDaiaChan/ComfyUI_API_Request": [
[
"Character_Prompt_Select",
"NovelAI_Request",
"NovelAI_Request_Payload",
"SDWebUI_Request",
"SDWebUI_Request_Payload",
"SDWebUI_Request_PayloadExtend"
],
{
"title_aux": "Comfyui SDAPI Request / NovelAI"
}
],
"https://github.com/Dobidop/ComfyStereo": [
[
"LazyStereo",
@@ -5570,49 +5585,115 @@
],
"https://github.com/LevelPixel/ComfyUI-LevelPixel": [
[
"Autotagger [LP]",
"Autotagger|LP",
"BoolToInt|LP",
"BoolToString|LP",
"CLIP Text Encode Translate [LP]",
"CLIPTextEncodeTranslate|LP",
"Convert Bool To Int [LP]",
"Convert Bool To String [LP]",
"Convert Float To Int [LP]",
"Convert Float To String [LP]",
"Convert Int To Bool [LP]",
"Convert Int To Float [LP]",
"Convert Int To String [LP]",
"Convert String To Bool [LP]",
"Convert String To Combo [LP]",
"Convert String To Float [LP]",
"Convert String To Int [LP]",
"Convert String To Number [LP]",
"Delay [LP]",
"Delay|LP",
"Fast Checker Pattern [LP]",
"FastCheckerPattern|LP",
"File Counter [LP]",
"FileCounter|LP",
"Find Value From File [LP]",
"FindValueFromFile|LP",
"FloatToInt|LP",
"FloatToString|LP",
"Hard Model Unloader [LP]",
"HardModelUnloader|LP",
"HundredthsSimpleFloatSlider|LP",
"Image Loader From Path [LP]",
"Image Overlay [LP]",
"Image Remove Background [LP]",
"ImageLoaderFromPath|LP",
"ImageOverlay|LP",
"ImageRemoveBackground|LP",
"IntToBool|LP",
"IntToFloat|LP",
"IntToString|LP",
"Keep Only English Tags [LP]",
"Keep Only English Words [LP]",
"KeepOnlyEnglishTags|LP",
"KeepOnlyEnglishWords|LP",
"LLM Advanced [LP]",
"LLM Loader [LP]",
"LLM Sampler [LP]",
"LLMAdvanced|LP",
"LLMLoader|LP",
"LLMSampler|LP",
"LLava Advanced [LP]",
"LLava Clip Loader [LP]",
"LLava Loader [LP]",
"LLava Sampler Advanced [LP]",
"LLava Sampler Simple [LP]",
"LLava Simple [LP]",
"LLavaAdvanced|LP",
"LLavaClipLoader|LP",
"LLavaLoader|LP",
"LLavaSamplerAdvanced|LP",
"LLavaSamplerSimple|LP",
"LLavaSimple|LP",
"Load Image [LP]",
"Load LoRA Tag [LP]",
"LoadImage|LP",
"LoraTagLoader|LP",
"Model Unloader [LP]",
"ModelUnloader|LP",
"Override CLIP Device [LP]",
"Override VAE Device [LP]",
"OverrideCLIPDevice|LP",
"OverrideVAEDevice|LP",
"Preview Image Bridge [LP]",
"PreviewImageForConditions|LP",
"Remove Banned Tags From Tags [LP]",
"Remove Banned Tags From Text [LP]",
"Remove Duplicate Tags [LP]",
"RemoveBannedTagsFromTags|LP",
"RemoveBannedTagsFromText|LP",
"RemoveDuplicateTags|LP",
"Resorting Tags [LP]",
"ResortingTags|LP",
"Show Text Bridge [LP]",
"Show Text [LP]",
"ShowTextBridge|LP",
"ShowText|LP",
"Simple Float Slider - Hundredths Step [LP]",
"Simple Float Slider - Tenths Step [LP]",
"Simple Float Slider [LP]",
"SimpleFloatSlider|LP",
"Soft Model Unloader [LP]",
"SoftModelUnloader|LP",
"Split Compound Text [LP]",
"SplitCompoundText|LP",
"String [LP]",
"StringToBool|LP",
"StringToCombo|LP",
"StringToFloat|LP",
"StringToInt|LP",
"StringToNumber|LP",
"String|LP",
"Tag Category Filter [LP]",
"Tag Category Keeper [LP]",
"Tag Category Remover [LP]",
"Tag Category [LP]",
"Tag Merger [LP]",
"Tag Remover [LP]",
"Tag Replace [LP]",
"Tag Switcher [LP]",
"TagCategoryFilter|LP",
"TagCategoryKeeper|LP",
"TagCategoryRemover|LP",
@@ -5622,7 +5703,12 @@
"TagReplace|LP",
"TagSwitcher|LP",
"TenthsSimpleFloatSlider|LP",
"Text Choice Parser [LP]",
"Text To List [LP]",
"Text Translate [LP]",
"Text [LP]",
"TextChoiceParser|LP",
"TextToList|LP",
"TextTranslate|LP",
"Text|LP"
],
@@ -6344,6 +6430,16 @@
"title_aux": "ComfyUI-TextOverlay"
}
],
"https://github.com/MushroomFleet/DJZ-KokoroTTS": [
[
"KokoroTTS_v1",
"KokoroTTS_v2",
"KokoroTTS_v3"
],
{
"title_aux": "KokoroTTS Node"
}
],
"https://github.com/MushroomFleet/DJZ-Nodes": [
[
"AnamorphicEffect",
@@ -6478,6 +6574,7 @@
],
"https://github.com/MzMaXaM/ComfyUi-MzMaXaM": [
[
"ImageChooser",
"KSamplerWithVAE",
"LmsImageToText",
"LmsTextToText",
@@ -6861,8 +6958,8 @@
"Regional Processor \ud83d\udcacED",
"Regional Script \ud83d\udcacED",
"Regional Stacker \ud83d\udcacED",
"SUPIR Model Loader \ud83d\udcacED",
"SUPIR Sampler \ud83d\udcacED",
"SUPIR model loader \ud83d\udcacED",
"Save Image \ud83d\udd14ED",
"Simple Text \ud83d\udcacED",
"Ultimate SD Upscale \ud83d\udcacED",
@@ -7942,6 +8039,14 @@
"title_aux": "Shibiko AI ComfyUI Tools"
}
],
"https://github.com/ShinChven/sc-comfy-nodes": [
[
"Rescale Node"
],
{
"title_aux": "ShinChven's Custom Nodes Package"
}
],
"https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": [
[
"ApplyStyleModelAdjust"
@@ -8154,19 +8259,17 @@
],
"https://github.com/SlackinJack/asyncdiff_comfyui": [
[
"ADADIPASampler",
"ADADSampler",
"ADIPAdapterSelector",
"ADLoraSelector",
"ADModelSelector",
"ADMultiLoraSelector",
"ADControlNetLoader",
"ADIPAdapterLoader",
"ADLoraLoader",
"ADModelLoader",
"ADMultiLoraCombiner",
"ADPipelineConfig",
"ADSD1Sampler",
"ADSD2Sampler",
"ADSD3Sampler",
"ADSDSampler",
"ADSDUpscaleSampler",
"ADSDXLSampler",
"ADSVDSampler"
"ADSVDSampler",
"ADSchedulerSelector"
],
{
"title_aux": "asyncdiff_comfyui"
@@ -8515,6 +8618,7 @@
"SDXLStartSettings",
"SDstarsampler",
"Star Face Loader",
"StarDivisibleDimension",
"StarFiveWildcards",
"StarImageSwitch",
"StarLatentSwitch",
@@ -8876,6 +8980,11 @@
],
"https://github.com/Sxela/ComfyWarp": [
[
"ApplyMask",
"ApplyMaskConditional",
"ApplyMaskLatent",
"ApplyMaskLatentConditional",
"ExtractFlowAndMixConsistencyMaps",
"ExtractOpticalFlow",
"FixedQueue",
"LoadFrame",
@@ -8884,6 +8993,7 @@
"LoadFramePairFromDataset",
"LoadFrameSequence",
"MakeFrameDataset",
"MakePaths",
"MixConsistencyMaps",
"OffsetNumber",
"RenderVideo",
@@ -9563,7 +9673,9 @@
],
"https://github.com/Visionatrix/ComfyUI-Visionatrix": [
[
"VixCheckboxLogic",
"VixDynamicLoraDefinition",
"VixUiAspectRatioSelector",
"VixUiCheckbox",
"VixUiCheckboxLogic",
"VixUiList",
@@ -9599,6 +9711,7 @@
"VrchIntKeyControlNode",
"VrchIntOSCControlNode",
"VrchJsonUrlLoaderNode",
"VrchModelWebViewerNode",
"VrchOSCControlSettingsNode",
"VrchSwitchOSCControlNode",
"VrchTextConcatOSCControlNode",
@@ -10620,6 +10733,7 @@
],
"https://github.com/acorderob/sd-webui-prompt-postprocessor": [
[
"ACBPPPSelectVariable",
"ACBPromptPostProcessor"
],
{
@@ -11374,6 +11488,7 @@
"Sage_ModelInfo",
"Sage_ModelReport",
"Sage_PonyPrefix",
"Sage_RenormCFG",
"Sage_SamplerInfo",
"Sage_SaveImageWithMetadata",
"Sage_SetBool",
@@ -11466,6 +11581,15 @@
"title_aux": "asagi4/comfyui-utility-nodes"
}
],
"https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": [
[
"HunyuanMultiLoraLoader",
"HunyuanMultiLoraLoaderWrapper"
],
{
"title_aux": "Hunyuan-Multi-Lora-Loader"
}
],
"https://github.com/asutermo/ComfyUI-Flux-TryOff": [
[
"TryOffFluxFillModelNode",
@@ -12354,6 +12478,22 @@
"title_aux": "EBU LMStudio LLM Integration"
}
],
"https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": [
[
"EbuPromptHelperCombineTwoStrings",
"EbuPromptHelperConsumeListItem",
"EbuPromptHelperCurrentDateTime",
"EbuPromptHelperListSampler",
"EbuPromptHelperLoadFileAsString",
"EbuPromptHelperRandomColorPalette",
"EbuPromptHelperRandomize",
"EbuPromptHelperReplace",
"EbuPromptHelperSeasonWeatherTimeOfDay"
],
{
"title_aux": "EBU PromptHelper"
}
],
"https://github.com/bvhari/ComfyUI_ImageProcessing": [
[
"BilateralFilter",
@@ -14871,6 +15011,7 @@
"DavchaModelMergeSDXL",
"DavchaModelMergeSimple",
"DavchaPop",
"PadAndResize",
"PercentPadding",
"ResizeCropFit",
"SmartMask",
@@ -15207,6 +15348,17 @@
"title_aux": "ComfyUI-Keyframed"
}
],
"https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": [
[
"LTXVCheckpointLoaderLoRA",
"LTXVLoRABlockEdit",
"LTXVLoRALoader",
"LTXVLoRASelector"
],
{
"title_aux": "ComfyUI-LTXVideoLoRA"
}
],
"https://github.com/drago87/ComfyUI_Dragos_Nodes": [
[
"file_padding",
@@ -15236,6 +15388,7 @@
"DRMBT_String_Item_Menu",
"DictToOutputs",
"DownloadAndLoadMiniCPMV",
"DrawText",
"DreambaitFolderOpener",
"DynamicDictionary",
"ImageFrameBlend",
@@ -15825,6 +15978,7 @@
"FL_BulletHellGame",
"FL_CaptionSaver_V2",
"FL_CaptionToCSV",
"FL_ClipScanner",
"FL_CodeNode",
"FL_ColorPicker",
"FL_Dalle3",
@@ -16765,6 +16919,7 @@
"Griptape Replace: Rulesets on Agent",
"Griptape Replace: Tools on Agent",
"Griptape Rerank Driver: Cohere",
"Griptape Rerank Driver: Local",
"Griptape Retrieve: Cloud Ruleset",
"Griptape Run: Agent",
"Griptape Run: Audio Transcription",
@@ -16858,6 +17013,14 @@
"title_aux": "ComfyUI-DreamWaltz-G"
}
],
"https://github.com/guerreiro/comfyg-switch": [
[
"ComfygSwitch"
],
{
"title_aux": "Comfyg Switch"
}
],
"https://github.com/guill/abracadabra-comfyui": [
[
"AbracadabraNode",
@@ -17250,8 +17413,11 @@
[
"WWAA-BuildString",
"WWAA-LineCount",
"WWAA_AdvancedTextFileReader",
"WWAA_DitherNode",
"WWAA_GBCamera",
"WWAA_ImageLoader",
"WWAA_ImageToTextFile",
"WWAA_PromptWriter"
],
{
@@ -17671,6 +17837,7 @@
"Light-Tool: SaveVideo",
"Light-Tool: ShowText",
"Light-Tool: SimpleImageOverlay",
"Light-Tool: SimpleTextConnect",
"Light-Tool: SolidColorBackground",
"Light-Tool: TextConnect"
],
@@ -17774,6 +17941,15 @@
"title_aux": "ComfyUI Neural Network Toolkit NNT "
}
],
"https://github.com/iris-Neko/ComfyUI_ascii_art": [
[
"AsciiGenerator"
],
{
"author": "Viet Nguyen <nhviet1009@gmail.com>",
"title_aux": "ComfyUI_ascii_art"
}
],
"https://github.com/iwanders/ComfyUI_nodes": [
[
"IW_JsonPickItem",
@@ -18716,6 +18892,7 @@
"Bjornulf_APIGenerateFlux",
"Bjornulf_APIGenerateStability",
"Bjornulf_AddLineNumbers",
"Bjornulf_AllLoraSelector",
"Bjornulf_AnythingToFloat",
"Bjornulf_AnythingToInt",
"Bjornulf_AnythingToText",
@@ -18739,16 +18916,19 @@
"Bjornulf_ConcatVideos",
"Bjornulf_ConcatVideosFromList",
"Bjornulf_ConvertVideo",
"Bjornulf_DisplayNote",
"Bjornulf_EmptyVideoLatentWithSingle",
"Bjornulf_FFmpegConfig",
"Bjornulf_FreeVRAM",
"Bjornulf_GrayscaleTransform",
"Bjornulf_GreenScreenToTransparency",
"Bjornulf_HiResFix",
"Bjornulf_HuggingFaceDownloader",
"Bjornulf_IfElse",
"Bjornulf_ImageBlend",
"Bjornulf_ImageDetails",
"Bjornulf_ImageMaskCutter",
"Bjornulf_ImageNote",
"Bjornulf_ImagesListToVideo",
"Bjornulf_KokoroTTS",
"Bjornulf_LatentResolutionSelector",
@@ -18759,6 +18939,7 @@
"Bjornulf_ListLooperOutfitMale",
"Bjornulf_ListLooperScene",
"Bjornulf_ListLooperStyle",
"Bjornulf_LoadGlobalVariables",
"Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoadImagesFromSelectedFolder",
"Bjornulf_LoadTextFromFolder",
@@ -18781,6 +18962,7 @@
"Bjornulf_LoopWriteText",
"Bjornulf_MergeImagesHorizontally",
"Bjornulf_MergeImagesVertically",
"Bjornulf_ModelClipVaeSelector",
"Bjornulf_OllamaConfig",
"Bjornulf_OllamaImageVision",
"Bjornulf_OllamaSystemJobSelector",
@@ -18789,6 +18971,7 @@
"Bjornulf_PassPreviewImage",
"Bjornulf_PauseResume",
"Bjornulf_PickInput",
"Bjornulf_PreviewFirstImage",
"Bjornulf_RandomImage",
"Bjornulf_RandomLineFromInput",
"Bjornulf_RandomLoraSelector",
@@ -18799,6 +18982,7 @@
"Bjornulf_ResizeImage",
"Bjornulf_ResizeImagePercentage",
"Bjornulf_SaveBjornulfLobeChat",
"Bjornulf_SaveGlobalVariables",
"Bjornulf_SaveImagePath",
"Bjornulf_SaveImageToFolder",
"Bjornulf_SaveText",
@@ -18828,6 +19012,7 @@
"Bjornulf_TextToSpeech",
"Bjornulf_TextToStringAndSeed",
"Bjornulf_VideoDetails",
"Bjornulf_VideoLatentResolutionSelector",
"Bjornulf_VideoPingPong",
"Bjornulf_VideoPreview",
"Bjornulf_VideoToImagesList",
@@ -19476,6 +19661,7 @@
"ImageConcatFromBatch",
"ImageConcatMulti",
"ImageCropByMaskAndResize",
"ImageCropByMaskBatch",
"ImageGrabPIL",
"ImageGridComposite2x2",
"ImageGridComposite3x3",
@@ -19486,6 +19672,7 @@
"ImagePadForOutpaintTargetSize",
"ImagePass",
"ImageResizeKJ",
"ImageTensorList",
"ImageTransformByNormalizedAmplitude",
"ImageUncropByMask",
"ImageUpscaleWithModelBatched",
@@ -19525,6 +19712,7 @@
"SaveImageWithAlpha",
"ScaleBatchPromptSchedule",
"Screencap_mss",
"SeparateMasks",
"SetShakkerLabsUnionControlNetType",
"ShuffleImageBatch",
"SigmasToFloat",
@@ -20329,6 +20517,14 @@
"title_aux": "ComfyUI-TCD-Sampler"
}
],
"https://github.com/lingha0h/comfyui_kj": [
[
"cpm_textInput"
],
{
"title_aux": "comfyui_kj"
}
],
"https://github.com/linshier/comfyui-remote-tools": [
[
"LoadBase64(js)",
@@ -22721,6 +22917,7 @@
"Nilor List of Ints",
"Nilor One Minus Float List",
"Nilor Output Filename String",
"Nilor Random String",
"Nilor Remap Float List",
"Nilor Repeat & Trim Image Batch",
"Nilor Repeat, Shuffle, & Trim Image Batch",
@@ -24510,24 +24707,29 @@
"FlipStreamBatchPrompt",
"FlipStreamFileSelect_AnimateDiffModel",
"FlipStreamFileSelect_Checkpoints",
"FlipStreamFileSelect_ControlNetModel",
"FlipStreamFileSelect_Input",
"FlipStreamFileSelect_Output",
"FlipStreamFileSelect_TensorRT",
"FlipStreamFileSelect_VAE",
"FlipStreamFileSelect_VideoSrc",
"FlipStreamFilmVfi",
"FlipStreamGetParam",
"FlipStreamImageSize",
"FlipStreamInputBox",
"FlipStreamPreviewBox",
"FlipStreamRembg",
"FlipStreamScreenGrabber",
"FlipStreamSection",
"FlipStreamSegMask",
"FlipStreamSelectBox_Samplers",
"FlipStreamSelectBox_Scheduler",
"FlipStreamSetParam",
"FlipStreamSlider",
"FlipStreamSource",
"FlipStreamSwitchImage",
"FlipStreamSwitchLatent",
"FlipStreamTextBox",
"FlipStreamTextReplace",
"FlipStreamVideoInput",
"FlipStreamViewer"
],
{
@@ -24575,19 +24777,22 @@
],
"https://github.com/sebord/ComfyUI-LMCQ": [
[
"LmcqAuthFluxDecryption",
"LmcqAuthFluxEncryption",
"LmcqAuthLoraDecryption",
"LmcqAuthLoraEncryption",
"LmcqAuthModelDecryption",
"LmcqAuthModelEncryption",
"LmcqAuthWorkflowDecryption",
"LmcqAuthWorkflowEncryption",
"LmcqDeepGen",
"LmcqDeepLoader",
"LmcqGetMachineCode",
"LmcqImageSaver",
"LmcqImageSaverTransit",
"LmcqImageSaverWeb",
"LmcqInputValidator",
"LmcqLoadFluxNF4Checkpoint",
"LmcqNumberSliders5",
"LmcqRuntimeLoraDecryption",
"LmcqRuntimeLoraEncryption",
"LmcqRuntimeModelDecryption",
@@ -26696,6 +26901,15 @@
"title_aux": "unwdef-nodes"
}
],
"https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": [
[
"EXTEND_CLIP_VISION_INPUT_SIZE",
"IPAdapterAdvancedSizeAware"
],
{
"title_aux": "ComfyUI-ExtendIPAdapterClipVision"
}
],
"https://github.com/valofey/Openrouter-Node": [
[
"OpenrouterNode"
@@ -26736,6 +26950,7 @@
"https://github.com/var1ableX/ComfyUI_Accessories": [
[
"ACC_AnyCast",
"AccMakeListNode",
"GetMaskDimensions",
"GetRandomDimensions",
"isImageEmpty",
@@ -26854,6 +27069,14 @@
"title_aux": "ComfyUI-Vivax-Nodes"
}
],
"https://github.com/vkff5833/ComfyUI-MobileClient": [
[
"MobileClient"
],
{
"title_aux": "ComfyUI-MobileClient"
}
],
"https://github.com/vkff5833/ComfyUI-PromptConverter": [
[
"PromptConverter",
@@ -27486,6 +27709,16 @@
"title_aux": "ComfyUI_Camera"
}
],
"https://github.com/yanhuifair/comfyui-janus": [
[
"JanusProImageGenerationNode",
"JanusProModelLoaderNode",
"JanusProMultimodalUnderstandingNode"
],
{
"title_aux": "comfyui-janus"
}
],
"https://github.com/yanlang0123/ComfyUI_Lam": [
[
"AspectRatio",
@@ -27538,6 +27771,7 @@
"PromptTranslator",
"QRCode",
"SaveImageLam",
"SaveImgOutputLam",
"SectionEnd",
"SectionStart",
"StyleSelecto",
@@ -27614,6 +27848,30 @@
"title_aux": "ComfyUI Local Save Node"
}
],
"https://github.com/yichengup/ComfyUI-YCNodes": [
[
"DynamicThreshold",
"ImageBlendResize",
"ImageIC",
"ImageICAdvanced",
"ImageLoaderAdvanced",
"ImageMirror",
"ImageMosaic",
"ImageRotate",
"ImageUpscaleTiled",
"MaskBatchComposite",
"MaskBatchCopy",
"MaskFromBatch",
"MaskRepeatBatch",
"MaskSmartValleySplit",
"MaskSplitFilter",
"MaskTopNFilter",
"TextBeforeKeyword"
],
{
"title_aux": "ComfyUI-YCNodes"
}
],
"https://github.com/yichengup/ComfyUI_Yc_JanusPro": [
[
"ImageAnalyzer",
@@ -28234,6 +28492,24 @@
"title_aux": "comfyui_visual_anagram"
}
],
"https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": [
[
"\ud83d\ude80 Universal RealESRGAN Upscaler",
"\ud83e\uddf3 Show Data"
],
{
"title_aux": "ComfyUI-RealESRGAN_Upscaler"
}
],
"https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": [
[
"\ud83d\udc41\ufe0f Image To Prompt",
"\ud83e\uddf3 Show Data"
],
{
"title_aux": "ComfyUI-Simple_Image_To_Prompt"
}
],
"https://github.com/zentrocdot/ComfyUI_Circle_Detection": [
[
"\u270f\ufe0f Input Data",
@@ -28298,9 +28574,11 @@
"CheckpointLoaderSimpleWithSwitch",
"ColorCorrectOfUtils",
"ConcatTextOfUtils",
"CropByMaskToSpecificSize",
"DeepfaceAnalyzeFaceAttributes",
"DetectorForNSFW",
"EmptyConditioning",
"FrameAdjuster",
"GenderControlOutput",
"ImageAutoSelector",
"ImageBatchOneOrMore",

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

@@ -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.17.11"
version = "3.19"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]