Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.24 KB

SD Fast PNG Info

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

Changelog

2024-05-08

  • Fixed handling of multi-byte (non-ASCII) characters in userComment.

2024-04-30

  • Displaying the output in HTML.

2024-04-29

  • Migrating from Exifr to ExifReader JavaScript library.
  • Fixed convertNAI function.

Preview