File tree Expand file tree Collapse file tree
src/features/ui/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ Invoke is a leading creative engine built to empower professionals and enthusias
1616
1717![ Highlighted Features - Canvas and Workflows] ( https://github.com/invoke-ai/InvokeAI/assets/31807370/708f7a82-084f-4860-bfbe-e2588c53548d )
1818
19+ ---
20+ > ## 📣 Are you a new or returning InvokeAI user?
21+ > Take our first annual [ User's Survey] ( https://forms.gle/rCE5KuQ7Wfrd1UnS7 )
22+
23+ ---
24+
1925# Documentation
2026
2127| ** Quick Links** |
Original file line number Diff line number Diff line change 28592859 "whatsNewInInvoke" : " What's New in Invoke" ,
28602860 "items" : [
28612861 " Support for Z-Image-Turbo: InvokeAI now supports the fast and accurate Z-Image-Turbo model. See 'Starter Models' to get started." ,
2862- " Workflow Editor: You can now organize your custom workflows with tags to facilitate search and retrieval." ,
28632862 " Hotkeys: Add and edit keyboard shortcuts for any of Invoke's major functions." ,
28642863 " Model Manager: The Model Manager user interface now supports bulk tagging and deletion."
28652864 ],
2865+ "takeUserSurvey" : " 📣 Let us know how you like InvokeAI. Take our User Experience Survey!" ,
28662866 "readReleaseNotes" : " Read Release Notes" ,
28672867 "watchRecentReleaseVideos" : " Watch Recent Release Videos" ,
28682868 "watchUiUpdatesOverview" : " Watch UI Updates Overview"
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ export const WhatsNew = () => {
2828 < Flex gap = { 4 } flexDir = "column" >
2929 < UnorderedList fontSize = "sm" > { items } </ UnorderedList >
3030 < Flex flexDir = "column" gap = { 1 } >
31+ < ExternalLink
32+ fontSize = "sm"
33+ fontWeight = "semibold"
34+ label = { t ( 'whatsNew.takeUserSurvey' ) }
35+ href = "https://forms.gle/rCE5KuQ7Wfrd1UnS7"
36+ />
3137 < ExternalLink
3238 fontSize = "sm"
3339 fontWeight = "semibold"
You can’t perform that action at this time.
0 commit comments