aboutsummaryrefslogtreecommitdiffstats
path: root/modules/styles.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14276 from AUTOMATIC1111/fix-stylesAUTOMATIC11112023-12-141-24/+7
* Merge pull request #14203 from AUTOMATIC1111/remove-clean_text()AUTOMATIC11112023-12-051-20/+3
* Allow use of mutiple styles csv filesCharlie Joynt2023-11-271-32/+171
* add style editor dialogAUTOMATIC11112023-08-031-4/+1
* infer styles from prompts, and an option to control the behaviorAUTOMATIC2023-06-041-2/+65
* alternative solution to fix styles load when edited by human #9765 as suggest...AUTOMATIC2023-05-171-1/+1
* imports cleanup for ruffAUTOMATIC2023-05-101-9/+0
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+1
* allow styles.csv to be symlinked or mounted in docker without moving the file...gmasil2023-04-031-7/+5
* change style dropdowns to multiselectAUTOMATIC2023-01-141-3/+9
* make it possible for StableDiffusionProcessing to accept multiple different n...AUTOMATIC2022-11-191-11/+0
* styles.csv encoding utf8 to utf-8-sigw-e-w2022-10-181-2/+2
* refined [styles] pattern and added [prompt_no_styles]RnDMonkey2022-09-301-0/+6
* added a second style fieldAUTOMATIC2022-09-141-39/+57
* Only create backup if path existscryzed2022-09-111-1/+2
* Add support for saving styles with negative promptscryzed2022-09-111-29/+52
* prevent styles from adding an extra commaAUTOMATIC2022-09-091-0/+3
* support for prompt stylesAUTOMATIC2022-09-091-0/+41