Merge pull request #67 from ilian6806/develop

Unsupported and old elements removed
pull/68/head
Ilian Iliev 2024-05-04 00:18:25 +03:00 committed by GitHub
commit b826168b89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 9 deletions

View File

@ -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',
};

View File

@ -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",