diff --git a/enum.js b/enum.js index 163017bf..6fc4c99d 100644 --- a/enum.js +++ b/enum.js @@ -37,10 +37,6 @@ const BackgroundHistoryEnum = { NoBackground: 'no_background', } -const PresetTypeEnum = { - SDPreset: 'sd_preset', - ControlNetPreset: 'controlnet_preset', -} module.exports = { clickTypeEnum, generationModeEnum, @@ -49,5 +45,4 @@ module.exports = { RequestStateEnum, BackgroundHistoryEnum, - PresetTypeEnum, } diff --git a/index.html b/index.html index c3d6875f..ba242ef4 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ .content { padding: 0 18px; - display: none; + /* display: none; */ overflow: hidden; } @@ -425,9 +425,6 @@ #tiNumberOfSteps { width: 50%; - } - - #tiNumberOfSteps { width: auto; } @@ -742,9 +739,7 @@
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
- |
-