aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-10-19 02:18:56 +0900
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-19 11:52:12 +0300
commitbb0e7232b301d1706bbd0e09367dece3bb7ac07c (patch)
treeb1be999f4b89836a6ac1c9b7a4ed92913b167b9c /modules
parent83a517eb96cc36cf1dc0915a9ebde43a7e05c7da (diff)
Fix typo in prompt_parser.py
assoicated -> associated
Diffstat (limited to 'modules')
-rw-r--r--modules/prompt_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/prompt_parser.py b/modules/prompt_parser.py
index 919d5d31..f70872c4 100644
--- a/modules/prompt_parser.py
+++ b/modules/prompt_parser.py
@@ -275,7 +275,7 @@ re_attention = re.compile(r"""
def parse_prompt_attention(text):
"""
- Parses a string with attention tokens and returns a list of pairs: text and its assoicated weight.
+ Parses a string with attention tokens and returns a list of pairs: text and its associated weight.
Accepted tokens are:
(abc) - increases attention to abc by a multiplier of 1.1
(abc:3.12) - increases attention to abc by a multiplier of 3.12