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 |
| | |||||
* | Merge pull request #10268 from Sakura-Luna/pbar | AUTOMATIC1111 | 2023-05-11 | 1 | -33/+37 |
|\ | | | | | UniPC progress bar adjustment | ||||
| * | UniPC progress bar adjustment | Sakura-Luna | 2023-05-11 | 1 | -33/+37 |
| | | |||||
* | | suggestions and fixes from the PR | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | | |||||
* | | manual fixes for some C408 | AUTOMATIC | 2023-05-10 | 2 | -6/+6 |
| | | |||||
* | | ruff manual fixes | AUTOMATIC | 2023-05-10 | 2 | -8/+13 |
| | | |||||
* | | ruff auto fixes | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | | |||||
* | | F401 fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | | |||||
* | | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+0 |
| | | |||||
* | | manual fixes for ruff | AUTOMATIC | 2023-05-10 | 2 | -17/+12 |
| | | |||||
* | | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 2 | -4/+4 |
|/ | |||||
* | add pbar to unipc | Vladimir Mandic | 2023-03-13 | 2 | -3/+4 |
| | |||||
* | fix dims typo in unipc | EllangoK | 2023-03-11 | 1 | -1/+1 |
| | |||||
* | use selected device instead of always cuda for UniPC sampler | AUTOMATIC | 2023-03-11 | 1 | -3/+4 |
| | |||||
* | Requested changes | space-nuko | 2023-03-11 | 1 | -1/+1 |
| | |||||
* | support SD2.X models | space-nuko | 2023-02-11 | 1 | -1/+4 |
| | |||||
* | bug fix | space-nuko | 2023-02-10 | 1 | -1/+1 |
| | |||||
* | Add UniPC sampler settings | space-nuko | 2023-02-10 | 2 | -3/+4 |
| | |||||
* | Fix logspam and live previews | space-nuko | 2023-02-10 | 2 | -22/+30 |
| | |||||
* | Working UniPC (for batch size 1) | space-nuko | 2023-02-10 | 3 | -0/+944 |
| | |||||
* | 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 |