From 20bcceb91e2f99442dc671a9d131c445e6dc9d99 Mon Sep 17 00:00:00 2001 From: yair Date: Fri, 24 Mar 2023 14:06:29 +0300 Subject: [PATCH] cut prompt --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1f63b01..7af2772 100644 --- a/main.py +++ b/main.py @@ -43,7 +43,7 @@ def draw(client, message): K = message.reply_text("Please Wait 10-15 Second") prompt = msg - negative_prompt = "porn, lowres, low resolution, bad resolution, bad, poor quality, bad quality, blurry, bad art, incomplete, logo, signature, text, jpeg artifacts, compression artifacts,child, childish" + negative_prompt = "lowres, low resolution, bad resolution, bad, poor quality, bad quality, blurry, bad art, incomplete, logo, signature, text, jpeg artifacts, compression artifacts,child, childish" # Look for negative prompt in brackets after "NG" in the message ng_index = msg.find("ng" or "NG")