diff --git a/enum.js b/enum.js index 65b485e..1cf996a 100644 --- a/enum.js +++ b/enum.js @@ -41,6 +41,10 @@ const BackgroundHistoryEnum = { NoBackground: 'no_background', } +const PresetTypeEnum = { + SDPreset: 'sd_preset', + ControlNetPreset: 'controlnet_preset', +} module.exports = { clickTypeEnum, generationModeEnum, @@ -49,4 +53,5 @@ module.exports = { RequestStateEnum, DocumentTypeEnum, BackgroundHistoryEnum, + PresetTypeEnum, } diff --git a/index.html b/index.html index 46b36ad..d3ae786 100644 --- a/index.html +++ b/index.html @@ -1692,6 +1692,25 @@ > New Preset +