One of the biggest issues in my opinion with using stable diffusion is organizing files. I ended up making this program to help.
Effectively this program is very simple, it's a file browser - what's special about it though is that it allows you to create metadata about all the files you're browsing. This lets you organize, categorize, rate, and tag files.
It does not support actually modifying any of these files. You cannot move, rename, copy, delete any of the files by interacting with them within the program!
https://imgur.com/a/1nIta9M
CAVEAT: I download models using StabilityMatrix - this automatically downloads a .preview image and a .cm-info.json file for each model - this makes it integrate seamlessly with this program! You can set your own preview files by naming a file the same as the lora or checkpoint ending in ".preview.(whatever image extension it is)"
There are some special features that make this program targeted for Stable Diffusion, files categorized as Checkpoint or Lora support Gallery view, where the program will find the most recent images (and videos!) generated with the checkpoint or lora filename in its filename (it also supports custom keywords in the filename) and display them in a gallery alongside the checkpoint file. I find this very helpful for evaluating new checkpoints and lora.
Watch this video to see a program overview:
There is still a lot of room for improvement on this program, but I figured it's better to get it out and see if anyone is interested in this or has feedback, otherwise I'll just go back to developing this just for myself.
Open source code:
Description
V1.4
Efficiency Update - Resolved the high RAM usage with large folder structures, now I can load 13k images and use under 500mb of RAM
V1.3
MASSIVE OVERHAUL - it's way more robust now and all the features are working (at least in the intended use case, I'm sure you can break it) - database is much more robust against file moves and deletions (although PLEASE GIVE FEEDBACK if you find issues, it works on my system are famous last words)
v1.1.2
Cache issue with the folder directories prevented new folders from showing up - should be resolved now
v1.1.1
Some files were being misaligned in the metadata - had to increase the hash in order to maintain unique identifiers. Should be transparent to your database!
v1.1
I removed V1.0 - the database had an error where it would not maintain metadata when you moved a file! Fixed now + extra features!