Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jkawamoto/sd-image-viewer
- Owner: jkawamoto
- License: mit
- Created: 2023-04-26T04:06:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T05:59:23.000Z (about 2 months ago)
- Last Synced: 2024-09-18T08:23:36.216Z (about 2 months ago)
- Topics: golang, openai-api, stable-diffusion, web-application
- Language: Go
- Homepage:
- Size: 941 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.