aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prompt_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13797 from Meerkov/masterAUTOMATIC11112023-11-031-1/+1
|\ | | | | Fix #13796
| * Fix #13796Meerkov2023-10-291-1/+1
| | | | | | | | Fix comment error that makes understanding scheduling more confusing.
* | Fix some deprecated typesa6662023-08-291-4/+3
|/
* Merge pull request #12457 from rubberbaron/shared-hires-prompt-testAUTOMATIC11112023-08-241-10/+31
|\ | | | | prompt editing timeline has separate range for first pass and hires-fix pass
| * allow first pass and hires pass to use a single prompt to do different ↵Robert Barron2023-08-091-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
* | 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: ↵Robert Barron2023-07-301-8/+8
| | | | 0.5 ] and (foo : 0.5 )
* Merge pull request #11927 from ljleb/fix-ANDAUTOMATIC11112023-07-251-1/+1
| | | Fix composable diffusion weight parsing
* fix CLIP doing the unneeded normalizationAUTOMATIC11112023-07-131-4/+10
| | | | | revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt
* 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
| | | assoicated -> associated
* 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 ↵AUTOMATIC2022-10-051-6/+108
| | | | https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
* prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu2022-10-041-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
* 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