V7#2
Merged
Merged
Conversation
relies completely on lucide now for icons
Migration 22 recreated the models table via RENAME + DROP, which rewrote model_relationships' foreign keys to point at the dropped models_old table. Reads kept working but every INSERT failed with "no such table: main.models_old". Migration 32 rebuilds the table referencing models(id) and carries over relationships whose models still exist. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Adds GET /api/v2/models/models_dir returning the resolved absolute models directory, so clients can display full paths for managed models whose config `path` is stored relative to it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The shell frame no longer applies its own padding, so widgets own their edge spacing; the widget header gains a bottom border and fixed height. Gallery and preview views compensate with their own padding. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
New shell-level building blocks so widgets stop hand-rolling the same plumbing: - useNotify: recordNotice dispatch wrapped in success/error/info helpers - createExternalStore/createListenerChannel: factory for module stores backed by useSyncExternalStore - ConfirmDialog: controlled confirmation dialog with pending state - MenuContent: Menu.Content with the workbench popover surface styling (adopted by ImageContextMenu) - Scrollable: standard hover-scrollbar ScrollArea wrapper - Field: gains optional error/helpText line below the control Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Full model manager for the workbench, replacing the legacy frontend's with feature parity and more: - models/ domain layer: REST client for /api/v2/models, open-union types that tolerate unknown backend values, zod form schemas, and module stores (library, install jobs with live socket-fed download progress, starter catalog, session UI state) - center view: library master-detail with bulk delete, Add Models (starters with one-click bundles and filters, URL/local path, HuggingFace, folder scan, API keys), and a live install queue with pause/resume/cancel/retry - side panel: compact browser with drill-in detail overlay - detail pane: identity editing, per-model default settings, related models, trigger phrases, cover image upload, convert/re-identify/ delete with confirmations - shared ModelSelect combobox over the installed library - maintenance menu: refresh, orphaned-model cleanup, empty model cache - ModelsRuntime keeps stores synced across reconnects and toasts install outcomes even when no manager surface is mounted - model install socket events forwarded through the queue coordinator; Model Manager layout preset; new deps: zod, react-icons Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Bundles act like playlists in a left sidebar: clicking one filters the models list to its contents, and a per-bundle download action queues every missing model in the pack (green check once fully installed). An "All starter models" row returns to the full catalog, the list header reflects the selected bundle, and search/type/base filters apply within it. Replaces the bundle cards and their hover previews; sidebar and list scroll independently, with the AddModelsView tab icons added alongside. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
# Conflicts: # invokeai/app/api/routers/session_queue.py # invokeai/app/services/session_queue/session_queue_sqlite.py # invokeai/app/services/shared/sqlite/sqlite_util.py # invokeai/app/services/shared/sqlite_migrator/migrations/migration_32.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Working on a v7 branch on a v7 fork is a bit reclusive, merging into main here.
Related Issues / Discussions
QA Instructions
Merge Plan
Checklist
What's Newcopy (if doing a release after this PR)