GithubHelp home page GithubHelp logo

ccakmak60 / comfys3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from temryl/comfys3

0.0 0.0 0.0 137 KB

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.

License: GNU General Public License v3.0

Python 100.00%

comfys3's Introduction

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 = "..."

Available Features

ComfyUI nodes to:

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

Credits

comfys3's People

Contributors

temryl avatar ccakmak60 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.