update DB

This commit is contained in:
Dr.Lt.Data 2024-07-29 23:28:35 +09:00
parent 9904b13997
commit 9771c98d90
5 changed files with 1425 additions and 1306 deletions

View File

@ -7141,7 +7141,7 @@
"https://github.com/cerspense/ComfyUI_cspnodes" "https://github.com/cerspense/ComfyUI_cspnodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Image Dir Iterator, Modelscopet2v, Modelscopev2v." "description": "Nodes:Image Dir Iterator, Modelscopet2v, Modelscopev2v, Vid Dir Iterator, Image Dir Iterator, Text File Line Iterator, Remap Range, Split Image Channels, Resize By Image, Increment Every N."
}, },
{ {
"author": "qwixiwp", "author": "qwixiwp",
@ -9388,7 +9388,7 @@
"https://github.com/jeffy5/comfyui-faceless-node" "https://github.com/jeffy5/comfyui-faceless-node"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Load Video, Load Frames, Save Video, Face Swap, Face Restore, Face Swap (Video), Face Restore (Video)" "description": "A facefusion custom node for ComfyUI. Swap or restore faces for image or video"
}, },
{ {
"author": "TaiTair", "author": "TaiTair",
@ -9930,6 +9930,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "comfyui-default-values-manager" "description": "comfyui-default-values-manager"
}, },
{
"author": "christian-byrne",
"title": "youtube-dl-comfyui",
"reference": "https://github.com/christian-byrne/youtube-dl-comfyui",
"files": [
"https://github.com/christian-byrne/youtube-dl-comfyui"
],
"install_type": "git-clone",
"description": "Download youtube videos/playlists"
},
{ {
"author": "oztrkoguz", "author": "oztrkoguz",
"title": "ComfyUI StoryCreater", "title": "ComfyUI StoryCreater",
@ -11566,14 +11576,14 @@
}, },
{ {
"author": "APZmedia", "author": "APZmedia",
"title": "APZmedia Clean File Name Node", "title": "APZmedia Clean Name",
"id": "clean-filename", "id": "clean-filename",
"reference": "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string", "reference": "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string",
"files": [ "files": [
"https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string" "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "The Clean File Name Node is a custom node for ComfyUI designed to process and sanitize text strings for use as valid file names. It replaces invalid characters with a user-specified character and truncates the resulting string to a defined length." "description": "A custom node to sanitize text to make clean file names from strings."
}, },
{ {
"author": "N3rd00d", "author": "N3rd00d",
@ -12097,6 +12107,30 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Collection of nodes for the automation of workflows" "description": "Collection of nodes for the automation of workflows"
}, },
{
"author": "webfiltered",
"title": "WTF? - a debug node for ComfyUI",
"id": "debugnode",
"reference": "https://github.com/webfiltered/DebugNode-ComfyUI",
"files": [
"https://github.com/webfiltered/DebugNode-ComfyUI"
],
"install_type": "git-clone",
"description": "This node provides a simple way to view the output of many nodes, without leaving ComfyUI."
},
{
"author": "pzc163",
"title": "Comfyui-CatVTON",
"id": "catvton",
"reference": "https://github.com/pzc163/Comfyui-CatVTON",
"files": [
"https://github.com/pzc163/Comfyui-CatVTON"
],
"install_type": "git-clone",
"description": "Nodes:Load CatVTON Pipeline, Load AutoMask Generator, TryOn by CatVTON, Auto Mask Generation.\nComfyUI nodes for [a/CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffusion Models](https://github.com/Zheng-Chong/CatVTON)"
},

View File

@ -650,7 +650,7 @@
"CleanFileNameNode" "CleanFileNameNode"
], ],
{ {
"title_aux": "APZmedia Clean File Name Node" "title_aux": "APZmedia Clean Name"
} }
], ],
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [ "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [
@ -5192,6 +5192,7 @@
"tri3d-renormalize_array", "tri3d-renormalize_array",
"tri3d-run_AEMatter_inference", "tri3d-run_AEMatter_inference",
"tri3d-scaled-paste", "tri3d-scaled-paste",
"tri3d-scaled-paste_unsafe",
"tri3d-simple_bg_swap", "tri3d-simple_bg_swap",
"tri3d-simple_rescale_histogram", "tri3d-simple_rescale_histogram",
"tri3d-skin-feathered-padded-mask", "tri3d-skin-feathered-padded-mask",
@ -7441,9 +7442,11 @@
"https://github.com/cerspense/ComfyUI_cspnodes": [ "https://github.com/cerspense/ComfyUI_cspnodes": [
[ [
"ImageDirIterator", "ImageDirIterator",
"IncrementEveryN",
"Modelscopet2v", "Modelscopet2v",
"Modelscopev2v", "Modelscopev2v",
"RemapRange", "RemapRange",
"ResizeByImage",
"SplitImageChannels", "SplitImageChannels",
"TextFileLineIterator", "TextFileLineIterator",
"VidDirIterator" "VidDirIterator"
@ -8284,6 +8287,14 @@
"title_aux": "Node - Size Matcher" "title_aux": "Node - Size Matcher"
} }
], ],
"https://github.com/christian-byrne/youtube-dl-comfyui": [
[
"YoutubeDL"
],
{
"title_aux": "youtube-dl-comfyui"
}
],
"https://github.com/city96/ComfyUI_ColorMod": [ "https://github.com/city96/ComfyUI_ColorMod": [
[ [
"CV2Tonemap", "CV2Tonemap",
@ -10212,6 +10223,16 @@
"title_aux": "Save Image with Generation Metadata" "title_aux": "Save Image with Generation Metadata"
} }
], ],
"https://github.com/gisu/comfyui-foxpack": [
[
"BaseSamplerSetup",
"OverrideSamplerSetup",
"SetupSelector"
],
{
"title_aux": "foxpack"
}
],
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [ "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [
[ [
"ChangeImageBorder" "ChangeImageBorder"
@ -10650,6 +10671,8 @@
"FeishuDownloadImage", "FeishuDownloadImage",
"FeishuGetHistory", "FeishuGetHistory",
"FeishuSendMsg", "FeishuSendMsg",
"FileOnlineDelete_gitee",
"FileOnlineStorage_gitee",
"KG_csv_toolkit_developer", "KG_csv_toolkit_developer",
"KG_csv_toolkit_user", "KG_csv_toolkit_user",
"KG_json_toolkit_developer", "KG_json_toolkit_developer",
@ -10669,6 +10692,7 @@
"arxiv_tool", "arxiv_tool",
"bing_loader", "bing_loader",
"bing_tool", "bing_tool",
"bool_logic",
"check_web_tool", "check_web_tool",
"classify_function", "classify_function",
"classify_function_plus", "classify_function_plus",
@ -10676,6 +10700,9 @@
"classify_persona_plus", "classify_persona_plus",
"clear_model", "clear_model",
"custom_persona", "custom_persona",
"discord_bot",
"discord_file_monitor",
"discord_send",
"ebd_tool", "ebd_tool",
"end_dialog", "end_dialog",
"end_workflow", "end_workflow",
@ -10714,6 +10741,7 @@
"load_url", "load_url",
"load_wikipedia", "load_wikipedia",
"new_interpreter_tool", "new_interpreter_tool",
"none2false",
"omost_decode", "omost_decode",
"omost_setting", "omost_setting",
"openai_tts", "openai_tts",
@ -11473,9 +11501,9 @@
[ [
"FacelessFaceRestore", "FacelessFaceRestore",
"FacelessFaceSwap", "FacelessFaceSwap",
"FacelessLoadFrames",
"FacelessLoadImageUrl", "FacelessLoadImageUrl",
"FacelessLoadVideo", "FacelessLoadVideo",
"FacelessLoadVideoImages",
"FacelessLoadVideoUrl", "FacelessLoadVideoUrl",
"FacelessMergeVideos", "FacelessMergeVideos",
"FacelessRemoveBackground", "FacelessRemoveBackground",
@ -13347,6 +13375,7 @@
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
[ [
"DiscordServing", "DiscordServing",
"ServingInputImage",
"ServingInputNumber", "ServingInputNumber",
"ServingInputText", "ServingInputText",
"ServingOutput", "ServingOutput",
@ -16466,6 +16495,14 @@
"title_aux": "ComfyUI Invisible Watermark" "title_aux": "ComfyUI Invisible Watermark"
} }
], ],
"https://github.com/webfiltered/DebugNode-ComfyUI": [
[
"WTFDebugNode"
],
{
"title_aux": "WTF? - a debug node for ComfyUI"
}
],
"https://github.com/whatbirdisthat/cyberdolphin": [ "https://github.com/whatbirdisthat/cyberdolphin": [
[ [
"\ud83d\udc2c Gradio ChatInterface", "\ud83d\udc2c Gradio ChatInterface",
@ -16708,6 +16745,7 @@
], ],
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [ "https://github.com/yiwangsimple/ComfyUI_GroqChat": [
[ [
"DeepSeekTranslator",
"FileBasedChatNode", "FileBasedChatNode",
"GroqChatNode", "GroqChatNode",
"MoonshotMultiChatNode", "MoonshotMultiChatNode",

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,38 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Collection of nodes for the automation of workflows" "description": "Collection of nodes for the automation of workflows"
}, },
{
"author": "christian-byrne",
"title": "youtube-dl-comfyui",
"reference": "https://github.com/christian-byrne/youtube-dl-comfyui",
"files": [
"https://github.com/christian-byrne/youtube-dl-comfyui"
],
"install_type": "git-clone",
"description": "Download youtube videos/playlists"
},
{
"author": "pzc163",
"title": "Comfyui-CatVTON",
"id": "catvton",
"reference": "https://github.com/pzc163/Comfyui-CatVTON",
"files": [
"https://github.com/pzc163/Comfyui-CatVTON"
],
"install_type": "git-clone",
"description": "Nodes:Load CatVTON Pipeline, Load AutoMask Generator, TryOn by CatVTON, Auto Mask Generation.\nComfyUI nodes for [a/CatVTON: Concatenation Is All You Need for Virtual Try-On with Diffusion Models](https://github.com/Zheng-Chong/CatVTON)"
},
{
"author": "webfiltered",
"title": "WTF? - a debug node for ComfyUI",
"id": "debugnode",
"reference": "https://github.com/webfiltered/DebugNode-ComfyUI",
"files": [
"https://github.com/webfiltered/DebugNode-ComfyUI"
],
"install_type": "git-clone",
"description": "This node provides a simple way to view the output of many nodes, without leaving ComfyUI."
},
{ {
"author": "Visionatrix", "author": "Visionatrix",
"title": "ComfyUI-Visionatrix", "title": "ComfyUI-Visionatrix",
@ -658,49 +690,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A node helps with image tagging and caption based on Florence-2-base-PromptGen model." "description": "A node helps with image tagging and caption based on Florence-2-base-PromptGen model."
},
{
"author": "sn0w12",
"title": "ComfyUI-Sn0w-Scripts",
"reference": "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts",
"files": [
"https://github.com/sn0w12/ComfyUI-Sn0w-Scripts"
],
"install_type": "git-clone",
"description": "A collection of nodes and improvements created for general ease and lora management. These are just nodes I made and found useful, they should work with most other nodes. Most nodes that take in a prompt are made with booru tags in mind and might not work as expected with other prompts."
},
{
"author": "N3rd00d",
"title": "ComfyUI-Paint3D-Nodes",
"id": "paint3d",
"reference": "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes",
"files": [
"https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes"
],
"install_type": "git-clone",
"description": "Paint3D Nodes is a custom ComfyUI node for 3D model texture inpainting based on [a/Paint3D](https://arxiv.org/pdf/2312.13913)."
},
{
"author": "JackEllie",
"title": "ComfyUI-AI-Assistant",
"id": "AI-Assistant",
"reference": "https://github.com/JackEllie/ComfyUI_AI_Assistant",
"files": [
"https://github.com/JackEllie/ComfyUI_AI_Assistant"
],
"install_type": "git-clone",
"description": "ComfyUI native implementation of [a/AI-Assistant](https://github.com/tori29umai0123/AI-Assistant)."
},
{
"author": "3D-MeshTool",
"title": "ComfyUI-3D-MeshTool",
"id": "3D-MeshTool",
"reference": "https://github.com/807502278/ComfyUI-3D-MeshTool",
"files": [
"https://github.com/807502278/ComfyUI-3D-MeshTool"
],
"install_type": "git-clone",
"description": "A simple 3D model processing tool within ComfyUI."
} }
] ]
} }

View File

@ -650,7 +650,7 @@
"CleanFileNameNode" "CleanFileNameNode"
], ],
{ {
"title_aux": "APZmedia Clean File Name Node" "title_aux": "APZmedia Clean Name"
} }
], ],
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [ "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [
@ -5192,6 +5192,7 @@
"tri3d-renormalize_array", "tri3d-renormalize_array",
"tri3d-run_AEMatter_inference", "tri3d-run_AEMatter_inference",
"tri3d-scaled-paste", "tri3d-scaled-paste",
"tri3d-scaled-paste_unsafe",
"tri3d-simple_bg_swap", "tri3d-simple_bg_swap",
"tri3d-simple_rescale_histogram", "tri3d-simple_rescale_histogram",
"tri3d-skin-feathered-padded-mask", "tri3d-skin-feathered-padded-mask",
@ -7441,9 +7442,11 @@
"https://github.com/cerspense/ComfyUI_cspnodes": [ "https://github.com/cerspense/ComfyUI_cspnodes": [
[ [
"ImageDirIterator", "ImageDirIterator",
"IncrementEveryN",
"Modelscopet2v", "Modelscopet2v",
"Modelscopev2v", "Modelscopev2v",
"RemapRange", "RemapRange",
"ResizeByImage",
"SplitImageChannels", "SplitImageChannels",
"TextFileLineIterator", "TextFileLineIterator",
"VidDirIterator" "VidDirIterator"
@ -8284,6 +8287,14 @@
"title_aux": "Node - Size Matcher" "title_aux": "Node - Size Matcher"
} }
], ],
"https://github.com/christian-byrne/youtube-dl-comfyui": [
[
"YoutubeDL"
],
{
"title_aux": "youtube-dl-comfyui"
}
],
"https://github.com/city96/ComfyUI_ColorMod": [ "https://github.com/city96/ComfyUI_ColorMod": [
[ [
"CV2Tonemap", "CV2Tonemap",
@ -10212,6 +10223,16 @@
"title_aux": "Save Image with Generation Metadata" "title_aux": "Save Image with Generation Metadata"
} }
], ],
"https://github.com/gisu/comfyui-foxpack": [
[
"BaseSamplerSetup",
"OverrideSamplerSetup",
"SetupSelector"
],
{
"title_aux": "foxpack"
}
],
"https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [ "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": [
[ [
"ChangeImageBorder" "ChangeImageBorder"
@ -10650,6 +10671,8 @@
"FeishuDownloadImage", "FeishuDownloadImage",
"FeishuGetHistory", "FeishuGetHistory",
"FeishuSendMsg", "FeishuSendMsg",
"FileOnlineDelete_gitee",
"FileOnlineStorage_gitee",
"KG_csv_toolkit_developer", "KG_csv_toolkit_developer",
"KG_csv_toolkit_user", "KG_csv_toolkit_user",
"KG_json_toolkit_developer", "KG_json_toolkit_developer",
@ -10669,6 +10692,7 @@
"arxiv_tool", "arxiv_tool",
"bing_loader", "bing_loader",
"bing_tool", "bing_tool",
"bool_logic",
"check_web_tool", "check_web_tool",
"classify_function", "classify_function",
"classify_function_plus", "classify_function_plus",
@ -10676,6 +10700,9 @@
"classify_persona_plus", "classify_persona_plus",
"clear_model", "clear_model",
"custom_persona", "custom_persona",
"discord_bot",
"discord_file_monitor",
"discord_send",
"ebd_tool", "ebd_tool",
"end_dialog", "end_dialog",
"end_workflow", "end_workflow",
@ -10714,6 +10741,7 @@
"load_url", "load_url",
"load_wikipedia", "load_wikipedia",
"new_interpreter_tool", "new_interpreter_tool",
"none2false",
"omost_decode", "omost_decode",
"omost_setting", "omost_setting",
"openai_tts", "openai_tts",
@ -11473,9 +11501,9 @@
[ [
"FacelessFaceRestore", "FacelessFaceRestore",
"FacelessFaceSwap", "FacelessFaceSwap",
"FacelessLoadFrames",
"FacelessLoadImageUrl", "FacelessLoadImageUrl",
"FacelessLoadVideo", "FacelessLoadVideo",
"FacelessLoadVideoImages",
"FacelessLoadVideoUrl", "FacelessLoadVideoUrl",
"FacelessMergeVideos", "FacelessMergeVideos",
"FacelessRemoveBackground", "FacelessRemoveBackground",
@ -13347,6 +13375,7 @@
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
[ [
"DiscordServing", "DiscordServing",
"ServingInputImage",
"ServingInputNumber", "ServingInputNumber",
"ServingInputText", "ServingInputText",
"ServingOutput", "ServingOutput",
@ -16466,6 +16495,14 @@
"title_aux": "ComfyUI Invisible Watermark" "title_aux": "ComfyUI Invisible Watermark"
} }
], ],
"https://github.com/webfiltered/DebugNode-ComfyUI": [
[
"WTFDebugNode"
],
{
"title_aux": "WTF? - a debug node for ComfyUI"
}
],
"https://github.com/whatbirdisthat/cyberdolphin": [ "https://github.com/whatbirdisthat/cyberdolphin": [
[ [
"\ud83d\udc2c Gradio ChatInterface", "\ud83d\udc2c Gradio ChatInterface",
@ -16708,6 +16745,7 @@
], ],
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [ "https://github.com/yiwangsimple/ComfyUI_GroqChat": [
[ [
"DeepSeekTranslator",
"FileBasedChatNode", "FileBasedChatNode",
"GroqChatNode", "GroqChatNode",
"MoonshotMultiChatNode", "MoonshotMultiChatNode",