python-dotenv==1.0.1 boto3==1.34.32
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.
ComfyS3`, and be sure the author is `TemryL“. Install it.custom_nodes folder in ComfyUI.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 = "..."
S3_ENDPOINT_URL“ allows the useage of a AWS Private Link or Other S3 Compatible Storage SolutionsS3_ADDRESSING_STYLE“ allows the useage of different S3 addressing styles: auto/virtual/path, default is auto, useful for S3-Compatible Storage SolutionsComfyUI nodes to: