aboutsummaryrefslogtreecommitdiff
path: root/modules/styles.py
AgeCommit message (Collapse)Author
2023-12-30make it possible again to extract styles that have whitespace at the end.AUTOMATIC1111
2023-12-10fix styles.csv filenamew-e-w
2023-12-10fix save stylesw-e-w
2023-12-05remove clean_text()w-e-w
2023-11-27Allow use of mutiple styles csv filesCharlie Joynt
* https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14122 Fix edge case where style text has multiple {prompt} placeholders * https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14005
2023-08-03add style editor dialogAUTOMATIC1111
rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata
2023-06-04infer styles from prompts, and an option to control the behaviorAUTOMATIC
2023-05-17alternative solution to fix styles load when edited by human #9765 as ↵AUTOMATIC
suggested by akx
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-04-03allow styles.csv to be symlinked or mounted in docker without moving the ↵gmasil
file around
2023-01-14change style dropdowns to multiselectAUTOMATIC
2022-11-19make it possible for StableDiffusionProcessing to accept multiple different ↵AUTOMATIC
negative prompts in a batch
2022-10-18styles.csv encoding utf8 to utf-8-sigw-e-w
utf-8-bom for better compatibility for some programs
2022-09-30refined [styles] pattern and added [prompt_no_styles]RnDMonkey
2022-09-14added a second style fieldAUTOMATIC
added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
2022-09-11Only create backup if path existscryzed
2022-09-11Add support for saving styles with negative promptscryzed
2022-09-10prevent styles from adding an extra commaAUTOMATIC
2022-09-09support for prompt stylesAUTOMATIC
fix broken prompt matrix