Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
5725f7a
feat(model): add Wan 2.2 image generation support (Phases 0-2)
lstein May 9, 2026
ad4a31e
feat(model): Wan 2.2 Phase 3 + tokenizer-load fix
lstein May 9, 2026
f9a22c1
feat(model): Wan 2.2 Phase 4 - GGUF transformer support
lstein May 9, 2026
11b7eb3
feat(model): Wan 2.2 Phase 5 - LoRA support
lstein May 10, 2026
22799af
feat(model): Wan 2.2 Phase 7 - reference-image (I2V) conditioning
lstein May 11, 2026
5d5f8cb
test(wan): add Phase 8 inpaint regression tests
lstein May 11, 2026
c595452
feat(wan): Phase 9 piece #1 - linear-view T2V txt2img graph builder
lstein May 11, 2026
727eff9
feat(wan): add Wan 2.2 starter models and bundle
lstein May 12, 2026
6c076c5
fix(wan): recall low-noise transformer, component source, and standal…
lstein May 12, 2026
b9b0665
chore(frontend): typegen
lstein May 12, 2026
2d1add8
feat(wan): add default Wan 2.2 T2V and I2V workflows
lstein May 12, 2026
19d5c53
feat(videos): Phase 1 - backend video storage, records, REST API
lstein May 12, 2026
a0913ea
feat(videos): Phase 2 - polymorphic gallery list endpoint
lstein May 12, 2026
c9aff11
feat(videos): Phase 3 - frontend RTK endpoints + MP4 upload routing
lstein May 12, 2026
7cf98cb
feat(videos): Phase 4 - mixed gallery grid with video play badge
lstein May 12, 2026
50d9588
feat(videos): Phase 5 - inline video player in the image viewer
lstein May 12, 2026
1f62b44
fix(videos): accept MP4 (and other video) drops on the fullscreen dro…
lstein May 12, 2026
c9ce8d6
feat(videos): right-click context menu on video items
lstein May 12, 2026
216322f
feat(wan): Phase 6 - Wan 2.2 T2V/I2V workflow nodes
lstein May 12, 2026
87982e9
feat(wan): add Wan 2.2 T2V and I2V starter video workflows
lstein May 12, 2026
cac3662
fix(wan): startup crash from stringified VideoOutput annotation
lstein May 12, 2026
7f89d69
feat(wan): add Wan 2.2 Lightning T2V starter workflow
lstein May 12, 2026
325fbbd
feat(wan): add Wan 2.2 Lightning T2V and I2V starter workflows
lstein May 12, 2026
715df66
fix(wan): use FFMPEG plugin (not pyav) for MP4 encode
lstein May 12, 2026
9117315
feat(wan): log VAE decode and MP4 encode milestones in wan_l2v
lstein May 12, 2026
7b4eee1
fix(wan): switch video thumbnail/probe to imageio[ffmpeg] backend
lstein May 12, 2026
a7dfb3e
fix(videos): handle VideoField outputs in invocation_complete
lstein May 12, 2026
9f212d7
feat(video): add 'Frame from Video' invocation
lstein May 12, 2026
e29e738
feat(video): add 'Concatenate Videos' invocation
lstein May 12, 2026
e5d1fd8
fix(videos): show full-resolution first frame in viewer
lstein May 12, 2026
d477fea
fix(nodes): show 'Save in gallery' on video-output nodes
lstein May 12, 2026
321bdd8
chore: remove unwanted planning documents
lstein May 12, 2026
ce8859b
chore: fix ruff I001 import-order violations
lstein May 13, 2026
405d263
fix(videos): restrict uploads to MP4 only
lstein May 13, 2026
2e8f7c4
chore(videos): clean up stale @knipignore on consumed hooks
lstein May 13, 2026
577ea88
docs(videos): document invalidate/select race in addVideosToGallery
lstein May 13, 2026
537ef6c
feat(video): add Video Primitive invocation and VideoField input UI
lstein May 13, 2026
b077727
chore(backend): ruff
lstein May 13, 2026
bfbe641
chore(frontend): typegen
lstein May 13, 2026
0e6a0cf
Merge branch 'main' into lstein/feature/wan-video-support
JPPhoto May 13, 2026
73d7450
feat(wan): split Wan 2.2 starter bundle into T2V and I2V
lstein May 13, 2026
0361dd0
fix(videos): tighten multiuser isolation in list and board-move endpo…
lstein May 13, 2026
f6408e7
fix(boards): cascade video deletion when deleting a board with media
lstein May 13, 2026
94f5c0c
fix(videos): return affected_boards from board move/remove endpoints
lstein May 13, 2026
6d514ef
fix(videos): stream uploads, FileResponse for full video + thumbnail
lstein May 13, 2026
e529719
fix(videos): localize video UI strings
lstein May 13, 2026
1ab9627
fix(video-invocations): exact frame counts and odd-tf transitions
lstein May 13, 2026
a764380
docs(gallery): describe video gallery items, upload, and deletion
lstein May 13, 2026
2208ff5
test(videos): regression coverage for PR #9163 review fixes
lstein May 13, 2026
fa0de57
feat(wan): add 'Wan 2.2 I2V Ideal Dimensions' invocation
lstein May 13, 2026
c68def2
feat(wan): swap target_short_side int for 480p/720p/1080p preset drop…
lstein May 13, 2026
3ae6b9b
fix(wan): empty_cache around the I2V reference-image VAE encode
lstein May 13, 2026
e7699b6
feat(wan): support TI2V-5B in the video denoise node (T2V mode)
lstein May 13, 2026
07a366f
fix(wan): instantiate TI2V-5B VAE with the right architectural config
lstein May 13, 2026
1596c9b
fix(wan): variant-aware default scheduler for standalone installs
lstein May 13, 2026
5a2ca3b
feat(wan): TI2V-5B image-to-video support
lstein May 13, 2026
9449a33
fix(videos): show denoise progress overlay over the video viewer
lstein May 13, 2026
d870233
chore(lint): apply ruff format + isort across recent Wan video work
lstein May 13, 2026
ef283bc
docs(features): add user guide for Wan 2.2 video generation
lstein May 13, 2026
a3bdc33
fix(nodes): skip image-DTO fetch for videos in Current Image node
lstein May 13, 2026
e01c991
fix(videos): clear stale progress overlay + force first-frame paint
lstein May 14, 2026
5ec7e33
fix(hotkeys): skip image-DTO fetch for videos in GlobalImageHotkeys
lstein May 14, 2026
53b2f4d
fix(wan): empty CUDA cache between A14B expert swaps
lstein May 14, 2026
add40b0
feat(videos): allow drag-and-drop to change a video's board
lstein May 14, 2026
f0e2aa4
fix(wan): force outgoing A14B expert off GPU on swap
lstein May 14, 2026
fd4fdfe
fix(gallery): restore shift/ctrl-click range selection in image grid
lstein May 14, 2026
a421f9c
chore(typegen): regenerate schema.ts
lstein May 14, 2026
2106f10
chore(startup): silence HF tokenizers fork-after-parallelism warning
lstein May 14, 2026
672df1a
chore(startup): hoist TOKENIZERS_PARALLELISM=false to module level
lstein May 14, 2026
ea5ab1b
feat(videos): replace window.confirm with ConfirmationAlertDialog
lstein May 14, 2026
7c04b48
fix(gallery): refetch polymorphic gallery cache on image completion
lstein May 14, 2026
e980c54
review: address 2nd-pass code review findings
lstein May 14, 2026
5d82828
Merge branch 'main' into lstein/feature/wan-video-support
lstein May 14, 2026
ca2a2cd
chore(frontend): typegen
lstein May 14, 2026
aafc871
Merge remote-tracking branch 'refs/remotes/origin/lstein/feature/wan-…
lstein May 14, 2026
4cd9d70
fix(gallery): multi-select context menu actions for videos
lstein May 14, 2026
48e9ec0
Merge branch 'main' into lstein/feature/wan-video-support
JPPhoto May 15, 2026
b09e65c
fix(multiuser): address Pfannkuchensack PR #9163 review findings
lstein May 15, 2026
4883850
Merge branch 'main' into lstein/feature/wan-video-support
lstein May 15, 2026
7ea0fab
chore(openapi): regenerate openapi.json
lstein May 15, 2026
0fafffc
feat(workflows): add "Image to Video - Add Frames" starter workflow
lstein May 15, 2026
15a7657
Merge remote-tracking branch 'upstream/main' into lstein/feature/wan-…
lstein May 15, 2026
e1070c9
fix(gallery): video viewer polish and selection regressions
lstein May 15, 2026
a2b2409
fix(gallery): bulk video drag-to-board and shift-click range selection
lstein May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
169 changes: 0 additions & 169 deletions USER_ISOLATION_IMPLEMENTATION.md

This file was deleted.

29 changes: 25 additions & 4 deletions docs/src/content/docs/features/gallery.mdx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Gallery Panel
description: Learn how to manage, organize, and use your generated images and assets with the Gallery Panel in InvokeAI.
description: Learn how to manage, organize, and use your generated images, videos, and assets with the Gallery Panel in InvokeAI.
lastUpdated: 2026-02-19
sidebar:
order: 1
---

import { Card, CardGrid, Steps } from '@astrojs/starlight/components';

The Gallery Panel is a fast way to review, find, and make use of images 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.
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.

![Gallery Panel Overview](./assets/gallery.png)

Expand Down Expand Up @@ -51,10 +51,10 @@ Each board has a context menu accessible via right-click (or Ctrl+click).

- **Auto-add to this Board:** If *Auto-Assign Board on Click* is disabled in settings, use this option to quickly set the selected board as the default destination for new images.
- **Download Board:** Packages all images within the board into a `.zip` file. A notification link will be provided when the download is ready.
- **Delete Board:** Permanently removes the board and all of its contents.
- **Delete Board:** Permanently removes the board and all of its contents — both images **and** videos.

:::danger
Deleting a board will **permanently delete all images** contained within it. Proceed with caution!
Deleting a board will **permanently delete all images and videos** contained within it. Proceed with caution!
:::

### Board Contents
Expand Down Expand Up @@ -107,6 +107,27 @@ Additionally, each image has a context menu (right-click or Ctrl+click) with pow

---

## 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 only**. Other containers (`.mov`, `.webm`, `.mkv`) are not transcoded on upload and are rejected at the API boundary — re-encode them to MP4 (for example with `ffmpeg -i input.mov -c:v libx264 output.mp4`) before uploading.

### Video Context Menu

Each video has a context menu with the same organization actions as images, plus video-appropriate variants:

- **Open in New Tab / Download:** Opens or saves the raw MP4 file.
- **Star Video:** Pins the video to the top of the gallery.
- **Change Board:** Moves the video to a different board. *(Drag-and-drop onto board thumbnails also works.)*
- **Delete Video:** Permanently deletes the video and its thumbnail.

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](/concepts/prompting-guide/) and [AI Image Generation](/concepts/image-generation/).
Expand Down
Loading
Loading