aboutsummaryrefslogtreecommitdiffstats
path: root/modules/styles.py
Commit message (Collapse)AuthorAgeFilesLines
* make it possible for StableDiffusionProcessing to accept multiple different ↵AUTOMATIC2022-11-191-11/+0
| | | | negative prompts in a batch
* styles.csv encoding utf8 to utf-8-sigw-e-w2022-10-181-2/+2
| | | | utf-8-bom for better compatibility for some programs
* refined [styles] pattern and added [prompt_no_styles]RnDMonkey2022-09-301-0/+6
|
* added a second style fieldAUTOMATIC2022-09-141-39/+57
| | | | | | added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
* 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
fix broken prompt matrix