From 5da32c61e950a2ce5c2c8a869cfee89be7b8f64a Mon Sep 17 00:00:00 2001 From: owl Date: Fri, 14 Mar 2025 16:49:04 +0700 Subject: [PATCH] fix prompting --- tgbot/shit/prompting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgbot/shit/prompting.py b/tgbot/shit/prompting.py index e0885fc..d4b7964 100644 --- a/tgbot/shit/prompting.py +++ b/tgbot/shit/prompting.py @@ -177,7 +177,7 @@ def create_prompting_parser(): help="denoise level, default is 1", default=1.0) parser.add_argument("--stop_at_clip_layer", type=int, - help="clip skip, default is -1, ", default=-1) + help="clip skip, default is -2, ", default=-2) parser.add_argument("--lora", type=lora, action="append", help="add lora to prompt, e.g. --lora lora_name.safetensors:0.8. "