w-e-w / sd-fast-pnginfo

Javascript version of webui PNG Info tab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Javascript version of webui PNG Info tab


Languages

Language:JavaScript 67.0%Language:Python 32.5%Language:CSS 0.5%