This commit is contained in:
Qing
2023-12-03 16:00:31 +08:00
parent ef79177966
commit 8be37c93dd
7 changed files with 200 additions and 192 deletions

View File

@@ -179,6 +179,7 @@ const defaultValues: AppState = {
support_freeu: false,
support_lcm_lora: false,
is_single_file_diffusers: false,
need_prompt: false,
},
showCroper: false,
enableDownloadMask: false,

View File

@@ -12,6 +12,7 @@ export interface ModelInfo {
controlnets: string[]
support_freeu: boolean
support_lcm_lora: boolean
need_prompt: boolean
is_single_file_diffusers: boolean
}