ComfyS3

ComfyS3
★ 58

云存储Amazon S3文件上传下载图像视频管理
在ComfyUI中无缝对接Amazon S3,提供节点用于从/向S3桶上传下载文件、加载/保存图片、保存VHS视频,并支持通过ComfyUI-Manager安装;checkpoint与视频加载待实现。
💡 在ComfyUI中直接从S3加载与保存图片及文件
🍴 34 Forks💻 Python🔄 2024-11-05
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/6862a2001521
📦 requirements.txt
python-dotenv==1.0.1
boto3==1.34.32
📄 README

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:

  • Look for “ComfyS3`, and be sure the author is `TemryL“. Install it.
  • Manually:

  • Clone this repo into custom_nodes folder in ComfyUI.
  • 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

  • S3_ENDPOINT_URL“ allows the useage of a AWS Private Link or Other S3 Compatible Storage Solutions
  • S3_ADDRESSING_STYLE“ allows the useage of different S3 addressing styles: auto/virtual/path, default is auto, useful for S3-Compatible Storage Solutions
  • Available Features

    ComfyUI nodes to:

  • [x] standalone download/upload file from/to Amazon S3
  • [x] load/save image from/to Amazon S3 buckets
  • [x] save VHS (VideoHelperSuite) video files to Amazon S3 buckets
  • [x] install ComfyS3 from ComfyUI-Manager
  • [ ] load checkpoints from Amazon S3 buckets
  • [ ] load video from Amazon S3 buckets
  • Credits

  • ComfyUI
  • ComfyUI-VideoHelperSuite