Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.11 KB

EOG SD Prompts Plugin

A plugin to display Stable Diffusion prompts in EOG (Eye of Gnome) image viewer

Screenshot

Requirements

This plugin requires PyGObject and the SD-Parsers Library.

PyGObject should be available as system package on most distributions (e.g.: python3-gobject on Fedora Linux).

Installation

Using pip (git needs to be installed), the installation can be done like this:

pip install --upgrade git+https://github.com/d3x-at/eog-sd-prompts-plugin

After installation, you will need to add a symbolic link to your user's EOG plugin directory.

Executing python3 -m eog_sd_prompts_plugin install will do exactly that for you if you feel lazy.

Alternatively, download this repository using your preferred method and put the eog_sd_prompts_plugin folder into $XDG_DATA_HOME/eog/plugins/.

In that case, you will need to install the SD-Parsers library separately using:

pip install sd-parsers

Credits

Idea and motivation using AUTOMATIC1111's stable diffusion webui