Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |