Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12856 from catboxanon/extra-noise-noisy-latent | AUTOMATIC1111 | 2023-08-30 | 1 | -1/+1 |
| | | | Add noisy latent to `ExtraNoiseParams` for callback | ||||
* | revert SGM noise multiplier change for img2img because it breaks hires fix | AUTOMATIC1111 | 2023-08-29 | 1 | -7/+1 |
| | |||||
* | Merge pull request #12818 from catboxanon/sgm | AUTOMATIC1111 | 2023-08-29 | 1 | -2/+12 |
| | | | Add option to align with sgm repo's sampling implementation | ||||
* | Add extra noise callback | catboxanon | 2023-08-17 | 1 | -0/+4 |
| | |||||
* | Add extra img2img noise | catboxanon | 2023-08-15 | 1 | -0/+4 |
| | |||||
* | add second_order to samplers that mistakenly didn't have it | AUTOMATIC1111 | 2023-08-14 | 1 | -3/+3 |
| | |||||
* | Put frequently used sampler back | Kohaku-Blueleaf | 2023-08-14 | 1 | -4/+4 |
| | |||||
* | add res(dpmdd 2m sde heun) and reorder the sampler list | Kohaku-Blueleaf | 2023-08-14 | 1 | -4/+14 |
| | |||||
* | Merge pull request #12521 from catboxanon/feat/more-s-noise | AUTOMATIC1111 | 2023-08-13 | 1 | -0/+9 |
|\ | | | | | Add `s_noise` param to more samplers | ||||
| * | Merge branch 'feat/dpmpp3msde' into feat/more-s-noise | catboxanon | 2023-08-13 | 1 | -3/+3 |
| |\ | |||||
| | * | Discard penultimate sigma for DPM-Solver++(3M) SDE | catboxanon | 2023-08-13 | 1 | -3/+3 |
| | | | |||||
| * | | Add s_noise param to more samplers | catboxanon | 2023-08-13 | 1 | -0/+6 |
| |/ | |||||
| * | Add DPM-Solver++(3M) SDE | catboxanon | 2023-08-13 | 1 | -0/+3 |
| | | |||||
* | | Restore extra_params that was lost in merge | catboxanon | 2023-08-13 | 1 | -0/+2 |
|/ | |||||
* | put refiner into main UI, into the new accordions section | AUTOMATIC1111 | 2023-08-12 | 1 | -1/+2 |
| | | | | | | 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 | ||||
* | lint | AUTOMATIC1111 | 2023-08-10 | 1 | -1/+1 |
| | |||||
* | return the line lost during the merge | AUTOMATIC1111 | 2023-08-10 | 1 | -0/+1 |
| | |||||
* | resolve merge issues | AUTOMATIC1111 | 2023-08-10 | 1 | -2/+1 |
| | |||||
* | Merge branch 'dev' into refiner | AUTOMATIC1111 | 2023-08-10 | 1 | -1/+2 |
|\ | |||||
| * | by request: fix tiled vae extension | AUTOMATIC1111 | 2023-08-08 | 1 | -2/+3 |
| | | |||||
* | | merge errors | AUTOMATIC1111 | 2023-08-08 | 1 | -5/+12 |
| | | |||||
* | | Merge branch 'dev' into refiner | AUTOMATIC1111 | 2023-08-08 | 1 | -358/+21 |
|\| | |||||
| * | put commonly used samplers on top, make DPM++ 2M Karras the default choice | AUTOMATIC1111 | 2023-08-08 | 1 | -4/+4 |
| | | |||||
| * | REMOVE | AUTOMATIC1111 | 2023-08-08 | 1 | -2/+1 |
| | | |||||
| * | add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵ | AUTOMATIC1111 | 2023-08-08 | 1 | -138/+14 |
| | | | | | | | | when you can run both old and new implementations to compare them) | ||||
| * | split sd_samplers_kdiffusion into two | AUTOMATIC1111 | 2023-08-08 | 1 | -189/+2 |
| | | |||||
| * | Split history: mv temp modules/sd_samplers_kdiffusion.py | AUTOMATIC1111 | 2023-08-08 | 1 | -0/+511 |
| | | |||||
| * | Split history: mv modules/sd_samplers_kdiffusion.py temp | AUTOMATIC1111 | 2023-08-08 | 1 | -511/+0 |
| | | |||||
* | | add infotext | AUTOMATIC1111 | 2023-08-06 | 1 | -8/+16 |
| | | | | | | | | | | add proper support for recalculating conds in k-diffusion samplers remove support for compvis samplers | ||||
* | | lint! | AUTOMATIC1111 | 2023-08-06 | 1 | -1/+1 |
| | | |||||
* | | initial refiner support | AUTOMATIC1111 | 2023-08-06 | 1 | -6/+24 |
|/ | |||||
* | Assume 0 = inf for s_tmax | catboxanon | 2023-08-06 | 1 | -1/+1 |
| | |||||
* | Read kdiffusion sigma params from opts | catboxanon | 2023-08-06 | 1 | -7/+7 |
| | |||||
* | Add sigma params to infotext | catboxanon | 2023-08-06 | 1 | -1/+33 |
| | |||||
* | Add exponential scheduler for DPM-Solver++(2M) SDE | catboxanon | 2023-08-04 | 1 | -0/+4 |
| | | | | Better quality results than Karras. Related discussion: https://gist.github.com/crowsonkb/3ed16fba35c73ece7cf4b9a2095f2b78 | ||||
* | add NV option for Random number generator source setting, which allows to ↵ | AUTOMATIC1111 | 2023-08-02 | 1 | -4/+1 |
| | | | | generate same pictures on CPU/AMD/Mac as on NVidia videocards. | ||||
* | split the new sampler into a different file | AUTOMATIC1111 | 2023-07-29 | 1 | -71/+4 |
| | |||||
* | Split history: mv temp modules/sd_samplers_kdiffusion.py | AUTOMATIC1111 | 2023-07-29 | 1 | -0/+545 |
| | |||||
* | Split history: mv modules/sd_samplers_kdiffusion.py temp | AUTOMATIC1111 | 2023-07-29 | 1 | -545/+0 |
| | |||||
* | Merge pull request #11850 from lambertae/restart_sampling | AUTOMATIC1111 | 2023-07-29 | 1 | -2/+71 |
|\ | | | | | Restart sampling | ||||
| * | fix progress bar & torchHijack | lambertae | 2023-07-26 | 1 | -6/+13 |
| | | |||||
| * | new restart scheme | lambertae | 2023-07-21 | 1 | -1/+4 |
| | | |||||
| * | fix ruff | lambertae | 2023-07-21 | 1 | -1/+1 |
| | | |||||
| * | allow choise of restart_list & use karras from kdiffusion | lambertae | 2023-07-21 | 1 | -20/+12 |
| | | |||||
| * | restart-sampler with correct steps | lambertae | 2023-07-20 | 1 | -8/+14 |
| | | |||||
| * | code styling | lambertae | 2023-07-18 | 1 | -9/+5 |
| | | |||||
| * | fix floating error | lambertae | 2023-07-18 | 1 | -5/+6 |
| | | |||||
| * | remove useless header | lambertae | 2023-07-18 | 1 | -2/+0 |
| | | |||||
| * | add restart sampler | lambertae | 2023-07-18 | 1 | -2/+68 |
| | | |||||
* | | SDXL support | AUTOMATIC1111 | 2023-07-12 | 1 | -1/+1 |
| | |