Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catch load style.csv error | w-e-w | 2024-02-01 | 1 | -13/+17 |
| | |||||
* | re-work multi --styles-file | w-e-w | 2024-01-20 | 1 | -42/+43 |
| | | | | | | | | | | | | | | | | --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 | ||||
* | make it possible again to extract styles that have whitespace at the end. | AUTOMATIC1111 | 2023-12-30 | 1 | -30/+17 |
| | |||||
* | fix styles.csv filename | w-e-w | 2023-12-10 | 1 | -4/+2 |
| | |||||
* | fix save styles | w-e-w | 2023-12-10 | 1 | -20/+5 |
| | |||||
* | remove clean_text() | w-e-w | 2023-12-04 | 1 | -20/+3 |
| | |||||
* | Allow use of mutiple styles csv files | Charlie Joynt | 2023-11-27 | 1 | -32/+171 |
| | | | | | | * 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 | ||||
* | add style editor dialog | AUTOMATIC1111 | 2023-08-03 | 1 | -4/+1 |
| | | | | | rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata | ||||
* | infer styles from prompts, and an option to control the behavior | AUTOMATIC | 2023-06-04 | 1 | -2/+65 |
| | |||||
* | alternative solution to fix styles load when edited by human #9765 as ↵ | AUTOMATIC | 2023-05-17 | 1 | -1/+1 |
| | | | | suggested by akx | ||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -9/+0 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | allow styles.csv to be symlinked or mounted in docker without moving the ↵ | gmasil | 2023-04-03 | 1 | -7/+5 |
| | | | | file around | ||||
* | change style dropdowns to multiselect | AUTOMATIC | 2023-01-14 | 1 | -3/+9 |
| | |||||
* | make it possible for StableDiffusionProcessing to accept multiple different ↵ | AUTOMATIC | 2022-11-19 | 1 | -11/+0 |
| | | | | negative prompts in a batch | ||||
* | styles.csv encoding utf8 to utf-8-sig | w-e-w | 2022-10-18 | 1 | -2/+2 |
| | | | | utf-8-bom for better compatibility for some programs | ||||
* | refined [styles] pattern and added [prompt_no_styles] | RnDMonkey | 2022-09-30 | 1 | -0/+6 |
| | |||||
* | added a second style field | AUTOMATIC | 2022-09-14 | 1 | -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 exists | cryzed | 2022-09-11 | 1 | -1/+2 |
| | |||||
* | Add support for saving styles with negative prompts | cryzed | 2022-09-11 | 1 | -29/+52 |
| | |||||
* | prevent styles from adding an extra comma | AUTOMATIC | 2022-09-09 | 1 | -0/+3 |
| | |||||
* | support for prompt styles | AUTOMATIC | 2022-09-09 | 1 | -0/+41 |
fix broken prompt matrix |