Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add infotext entry for emphasis; put emphasis into a separate file, add an ↵ | AUTOMATIC1111 | 2024-02-11 | 1 | -0/+3 |
| | | | | option to parse but still ignore emphasis | ||||
* | parse_generation_parameters skip_fields | w-e-w | 2024-01-17 | 1 | -3/+5 |
| | |||||
* | Merge pull request #14523 from AUTOMATIC1111/paste-infotext-cast-int-as-float | AUTOMATIC1111 | 2024-01-04 | 1 | -0/+2 |
|\ | | | | | paste infotext cast int as float | ||||
| * | paste infotext cast int as float | w-e-w | 2024-01-03 | 1 | -0/+2 |
| | | |||||
* | | Avoid unnecessary `isfile`/`exists` calls | Aarni Koskela | 2024-01-03 | 1 | -1/+3 |
|/ | |||||
* | fix #14497 | AUTOMATIC1111 | 2024-01-02 | 1 | -0/+12 |
| | |||||
* | rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵ | AUTOMATIC1111 | 2024-01-01 | 1 | -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 |