SD Fast PNG Info is an extension for Stable Diffusion WebUI
The extension uses a dynamically loaded ExifReader
library module to extract image metadata locally.
Eliminating the need to upload it to a server, resulting in Fast PNG Info.
This is particularly noticeable when running the webui on online services, such as Google Colab, Kaggle, SageMaker Studio Lab, etc.
Support:
- PNG parameters
- JPEG and Avif userComment
- Novel AI parameters with brackets conversion
- Fixed handling of multi-byte (non-ASCII) characters in
userComment
.
- Displaying the output in HTML.
- Migrating from Exifr to ExifReader JavaScript library.
- Fixed convertNAI function.