Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweaked default values. | CodeHatchling | 2023-11-29 | 1 | -2/+2 |
| | |||||
* | Added slider for detail preservation strength, removed largely needless ↵ | CodeHatchling | 2023-11-29 | 1 | -6/+5 |
| | | | | offset parameter, changed labels in UI and for saving to/pasting data from PNG files. | ||||
* | Implements "scheduling" for blending of the original latents and a latent ↵ | CodeHatchling | 2023-11-28 | 1 | -2/+59 |
| | | | | blending formula that preserves details in blend transition areas. | ||||
* | ditch --always-batch-cond-uncond in favor of an UI setting | AUTOMATIC1111 | 2023-08-21 | 1 | -2/+2 |
| | |||||
* | revert to applying mask before denoising for k-diffusion, like it was before | AUTOMATIC1111 | 2023-08-14 | 1 | -1/+5 |
| | |||||
* | put refiner into main UI, into the new accordions section | AUTOMATIC1111 | 2023-08-12 | 1 | -1/+5 |
| | | | | | | add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps | ||||
* | merge errors | AUTOMATIC1111 | 2023-08-08 | 1 | -2/+21 |
| | |||||
* | REMOVE | AUTOMATIC1111 | 2023-08-08 | 1 | -1/+0 |
| | |||||
* | add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵ | AUTOMATIC1111 | 2023-08-08 | 1 | -32/+18 |
| | | | | when you can run both old and new implementations to compare them) | ||||
* | split sd_samplers_kdiffusion into two | AUTOMATIC1111 | 2023-08-08 | 1 | -294/+1 |
| | |||||
* | Split history: mv modules/sd_samplers_kdiffusion.py ↵ | AUTOMATIC1111 | 2023-08-08 | 1 | -0/+511 |
modules/sd_samplers_cfg_denoiser.py |