An open API service indexing awesome lists of open source software.

https://github.com/nocrypt/sd-fast-pnginfo

Javascript version of webui PNG Info tab
https://github.com/nocrypt/sd-fast-pnginfo

stable-diffusion-webui-plugin

Last synced: 10 months ago
JSON representation

Javascript version of webui PNG Info tab

Awesome Lists containing this project

README

          

# SD Fast PNG Info
SD Fast PNG Info is an extension for [Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui)

The extension uses a dynamically loaded [ExifReader](https://github.com/mattiasw/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](https://github.com/MikeKovarik/exifr) to [ExifReader](https://github.com/mattiasw/ExifReader) JavaScript library.

- Fixed convertNAI function.

Preview