fix deps of comfyui bedrock

This commit is contained in:
FuChen 2024-05-13 18:28:00 +08:00
parent d40d39418e
commit e743798ceb

View File

@ -5739,7 +5739,7 @@
"files": [ "files": [
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock" "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock"
], ],
"pip": ["boto3"], "pip": ["boto3", "requests", "retry"],
"install_type": "git-clone", "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": "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."
}, },