cfg scale to 9
This commit is contained in:
parent
c752eebd9a
commit
983bfcfc9e
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ async function generate(i, prompt, b64Img) {
|
||||||
width: 512,
|
width: 512,
|
||||||
height: 512,
|
height: 512,
|
||||||
},
|
},
|
||||||
cfg_scale: 5,
|
cfg_scale: 9,
|
||||||
use_gfpgan: true,
|
use_gfpgan: true,
|
||||||
use_real_esrgan: true,
|
use_real_esrgan: true,
|
||||||
use_ldsr: true,
|
use_ldsr: true,
|
||||||
|
|
|
@ -28,7 +28,7 @@ async function generate(i, prompt, client) {
|
||||||
width: 512,
|
width: 512,
|
||||||
height: 512,
|
height: 512,
|
||||||
},
|
},
|
||||||
cfg_scale: 5,
|
cfg_scale: 9,
|
||||||
use_gfpgan: true,
|
use_gfpgan: true,
|
||||||
use_real_esrgan: true,
|
use_real_esrgan: true,
|
||||||
use_ldsr: true,
|
use_ldsr: true,
|
||||||
|
|
Loading…
Reference in a new issue