Unsupported and old elements removed
parent
e31f6d1fe3
commit
fc42e3121b
|
|
@ -9,8 +9,6 @@ state.core = (function () {
|
|||
'prompt': 'prompt',
|
||||
'negative_prompt': 'neg_prompt',
|
||||
'sampling_steps': 'steps',
|
||||
'restore_faces': 'restore_faces',
|
||||
'tiling': 'tiling',
|
||||
'hires_steps': 'hires_steps',
|
||||
'hires_scale': 'hr_scale',
|
||||
'hires_resize_x': 'hr_resize_x',
|
||||
|
|
@ -58,7 +56,6 @@ state.core = (function () {
|
|||
};
|
||||
|
||||
const TOGGLE_BUTTONS = {
|
||||
'extra_networks': 'extra_networks',
|
||||
'hires_fix': 'hr',
|
||||
'refiner': 'enable',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ def on_ui_settings():
|
|||
"choices": [
|
||||
"prompt",
|
||||
"negative_prompt",
|
||||
"extra_networks",
|
||||
"styles",
|
||||
"sampling",
|
||||
"scheduler",
|
||||
|
|
@ -28,8 +27,6 @@ def on_ui_settings():
|
|||
"batch_size",
|
||||
"cfg_scale",
|
||||
"seed",
|
||||
"restore_faces",
|
||||
"tiling",
|
||||
"hires_fix",
|
||||
"hires_upscaler",
|
||||
"hires_steps",
|
||||
|
|
@ -56,7 +53,6 @@ def on_ui_settings():
|
|||
"choices": [
|
||||
"prompt",
|
||||
"negative_prompt",
|
||||
"extra_networks",
|
||||
"styles",
|
||||
"refiner",
|
||||
"refiner_checkpoint",
|
||||
|
|
@ -73,8 +69,6 @@ def on_ui_settings():
|
|||
"scheduler",
|
||||
"resize_mode",
|
||||
"sampling_steps",
|
||||
"restore_faces",
|
||||
"tiling",
|
||||
"width",
|
||||
"height",
|
||||
"batch_count",
|
||||
|
|
|
|||
Loading…
Reference in New Issue