aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prompt_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-3/+3
* fixes for B007AUTOMATIC2023-05-101-7/+7
* manual fixes for ruffAUTOMATIC2023-05-101-4/+7
* autofixes from ruffAUTOMATIC2023-05-101-1/+1
* add BREAK keyword to end current text chunk and start the nextAUTOMATIC2023-01-151-1/+6
* Remove compat option check for prompt parsercatboxanon2023-01-111-12/+1
* Fix prompt parser default step transformer w/ testcatboxanon2023-01-111-1/+14
* Fix typo in prompt_parser.pyIkko Ashimine2022-10-191-1/+1
* alternate promptArtem Zagidulin2022-10-081-2/+7
* fix AND broken for long promptsAUTOMATIC2022-10-081-0/+9
* workaround for a mysterious bug where prompt weights can't be matchedAUTOMATIC2022-10-061-1/+3
* Merge branch 'master' into use-typing-listDepFA2022-10-051-1/+0
|\
| * remove type annotations in new code because presumably they don't work in 3.7AUTOMATIC2022-10-051-3/+3
* | use typing.list in prompt_parser.py for wider python version supportDepFA2022-10-051-4/+4
|/
* fix various float parsing errorsAUTOMATIC2022-10-051-2/+1
* added support for AND from https://energy-based-model.github.io/Compositional...AUTOMATIC2022-10-051-6/+108
* prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu2022-10-041-49/+90
* remove functools.cache as some people are having issues with itAUTOMATIC2022-10-041-2/+6
* Allow nested structures inside schedulesdan2022-10-041-66/+53
* fix program breaking on empty promptAUTOMATIC2022-09-291-0/+3
* new implementation for attention/emphasisAUTOMATIC2022-09-291-1/+86
* use model's dtype for #707AUTOMATIC2022-09-191-1/+1
* fix cpu usageC43H66N12O12S22022-09-191-2/+2
* oh hey i broke batches with thisAUTOMATIC2022-09-151-0/+2
* prompt editingAUTOMATIC2022-09-151-0/+128