aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_prompt_styles.py
Commit message (Collapse)AuthorAgeFilesLines
* re-work multi --styles-filew-e-w2024-01-201-3/+6
| | | | | | | | | | | | | | | | --styles-file change to append str --styles-file is [] then defaults to [styles.csv] --styles-file accepts paths or paths with wildcard "*" the first `--styles-file` entry is use as the default styles file path if filename a wildcard then the first matching file is used if no match is found, create a new "styles.csv" in the same dir as the first path when saving a new style it will be save in the default styles file when saving a existing style, it will be saved to file it belongs to order of the styles files in the styles dropdown can be controlled to a certain degree by the order of --styles-file
* Merge pull request #13931 from AUTOMATIC1111/style-hotkeysAUTOMATIC11112023-11-191-2/+2
|\ | | | | Enable prompt hotkeys in style editor
| * Enable prompt hotkeys in style editormissionfloyd2023-11-101-2/+2
| |
* | return apply styles to main UIAUTOMATIC11112023-09-091-10/+11
| |
* | Remove whitespacemissionfloyd2023-09-011-1/+1
| |
* | Add button to copy prompt to style editormissionfloyd2023-09-011-0/+9
|/
* add style editor dialogAUTOMATIC11112023-08-031-0/+110
rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata