aboutsummaryrefslogtreecommitdiff
path: root/modules/prompt_parser.py
AgeCommit message (Collapse)Author
2022-10-19Fix typo in prompt_parser.pyIkko Ashimine
assoicated -> associated
2022-10-08alternate promptArtem Zagidulin
2022-10-08fix AND broken for long promptsAUTOMATIC
2022-10-06workaround for a mysterious bug where prompt weights can't be matchedAUTOMATIC
2022-10-05Merge branch 'master' into use-typing-listDepFA
2022-10-05use typing.list in prompt_parser.py for wider python version supportDepFA
2022-10-06remove type annotations in new code because presumably they don't work in 3.7AUTOMATIC
2022-10-05fix various float parsing errorsAUTOMATIC
2022-10-05added support for AND from ↵AUTOMATIC
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
2022-10-04prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae 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-04remove functools.cache as some people are having issues with itAUTOMATIC
2022-10-04Allow nested structures inside schedulesdan
2022-09-29fix program breaking on empty promptAUTOMATIC
2022-09-29new implementation for attention/emphasisAUTOMATIC
2022-09-19use model's dtype for #707AUTOMATIC
2022-09-19fix cpu usageC43H66N12O12S2
2022-09-15oh hey i broke batches with thisAUTOMATIC
2022-09-15prompt editingAUTOMATIC