index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
prompt_parser.py
Age
Commit message (
Collapse
)
Author
2022-10-06
workaround for a mysterious bug where prompt weights can't be matched
AUTOMATIC
2022-10-05
Merge branch 'master' into use-typing-list
DepFA
2022-10-05
use typing.list in prompt_parser.py for wider python version support
DepFA
2022-10-06
remove type annotations in new code because presumably they don't work in 3.7
AUTOMATIC
2022-10-05
fix various float parsing errors
AUTOMATIC
2022-10-05
added support for AND from ↵
AUTOMATIC
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
2022-10-04
prompt_parser: allow spaces in schedules, add test, log/ignore errors
Rae Fu
Only build the parser once (at import time) instead of for each step. doctest is run by simply executing modules/prompt_parser.py
2022-10-04
remove functools.cache as some people are having issues with it
AUTOMATIC
2022-10-04
Allow nested structures inside schedules
dan
2022-09-29
fix program breaking on empty prompt
AUTOMATIC
2022-09-29
new implementation for attention/emphasis
AUTOMATIC
2022-09-19
use model's dtype for #707
AUTOMATIC
2022-09-19
fix cpu usage
C43H66N12O12S2
2022-09-15
oh hey i broke batches with this
AUTOMATIC
2022-09-15
prompt editing
AUTOMATIC