aboutsummaryrefslogtreecommitdiffstats
path: root/modules/infotext_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* parse_generation_parameters skip_fieldsw-e-w2024-01-171-3/+5
|
* Merge pull request #14523 from AUTOMATIC1111/paste-infotext-cast-int-as-floatAUTOMATIC11112024-01-041-0/+2
|\ | | | | paste infotext cast int as float
| * paste infotext cast int as floatw-e-w2024-01-031-0/+2
| |
* | Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-031-1/+3
|/
* fix #14497AUTOMATIC11112024-01-021-0/+12
|
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-0/+502
infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests