cfg scale to 9

This commit is contained in:
Supositware 2022-10-17 21:32:36 +02:00
parent c752eebd9a
commit 983bfcfc9e
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ async function generate(i, prompt, b64Img) {
width: 512,
height: 512,
},
cfg_scale: 5,
cfg_scale: 9,
use_gfpgan: true,
use_real_esrgan: true,
use_ldsr: true,

View file

@ -28,7 +28,7 @@ async function generate(i, prompt, client) {
width: 512,
height: 512,
},
cfg_scale: 5,
cfg_scale: 9,
use_gfpgan: true,
use_real_esrgan: true,
use_ldsr: true,