Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-07 | Make it compatible with Python < 3.10 | Leonard Kugis | |
2023-12-04 | make webui not crash when running with --disable-all-extensions option | AUTOMATIC1111 | |
2023-06-02 | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | |
2023-05-10 | manual fixes for some C408 | AUTOMATIC | |
2023-05-10 | ruff manual fixes | AUTOMATIC | |
2023-05-10 | ruff auto fixes | AUTOMATIC | |
2023-05-10 | manual fixes for ruff | AUTOMATIC | |
2023-05-09 | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | |
2023-01-25 | Add instruct-pix2pix hijack | Kyle | |
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 |