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',
|
'totalIterations',
|
||||||
'totalSteps',
|
'totalSteps',
|
||||||
'openModel',
|
'openModel',
|
||||||
|
'cancelOptions.cancelAfter',
|
||||||
].map((blacklistItem) => `system.${blacklistItem}`);
|
].map((blacklistItem) => `system.${blacklistItem}`);
|
||||||
|
|
||||||
const galleryBlacklist = [
|
const galleryBlacklist = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user