Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate image upload to ImgBB for AI artists, converting and transmitting images efficiently.
The ImgBBUpload node is designed to facilitate the seamless uploading of images to the ImgBB image hosting service. This node is particularly useful for AI artists who need to share their generated images quickly and efficiently. By converting image tensors into a format suitable for web upload, the node handles the entire process of image conversion, encoding, and transmission to ImgBB. The primary benefit of using this node is its ability to automate the image upload process, saving you time and effort while ensuring your images are readily accessible via a URL. This node is essential for those who frequently need to upload and share images as part of their workflow.
This parameter expects an image tensor that you wish to upload to ImgBB. The image tensor is converted into a format suitable for web upload, ensuring compatibility with ImgBB's API.
This is a required parameter that takes a string value representing your ImgBB API key. The API key is necessary for authenticating your upload request with ImgBB. Without a valid API key, the upload process cannot proceed. The default value is an empty string.
This boolean parameter determines whether the uploaded image should have an expiration time. If set to true, the image will be automatically deleted after a specified period. The default value is false.
This integer parameter specifies the duration (in seconds) for which the image will be available before it expires. It is only relevant if the expire
parameter is set to true. The minimum value is 60 seconds, and the maximum value is 15552000 seconds (approximately 180 days). The default value is 60 seconds.
This output parameter returns the URL of the uploaded image. You can use this URL to access and share the image hosted on ImgBB.
This output parameter provides the URL that can be used to delete the uploaded image from ImgBB. This is useful if you need to manage or remove your uploaded images.
expire
and expiration_time
parameters to manage the lifespan of your uploaded images, especially if you do not need them to be permanently available.image_url
output to quickly access and share your uploaded images.delete_url
handy if you need to remove the image from ImgBB at a later time.api_key
parameter is not provided or is empty.api_key
parameter.<specific error message from ImgBB>
© Copyright 2024 RunComfy. All Rights Reserved.