aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_compvis.py
AgeCommit message (Collapse)AuthorLines
2023-08-08Merge branch 'dev' into refinerAUTOMATIC1111-232/+0
2023-08-08REMOVEAUTOMATIC1111-224/+0
2023-08-06add infotextAUTOMATIC1111-2/+0
add proper support for recalculating conds in k-diffusion samplers remove support for compvis samplers
2023-08-06initial refiner supportAUTOMATIC1111-1/+11
2023-07-14add a message about unsupported samplersAUTOMATIC1111-3/+3
2023-05-16suppress ENSD infotext for samplers that don't use itAUTOMATIC-2/+6
2023-05-10ruff manual fixesAUTOMATIC-1/+1
2023-05-10ruff auto fixesAUTOMATIC-1/+1
2023-03-25Add support for the Variations models (unclip-h and unclip-l)MrCheeze-7/+24
2023-03-11add UniPC options to infotextAUTOMATIC-0/+14
2023-03-10Requested changesspace-nuko-1/+3
2023-02-10UniPC does not support img2img (for now)space-nuko-1/+1
2023-02-10Fix logspam and live previewsspace-nuko-9/+11
2023-02-10Working UniPC (for batch size 1)space-nuko-5/+30
2023-01-30make the program read Eta and Eta DDIM from generation parametersAUTOMATIC-1/+2
2023-01-30split samplers into one more files for k-diffusionAUTOMATIC-0/+8
2023-01-30split compvis sampler and shared sampler stuff into their own filesAUTOMATIC-412/+11
2023-01-30Split history sd_samplers.py to sd_samplers_compvis.pyAndrey-0/+552