yfszzx / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
489 stars 235 forks source link

Search limited to filename #83

Open Luke-L opened 1 year ago

Luke-L commented 1 year ago

Shouldn't search cover the filename and the prompts from the metadata? its very annoying to have to use a 3rd party program to search tags from metadata.

AlUlkesh commented 1 year ago

I suspect this wasn't done, because opening several 10000 files and reading that info would probably be rather slow. A database would be really useful here.

Luke-L commented 1 year ago

I suspect this wasn't done, because opening several 10000 files and reading that info would probably be rather slow. A database would be really useful here.

lol you mean like the csv log file with all your gens and prompts? and i def dont have 10k files, so not sure what youre doing with those

AlUlkesh commented 1 year ago

No, the csv file is optional, default is to store that data inside the image files.

And if you look at issue 80, someone has run into a 64K limit. So yes, people keep them.

Luke-L commented 1 year ago

ooookay, so just because someone hit the limit means it shouldnt be an option for the rest of us? seems like it shouldnt be that hard to implement