Ensure default styles file is loaded (#7)#14700
Ensure default styles file is loaded (#7)#14700MisterSeajay wants to merge 1 commit intoAUTOMATIC1111:devfrom
Conversation
|
Can't this be solved by just setting the correct |
|
hold on a bit I was working on an alternative implementation |
|
alternative implementation |
Yes... except for in an edge case: Here is an example. If I have 3 styles files named "my.csv", "my_anime.csv" and "my_realistic.csv" I would naturally use "my*.csv" in the command line to load these. In this case the default file will be "my.csv" rather than "styles.csv". If, when loading all files matching the wildcard there hadn't been a "my.csv" file there we do indeed fall back to "styles.csv". |
👀 |
But can't you do what you described in constructor and set |
Description
Checklist: