TemryL / ComfyS3

ComfyS3 seamlessly integrates with Amazon S3 in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface.
GNU General Public License v3.0
30 stars 17 forks source link
amazon-s3 aws-s3 comfyui comfyui-nodes

ComfyS3: Amazon S3 Integration for ComfyUI

ComfyS3 seamlessly integrates with Amazon S3 in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface.

Installation

Using ComfyUI Manager:

Manually:

Define S3 Config

Create .env file in ComfyS3 root folder with the following variables:

S3_REGION = "..."
S3_ACCESS_KEY = "..."
S3_SECRET_KEY = "..."
S3_BUCKET_NAME = "..."
S3_INPUT_DIR = "..."
S3_OUTPUT_DIR = "..."

Optional S3 Config Variables

Available Features

ComfyUI nodes to:

Credits