Quick Actions
- Open in New Tab: Opens the image in a separate browser tab.
- Download Image: Saves the image to your local device.
- Star Image: Pins the image to the top of the gallery. (Also available by clicking the star icon on hover).
The Gallery Panel is a fast way to review, find, and make use of images and videos you’ve generated and loaded. The Gallery is divided into Boards. The Uncategorized board is always present, but you can create your own for better organization. Boards are polymorphic — images and videos coexist on the same board and appear together in the gallery, sorted by creation time.

At the very top of the Gallery Panel, you will find the board disclosure and settings buttons.

The disclosure button shows the name of the currently selected board and allows you to toggle the visibility of the board thumbnails.
![]()
The settings button opens a list of customization options:

AUTO badge.
Below these buttons is the Search Boards text entry area, allowing you to quickly find specific boards by name. Next to it is the Add Board (+) button for creating new boards.
Each board has a context menu accessible via right-click (or Ctrl+click).
![]()
.zip file. A notification link will be provided when the download is ready. Videos are not included; download them individually from the gallery or viewer.Administrators can use Image Storage Maintenance to move existing image files and thumbnails into the current image subfolder strategy. This is separate from board organization and does not change image names, boards, generation metadata, or gallery records.
Every board is organized into two distinct tabs:
![]()
Virtual boards are read-only board groupings that Invoke computes on-the-fly from your gallery records rather than storing in the database. The first available type groups media By Date, creating one sub-board per day on which you generated images or videos.
Virtual boards are off by default. To enable them:
Selecting a date sub-board filters the gallery to just the images and videos from that day. The collapse state of the By Date section persists across reloads.
Because virtual boards are derived, not stored:
Every image generated by InvokeAI stores its generation metadata (prompt, seed, models, etc.) directly inside the file. You can read this data by selecting the image and clicking the Info button
in any result panel.
Additionally, each image has a context menu (right-click or Ctrl+click) with powerful workflow actions:

Options marked with an asterisk (*) require the image to have generation metadata.
Quick Actions
Generation & Workflows
Routing
Organization
Videos generated by InvokeAI (currently from the Wan 2.2 model family) appear alongside images in the same gallery view. Each video item displays a first-frame still as its thumbnail with a play badge in the corner; selecting it opens the video in the viewer where you can play it back inline.
You can upload existing videos to a board via the standard drop-or-upload affordance. The upload pipeline accepts MP4 files encoded with H.264/AVC only so uploaded videos can play in supported browsers. Other containers (.mov, .webm, .mkv) and codecs such as HEVC/H.265 are not transcoded on upload and are rejected at the API boundary. Re-encode them before uploading, for example with ffmpeg -i input.mov -c:v libx264 output.mp4.
The Concatenate Videos and Extract Video Range nodes encode video frames only; audio tracks are not preserved. Concatenation requires matching source frame rates unless an explicit output FPS is selected, which retimes the source frames.
Each video has a context menu with the same organization actions as images, plus video-appropriate variants:
Videos count toward board contents: a board with two images and three videos shows five items in the polymorphic gallery list and reports both totals in its stats.
This walkthrough covers the Gallery interface and Boards. For guidance on prompting and generation workflows, please refer to the Prompting Guide and AI Image Generation.
A huge shout-out to the core team working to make the Web GUI a reality, including psychedelicious, Kyle0654, and blessedcoolant. hipsterusername was the team’s unofficial cheerleader and added tooltips/docs.