Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates seamless image uploads to remote servers for AI artists, supporting various formats and metadata embedding.
The UploadToRemote
node is designed to facilitate the seamless uploading of images to a specified remote server. This node is particularly useful for AI artists who need to share their generated images or results with remote systems or services. By converting images into a specified format and embedding optional metadata, this node ensures that your images are uploaded efficiently and with the desired quality. The node operates asynchronously, allowing for non-blocking uploads, and supports various image formats such as JPEG, PNG, and WEBP. Additionally, it can embed workflow prompts into the image metadata, making it a versatile tool for managing and sharing your creative outputs.
The remote_url
parameter specifies the destination URL where the images will be uploaded. This is a required parameter and must be a valid URL string. The URL determines the remote server or service that will receive the uploaded images.
The extension
parameter defines the format in which the images will be saved before uploading. Available options are jpeg
, webp
, png
, jpg
, and gif
. The default value is jpeg
. This parameter impacts the file size and quality of the uploaded images.
The quality
parameter sets the quality level for the image compression, applicable to formats like JPEG and WEBP. It is an integer value ranging from 1 to 100, with a default value of 85. Higher values result in better image quality but larger file sizes.
The embed_workflow
parameter determines whether to embed the workflow prompt into the image metadata. It accepts two values: false
and true
, with the default being false
. When set to true
, the prompt used to generate the image is included in the metadata, which can be useful for tracking and documentation purposes.
The images
parameter is an optional list of images to be uploaded. These images are processed and converted based on the specified extension
and quality
settings. If no images are provided, the node will not perform any upload.
The extra
parameter is an optional string that can be used to include additional data or metadata with the upload. This data is sent along with the images to the remote server.
The track_id
parameter is an optional string that can be used to track the upload process. It is included in the upload data and can be used for logging or monitoring purposes.
The unique_id
parameter is a hidden field that uniquely identifies the upload session. It is used internally to manage the upload process and ensure that each upload is distinct.
The prompt
parameter is a hidden field that contains the prompt used to generate the images. If embed_workflow
is set to true
, this prompt is embedded into the image metadata.
This node does not produce any output parameters. Its primary function is to upload images to a remote server, and it does not return any values upon completion.
remote_url
is correctly specified and accessible to avoid upload failures.extension
and quality
settings based on the desired balance between image quality and file size.embed_workflow
option to include prompts in the image metadata for better tracking and documentation.track_id
parameter to monitor and log the upload process, especially when uploading multiple images.remote_url
provided is not a valid URL or is inaccessible.extension
is not supported for image conversion.extension
parameter is set to one of the supported formats: jpeg
, webp
, png
, jpg
, or gif
.images
parameter.images
parameter contains a list of images to be uploaded.© Copyright 2024 RunComfy. All Rights Reserved.