Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make webui not crash when running with --disable-all-extensions option | AUTOMATIC1111 | 2023-12-04 | 1 | -1/+6 |
| | |||||
* | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | 2023-06-02 | 1 | -2/+2 |
| | |||||
* | manual fixes for some C408 | AUTOMATIC | 2023-05-10 | 1 | -4/+4 |
| | |||||
* | ruff manual fixes | AUTOMATIC | 2023-05-10 | 1 | -6/+8 |
| | |||||
* | ruff auto fixes | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | manual fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -16/+10 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -2/+2 |
| | |||||
* | Add instruct-pix2pix hijack | Kyle | 2023-01-25 | 1 | -0/+1459 |
Allows loading instruct-pix2pix models via same method as inpainting models in sd_models.py and sd_hijack_ip2p.py Adds ddpm_edit.py necessary for instruct-pix2pix |