aboutsummaryrefslogtreecommitdiff
path: root/modules/prompt_parser.py
AgeCommit message (Collapse)Author
2023-08-18more grammar fixesXDOneDude
2023-08-04Prompt parser: account for empty field in alternating words syntaxcatboxanon
2023-07-30add support for whitespace after the number in constructions like [foo:bar: ↵Robert Barron
0.5 ] and (foo : 0.5 )
2023-07-25Merge pull request #11927 from ljleb/fix-ANDAUTOMATIC1111
Fix composable diffusion weight parsing
2023-07-13fix CLIP doing the unneeded normalizationAUTOMATIC1111
revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt
2023-07-12SDXL supportAUTOMATIC1111
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela
2023-05-10fixes for B007AUTOMATIC
2023-05-10manual fixes for ruffAUTOMATIC
2023-05-10autofixes from ruffAUTOMATIC
2023-01-15add BREAK keyword to end current text chunk and start the nextAUTOMATIC
2023-01-11Remove compat option check for prompt parsercatboxanon
2023-01-10Fix prompt parser default step transformer w/ testcatboxanon
2022-10-19Fix typo in prompt_parser.pyIkko Ashimine
assoicated -> associated
2022-10-08alternate promptArtem Zagidulin
2022-10-08fix AND broken for long promptsAUTOMATIC
2022-10-06workaround for a mysterious bug where prompt weights can't be matchedAUTOMATIC
2022-10-05Merge branch 'master' into use-typing-listDepFA
2022-10-05use typing.list in prompt_parser.py for wider python version supportDepFA
2022-10-06remove type annotations in new code because presumably they don't work in 3.7AUTOMATIC
2022-10-05fix various float parsing errorsAUTOMATIC
2022-10-05added support for AND from ↵AUTOMATIC
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
2022-10-04prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu
Only build the parser once (at import time) instead of for each step. doctest is run by simply executing modules/prompt_parser.py
2022-10-04remove functools.cache as some people are having issues with itAUTOMATIC
2022-10-04Allow nested structures inside schedulesdan
2022-09-29fix program breaking on empty promptAUTOMATIC
2022-09-29new implementation for attention/emphasisAUTOMATIC
2022-09-19use model's dtype for #707AUTOMATIC
2022-09-19fix cpu usageC43H66N12O12S2
2022-09-15oh hey i broke batches with thisAUTOMATIC
2022-09-15prompt editingAUTOMATIC