Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse_generation_parameters with no skip_fields | w-e-w | 2024-01-17 | 1 | -1/+1 |
| | |||||
* | reuse seed from infotexts | w-e-w | 2024-01-17 | 1 | -13/+6 |
| | |||||
* | rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵ | AUTOMATIC1111 | 2024-01-01 | 1 | -1/+1 |
| | | | | 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 | ||||
* | infotext.py: rename usages in the codebase | AUTOMATIC1111 | 2024-01-01 | 1 | -1/+1 |
| | |||||
* | a | AUTOMATIC1111 | 2023-12-30 | 1 | -6/+7 |
| | |||||
* | Restore missing tooltips | missionfloyd | 2023-09-01 | 1 | -2/+2 |
| | |||||
* | fix API always using -1 as seed | AUTOMATIC1111 | 2023-08-14 | 1 | -1/+1 |
| | |||||
* | return seed controls UI to how it was before | AUTOMATIC1111 | 2023-08-14 | 1 | -18/+29 |
| | |||||
* | fix broken XYZ plot seeds | AUTOMATIC1111 | 2023-08-13 | 1 | -1/+1 |
| | | | | add new callback for scripts to be used before processing | ||||
* | fix broken reuse seed | AUTOMATIC1111 | 2023-08-12 | 1 | -1/+1 |
| | |||||
* | update seed/subseed HTML widths | AUTOMATIC1111 | 2023-08-12 | 1 | -10/+15 |
| | |||||
* | move seed, variation seed and variation seed strength to a single row, dump ↵ | AUTOMATIC1111 | 2023-08-12 | 1 | -0/+95 |
resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation |