ComfyUI-SaveAVIF

ComfyUI-SaveAVIF
★ 2

ComfyUI插件AVIF格式工作流重现图像压缩
在 ComfyUI 中将生成图片保存为 AVIF 格式,支持从保存的图片加载工作流,压缩高效,便于重现与分享。
💡 将生成图像以 AVIF 保存并从中重建工作流。
🍴 2 Forks💻 Python🔄 2025-02-01
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/2df45d172dc1
📦 requirements.txt
pillow-avif-plugin
📄 README

ComfyUI-SaveAVIF

A custom node on ComfyUI that saves images in AVIF format.

Workflow can be loaded from images saved at this node.

Description:

It can be used in the same way as the Save Image node.

Note that encoding to AVIF takes a little time.

c_quality: Set quality for color (0 – 100, where 100 is lossless)

enc_speed: Encoder speed (0 – 10, slowest/smallest – fastest/largest)

When encoding is finished, the node outputs an image, which is a pass-through of the input.

This is intended for use such as notifying the end of encoding by connecting a node that plays a sound.

Installation:

Install it using ComfyUI Manager.

Or use git clone https://github.com/pkpkTech/ComfyUI-SaveAVIF in your ComfyUI custom nodes directory

and pip install -r requirements.txt