Browse Source

add custom nodes Amazon Bedrock (#645)

pull/648/head
yytdfc 7 months ago committed by GitHub
parent
commit
07a2877357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      custom-node-list.json

11
custom-node-list.json

@ -5300,6 +5300,17 @@
"install_type": "git-clone",
"description": "ComfyUI reference implementation for [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) models. [w/WARN:The repository name has been changed. For those who have previously installed it, please delete custom_nodes/ComfyUI-PhotoMaker from disk and reinstall this.]"
},
{
"author": "yytdfc",
"title": "Amazon Bedrock nodes for ComfyUI",
"reference": "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock",
"files": [
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-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."
},
{
"author": "Qais Malkawi",
"title": "ComfyUI-Qais-Helper",

Loading…
Cancel
Save