Gallery Panel | InvokeAI Documentation

Gallery Panel

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.

Board Display and Settings

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:

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.

Board Management

Each board has a context menu accessible via right-click (or Ctrl+click).

Image Storage Maintenance

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.

Board Contents

Every board is organized into two distinct tabs:

  1. Images/Videos: Images and videos generated directly within InvokeAI, shown interleaved by creation time.
  2. Assets: External images you have uploaded to use as an Image Prompt or within the Image to Image tab.

Virtual Boards

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:

  1. Open the board settings (gear icon at the top of the Gallery).
  2. Toggle Virtual Boards on.
  3. A collapsible By Date section appears in the board list, with a sub-board for each day that has images or videos. Each sub-board shows the date, image / asset / video counts, and a cover thumbnail (the newest item of that day, image or video).

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.

Limits

Because virtual boards are derived, not stored:

Image Interaction

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:

Quick Actions

Generation & Workflows

Routing

Organization

Videos in the Gallery

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.

Uploading Videos

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.

Video Context Menu

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.

Summary

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.

Acknowledgements

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.

This site was designed and developed by Aether Fox Studio.