mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): add starterModels
feature
This can be disabled to prevent a toast from appearing, linking users to the model manager tab.
This commit is contained in:
parent
e8f4012b56
commit
e40b715f39
@ -24,7 +24,9 @@ export type AppFeature =
|
||||
| 'resumeQueue'
|
||||
| 'prependQueue'
|
||||
| 'invocationCache'
|
||||
| 'bulkDownload';
|
||||
| 'bulkDownload'
|
||||
| 'starterModels';
|
||||
|
||||
/**
|
||||
* A disable-able Stable Diffusion feature
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user