APZmedia-comfyui-fast-image-save

APZmedia-comfyui-fast-image-save
★ 5

图像保存透明通道(alpha)PNG/JPEG/WebP压缩优化
在ComfyUI中高效保存图像,支持可选透明通道(alpha)及PNG、JPEG、WebP格式,提供压缩优化以加快存储并减小体积。
💡 在ComfyUI工作流中高效导出带透明通道的图片
🍴 2 Forks💻 Python🔄 2025-04-21
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/f414772aa5c3
📦 requirements.txt
opencv-python
numpy
📄 README

APZmedia Fast Image Save Node

This node for ComfyUI allows saving images faster than other nodes using PIL. It supports saving images in formats like PNG, JPEG, and WebP.

It is suitable for image sequences where speed is necessary. It works faster if compression is off.

IMPORTANT: IT DOESN’T SAVE THE WORKFLOW IN THE IMAGES

Features

  • Supports saving images in JPEG and WebP formats.
  • Optimized image saving with optional compression.
  • To do

  • Support for masks to add alpha channel to images.
  • Installation

  • Clone this repository:
  • “`bash

    git clone https://github.com/your-repo/ComfyUI-APZmedia-fast-image-save