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
- Host: GitHub
- URL: https://github.com/nocrypt/sd-fast-pnginfo
- Owner: NoCrypt
- Created: 2023-03-09T13:23:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T17:02:48.000Z (about 1 year ago)
- Last Synced: 2025-04-14T23:13:59.750Z (10 months ago)
- Topics: stable-diffusion-webui-plugin
- Language: JavaScript
- Homepage:
- Size: 27.2 MB
- Stars: 39
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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