Conversation
Yeah, but well beyond what my coding + an LLM can do. Feel free to rip out whatever parts of this you want, though! Or treat that as a future iteration of what's here? |
Oh funny I didn't see the changes you made already before I posted. I mean, all the search APIs are already in the UI, so making a modal to bring them all into one place shouldn't be too hard. Maybe one of these days I can work on a proof of concept, or even check out what you've done so far. |
Please! |
|
I'd add that this would be a great opportunity to do a "search by image similarity". I've been thinking of setting up a vector database in invoke and store embeddings from each output image. We could do a really fast image-based search using something like that. We could also implement a vector search of the prompts. Wouldn't that be fun? |
That would be sick! |
|
This could be an action modal in addition to search, showing available actions for the current image selection. This way people don't need to hunt for buttons when they can just ctrlk and type in |
|
Maybe we could iterate on this rather than getting it all in at once? 😅 |
|
Just merged in |

Summary
Implements a more powerful search modal that we can expand over time to support additional fields (date, author, etc.)
Related Issues / Discussions
Discussed on Discord as one potential search upgrade implementation.
QA Instructions
Merge Plan
Checklist
What's Newcopy (if doing a release after this PR)