Skip to content

jkawamoto/sd-image-viewer

Repository files navigation

SD image viewer

Go application

This application is an image viewer for PNG files generated by StableDiffusion web UI. It allows full-text search through the prompt.

Installation

The compiled binary is available on the GitHub release page. The binary is provided for Windows, Mac, and Linux.

Usage

To launch the application, run the following command in the terminal:

./sd-image-viewer -port 8080 /path/to/image/folder

Here, /path/to/image/folder is the path to the folder where StableDiffusion web UI has saved the PNG files.

After launching the application, the following message will be displayed:

2023/04/28 00:31:47 Serving sd image viewer at http://127.0.0.1:8080

This message contains the URL of the web server that the application has launched. Users can open this URL in a web browser to use the image viewer.

License

This application is released under the MIT License. For details, see the LICENSE file.