aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prompt_parser.py
AgeCommit message (Expand)AuthorLines
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
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 https://energy-based-model.github.io/Compositional...AUTOMATIC-6/+108
2022-10-04prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu-49/+90
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