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

@@ -128,7 +128,11 @@ export async function stableDiff(currentChar:character,prompt:string){
"cfg_scale": db.sdCFG,
"prompt": prompts.join(','),
"negative_prompt": neg,
'sampler_name': db.sdConfig.sampler_name
'sampler_name': db.sdConfig.sampler_name,
"enable_hr": db.sdConfig.enable_hr,
"denoising_strength": db.sdConfig.denoising_strength,
"hr_scale": db.sdConfig.hr_scale,
"hr_upscaler": db.sdConfig.hr_upscaler
}
})