You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A perceptual hash is a fingerprint of a multimedia file derived from various features from its content. Unlike cryptographic hash functions which rely on the avalanche effect of small changes in input leading to drastic changes in the output, perceptual hashes are "close" to one another if the features are similar.
Finds the images in the directory that are most similar to the others and deletes the N most similar ones. Use to remove similar images before training stable diffusion models.
Rust duplicate image detector using standard phash (perceptual image hash) and pdqhash implementations, includes phdupes app: rust GUI (egui) and TUI (ratatui) for viewing and interacting with found duplicates, multithreaded scanning and (also RAW) image processing, configurable preload of images, metadata caching, Search inside Exif tags