Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 5 additions & 6 deletions invokeai/frontend/web/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3754,12 +3754,11 @@
"whatsNew": {
"whatsNewInInvoke": "What's New in Invoke",
"items": [
"New model types: Qwen Image, Qwen Image Edit, Anima.",
"Support for hosted models: Gemini (Nano Banana), GPT Image, Qwen, Seedream, Wan",
"Private and shared image boards and workflows in multiuser mode",
"Canvas lasso tool, save/restore function, and the ability to hide those pesky preview tiles",
"Custom node manager",
"Redesigned download queue"
"New model types: Krea.2-Turbo/Raw, Ideogram 4, Ernie",
"Video generation with Wan 2.2",
"Parallel generation on systems with multiple GPUs",
"Anima controlnets and inpainting mode",
"Performance improvements and bug fixes",
],
"readReleaseNotes": "Read Release Notes",
"readTheDocs": "Read the Docs",
Expand Down
2 changes: 1 addition & 1 deletion invokeai/version/invokeai_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.14.0-alpha"
__version__ = "6.14.0-rc2"
Loading