From e743798cebe4b9b4c07f4a947f96edb6a9ba63fb Mon Sep 17 00:00:00 2001 From: FuChen Date: Mon, 13 May 2024 18:28:00 +0800 Subject: [PATCH] fix deps of comfyui bedrock --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8bfbd1fd..33f0cfb4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5739,7 +5739,7 @@ "files": [ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock" ], - "pip": ["boto3"], + "pip": ["boto3", "requests", "retry"], "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." },