PNGInfo / README.md
Andrei Zhytkevich
fix readme, add outputs
6b42aaf
|
raw
history blame
692 Bytes
metadata
title: Test Space
emoji: πŸš€
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 3.16.2
app_file: app.py
pinned: false
license: wtfpl

PNG Parameters Viewer (png-params)

GitHub This is Gradio project for reading and displaying an image and its metadata from url.

Usage

  • Copy image link;
  • Paste it into the url field
  • Submit

Generation parameters text can be directly used in AUTOMATIC1111 UI

Running locally

Prerequisites

Python 3

Install requirements

pip install -r requirements.txt

Run

python images.py

Open UI

Usually Gradio UI is running on http://127.0.0.1:7860