add option to disable multiselect

This commit is contained in:
Mary Hipp
2023-08-07 10:22:12 -04:00
committed by psychedelicious
parent 4367061b19
commit fe924daee3
2 changed files with 11 additions and 2 deletions

View File

@@ -96,7 +96,8 @@ export type AppFeature =
| 'consoleLogging'
| 'dynamicPrompting'
| 'batches'
| 'syncModels';
| 'syncModels'
| 'multiselect';
/**
* A disable-able Stable Diffusion feature