MNeMoNiCuZ / sd-webui-thumbnailizer

A thumbnail gallery / set management tool for Automatic1111 Webui
GNU General Public License v3.0
23 stars 4 forks source link

Support for webp format #20

Open LeFanch opened 2 days ago

LeFanch commented 2 days ago

In my UI settings, I set "File format for images" to webp (lossless), because it's smaller and keeps metadata. When I run Thumbnailizer, the log displays Thumbnail generated and saved as D:\data\... ... \checkpoints\MyModel\MyModel_v10.cat.png but actually, in the checkpoint directory I have a a webp file, with .webp extension, according to my WebUI settings. And I see nothing in the checkpoint gallery.

Thank you

MNeMoNiCuZ commented 2 days ago

Ah dang, I see. I haven't considered making it support multiple file extension formats. I'll need to look into that. Sorry for the trouble!