Skip to content

martin-rizzo/SDPromptViewer

Repository files navigation

Stable Diffusion Prompt Viewer

Plugin for "Eye of GNOME" that shows the embedded prompts in the images generated by Stable Diffusion WebUI.

screenshot

Platform Language License Last

This is a plugin for Eye of Gnome (EoG) that allows you to view prompts and generation information that is embedded within the PNG files of images generated by Stable Diffusion WebUI. This project is not affiliated with or an official extension of Stable Diffusion WebUI, it is simply a plugin to view the information generated by this tool.

Installation from source code

To install the plugin from source code the necessary tools and dependencies such as GTK and EoG development components are required.

Once the dependencies are installed, the plugin can be easily compiled and installed using the plugin.sh script.

To compile and install the plugin, use the following command in the terminal:

git clone https://github.com/martin-rizzo/SDPromptViewer.git
cd SDPromptViewer
./plugin.sh install

To uninstall the plugin, use the following command in the terminal:

cd SDPromptViewer
./plugin.sh remove

License

Copyright (c) 2023 Martin Rizzo
This project is licensed under the MIT license.
See the "LICENSE" file for details.

About

A plugin for "Eye of GNOME" that shows the embedded prompts in the images generated by Stable Diffusion WebUI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published