Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-10 | lint | AUTOMATIC1111 | |
2023-08-10 | return the line lost during the merge | AUTOMATIC1111 | |
2023-08-10 | resolve merge issues | AUTOMATIC1111 | |
2023-08-10 | Merge branch 'dev' into refiner | AUTOMATIC1111 | |
2023-08-08 | by request: fix tiled vae extension | AUTOMATIC1111 | |
2023-08-08 | merge errors | AUTOMATIC1111 | |
2023-08-08 | Merge branch 'dev' into refiner | AUTOMATIC1111 | |
2023-08-08 | put commonly used samplers on top, make DPM++ 2M Karras the default choice | AUTOMATIC1111 | |
2023-08-08 | REMOVE | AUTOMATIC1111 | |
2023-08-08 | add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵ | AUTOMATIC1111 | |
when you can run both old and new implementations to compare them) | |||
2023-08-08 | split sd_samplers_kdiffusion into two | AUTOMATIC1111 | |
2023-08-08 | Split history: mv temp modules/sd_samplers_kdiffusion.py | AUTOMATIC1111 | |
2023-08-08 | Split history: mv modules/sd_samplers_kdiffusion.py temp | AUTOMATIC1111 | |
2023-08-06 | add infotext | AUTOMATIC1111 | |
add proper support for recalculating conds in k-diffusion samplers remove support for compvis samplers | |||
2023-08-06 | lint! | AUTOMATIC1111 | |
2023-08-06 | initial refiner support | AUTOMATIC1111 | |
2023-08-05 | Assume 0 = inf for s_tmax | catboxanon | |
2023-08-05 | Read kdiffusion sigma params from opts | catboxanon | |
2023-08-05 | Add sigma params to infotext | catboxanon | |
2023-08-04 | Add exponential scheduler for DPM-Solver++(2M) SDE | catboxanon | |
Better quality results than Karras. Related discussion: https://gist.github.com/crowsonkb/3ed16fba35c73ece7cf4b9a2095f2b78 | |||
2023-08-03 | add NV option for Random number generator source setting, which allows to ↵ | AUTOMATIC1111 | |
generate same pictures on CPU/AMD/Mac as on NVidia videocards. | |||
2023-07-29 | split the new sampler into a different file | AUTOMATIC1111 | |
2023-07-29 | Split history: mv temp modules/sd_samplers_kdiffusion.py | AUTOMATIC1111 | |
2023-07-29 | Split history: mv modules/sd_samplers_kdiffusion.py temp | AUTOMATIC1111 | |
2023-07-29 | Merge pull request #11850 from lambertae/restart_sampling | AUTOMATIC1111 | |
Restart sampling | |||
2023-07-25 | fix progress bar & torchHijack | lambertae | |
2023-07-20 | new restart scheme | lambertae | |
2023-07-20 | fix ruff | lambertae | |
2023-07-20 | allow choise of restart_list & use karras from kdiffusion | lambertae | |
2023-07-20 | restart-sampler with correct steps | lambertae | |
2023-07-18 | code styling | lambertae | |
2023-07-18 | fix floating error | lambertae | |
2023-07-18 | remove useless header | lambertae | |
2023-07-18 | add restart sampler | lambertae | |
2023-07-12 | SDXL support | AUTOMATIC1111 | |
2023-07-11 | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | |
2023-06-27 | add missing infotext entry for the pad cond/uncond option | AUTOMATIC | |
2023-05-31 | Merge pull request #10638 from catboxanon/patch/revert-10586 | AUTOMATIC1111 | |
Revert discarding penultimate sigma for DPM-Solver++(2M) SDE | |||
2023-05-27 | updates for the noise schedule settings | AUTOMATIC | |
2023-05-24 | use Schedule instead of Sched | Kohaku-Blueleaf | |
2023-05-24 | improvements | Kohaku-Blueleaf | |
See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723 | |||
2023-05-24 | Use automatic instead of None/default | Kohaku-Blueleaf | |
2023-05-23 | Use type to determine if it is enable | Kohaku-Blueleaf | |
2023-05-23 | Use better way to impl | Kohaku-Blueleaf | |
2023-05-23 | Better hint for user | Kohaku-Blueleaf | |
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com> | |||
2023-05-22 | Revert #10586 | catboxanon | |
2023-05-23 | use sigma_max/min in model if sigma_max/min is 0 | Kohaku-Blueleaf | |
2023-05-23 | Add error information for recursion error | Kohaku-Blueleaf | |
2023-05-22 | remove not related code | Kohaku-Blueleaf | |
2023-05-22 | Replace karras by k_diffusion, fix gen info | Kohaku-Blueleaf | |