Extensions/Image Saving and Base64 Encoding Script
ComfyUI Extension

Image Saving and Base64 Encoding Script

Based on the original SaveImage node from ComfyUI This ComfyUI node provides functionality to save images in PNG format while simultaneously generating and returning…

By GrailGreg·Created about a year ago·Updated about a year ago· 2
GrailGreg/images_base64
Nodes2
On cloudLocal install
Categoryimage, Image base 64
Stars2
Updatedabout a year ago
Readme

Image Saving and Base64 Encoding Script

Based on the original SaveImage node from ComfyUI This ComfyUI node provides functionality to save images in PNG format while simultaneously generating and returning their Base64 encoded strings. This is particularly useful for applications that require image data to be transmitted as strings, such as web applications.

Features

  • Saves images in PNG format.
  • Returns Base64 encoded strings of the saved images.
  • Supports metadata handling for saved images.
  • Allows for different output types and file naming conventions.