From 9597b265ec07e8ec6dab7487152459046585c1f9 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 27 Aug 2022 11:17:55 +0300 Subject: implementation for attention using [] and () --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0c49d6f2..63f8d000 100644 --- a/README.md +++ b/README.md @@ -188,3 +188,9 @@ and put it into `embeddings` dir and use Usada Pekora in prompt. A tab with settings, allowing you to use UI to edit more than half of parameters that previously were commandline. Settings are saved to config.js file. Settings that remain as commandline options are ones that are required at startup. + +### Attention +Using `()` in prompt decreases model's attention to enclosed words, and `[]` increases it. You can combine +multiple modifiers: + +![](images/attention-3.jpg) -- cgit v1.2.1