Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-12-04 | make webui not crash when running with --disable-all-extensions option | AUTOMATIC1111 | -1/+6 | |
2023-06-02 | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | -2/+2 | |
2023-05-11 | Merge pull request #10268 from Sakura-Luna/pbar | AUTOMATIC1111 | -33/+37 | |
UniPC progress bar adjustment | ||||
2023-05-11 | UniPC progress bar adjustment | Sakura-Luna | -33/+37 | |
2023-05-10 | suggestions and fixes from the PR | AUTOMATIC | -2/+2 | |
2023-05-10 | manual fixes for some C408 | AUTOMATIC | -6/+6 | |
2023-05-10 | ruff manual fixes | AUTOMATIC | -8/+13 | |
2023-05-10 | ruff auto fixes | AUTOMATIC | -2/+2 | |
2023-05-10 | F401 fixes for ruff | AUTOMATIC | -1/+1 | |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -1/+0 | |
2023-05-10 | manual fixes for ruff | AUTOMATIC | -17/+12 | |
2023-05-09 | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | -4/+4 | |
2023-03-13 | add pbar to unipc | Vladimir Mandic | -3/+4 | |
2023-03-11 | fix dims typo in unipc | EllangoK | -1/+1 | |
2023-03-11 | use selected device instead of always cuda for UniPC sampler | AUTOMATIC | -3/+4 | |
2023-03-10 | Requested changes | space-nuko | -1/+1 | |
2023-02-11 | support SD2.X models | space-nuko | -1/+4 | |
2023-02-10 | bug fix | space-nuko | -1/+1 | |
2023-02-10 | Add UniPC sampler settings | space-nuko | -3/+4 | |
2023-02-10 | Fix logspam and live previews | space-nuko | -22/+30 | |
2023-02-10 | Working UniPC (for batch size 1) | space-nuko | -0/+944 | |
2023-01-25 | Add instruct-pix2pix hijack | Kyle | -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 |