enable Upscaler option
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user