mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): persist blacklist cancelAfter
This commit is contained in:
parent
a53c3269db
commit
a5e065048e
@ -48,6 +48,7 @@ const systemBlacklist = [
|
||||
'totalIterations',
|
||||
'totalSteps',
|
||||
'openModel',
|
||||
'cancelOptions.cancelAfter',
|
||||
].map((blacklistItem) => `system.${blacklistItem}`);
|
||||
|
||||
const galleryBlacklist = [
|
||||
|
Loading…
Reference in New Issue
Block a user