enable Upscaler option

This commit is contained in:
wkdwnsqja
2023-05-08 22:07:22 +09:00
parent b1a2817ece
commit b7515c5594
3 changed files with 39 additions and 17 deletions

View File

@@ -177,8 +177,9 @@ export function setDatabase(data:Database){
height:512,
sampler_name:"Euler a",
script_name:"",
enable_hr:false,
hr_scale: 2,
denoising_strength:0.7,
enable_hr:true,
hr_scale:1.25,
hr_upscaler:"Latent"
}
}
@@ -346,7 +347,8 @@ interface sdConfig{
height:number
sampler_name:string
script_name:string
enable_hr:boolean
denoising_strength:number
enable_hr:string
hr_scale: number
hr_upscaler:string
}