mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
9904b13997
commit
9771c98d90
@ -7141,7 +7141,7 @@
|
||||
"https://github.com/cerspense/ComfyUI_cspnodes"
|
||||
],
|
||||
"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",
|
||||
@ -9388,7 +9388,7 @@
|
||||
"https://github.com/jeffy5/comfyui-faceless-node"
|
||||
],
|
||||
"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",
|
||||
@ -9930,6 +9930,16 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "ComfyUI StoryCreater",
|
||||
@ -11566,14 +11576,14 @@
|
||||
},
|
||||
{
|
||||
"author": "APZmedia",
|
||||
"title": "APZmedia Clean File Name Node",
|
||||
"title": "APZmedia Clean Name",
|
||||
"id": "clean-filename",
|
||||
"reference": "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string",
|
||||
"files": [
|
||||
"https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string"
|
||||
],
|
||||
"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",
|
||||
@ -12097,6 +12107,30 @@
|
||||
"install_type": "git-clone",
|
||||
"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)"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -650,7 +650,7 @@
|
||||
"CleanFileNameNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "APZmedia Clean File Name Node"
|
||||
"title_aux": "APZmedia Clean Name"
|
||||
}
|
||||
],
|
||||
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [
|
||||
@ -5192,6 +5192,7 @@
|
||||
"tri3d-renormalize_array",
|
||||
"tri3d-run_AEMatter_inference",
|
||||
"tri3d-scaled-paste",
|
||||
"tri3d-scaled-paste_unsafe",
|
||||
"tri3d-simple_bg_swap",
|
||||
"tri3d-simple_rescale_histogram",
|
||||
"tri3d-skin-feathered-padded-mask",
|
||||
@ -7441,9 +7442,11 @@
|
||||
"https://github.com/cerspense/ComfyUI_cspnodes": [
|
||||
[
|
||||
"ImageDirIterator",
|
||||
"IncrementEveryN",
|
||||
"Modelscopet2v",
|
||||
"Modelscopev2v",
|
||||
"RemapRange",
|
||||
"ResizeByImage",
|
||||
"SplitImageChannels",
|
||||
"TextFileLineIterator",
|
||||
"VidDirIterator"
|
||||
@ -8284,6 +8287,14 @@
|
||||
"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": [
|
||||
[
|
||||
"CV2Tonemap",
|
||||
@ -10212,6 +10223,16 @@
|
||||
"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": [
|
||||
[
|
||||
"ChangeImageBorder"
|
||||
@ -10650,6 +10671,8 @@
|
||||
"FeishuDownloadImage",
|
||||
"FeishuGetHistory",
|
||||
"FeishuSendMsg",
|
||||
"FileOnlineDelete_gitee",
|
||||
"FileOnlineStorage_gitee",
|
||||
"KG_csv_toolkit_developer",
|
||||
"KG_csv_toolkit_user",
|
||||
"KG_json_toolkit_developer",
|
||||
@ -10669,6 +10692,7 @@
|
||||
"arxiv_tool",
|
||||
"bing_loader",
|
||||
"bing_tool",
|
||||
"bool_logic",
|
||||
"check_web_tool",
|
||||
"classify_function",
|
||||
"classify_function_plus",
|
||||
@ -10676,6 +10700,9 @@
|
||||
"classify_persona_plus",
|
||||
"clear_model",
|
||||
"custom_persona",
|
||||
"discord_bot",
|
||||
"discord_file_monitor",
|
||||
"discord_send",
|
||||
"ebd_tool",
|
||||
"end_dialog",
|
||||
"end_workflow",
|
||||
@ -10714,6 +10741,7 @@
|
||||
"load_url",
|
||||
"load_wikipedia",
|
||||
"new_interpreter_tool",
|
||||
"none2false",
|
||||
"omost_decode",
|
||||
"omost_setting",
|
||||
"openai_tts",
|
||||
@ -11473,9 +11501,9 @@
|
||||
[
|
||||
"FacelessFaceRestore",
|
||||
"FacelessFaceSwap",
|
||||
"FacelessLoadFrames",
|
||||
"FacelessLoadImageUrl",
|
||||
"FacelessLoadVideo",
|
||||
"FacelessLoadVideoImages",
|
||||
"FacelessLoadVideoUrl",
|
||||
"FacelessMergeVideos",
|
||||
"FacelessRemoveBackground",
|
||||
@ -13347,6 +13375,7 @@
|
||||
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
|
||||
[
|
||||
"DiscordServing",
|
||||
"ServingInputImage",
|
||||
"ServingInputNumber",
|
||||
"ServingInputText",
|
||||
"ServingOutput",
|
||||
@ -16466,6 +16495,14 @@
|
||||
"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": [
|
||||
[
|
||||
"\ud83d\udc2c Gradio ChatInterface",
|
||||
@ -16708,6 +16745,7 @@
|
||||
],
|
||||
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [
|
||||
[
|
||||
"DeepSeekTranslator",
|
||||
"FileBasedChatNode",
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
|
||||
2530
github-stats.json
2530
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -23,6 +23,38 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "ComfyUI-Visionatrix",
|
||||
@ -658,49 +690,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -650,7 +650,7 @@
|
||||
"CleanFileNameNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "APZmedia Clean File Name Node"
|
||||
"title_aux": "APZmedia Clean Name"
|
||||
}
|
||||
],
|
||||
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [
|
||||
@ -5192,6 +5192,7 @@
|
||||
"tri3d-renormalize_array",
|
||||
"tri3d-run_AEMatter_inference",
|
||||
"tri3d-scaled-paste",
|
||||
"tri3d-scaled-paste_unsafe",
|
||||
"tri3d-simple_bg_swap",
|
||||
"tri3d-simple_rescale_histogram",
|
||||
"tri3d-skin-feathered-padded-mask",
|
||||
@ -7441,9 +7442,11 @@
|
||||
"https://github.com/cerspense/ComfyUI_cspnodes": [
|
||||
[
|
||||
"ImageDirIterator",
|
||||
"IncrementEveryN",
|
||||
"Modelscopet2v",
|
||||
"Modelscopev2v",
|
||||
"RemapRange",
|
||||
"ResizeByImage",
|
||||
"SplitImageChannels",
|
||||
"TextFileLineIterator",
|
||||
"VidDirIterator"
|
||||
@ -8284,6 +8287,14 @@
|
||||
"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": [
|
||||
[
|
||||
"CV2Tonemap",
|
||||
@ -10212,6 +10223,16 @@
|
||||
"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": [
|
||||
[
|
||||
"ChangeImageBorder"
|
||||
@ -10650,6 +10671,8 @@
|
||||
"FeishuDownloadImage",
|
||||
"FeishuGetHistory",
|
||||
"FeishuSendMsg",
|
||||
"FileOnlineDelete_gitee",
|
||||
"FileOnlineStorage_gitee",
|
||||
"KG_csv_toolkit_developer",
|
||||
"KG_csv_toolkit_user",
|
||||
"KG_json_toolkit_developer",
|
||||
@ -10669,6 +10692,7 @@
|
||||
"arxiv_tool",
|
||||
"bing_loader",
|
||||
"bing_tool",
|
||||
"bool_logic",
|
||||
"check_web_tool",
|
||||
"classify_function",
|
||||
"classify_function_plus",
|
||||
@ -10676,6 +10700,9 @@
|
||||
"classify_persona_plus",
|
||||
"clear_model",
|
||||
"custom_persona",
|
||||
"discord_bot",
|
||||
"discord_file_monitor",
|
||||
"discord_send",
|
||||
"ebd_tool",
|
||||
"end_dialog",
|
||||
"end_workflow",
|
||||
@ -10714,6 +10741,7 @@
|
||||
"load_url",
|
||||
"load_wikipedia",
|
||||
"new_interpreter_tool",
|
||||
"none2false",
|
||||
"omost_decode",
|
||||
"omost_setting",
|
||||
"openai_tts",
|
||||
@ -11473,9 +11501,9 @@
|
||||
[
|
||||
"FacelessFaceRestore",
|
||||
"FacelessFaceSwap",
|
||||
"FacelessLoadFrames",
|
||||
"FacelessLoadImageUrl",
|
||||
"FacelessLoadVideo",
|
||||
"FacelessLoadVideoImages",
|
||||
"FacelessLoadVideoUrl",
|
||||
"FacelessMergeVideos",
|
||||
"FacelessRemoveBackground",
|
||||
@ -13347,6 +13375,7 @@
|
||||
"https://github.com/matan1905/ComfyUI-Serving-Toolkit": [
|
||||
[
|
||||
"DiscordServing",
|
||||
"ServingInputImage",
|
||||
"ServingInputNumber",
|
||||
"ServingInputText",
|
||||
"ServingOutput",
|
||||
@ -16466,6 +16495,14 @@
|
||||
"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": [
|
||||
[
|
||||
"\ud83d\udc2c Gradio ChatInterface",
|
||||
@ -16708,6 +16745,7 @@
|
||||
],
|
||||
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [
|
||||
[
|
||||
"DeepSeekTranslator",
|
||||
"FileBasedChatNode",
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user