Skip to content

Markofka007/SDTagSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SDTagSearch

A GUI application to search for StableDiffusion images that match specified generation tags.

This was made to work with ComfuiUI-generated images. This also only works if your prompt conditioning node is node number 6, but I might change this later. Right now it finds the prompt by converting the metadata to a dict and finding the text in node 6, but I might have to use regex to find the prompt in the future.

This code was frankensteined from a few other smaller projects I had so don't judge the code too much 💀

Usage

  1. Download main.py
  2. Run pip install Pillow
  3. Modify input_dir (line 7) to the directory with your StableDiffusion generated images
  4. Run the code

About

A GUI application to search for StableDiffusion images that match specified generation tags.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages