Skip to content

NoCrypt/sd-fast-pnginfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast PNG Info

an Extension for Stable Diffusion WebUI and Forge
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-06-21
  • Restored HTML display for better readability and visual comfort.
2024-05-21
  • HTML display removed.
  • it was unnecessary.
  • code simplified.
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