aboutsummaryrefslogtreecommitdiffstats
path: root/modules/models
AgeCommit message (Collapse)AuthorLines
2023-12-04make webui not crash when running with --disable-all-extensions optionAUTOMATIC1111-1/+6
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-2/+2
2023-05-11Merge pull request #10268 from Sakura-Luna/pbarAUTOMATIC1111-33/+37
UniPC progress bar adjustment
2023-05-11UniPC progress bar adjustmentSakura-Luna-33/+37
2023-05-10suggestions and fixes from the PRAUTOMATIC-2/+2
2023-05-10manual fixes for some C408AUTOMATIC-6/+6
2023-05-10ruff manual fixesAUTOMATIC-8/+13
2023-05-10ruff auto fixesAUTOMATIC-2/+2
2023-05-10F401 fixes for ruffAUTOMATIC-1/+1
2023-05-10imports cleanup for ruffAUTOMATIC-1/+0
2023-05-10manual fixes for ruffAUTOMATIC-17/+12
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-4/+4
2023-03-13add pbar to unipcVladimir Mandic-3/+4
2023-03-11fix dims typo in unipcEllangoK-1/+1
2023-03-11use selected device instead of always cuda for UniPC samplerAUTOMATIC-3/+4
2023-03-10Requested changesspace-nuko-1/+1
2023-02-11support SD2.X modelsspace-nuko-1/+4
2023-02-10bug fixspace-nuko-1/+1
2023-02-10Add UniPC sampler settingsspace-nuko-3/+4
2023-02-10Fix logspam and live previewsspace-nuko-22/+30
2023-02-10Working UniPC (for batch size 1)space-nuko-0/+944
2023-01-25Add instruct-pix2pix hijackKyle-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