Skip to content

Commit 715e2ce

Browse files
refactoring the main tab
1 parent b7376a6 commit 715e2ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+4784
-5383
lines changed

enum.js

-5
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ const BackgroundHistoryEnum = {
3737
NoBackground: 'no_background',
3838
}
3939

40-
const PresetTypeEnum = {
41-
SDPreset: 'sd_preset',
42-
ControlNetPreset: 'controlnet_preset',
43-
}
4440
module.exports = {
4541
clickTypeEnum,
4642
generationModeEnum,
@@ -49,5 +45,4 @@ module.exports = {
4945
RequestStateEnum,
5046

5147
BackgroundHistoryEnum,
52-
PresetTypeEnum,
5348
}

index.html

+274-1,485
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)