Merge pull request #64 from ilian6806/develop

Added scheduler state
pull/68/head
Ilian Iliev 2024-04-29 15:40:38 +03:00 committed by GitHub
commit 6002d69281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ state.core = (function () {
const SELECTS = {
'sampling': 'sampling',
'scheduler': 'scheduler',
'hires_upscaler': 'hr_upscaler',
'script': '#script_list',
};

View File

@ -20,6 +20,7 @@ def on_ui_settings():
"extra_networks",
"styles",
"sampling",
"scheduler",
"sampling_steps",
"width",
"height",
@ -47,6 +48,7 @@ def on_ui_settings():
"extra_networks",
"styles",
"sampling",
"scheduler",
"resize_mode",
"sampling_steps",
"restore_faces",