aboutsummaryrefslogtreecommitdiffstats
path: root/modules/styles.py
Commit message (Collapse)AuthorAgeFilesLines
* Make it compatible with Python < 3.10Leonard Kugis2024-04-071-5/+6
|
* catch load style.csv errorw-e-w2024-02-011-13/+17
|
* re-work multi --styles-filew-e-w2024-01-201-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.AUTOMATIC11112023-12-301-30/+17
|
* fix styles.csv filenamew-e-w2023-12-101-4/+2
|
* fix save stylesw-e-w2023-12-101-20/+5
|
* remove clean_text()w-e-w2023-12-041-20/+3
|
* Allow use of mutiple styles csv filesCharlie Joynt2023-11-271-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 dialogAUTOMATIC11112023-08-031-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 behaviorAUTOMATIC2023-06-041-2/+65
|
* alternative solution to fix styles load when edited by human #9765 as ↵AUTOMATIC2023-05-171-1/+1
| | | | suggested by akx
* 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 ↵gmasil2023-04-031-7/+5
| | | | file around
* change style dropdowns to multiselectAUTOMATIC2023-01-141-3/+9
|
* 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