Important: sorl thubmnail now has built-in avif support, please use that instead.
a python package to add avif support to sorl-thumbnail.
pip install sorl-thumbnail-avifadd these lines to your settings file:
THUMBNAIL_FORMAT = "AVIF"
THUMBNAIL_ENGINE = "sorl_thumbnail_avif.thubmnail.engines.AvifEngine"
THUMBNAIL_BACKEND = "sorl_thumbnail_avif.thubmnail.AvifThumbnail"note: you can use any of the sorl-thumbnail supported formats as well, so JPEG or others also work.