aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prompt_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13797 from Meerkov/masterAUTOMATIC11112023-11-031-1/+1
|\
| * Fix #13796Meerkov2023-10-291-1/+1
* | Fix some deprecated typesa6662023-08-291-4/+3
|/
* Merge pull request #12457 from rubberbaron/shared-hires-prompt-testAUTOMATIC11112023-08-241-10/+31
|\
| * allow first pass and hires pass to use a single prompt to do different prompt...Robert Barron2023-08-091-10/+31
* | more grammar fixesXDOneDude2023-08-191-1/+1
|/
* Prompt parser: account for empty field in alternating words syntaxcatboxanon2023-08-041-2/+7
* add support for whitespace after the number in constructions like [foo:bar: 0...Robert Barron2023-07-301-8/+8
* Merge pull request #11927 from ljleb/fix-ANDAUTOMATIC11112023-07-251-1/+1
* fix CLIP doing the unneeded normalizationAUTOMATIC11112023-07-131-4/+10
* SDXL supportAUTOMATIC11112023-07-121-3/+20
* getting SD2.1 to run on SDXL repoAUTOMATIC11112023-07-111-12/+52
* 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