Feature: Add Tag System for user made Workflows#8673
Merged
lstein merged 3 commits intoinvoke-ai:mainfrom Dec 22, 2025
Merged
Conversation
lstein
approved these changes
Dec 22, 2025
Collaborator
lstein
left a comment
There was a problem hiding this comment.
I reviewed code and performed functional testing on my Linux system. Everything seems to be working as advertised. There were initially PR test failures for python 3.11 and 3.12 on Windows, but these were not reproducible, so I'm giving it an approve.
joshistoast
pushed a commit
to joshistoast/InvokeAI
that referenced
this pull request
Dec 23, 2025
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
1 task
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds dynamic tag filtering for user workflows in the Workflow Library. Previously, only the "Browse Workflows" view (default workflows) had tag filtering with a fixed set of categories. Now, "Your Workflows" also supports tag filtering, with tags dynamically loaded from the user's actual workflow collection.
Changes:
Backend:
GET /api/v1/workflows/tagsendpoint that returns all unique tags from workflowsget_all_tags()method toWorkflowRecordsStorageBaseandSqliteWorkflowRecordsStorageFrontend:
useGetAllTagsQueryhook for the new tags endpointWorkflowTagscache tag for proper invalidationWorkflowLibrarySideNavto show dynamic tags for "Your Workflows" view and static categories for "Browse Workflows"WorkflowListto apply tag filtering for bothyoursanddefaultsviewsRelated Issues / Discussions
Request from a discord user
QA Instructions
Merge Plan
No special merge plan required. This is an additive feature with no breaking changes.
Checklist
What's Newcopy (if doing a release after this PR)