Tags
Organize renders, sequences, and 360 LoRA outputs with color-coded labels
Last updated: 2026-07-11
Tags
What are Tags?
Tags are color-coded labels for organizing your renders, image sequences, and 360 LoRA outputs. Assign meaningful labels like "draft," "client-final," or "forest" to keep your library searchable.
Assigning Tags
Tags are assigned using the TagDropdown, available in three locations:
- CreateDock -- tag new renders or sequences before you start
- RenderControlBar -- add or remove tags while viewing a render
- SelectionBar -- bulk-assign tags to multiple selected items
TagDropdown
The TagDropdown is keyboard-navigable: use Arrow Up/Down to move between tags, Enter to toggle, and Escape to close. Type in the search field to autocomplete from existing tags, or use Create new tag to add one. Only one dropdown is open at a time across the app.
Bulk Tag Operations
Select multiple items in the library to bring up the SelectionBar. The TagDropdown shows a tri-state checkbox for each tag: checked (all selected items have it), indeterminate (some have it), or unchecked. Toggling a tag adds or removes it from every selected item.
Tag Filtering
Filter your library by one or more tags using AND logic -- only items matching all selected tags appear. Active filters are reflected in the URL as ?tags=tag-id-1,tag-id-2, making filtered views bookmarkable and shareable.
Tag Dots
Each library grid card displays up to four colored dots matching the tag's configured color, plus a count for any additional tags. Dots appear on hover for a glanceable overview.
Item-Type Scoped Tags
Tags are scoped by item type: a tag assigned to a render lives on its own API endpoint (/api/renders/{id}/tags) and does not mix with sequence or 360 LoRA tags, which use separate endpoints (/api/sequences/{id}/tags, /api/360-lora/{batch}/{var}/tags).