https://github.com/mrchipset/ComfyUI-SaveImageS3
This is a comfyui custom_nodes to save image to s3 storage
https://github.com/mrchipset/ComfyUI-SaveImageS3
Last synced: 4 months ago
JSON representation
This is a comfyui custom_nodes to save image to s3 storage
- Host: GitHub
- URL: https://github.com/mrchipset/ComfyUI-SaveImageS3
- Owner: mrchipset
- License: gpl-3.0
- Created: 2024-12-09T05:13:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T05:36:49.000Z (4 months ago)
- Last Synced: 2024-12-09T06:26:35.793Z (4 months ago)
- Language: Python
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-SaveImageS3** - compatible oss. (All Workflows Sorted by GitHub Stars)
README
# ComfyUI-SaveImageS3
This is a comfyui custom node to save image to minio and S3-compatible system. It will save the image and as well as the workflow setup and prompt.## Usage
1. Setup the S3 connection information in setting window
2. Fill in the S3 connection information including endpoint, bucket, access key and secret key.
3. Drag the node into your flow and fill in the image prefix. This custom node is extened by the offical save file node. So, it will also save a copy to local disk just like the official node does.
