diff options
author | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2024-01-20 17:21:36 +0000 |
---|---|---|
committer | w-e-w <40751091+w-e-w@users.noreply.github.com> | 2024-01-20 18:53:58 +0000 |
commit | 25e8273d2f6481deca221b29d35093f6d0c9da6a (patch) | |
tree | 8aa4651858aa851811341778a3e41092aab46f61 /modules/processing.py | |
parent | f939bce845ae07536b1c920618743af83e0b01ec (diff) | |
download | stable-diffusion-webui-gfx803-25e8273d2f6481deca221b29d35093f6d0c9da6a.tar.gz stable-diffusion-webui-gfx803-25e8273d2f6481deca221b29d35093f6d0c9da6a.tar.bz2 stable-diffusion-webui-gfx803-25e8273d2f6481deca221b29d35093f6d0c9da6a.zip |
re-work multi --styles-file
--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
Diffstat (limited to 'modules/processing.py')
0 files changed, 0 insertions, 0 deletions