aboutsummaryrefslogtreecommitdiff
path: root/modules/prompt_parser.py
AgeCommit message (Expand)Author
2023-11-03Merge pull request #13797 from Meerkov/masterAUTOMATIC1111
2023-10-29Fix #13796Meerkov
2023-08-29Fix some deprecated typesa666
2023-08-24Merge pull request #12457 from rubberbaron/shared-hires-prompt-testAUTOMATIC1111
2023-08-18more grammar fixesXDOneDude
2023-08-09allow first pass and hires pass to use a single prompt to do different prompt...Robert Barron
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: 0...Robert Barron
2023-07-25Merge pull request #11927 from ljleb/fix-ANDAUTOMATIC1111
2023-07-13fix CLIP doing the unneeded normalizationAUTOMATIC1111
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
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 https://energy-based-model.github.io/Compositional...AUTOMATIC
2022-10-04prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu
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