mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-31 15:17:58 -05:00
- Replace `get_counts` method with `get_tag_counts_with_filter` which gets the counts for a list of tags, filtering by a list of selected tags - Update `get_many` logic to apply tag filtering with AND logic, to match the new `get_tag_counts_with_filter` method - Update workflow library router