ComfyS3
ComfyS3 copied to clipboard
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 buck...
Search and Replace allows to add date `%date:yyyy-MM-dd%` to filenames or target a Import/Export Field of a Node. On any None Primitive Node a Property "Node name for S&R" allows...
Hey! My name is Robin and I'm from [comfy-org](https://comfy.org/)! We would love to have you join the Comfy Registry, a public collection of custom nodes which lets authors publish nodes...
The code in download_file_s3.py at line 25, should be "return (local_path,)", rather than "return local_path". Hope for fixed at next version. reference: https://github.com/TemryL/ComfyS3/blame/1efc620180676cdc122957b4a3afbc5ae176f324/src/nodes/download_file_s3.py#L25C25-L25C25
@TemryL Image Save node outputs 3 files. But the Upload File to S3 node uploads all of them with the same name, causing them to be overwritten. This never happened...
download_file_s3 return a tuple
The application currently uses IAM access key to upload objects to s3 buckets. Storing access key directly in the server is not recommended as might lead to security breach and...
The changes implement AWS security best practices that highlight use of IAM role instead of long term credentials like Access key and secret inside the AWS Instances. This fix uses...
## Files get overwritten when trying to save into subfolders It seems that using `filename_prefix` with a `/` character to separate into multiple subfolders is not working (it does work...