Nodes Browser

ComfyDeploy: How ComfyUI-SaveAVIF works in ComfyUI?

What is ComfyUI-SaveAVIF?

A custom node on ComfyUI that saves images in AVIF format. Workflow can be loaded from images saved at this node.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-SaveAVIF and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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