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:
psychedelicious 2024-03-19 15:59:35 +11:00
parent e8f4012b56
commit e40b715f39

View File

@ -24,7 +24,9 @@ export type AppFeature =
| 'resumeQueue' | 'resumeQueue'
| 'prependQueue' | 'prependQueue'
| 'invocationCache' | 'invocationCache'
| 'bulkDownload'; | 'bulkDownload'
| 'starterModels';
/** /**
* A disable-able Stable Diffusion feature * A disable-able Stable Diffusion feature
*/ */