update DB

This commit is contained in:
Dr.Lt.Data 2024-07-13 17:53:08 +09:00
parent 5fbcaf10ff
commit 90ae9af6ed
5 changed files with 61 additions and 16 deletions

View File

@ -11490,6 +11490,16 @@
"install_type": "git-clone", "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." "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": "miaoshouai",
"title": "MiaoshouAI Tagger for ComfyUI",
"reference": "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger",
"files": [
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger"
],
"install_type": "git-clone",
"description": "Nodes to use Florence2 VLM for image tagging and captioning."
},

View File

@ -9334,7 +9334,10 @@
], ],
"https://github.com/florestefano1975/comfyui-portrait-master": [ "https://github.com/florestefano1975/comfyui-portrait-master": [
[ [
"PortraitMaster" "PortraitMaster",
"PortraitMasterBaseCharacter",
"PortraitMasterSkinDetails",
"PortraitMasterStylePose"
], ],
{ {
"title_aux": "comfyui-portrait-master" "title_aux": "comfyui-portrait-master"
@ -9952,10 +9955,11 @@
"Griptape Agent Config: Amazon Bedrock", "Griptape Agent Config: Amazon Bedrock",
"Griptape Agent Config: Anthropic", "Griptape Agent Config: Anthropic",
"Griptape Agent Config: Google", "Griptape Agent Config: Google",
"Griptape Agent Config: HuggingFace",
"Griptape Agent Config: LM Studio", "Griptape Agent Config: LM Studio",
"Griptape Agent Config: Ollama", "Griptape Agent Config: Ollama",
"Griptape Agent Config: OpenAI", "Griptape Agent Config: OpenAI",
"Griptape Agent Config: OpenAI Compatible", "Griptape Agent Config: OpenAI Compatable",
"Griptape Audio Driver: OpenAI", "Griptape Audio Driver: OpenAI",
"Griptape Combine: Merge Inputs", "Griptape Combine: Merge Inputs",
"Griptape Combine: Merge Texts", "Griptape Combine: Merge Texts",
@ -10140,6 +10144,7 @@
[ [
"About_us", "About_us",
"CLIPTextEncode_party", "CLIPTextEncode_party",
"ChatTTS_Node",
"CosyVoice", "CosyVoice",
"Dingding", "Dingding",
"Dingding_tool", "Dingding_tool",
@ -12929,6 +12934,15 @@
"title_aux": "ComfyUI-FrameFX" "title_aux": "ComfyUI-FrameFX"
} }
], ],
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": [
[
"Miaoshouai_SaveTags",
"Miaoshouai_Tagger"
],
{
"title_aux": "MiaoshouAI Tagger for ComfyUI"
}
],
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [ "https://github.com/mihaiiancu/ComfyUI_Inpaint": [
[ [
"InpaintMediapipe" "InpaintMediapipe"
@ -15838,6 +15852,8 @@
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [ "https://github.com/yiwangsimple/ComfyUI_GroqChat": [
[ [
"GroqChatNode", "GroqChatNode",
"MoonshotMultiChatNode",
"MoonshotSingleChatNode",
"PaliGemmaPixelProse" "PaliGemmaPixelProse"
], ],
{ {

View File

@ -4054,6 +4054,11 @@
"last_update": "2024-07-12 15:17:54", "last_update": "2024-07-12 15:17:54",
"author_account_age_days": 20 "author_account_age_days": 20
}, },
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": {
"stars": 0,
"last_update": "2024-07-13 06:49:20",
"author_account_age_days": 487
},
"https://github.com/mihaiiancu/ComfyUI_Inpaint": { "https://github.com/mihaiiancu/ComfyUI_Inpaint": {
"stars": 9, "stars": 9,
"last_update": "2024-05-22 18:19:38", "last_update": "2024-05-22 18:19:38",

View File

@ -10,7 +10,16 @@
{
"author": "miaoshouai",
"title": "MiaoshouAI Tagger for ComfyUI",
"reference": "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger",
"files": [
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger"
],
"install_type": "git-clone",
"description": "Nodes to use Florence2 VLM for image tagging and captioning."
},
{ {
"author": "sn0w12", "author": "sn0w12",
"title": "ComfyUI-Sn0w-Scripts", "title": "ComfyUI-Sn0w-Scripts",
@ -678,17 +687,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:TCL EbSynth, TCL Extract Frames (From File), TCL Extract Frames (From Video), TCL Combine Frames, TCL Save Video (From Frames)" "description": "Nodes:TCL EbSynth, TCL Extract Frames (From File), TCL Extract Frames (From Video), TCL Combine Frames, TCL Save Video (From Frames)"
},
{
"author": "AIFSH",
"title": "ComfyUI-AuraSR",
"id": "aurasr",
"reference": "https://github.com/AIFSH/ComfyUI-AuraSR",
"files": [
"https://github.com/AIFSH/ComfyUI-AuraSR"
],
"install_type": "git-clone",
"description": "a node for [a/AuraSR](https://github.com/fal-ai/aura-sr)"
} }
] ]
} }

View File

@ -9334,7 +9334,10 @@
], ],
"https://github.com/florestefano1975/comfyui-portrait-master": [ "https://github.com/florestefano1975/comfyui-portrait-master": [
[ [
"PortraitMaster" "PortraitMaster",
"PortraitMasterBaseCharacter",
"PortraitMasterSkinDetails",
"PortraitMasterStylePose"
], ],
{ {
"title_aux": "comfyui-portrait-master" "title_aux": "comfyui-portrait-master"
@ -9952,10 +9955,11 @@
"Griptape Agent Config: Amazon Bedrock", "Griptape Agent Config: Amazon Bedrock",
"Griptape Agent Config: Anthropic", "Griptape Agent Config: Anthropic",
"Griptape Agent Config: Google", "Griptape Agent Config: Google",
"Griptape Agent Config: HuggingFace",
"Griptape Agent Config: LM Studio", "Griptape Agent Config: LM Studio",
"Griptape Agent Config: Ollama", "Griptape Agent Config: Ollama",
"Griptape Agent Config: OpenAI", "Griptape Agent Config: OpenAI",
"Griptape Agent Config: OpenAI Compatible", "Griptape Agent Config: OpenAI Compatable",
"Griptape Audio Driver: OpenAI", "Griptape Audio Driver: OpenAI",
"Griptape Combine: Merge Inputs", "Griptape Combine: Merge Inputs",
"Griptape Combine: Merge Texts", "Griptape Combine: Merge Texts",
@ -10140,6 +10144,7 @@
[ [
"About_us", "About_us",
"CLIPTextEncode_party", "CLIPTextEncode_party",
"ChatTTS_Node",
"CosyVoice", "CosyVoice",
"Dingding", "Dingding",
"Dingding_tool", "Dingding_tool",
@ -12929,6 +12934,15 @@
"title_aux": "ComfyUI-FrameFX" "title_aux": "ComfyUI-FrameFX"
} }
], ],
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": [
[
"Miaoshouai_SaveTags",
"Miaoshouai_Tagger"
],
{
"title_aux": "MiaoshouAI Tagger for ComfyUI"
}
],
"https://github.com/mihaiiancu/ComfyUI_Inpaint": [ "https://github.com/mihaiiancu/ComfyUI_Inpaint": [
[ [
"InpaintMediapipe" "InpaintMediapipe"
@ -15838,6 +15852,8 @@
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [ "https://github.com/yiwangsimple/ComfyUI_GroqChat": [
[ [
"GroqChatNode", "GroqChatNode",
"MoonshotMultiChatNode",
"MoonshotSingleChatNode",
"PaliGemmaPixelProse" "PaliGemmaPixelProse"
], ],
{ {