update DB

This commit is contained in:
Dr.Lt.Data 2024-07-08 21:30:57 +09:00
parent 0352b9160c
commit 625e3e84f4
8 changed files with 1597 additions and 1380 deletions

View File

@ -385,6 +385,7 @@ When you run the `scan.sh` script:
* https://github.com/andrewharp/ComfyUI-EasyNodes
* https://github.com/SimithWang/comfyui-renameImages
* https://github.com/Tcheko243/ComfyUI-Photographer-Alpha7-Nodes
* https://github.com/Limbicnation/ComfyUINodeToolbox
## Roadmap

View File

@ -7403,6 +7403,16 @@
"install_type": "git-clone",
"description": "Nodes:Inspect, Any String, Model From URL"
},
{
"author": "vivax3794",
"title": "ComfyUI-Sub-Nodes",
"reference": "https://github.com/vivax3794/ComfyUI-Sub-Nodes",
"files": [
"https://github.com/vivax3794/ComfyUI-Sub-Nodes"
],
"install_type": "git-clone",
"description": "Creating subgraph and Calling subgraphs."
},
{
"author": "victorchall",
"title": "Comfyui Webcam capture node",
@ -9542,7 +9552,7 @@
"https://github.com/KewkLW/ComfyUI-kewky_tools"
],
"install_type": "git-clone",
"description": "Nodes:TensorDebugPlus, FormattedTextOutput"
"description": "text_append_node, vramdebugplus, tensordebugplus, animation_schedule_output"
},
{
"author": "ITurchenko",
@ -9707,6 +9717,16 @@
"install_type": "git-clone",
"description": "Nodes:AudioSeparation, AudioCrop, AudioCombine, AudioTempoMatch."
},
{
"author": "christian-byrne",
"title": "comfyui-default-values-manager",
"reference": "https://github.com/christian-byrne/comfyui-default-values-manager",
"files": [
"https://github.com/christian-byrne/comfyui-default-values-manager"
],
"install_type": "git-clone",
"description": "comfyui-default-values-manager"
},
{
"author": "oztrkoguz",
"title": "ComfyUI StoryCreater",
@ -11149,13 +11169,13 @@
},
{
"author": "metncelik",
"title": "comfyui_met_suit",
"reference": "https://github.com/metncelik/comfyui_met_suit",
"title": "comfyui_met_suite",
"reference": "https://github.com/metncelik/comfyui_met_suite",
"files": [
"https://github.com/metncelik/comfyui_met_suit"
"https://github.com/metncelik/comfyui_met_suite"
],
"install_type": "git-clone",
"description": "Nodes:BBOXPadding, BBOXResize, ResizeKeepRatio."
"description": "Nodes: Primitive BBOX, BBOX Padding, BBOX Resize, ImageResize KeepRatio."
},
{
"author": "Smuzzies",
@ -11177,8 +11197,46 @@
"install_type": "git-clone",
"description": "This repository contains a simple custom node for ComfyUI that implements familiar PS-style blend modes using PyTorch. The PSBlendNode allows you to blend two images together using a variety of blend modes and an opacity parameter."
},
{
"author": "Grant-CP",
"title": "ComfyUI-LivePortraitKJ-MPS",
"reference": "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS",
"files": [
"https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS"
],
"install_type": "git-clone",
"description": "If you wish to incorporate these changes into your repo, feel free to open an issue and ask. The commits should be pretty clear, and I also label almost all changes with #HACK so a full text search will work too.\nPlease let me know if you decide to incorporate any of these changes into your LivePortrait implementation so I can direct people to you repository. I do not intend to maintain this repo.\nSome operations are simply not supported on MPS and I didn't rewrite them. Most of my changes are just to .cuda calls and that sort of thing. Many operations are still done on CPU, so don't expect awesome performance."
},
{
"author": "wTechArtist",
"title": "ComfyUI-CustomNodes",
"reference": "https://github.com/wTechArtist/ComfyUI-CustomNodes",
"files": [
"https://github.com/wTechArtist/ComfyUI-CustomNodes"
],
"install_type": "git-clone",
"description": "Nodes:Image Blending Mode Mask"
},
{
"author": "mullakhmetov",
"title": "comfyui_dynamic_util_nodes",
"reference": "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes",
"files": [
"https://github.com/mullakhmetov/comfyui_dynamic_util_nodes"
],
"install_type": "git-clone",
"description": "ComfyS3 helpful util nodes for dynamic workflows"
},
{
"author": "HECer",
"title": "ComfyUI-FilePathCreator",
"reference": "https://github.com/HECer/ComfyUI-FilePathCreator",
"files": [
"https://github.com/HECer/ComfyUI-FilePathCreator"
],
"install_type": "git-clone",
"description": "The ComfyUI-FilePathCreator is a custom node extension for ComfyUI designed to generate dynamic filenames based on user-defined parameters. This node helps streamline the process of creating organized and timestamped filenames, ideal for saving output files in a structured manner."
},
@ -11576,16 +11634,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "metncelik",
"title": "comfyui_met_suite",
"reference": "https://github.com/metncelik/comfyui_met_suite",
"files": [
"https://github.com/metncelik/comfyui_met_suite"
],
"install_type": "git-clone",
"description": "Nodes: Primitive BBOX, BBOX Padding, BBOX Resize, ImageResize KeepRatio."
}
]
}

View File

@ -2066,6 +2066,7 @@
"GR Prompt HUB",
"GR Prompt Selector",
"GR Prompt Selector Multi",
"GR Scroller",
"GR Stack Image",
"GR Text Overlay",
"GR Tile and Border Image",
@ -2075,6 +2076,15 @@
"title_aux": "GraftingRayman"
}
],
"https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": [
[
"DownloadAndLoadLivePortraitModels",
"LivePortraitProcess"
],
{
"title_aux": "ComfyUI-LivePortraitKJ-MPS"
}
],
"https://github.com/GreenLandisaLie/AuraSR-ComfyUI": [
[
"AuraSR.AuraSRUpscaler"
@ -2099,6 +2109,14 @@
"title_aux": "ComfyUI aichemy nodes"
}
],
"https://github.com/HECer/ComfyUI-FilePathCreator": [
[
"FilePathCreator"
],
{
"title_aux": "ComfyUI-FilePathCreator"
}
],
"https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [
[
"Moondream Interrogator"
@ -2529,15 +2547,18 @@
"https://github.com/KewkLW/ComfyUI-kewky_tools": [
[
"CLIPInterrogator",
"DeforumAnimationNode",
"FormattedPromptNode",
"IPAdapterBinApply",
"IPAdapterBinPreprocessor",
"ImageBatcher",
"LoadImagePlus",
"LoadVideoPlus",
"TensorDebugPlus",
"TextAppendNode",
"TextSearchNode",
"VRAM_Debug_Plus"
"VRAM_Debug_Plus",
"load_unet"
],
{
"title_aux": "ComfyUI-kewky_tools"
@ -6658,7 +6679,10 @@
"https://github.com/bradsec/ComfyUI_StringTools": [
[
"ModifyStringNode",
"ShowStringNode"
"RandomStringNode",
"ReplaceStringNode",
"ShowStringNode",
"TextStringNode"
],
{
"title_aux": "ComfyUI_StringTools"
@ -10221,6 +10245,7 @@
"https://github.com/iwanders/ComfyUI_nodes": [
[
"IW_JsonPickItem",
"IW_ModelHook",
"IW_StringConcat",
"IW_StringNode",
"IW_StringPrint",
@ -11246,7 +11271,8 @@
"DownloadAndLoadChatGLM3",
"DownloadAndLoadKolorsModel",
"KolorsSampler",
"KolorsTextEncode"
"KolorsTextEncode",
"LoadChatGLM3"
],
{
"title_aux": "ComfyUI-KwaiKolorsWrapper"
@ -11595,6 +11621,7 @@
"https://github.com/leiweiqiang/ComfyUI-TRA": [
[
"TclEbSynth",
"TclEbSynthBatch",
"TclExtractFramesFromVideo",
"TclExtractFramesFromVideoFile",
"TclFrames2Video",
@ -12571,14 +12598,16 @@
"title_aux": "mm-comfyui-megamask"
}
],
"https://github.com/metncelik/comfyui_met_suit": [
"https://github.com/metncelik/comfyui_met_suite": [
[
"BBOXPadding",
"BBOXResize",
"ResizeKeepRatio"
"ImageResizeKeepRatio",
"PrimitiveBBOX",
"RaiseError"
],
{
"title_aux": "comfyui_met_suit"
"title_aux": "comfyui_met_suite"
}
],
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
@ -12703,6 +12732,15 @@
"title_aux": "SaveImgPrompt"
}
],
"https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": [
[
"GetFiles",
"LoadImageByPath"
],
{
"title_aux": "comfyui_dynamic_util_nodes"
}
],
"https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": [
[
"Image Brightness",
@ -13752,7 +13790,8 @@
"https://github.com/shadowcz007/comfyui-liveportrait": [
[
"FaceCropInfo",
"LivePortraitNode"
"LivePortraitNode",
"Retargeting"
],
{
"title_aux": "comfyui-liveportrait"
@ -15037,6 +15076,17 @@
"title_aux": "ComfyUI-RGT"
}
],
"https://github.com/vivax3794/ComfyUI-Sub-Nodes": [
[
"VIV_Default",
"VIV_Subgraph",
"VIV_Subgraph_Inputs",
"VIV_Subgraph_Outputs"
],
{
"title_aux": "ComfyUI-Sub-Nodes"
}
],
"https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [
[
"Any String",
@ -15078,6 +15128,14 @@
"title_aux": "color2rgb"
}
],
"https://github.com/wTechArtist/ComfyUI-CustomNodes": [
[
"Image Blending Mode Mask"
],
{
"title_aux": "ComfyUI-CustomNodes"
}
],
"https://github.com/wallish77/wlsh_nodes": [
[
"Alternating KSampler (WLSH)",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,17 @@
},
{
"author": "tom-doerr",
"title": "DSPy Nodes [WIP]",
"reference": "https://github.com/tom-doerr/dspy_nodes",
"files": [
"https://github.com/tom-doerr/dspy_nodes"
],
"install_type": "git-clone",
"description": "This is an attempt to make all DSPy features available in ComfyUI. Using an UI to devlop DSPy programs should be way faster since it makes it easier to see what is happening and allows to quickly iterate on the DSPy program structure."
},
{
"author": "Grant-CP",
"title": "ComfyUI-LivePortraitKJ-MPS",

View File

@ -11,7 +11,56 @@
{
"author": "christian-byrne",
"title": "comfyui-default-values-manager",
"reference": "https://github.com/christian-byrne/comfyui-default-values-manager",
"files": [
"https://github.com/christian-byrne/comfyui-default-values-manager"
],
"install_type": "git-clone",
"description": "comfyui-default-values-manager"
},
{
"author": "vivax3794",
"title": "ComfyUI-Sub-Nodes",
"reference": "https://github.com/vivax3794/ComfyUI-Sub-Nodes",
"files": [
"https://github.com/vivax3794/ComfyUI-Sub-Nodes"
],
"install_type": "git-clone",
"description": "Creating subgraph and Calling subgraphs."
},
{
"author": "HECer",
"title": "ComfyUI-FilePathCreator",
"reference": "https://github.com/HECer/ComfyUI-FilePathCreator",
"files": [
"https://github.com/HECer/ComfyUI-FilePathCreator"
],
"install_type": "git-clone",
"description": "The ComfyUI-FilePathCreator is a custom node extension for ComfyUI designed to generate dynamic filenames based on user-defined parameters. This node helps streamline the process of creating organized and timestamped filenames, ideal for saving output files in a structured manner."
},
{
"author": "mullakhmetov",
"title": "comfyui_dynamic_util_nodes",
"reference": "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes",
"files": [
"https://github.com/mullakhmetov/comfyui_dynamic_util_nodes"
],
"install_type": "git-clone",
"description": "ComfyS3 helpful util nodes for dynamic workflows"
},
{
"author": "wTechArtist",
"title": "ComfyUI-CustomNodes",
"reference": "https://github.com/wTechArtist/ComfyUI-CustomNodes",
"files": [
"https://github.com/wTechArtist/ComfyUI-CustomNodes"
],
"install_type": "git-clone",
"description": "Nodes:Image Blending Mode Mask"
},
{
"author": "bradsec",
"title": "ComfyUI_StringTools",
@ -78,13 +127,13 @@
},
{
"author": "metncelik",
"title": "comfyui_met_suit",
"reference": "https://github.com/metncelik/comfyui_met_suit",
"title": "comfyui_met_suite",
"reference": "https://github.com/metncelik/comfyui_met_suite",
"files": [
"https://github.com/metncelik/comfyui_met_suit"
"https://github.com/metncelik/comfyui_met_suite"
],
"install_type": "git-clone",
"description": "Nodes:BBOXPadding, BBOXResize, ResizeKeepRatio."
"description": "Nodes: Primitive BBOX, BBOX Padding, BBOX Resize, ImageResize KeepRatio."
},
{
"author": "shadowcz007",
@ -638,59 +687,6 @@
],
"install_type": "git-clone",
"description": "Search navigation extension."
},
{
"author": "fofr",
"title": "ComfyUI-Prompter-fofrAI",
"id": "prompter-fofr",
"reference": "https://github.com/fofr/ComfyUI-Prompter-fofrAI",
"files": [
"https://github.com/fofr/ComfyUI-Prompter-fofrAI"
],
"install_type": "git-clone",
"description": "A prompt helper. Use templates from [a/https://prompter.fofr.ai](https://prompter.fofr.ai) in ComfyUI."
},
{
"author": "celsojr2013",
"title": "comfyui_jamworks_client",
"reference": "https://github.com/celsojr2013/comfyui_jamworks_client",
"files": [
"https://github.com/celsojr2013/comfyui_jamworks_client"
],
"install_type": "git-clone",
"description": "Nodes:Jamworks_Login, Jamworks_Download, Shell_Command.\nA Simple Client for Jamworks Platform DAM Integration"
},
{
"author": "opvelll",
"title": "Comfy UI Text List Product",
"id": "listproduct",
"reference": "https://github.com/opvelll/ComfyUI_TextListProduct",
"files": [
"https://github.com/opvelll/ComfyUI_TextListProduct"
],
"install_type": "git-clone",
"description": "This is a custom node for Comfy UI. It mainly wraps itertools.product and can be used to create patterns by combining prompts. It is recommended to install this custom node in combination with the nodes from the WAS Node Suite."
},
{
"author": "MinusZoneAI",
"title": "ComfyUI-TrainTools-MZ",
"id": "traintools",
"reference": "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ",
"files": [
"https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ"
],
"install_type": "git-clone",
"description": "Nodes for fine-tuning lora in ComfyUI, dependent on training tools such as kohya-ss/sd-scripts"
},
{
"author": "lordgasmic",
"title": "comfyui_wildcards",
"reference": "https://github.com/lordgasmic/comfyui_wildcards",
"files": [
"https://github.com/lordgasmic/comfyui_wildcards"
],
"install_type": "git-clone",
"description": "This is an attempt to recreate the wildcards plugin for Automatic1111 but for ComfyUI."
}
]
}

View File

@ -2066,6 +2066,7 @@
"GR Prompt HUB",
"GR Prompt Selector",
"GR Prompt Selector Multi",
"GR Scroller",
"GR Stack Image",
"GR Text Overlay",
"GR Tile and Border Image",
@ -2075,6 +2076,15 @@
"title_aux": "GraftingRayman"
}
],
"https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": [
[
"DownloadAndLoadLivePortraitModels",
"LivePortraitProcess"
],
{
"title_aux": "ComfyUI-LivePortraitKJ-MPS"
}
],
"https://github.com/GreenLandisaLie/AuraSR-ComfyUI": [
[
"AuraSR.AuraSRUpscaler"
@ -2099,6 +2109,14 @@
"title_aux": "ComfyUI aichemy nodes"
}
],
"https://github.com/HECer/ComfyUI-FilePathCreator": [
[
"FilePathCreator"
],
{
"title_aux": "ComfyUI-FilePathCreator"
}
],
"https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": [
[
"Moondream Interrogator"
@ -2529,15 +2547,18 @@
"https://github.com/KewkLW/ComfyUI-kewky_tools": [
[
"CLIPInterrogator",
"DeforumAnimationNode",
"FormattedPromptNode",
"IPAdapterBinApply",
"IPAdapterBinPreprocessor",
"ImageBatcher",
"LoadImagePlus",
"LoadVideoPlus",
"TensorDebugPlus",
"TextAppendNode",
"TextSearchNode",
"VRAM_Debug_Plus"
"VRAM_Debug_Plus",
"load_unet"
],
{
"title_aux": "ComfyUI-kewky_tools"
@ -6658,7 +6679,10 @@
"https://github.com/bradsec/ComfyUI_StringTools": [
[
"ModifyStringNode",
"ShowStringNode"
"RandomStringNode",
"ReplaceStringNode",
"ShowStringNode",
"TextStringNode"
],
{
"title_aux": "ComfyUI_StringTools"
@ -10221,6 +10245,7 @@
"https://github.com/iwanders/ComfyUI_nodes": [
[
"IW_JsonPickItem",
"IW_ModelHook",
"IW_StringConcat",
"IW_StringNode",
"IW_StringPrint",
@ -11246,7 +11271,8 @@
"DownloadAndLoadChatGLM3",
"DownloadAndLoadKolorsModel",
"KolorsSampler",
"KolorsTextEncode"
"KolorsTextEncode",
"LoadChatGLM3"
],
{
"title_aux": "ComfyUI-KwaiKolorsWrapper"
@ -11595,6 +11621,7 @@
"https://github.com/leiweiqiang/ComfyUI-TRA": [
[
"TclEbSynth",
"TclEbSynthBatch",
"TclExtractFramesFromVideo",
"TclExtractFramesFromVideoFile",
"TclFrames2Video",
@ -12571,14 +12598,16 @@
"title_aux": "mm-comfyui-megamask"
}
],
"https://github.com/metncelik/comfyui_met_suit": [
"https://github.com/metncelik/comfyui_met_suite": [
[
"BBOXPadding",
"BBOXResize",
"ResizeKeepRatio"
"ImageResizeKeepRatio",
"PrimitiveBBOX",
"RaiseError"
],
{
"title_aux": "comfyui_met_suit"
"title_aux": "comfyui_met_suite"
}
],
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [
@ -12703,6 +12732,15 @@
"title_aux": "SaveImgPrompt"
}
],
"https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": [
[
"GetFiles",
"LoadImageByPath"
],
{
"title_aux": "comfyui_dynamic_util_nodes"
}
],
"https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": [
[
"Image Brightness",
@ -13752,7 +13790,8 @@
"https://github.com/shadowcz007/comfyui-liveportrait": [
[
"FaceCropInfo",
"LivePortraitNode"
"LivePortraitNode",
"Retargeting"
],
{
"title_aux": "comfyui-liveportrait"
@ -15037,6 +15076,17 @@
"title_aux": "ComfyUI-RGT"
}
],
"https://github.com/vivax3794/ComfyUI-Sub-Nodes": [
[
"VIV_Default",
"VIV_Subgraph",
"VIV_Subgraph_Inputs",
"VIV_Subgraph_Outputs"
],
{
"title_aux": "ComfyUI-Sub-Nodes"
}
],
"https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [
[
"Any String",
@ -15078,6 +15128,14 @@
"title_aux": "color2rgb"
}
],
"https://github.com/wTechArtist/ComfyUI-CustomNodes": [
[
"Image Blending Mode Mask"
],
{
"title_aux": "ComfyUI-CustomNodes"
}
],
"https://github.com/wallish77/wlsh_nodes": [
[
"Alternating KSampler (WLSH)",

View File

@ -229,6 +229,16 @@
],
"install_type": "git-clone",
"description": "Custom node for ComfyUI Select the image size from the preset and select Vertical and Horizontal to output Width and Height."
},
{
"author": "boricuapab",
"title": "ComfyUI_BoricuapabWFNodePack",
"reference": "https://github.com/boricuapab/ComfyUI_BoricuapabWFNodePack",
"files": [
"https://github.com/boricuapab/ComfyUI_BoricuapabWFNodePack"
],
"install_type": "git-clone",
"description": "Learning how to make my own comfy ui custom nodes"
}
]
}