Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates seamless file uploads from local system to Amazon S3 for AI artists, automating, organizing, and securing assets.
The UploadFileS3
node is designed to facilitate the seamless uploading of files from your local system to an Amazon S3 bucket. This node is particularly useful for AI artists who need to store and manage their creative assets in the cloud, ensuring easy access and backup. By leveraging this node, you can automate the process of uploading files, specify custom filenames, organize files into specific folders, and even choose to delete the local files after uploading. This functionality helps streamline your workflow, reduces manual effort, and ensures that your files are securely stored in the cloud.
This parameter allows you to specify a custom filename for the file being uploaded to S3. If left empty, the original filename of the local file will be used. This is useful for organizing and naming files in a way that makes sense for your project. The default value is an empty string.
This parameter specifies the path to the local file that you want to upload to S3. You can provide a single file path or a list of file paths. This is the source file that will be uploaded to the S3 bucket. The default value is "input/example.png".
This parameter defines the folder within the S3 bucket where the file will be uploaded. It helps in organizing your files within the bucket by categorizing them into specific folders. The default value is "output".
This parameter determines whether the local file should be deleted after it has been successfully uploaded to S3. It accepts two options: "true" or "false". If set to "true", the local file will be deleted post-upload, helping you manage local storage space. The default value is "false".
This output parameter returns the S3 path(s) of the uploaded file(s). It provides the location within the S3 bucket where the file has been stored, which can be used for further reference or processing. The output is a list of strings, each representing the S3 path of an uploaded file.
local_path
parameter points to the correct file or files you wish to upload to avoid errors.s3_filename
parameter to give your files meaningful names in the S3 bucket, which can help in better organization and retrieval.delete_local
parameter to "true" if you want to save local storage space by removing files after they are uploaded to S3. - Organize your files in the S3 bucket by specifying appropriate folder names in the s3_folder
parameter.<error_message>
© Copyright 2024 RunComfy. All Rights Reserved.