Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13797 from Meerkov/master | AUTOMATIC1111 | 2023-11-03 | 1 | -1/+1 |
|\ | | | | | Fix #13796 | ||||
| * | Fix #13796 | Meerkov | 2023-10-29 | 1 | -1/+1 |
| | | | | | | | | Fix comment error that makes understanding scheduling more confusing. | ||||
* | | Fix some deprecated types | a666 | 2023-08-29 | 1 | -4/+3 |
|/ | |||||
* | Merge pull request #12457 from rubberbaron/shared-hires-prompt-test | AUTOMATIC1111 | 2023-08-24 | 1 | -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 Barron | 2023-08-09 | 1 | -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 fixes | XDOneDude | 2023-08-19 | 1 | -1/+1 |
|/ | |||||
* | Prompt parser: account for empty field in alternating words syntax | catboxanon | 2023-08-04 | 1 | -2/+7 |
| | |||||
* | add support for whitespace after the number in constructions like [foo:bar: ↵ | Robert Barron | 2023-07-30 | 1 | -8/+8 |
| | | | | 0.5 ] and (foo : 0.5 ) | ||||
* | Merge pull request #11927 from ljleb/fix-AND | AUTOMATIC1111 | 2023-07-25 | 1 | -1/+1 |
| | | | Fix composable diffusion weight parsing | ||||
* | fix CLIP doing the unneeded normalization | AUTOMATIC1111 | 2023-07-13 | 1 | -4/+10 |
| | | | | | revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt | ||||
* | SDXL support | AUTOMATIC1111 | 2023-07-12 | 1 | -3/+20 |
| | |||||
* | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | 2023-07-11 | 1 | -12/+52 |
| | |||||
* | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | 2023-06-02 | 1 | -3/+3 |
| | |||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -7/+7 |
| | |||||
* | manual fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -4/+7 |
| | |||||
* | autofixes from ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | add BREAK keyword to end current text chunk and start the next | AUTOMATIC | 2023-01-15 | 1 | -1/+6 |
| | |||||
* | Remove compat option check for prompt parser | catboxanon | 2023-01-11 | 1 | -12/+1 |
| | |||||
* | Fix prompt parser default step transformer w/ test | catboxanon | 2023-01-11 | 1 | -1/+14 |
| | |||||
* | Fix typo in prompt_parser.py | Ikko Ashimine | 2022-10-19 | 1 | -1/+1 |
| | | | assoicated -> associated | ||||
* | alternate prompt | Artem Zagidulin | 2022-10-08 | 1 | -2/+7 |
| | |||||
* | fix AND broken for long prompts | AUTOMATIC | 2022-10-08 | 1 | -0/+9 |
| | |||||
* | workaround for a mysterious bug where prompt weights can't be matched | AUTOMATIC | 2022-10-06 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into use-typing-list | DepFA | 2022-10-05 | 1 | -1/+0 |
|\ | |||||
| * | remove type annotations in new code because presumably they don't work in 3.7 | AUTOMATIC | 2022-10-05 | 1 | -3/+3 |
| | | |||||
* | | use typing.list in prompt_parser.py for wider python version support | DepFA | 2022-10-05 | 1 | -4/+4 |
|/ | |||||
* | fix various float parsing errors | AUTOMATIC | 2022-10-05 | 1 | -2/+1 |
| | |||||
* | added support for AND from ↵ | AUTOMATIC | 2022-10-05 | 1 | -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 errors | Rae Fu | 2022-10-04 | 1 | -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 it | AUTOMATIC | 2022-10-04 | 1 | -2/+6 |
| | |||||
* | Allow nested structures inside schedules | dan | 2022-10-04 | 1 | -66/+53 |
| | |||||
* | fix program breaking on empty prompt | AUTOMATIC | 2022-09-29 | 1 | -0/+3 |
| | |||||
* | new implementation for attention/emphasis | AUTOMATIC | 2022-09-29 | 1 | -1/+86 |
| | |||||
* | use model's dtype for #707 | AUTOMATIC | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | fix cpu usage | C43H66N12O12S2 | 2022-09-19 | 1 | -2/+2 |
| | |||||
* | oh hey i broke batches with this | AUTOMATIC | 2022-09-15 | 1 | -0/+2 |
| | |||||
* | prompt editing | AUTOMATIC | 2022-09-15 | 1 | -0/+128 |