Skip to content

Instantly share code, notes, and snippets.

@r7vz9h3
r7vz9h3 / findgens.py
Created January 3, 2023 23:04
Dumb script to index and search prompts of Stable Diffusion images from A1111's WebUI. Supports PNG, JPG, and WEBP.
#!/usr/bin/python3
import argparse
import glob
import re
import piexif
import piexif.helper
import warnings
import pickle
from PIL import Image