aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prompt_parser.py
AgeCommit message (Collapse)AuthorLines
2023-11-03Merge pull request #13797 from Meerkov/masterAUTOMATIC1111-1/+1
Fix #13796
2023-10-29Fix #13796Meerkov-1/+1
Fix comment error that makes understanding scheduling more confusing.
2023-08-29Fix some deprecated typesa666-4/+3
2023-08-24Merge pull request #12457 from rubberbaron/shared-hires-prompt-testAUTOMATIC1111-10/+31
prompt editing timeline has separate range for first pass and hires-fix pass
2023-08-18more grammar fixesXDOneDude-1/+1
2023-08-09allow first pass and hires pass to use a single prompt to do different ↵Robert Barron-10/+31
prompt editing, hires is 1.0..2.0: relative time range is [1..2] absolute time range is [steps+1..steps+hire_steps], e.g. with 30 steps and 20 hires steps, '20' is 2/3rds through first pass, and 40 is halfway through hires pass
2023-08-04Prompt parser: account for empty field in alternating words syntaxcatboxanon-2/+7
2023-07-30add support for whitespace after the number in constructions like [foo:bar: ↵Robert Barron-8/+8
0.5 ] and (foo : 0.5 )
2023-07-25Merge pull request #11927 from ljleb/fix-ANDAUTOMATIC1111-1/+1
Fix composable diffusion weight parsing
2023-07-13fix CLIP doing the unneeded normalizationAUTOMATIC1111-4/+10
revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt
2023-07-12SDXL supportAUTOMATIC1111-3/+20
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111-12/+52
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-3/+3
2023-05-10fixes for B007AUTOMATIC-7/+7
2023-05-10manual fixes for ruffAUTOMATIC-4/+7
2023-05-10autofixes from ruffAUTOMATIC-1/+1
2023-01-15add BREAK keyword to end current text chunk and start the nextAUTOMATIC-1/+6
2023-01-11Remove compat option check for prompt parsercatboxanon-12/+1
2023-01-10Fix prompt parser default step transformer w/ testcatboxanon-1/+14
2022-10-19Fix typo in prompt_parser.pyIkko Ashimine-1/+1
assoicated -> associated
2022-10-08alternate promptArtem Zagidulin-2/+7
2022-10-08fix AND broken for long promptsAUTOMATIC-0/+9
2022-10-06workaround for a mysterious bug where prompt weights can't be matchedAUTOMATIC-1/+3
2022-10-05Merge branch 'master' into use-typing-listDepFA-1/+0
2022-10-05use typing.list in prompt_parser.py for wider python version supportDepFA-4/+4
2022-10-06remove type annotations in new code because presumably they don't work in 3.7AUTOMATIC-3/+3
2022-10-05fix various float parsing errorsAUTOMATIC-2/+1
2022-10-05added support for AND from ↵AUTOMATIC-6/+108
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-49/+90
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-2/+6
2022-10-04Allow nested structures inside schedulesdan-66/+53
2022-09-29fix program breaking on empty promptAUTOMATIC-0/+3
2022-09-29new implementation for attention/emphasisAUTOMATIC-1/+86
2022-09-19use model's dtype for #707AUTOMATIC-1/+1
2022-09-19fix cpu usageC43H66N12O12S2-2/+2
2022-09-15oh hey i broke batches with thisAUTOMATIC-0/+2
2022-09-15prompt editingAUTOMATIC-0/+128