aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_cfg_denoiser.py
Commit message (Collapse)AuthorAgeFilesLines
* ditch --always-batch-cond-uncond in favor of an UI settingAUTOMATIC11112023-08-211-2/+2
|
* revert to applying mask before denoising for k-diffusion, like it was beforeAUTOMATIC11112023-08-141-1/+5
|
* put refiner into main UI, into the new accordions sectionAUTOMATIC11112023-08-121-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 errorsAUTOMATIC11112023-08-081-2/+21
|
* REMOVEAUTOMATIC11112023-08-081-1/+0
|
* add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵AUTOMATIC11112023-08-081-32/+18
| | | | when you can run both old and new implementations to compare them)
* split sd_samplers_kdiffusion into twoAUTOMATIC11112023-08-081-294/+1
|
* Split history: mv modules/sd_samplers_kdiffusion.py ↵AUTOMATIC11112023-08-081-0/+511
modules/sd_samplers_cfg_denoiser.py