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