From 3b5ce2f669ab089ad708905445c157c7dd1eaa10 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 16 May 2023 12:40:36 +0300 Subject: [PATCH] Fix quiet prompt extraction --- public/script.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/script.js b/public/script.js index 9040454ef..5f215e007 100644 --- a/public/script.js +++ b/public/script.js @@ -2096,11 +2096,6 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject, } } - // Add quiet generation prompt at depth 0 - if (quiet_prompt && quiet_prompt.length) { - finalPromt += `\n${quiet_prompt}`; - } - finalPromt = finalPromt.replace(/\r/gm, ''); if (power_user.collapse_newlines) {