From 983bfcfc9e1c988a44c550025dd090a4315dcbce Mon Sep 17 00:00:00 2001 From: Supositware Date: Mon, 17 Oct 2022 21:32:36 +0200 Subject: [PATCH] cfg scale to 9 --- commands/AI/img2img.js | 2 +- commands/AI/txt2img.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,