aboutsummaryrefslogtreecommitdiffstats
path: root/modules/models/diffusion
Commit message (Collapse)AuthorAgeFilesLines
* make webui not crash when running with --disable-all-extensions optionAUTOMATIC11112023-12-041-1/+6
|
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+2
|
* Merge pull request #10268 from Sakura-Luna/pbarAUTOMATIC11112023-05-111-33/+37
|\ | | | | UniPC progress bar adjustment
| * UniPC progress bar adjustmentSakura-Luna2023-05-111-33/+37
| |
* | suggestions and fixes from the PRAUTOMATIC2023-05-101-2/+2
| |
* | manual fixes for some C408AUTOMATIC2023-05-102-6/+6
| |
* | ruff manual fixesAUTOMATIC2023-05-102-8/+13
| |
* | ruff auto fixesAUTOMATIC2023-05-101-2/+2
| |
* | F401 fixes for ruffAUTOMATIC2023-05-101-1/+1
| |
* | imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
| |
* | manual fixes for ruffAUTOMATIC2023-05-102-17/+12
| |
* | Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-092-4/+4
|/
* add pbar to unipcVladimir Mandic2023-03-132-3/+4
|
* fix dims typo in unipcEllangoK2023-03-111-1/+1
|
* use selected device instead of always cuda for UniPC samplerAUTOMATIC2023-03-111-3/+4
|
* Requested changesspace-nuko2023-03-111-1/+1
|
* support SD2.X modelsspace-nuko2023-02-111-1/+4
|
* bug fixspace-nuko2023-02-101-1/+1
|
* Add UniPC sampler settingsspace-nuko2023-02-102-3/+4
|
* Fix logspam and live previewsspace-nuko2023-02-102-22/+30
|
* Working UniPC (for batch size 1)space-nuko2023-02-103-0/+944
|
* Add instruct-pix2pix hijackKyle2023-01-251-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