Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |