update DB

This commit is contained in:
Dr.Lt.Data 2024-07-06 23:22:21 +09:00
parent 7adafa453d
commit 040346ef5d
6 changed files with 762 additions and 748 deletions

View File

@ -11131,7 +11131,7 @@
"files": [ "files": [
"https://github.com/Smuzzies/comfyui_meme_maker" "https://github.com/Smuzzies/comfyui_meme_maker"
], ],
"install_type": "copy", "install_type": "git-clone",
"description": "Meme Maker Node for ComfyUI." "description": "Meme Maker Node for ComfyUI."
}, },

View File

@ -9827,6 +9827,7 @@
[ [
"About_us", "About_us",
"CLIPTextEncode_party", "CLIPTextEncode_party",
"CosyVoice",
"Dingding", "Dingding",
"Dingding_tool", "Dingding_tool",
"KG_csv_toolkit_developer", "KG_csv_toolkit_developer",
@ -13691,6 +13692,7 @@
], ],
"https://github.com/shadowcz007/comfyui-liveportrait": [ "https://github.com/shadowcz007/comfyui-liveportrait": [
[ [
"FaceCropInfo",
"LivePortraitNode" "LivePortraitNode"
], ],
{ {

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,17 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
}, },
{
"author": "justUmen",
"title": "Bjornulf_custom_nodes [WIP]",
"reference": "https://github.com/justUmen/Bjornulf_custom_nodes",
"files": [
"https://github.com/justUmen/Bjornulf_custom_nodes"
],
"install_type": "git-clone",
"description": "Nodes: ollamaLoader, ShowText, ShowInt, LoopTexts, LoopFloat, LoopInteger, ..."
},
{ {
"author": "807502278", "author": "807502278",
"title": "ComfyUI-3D-MeshTool [WIP]", "title": "ComfyUI-3D-MeshTool [WIP]",

View File

@ -19,7 +19,7 @@
"files": [ "files": [
"https://github.com/Smuzzies/comfyui_meme_maker" "https://github.com/Smuzzies/comfyui_meme_maker"
], ],
"install_type": "copy", "install_type": "git-clone",
"description": "Meme Maker Node for ComfyUI." "description": "Meme Maker Node for ComfyUI."
}, },
{ {
@ -680,17 +680,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI nodes to use Microsoft's Florence2 vision model. Supports captioning, object detection and segmentation" "description": "ComfyUI nodes to use Microsoft's Florence2 vision model. Supports captioning, object detection and segmentation"
},
{
"author": "spacepxl",
"title": "ComfyUI-Florence-2",
"id": "florence2-spacepxl",
"reference": "https://github.com/spacepxl/ComfyUI-Florence-2",
"files": [
"https://github.com/spacepxl/ComfyUI-Florence-2"
],
"install_type": "git-clone",
"description": "[a/https://huggingface.co/microsoft/Florence-2-large-ft](https://huggingface.co/microsoft/Florence-2-large-ft)\nLarge or base model, support for captioning and bbox task modes, more coming soon."
} }
] ]
} }

View File

@ -9827,6 +9827,7 @@
[ [
"About_us", "About_us",
"CLIPTextEncode_party", "CLIPTextEncode_party",
"CosyVoice",
"Dingding", "Dingding",
"Dingding_tool", "Dingding_tool",
"KG_csv_toolkit_developer", "KG_csv_toolkit_developer",
@ -13691,6 +13692,7 @@
], ],
"https://github.com/shadowcz007/comfyui-liveportrait": [ "https://github.com/shadowcz007/comfyui-liveportrait": [
[ [
"FaceCropInfo",
"LivePortraitNode" "LivePortraitNode"
], ],
{ {