Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put refiner into main UI, into the new accordions section | AUTOMATIC1111 | 2023-08-12 | 1 | -1/+2 |
* | 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 |
| * | 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 |
* | | 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 |
* | add NV option for Random number generator source setting, which allows to gen... | AUTOMATIC1111 | 2023-08-02 | 1 | -4/+1 |
* | 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 |
|\ | |||||
| * | 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 |
* | | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | 2023-07-11 | 1 | -10/+35 |
|/ | |||||
* | add missing infotext entry for the pad cond/uncond option | AUTOMATIC | 2023-06-27 | 1 | -1/+10 |
* | Merge pull request #10638 from catboxanon/patch/revert-10586 | AUTOMATIC1111 | 2023-05-31 | 1 | -2/+2 |
|\ | |||||
| * | Revert #10586 | catboxanon | 2023-05-22 | 1 | -2/+2 |
* | | updates for the noise schedule settings | AUTOMATIC | 2023-05-27 | 1 | -14/+16 |
* | | use Schedule instead of Sched | Kohaku-Blueleaf | 2023-05-24 | 1 | -4/+4 |
* | | improvements | Kohaku-Blueleaf | 2023-05-24 | 1 | -10/+17 |
* | | Use automatic instead of None/default | Kohaku-Blueleaf | 2023-05-23 | 1 | -3/+3 |
* | | Use type to determine if it is enable | Kohaku-Blueleaf | 2023-05-23 | 1 | -3/+3 |
* | | Use better way to impl | Kohaku-Blueleaf | 2023-05-23 | 1 | -6/+13 |
* | | Better hint for user | Kohaku-Blueleaf | 2023-05-23 | 1 | -2/+3 |
* | | use sigma_max/min in model if sigma_max/min is 0 | Kohaku-Blueleaf | 2023-05-22 | 1 | -2/+3 |
* | | Add error information for recursion error | Kohaku-Blueleaf | 2023-05-22 | 1 | -0/+6 |
* | | remove not related code | Kohaku-Blueleaf | 2023-05-22 | 1 | -1/+0 |