SD Image Explorer is a simple Flutter app that enables you to view images which were generated using the Stable Diffusion algorithm with Automatic1111 or other tools. It is a standalone, crossplatform program which runs on Windows, MacOS and Linux.
It also provides an easy way to access the included EXIF data, which contains the parameters used to create the image.
You can easily open the image with a click on a button, with your standard image viewer und then drag and drop it from there to Automatic1111 if you would like to further improve the image.
- View images which were generated using the Stable Diffusion algorithm
- Access EXIF data which contains the parameters used to generate the image
- Easy to use UI
https://github.com/beeekey/sd_image_explorer/releases
(if somebody can compile it for linux, feel free to do so ...)
Unzip the file and run the *.exe or *.app
- Clone or download the repository
- Open the project in your favorite editor
- Install Flutter https://docs.flutter.dev/get-started/install
- Compile the app for the platform you need.
- Run the app on your device or emulator
If you have any questions or issues regarding the SD Image Explorer, please open an issue on the repository.