diff --git a/commands/AI/img2img.js b/commands/AI/img2img.js index f6fd8d3..bd837d8 100644 --- a/commands/AI/img2img.js +++ b/commands/AI/img2img.js @@ -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, diff --git a/commands/AI/txt2img.js b/commands/AI/txt2img.js index 9b5e6a9..fa9b588 100644 --- a/commands/AI/txt2img.js +++ b/commands/AI/txt2img.js @@ -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,