https://github.com/pkpkTech/ComfyUI-SaveAVIF
https://github.com/pkpkTech/ComfyUI-SaveAVIF
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkpkTech/ComfyUI-SaveAVIF
- Owner: pkpkTech
- Created: 2023-12-27T01:33:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T01:33:08.000Z (over 1 year ago)
- Last Synced: 2023-12-27T03:41:45.186Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-SaveAVIF**
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`