RupertAvery / DiffusionToolkit

Metadata-indexer and Viewer for AI-generated images
MIT License
713 stars 44 forks source link

Proposed Feature: Find similar images #28

Open RupertAvery opened 1 year ago

RupertAvery commented 1 year ago

This will be a bit more complex. Find an algorithm that can break down an image into smaller data that can be used to compare against all other images (fast enough) for similarity.

Is this useful?

Eleksar387 commented 1 year ago

THIS!!!! Would be freaking awesome.

Would a face detection maybe be simpler for a starter? Maybe there are more algorithms out there for face only instead of all kinds of images.

Automaticism commented 1 year ago

Fuzzy matching or something similar for images. Seems that image matching is the topic.

Did a quick search, one finding from image matching topic: https://github.com/GrumpyZhou/image-matching-toolbox