update DB

This commit is contained in:
dr.lt.data
2024-02-22 12:52:44 +09:00
parent 1902ba8a29
commit 83429403dd
6 changed files with 117 additions and 125 deletions

View File

@@ -10,6 +10,16 @@
},
{
"author": "LykosAI",
"title": "ComfyUI Nodes for Inference.Core",
"reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes",
"files": [
"https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes"
],
"install_type": "git-clone",
"description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names."
},
{
"author": "cubiq",
"title": "Face Analysis for ComfyUI",
@@ -42,14 +52,13 @@
},
{
"author": "yytdfc",
"title": "Amazon Bedrock nodes for ComfyUI",
"title": "Amazon Bedrock nodes for for ComfyUI",
"reference": "https://github.com/yytdfc/ComfyUI-Bedrock",
"files": [
"https://github.com/yytdfc/ComfyUI-Bedrock"
],
"pip": ["boto3"],
"install_type": "git-clone",
"description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline."
"description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL."
},
{
"author": "ZHO-ZHO-ZHO",