Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-27 | Add Pad conds v0 option | AUTOMATIC1111 | -4/+2 | |
2024-01-01 | Merge pull request #14145 from drhead/zero-terminal-snr | AUTOMATIC1111 | -1/+1 | |
Implement zero terminal SNR noise schedule option | ||||
2024-01-01 | add missing field for DDIM sampler that was breaking img2img | AUTOMATIC1111 | -0/+1 | |
2023-12-09 | re-derive sqrt alpha bar and sqrt one minus alphabar | drhead | -1/+1 | |
This is the only place these values are ever referenced outside of training code so this change is very justifiable and more consistent. | ||||
2023-08-29 | Add noisy latent to ExtraNoiseParams for callback | catboxanon | -1/+1 | |
2023-08-16 | Add extra noise callback | catboxanon | -0/+4 | |
2023-08-15 | Merge pull request #12564 from catboxanon/feat/img2img-noise | AUTOMATIC1111 | -0/+4 | |
Add extra noise param for img2img operations | ||||
2023-08-15 | Add extra img2img noise | catboxanon | -0/+4 | |
2023-08-14 | correctly add Eta DDIM to infotext when it's 1.0 and do not add it when it's ↵ | AUTOMATIC1111 | -0/+1 | |
0.0. | ||||
2023-08-14 | revert to applying mask before denoising for k-diffusion, like it was before | AUTOMATIC1111 | -0/+1 | |
2023-08-14 | repair DDIM/PLMS/UniPC batches | AUTOMATIC1111 | -3/+2 | |
2023-08-10 | Merge branch 'dev' into refiner | AUTOMATIC1111 | -0/+4 | |
2023-08-08 | by request: fix tiled vae extension | AUTOMATIC1111 | -0/+4 | |
2023-08-08 | merge errors | AUTOMATIC1111 | -10/+17 | |
2023-08-08 | REMOVE | AUTOMATIC1111 | -3/+3 | |
2023-08-08 | add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵ | AUTOMATIC1111 | -0/+147 | |
when you can run both old and new implementations to compare them) |