Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jkawamoto/sd-image-viewer

A web application to browse images generated by Stable Diffusion
https://github.com/jkawamoto/sd-image-viewer

golang openai-api stable-diffusion web-application

Last synced: 13 days ago
JSON representation

A web application to browse images generated by Stable Diffusion

Awesome Lists containing this project

README

        

# SD image viewer
[![Go application](https://github.com/jkawamoto/sd-image-viewer/actions/workflows/ci.yaml/badge.svg)](https://github.com/jkawamoto/sd-image-viewer/actions/workflows/ci.yaml)

This application is an image viewer for PNG files generated by
[StableDiffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui).
It allows full-text search through the prompt.

## Installation

The compiled binary is available on the [GitHub release page](https://github.com/jkawamoto/sd-image-viewer/releases).
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](LICENSE) file.