commit
6002d69281
|
|
@ -31,6 +31,7 @@ state.core = (function () {
|
||||||
|
|
||||||
const SELECTS = {
|
const SELECTS = {
|
||||||
'sampling': 'sampling',
|
'sampling': 'sampling',
|
||||||
|
'scheduler': 'scheduler',
|
||||||
'hires_upscaler': 'hr_upscaler',
|
'hires_upscaler': 'hr_upscaler',
|
||||||
'script': '#script_list',
|
'script': '#script_list',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ def on_ui_settings():
|
||||||
"extra_networks",
|
"extra_networks",
|
||||||
"styles",
|
"styles",
|
||||||
"sampling",
|
"sampling",
|
||||||
|
"scheduler",
|
||||||
"sampling_steps",
|
"sampling_steps",
|
||||||
"width",
|
"width",
|
||||||
"height",
|
"height",
|
||||||
|
|
@ -47,6 +48,7 @@ def on_ui_settings():
|
||||||
"extra_networks",
|
"extra_networks",
|
||||||
"styles",
|
"styles",
|
||||||
"sampling",
|
"sampling",
|
||||||
|
"scheduler",
|
||||||
"resize_mode",
|
"resize_mode",
|
||||||
"sampling_steps",
|
"sampling_steps",
|
||||||
"restore_faces",
|
"restore_faces",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue