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