comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
58.98k stars 6.26k forks source link

.avif image format support #1609

Open Kiaazad opened 1 year ago

Kiaazad commented 1 year ago

I've noticed a sharp uptake of the .avif file format, it would be great to get the file format supported in the image loader, to avoid having to convert those images.

fofr commented 4 months ago

I think this is now as simple as:

import pillow_avif

With pillow-avif-plugin in requirements.

Kiaazad commented 4 months ago

As a non-coder I have to ask, is that something I can do? or it has to be added to the the source code by the devs?

fofr commented 4 months ago

Still a dev task