Skip to content

Commit bb0e723

Browse files
eltociearAUTOMATIC1111
authored andcommitted
Fix typo in prompt_parser.py
assoicated -> associated
1 parent 83a517e commit bb0e723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎modules/prompt_parser.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def reconstruct_multicond_batch(c: MulticondLearnedConditioning, current_step):
275275

276276
def parse_prompt_attention(text):
277277
"""
278-
Parses a string with attention tokens and returns a list of pairs: text and its assoicated weight.
278+
Parses a string with attention tokens and returns a list of pairs: text and its associated weight.
279279
Accepted tokens are:
280280
(abc) - increases attention to abc by a multiplier of 1.1
281281
(abc:3.12) - increases attention to abc by a multiplier of 3.12

0 commit comments

Comments
 (0)