Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-08-03 | add NV option for Random number generator source setting, which allows to ↵ | AUTOMATIC1111 | -4/+1 | |
generate same pictures on CPU/AMD/Mac as on NVidia videocards. | ||||
2023-07-29 | split the new sampler into a different file | AUTOMATIC1111 | -71/+4 | |
2023-07-29 | Split history: mv temp modules/sd_samplers_kdiffusion.py | AUTOMATIC1111 | -0/+545 | |
2023-07-29 | Split history: mv modules/sd_samplers_kdiffusion.py temp | AUTOMATIC1111 | -545/+0 | |
2023-07-29 | Merge pull request #11850 from lambertae/restart_sampling | AUTOMATIC1111 | -2/+71 | |
Restart sampling | ||||
2023-07-25 | fix progress bar & torchHijack | lambertae | -6/+13 | |
2023-07-20 | new restart scheme | lambertae | -1/+4 | |
2023-07-20 | fix ruff | lambertae | -1/+1 | |
2023-07-20 | allow choise of restart_list & use karras from kdiffusion | lambertae | -20/+12 | |
2023-07-20 | restart-sampler with correct steps | lambertae | -8/+14 | |
2023-07-18 | code styling | lambertae | -9/+5 | |
2023-07-18 | fix floating error | lambertae | -5/+6 | |
2023-07-18 | remove useless header | lambertae | -2/+0 | |
2023-07-18 | add restart sampler | lambertae | -2/+68 | |
2023-07-12 | SDXL support | AUTOMATIC1111 | -1/+1 | |
2023-07-11 | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | -10/+35 | |
2023-06-27 | add missing infotext entry for the pad cond/uncond option | AUTOMATIC | -1/+10 | |
2023-05-31 | Merge pull request #10638 from catboxanon/patch/revert-10586 | AUTOMATIC1111 | -2/+2 | |
Revert discarding penultimate sigma for DPM-Solver++(2M) SDE | ||||
2023-05-27 | updates for the noise schedule settings | AUTOMATIC | -14/+16 | |
2023-05-24 | use Schedule instead of Sched | Kohaku-Blueleaf | -4/+4 | |
2023-05-24 | improvements | Kohaku-Blueleaf | -10/+17 | |
See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723 | ||||
2023-05-24 | Use automatic instead of None/default | Kohaku-Blueleaf | -3/+3 | |
2023-05-23 | Use type to determine if it is enable | Kohaku-Blueleaf | -3/+3 | |
2023-05-23 | Use better way to impl | Kohaku-Blueleaf | -6/+13 | |
2023-05-23 | Better hint for user | Kohaku-Blueleaf | -2/+3 | |
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com> | ||||
2023-05-22 | Revert #10586 | catboxanon | -2/+2 | |
2023-05-23 | use sigma_max/min in model if sigma_max/min is 0 | Kohaku-Blueleaf | -2/+3 | |
2023-05-23 | Add error information for recursion error | Kohaku-Blueleaf | -0/+6 | |
2023-05-22 | remove not related code | Kohaku-Blueleaf | -1/+0 | |
2023-05-22 | Replace karras by k_diffusion, fix gen info | Kohaku-Blueleaf | -1/+2 | |
2023-05-22 | Add dropdown for scheduler type | Kohaku-Blueleaf | -4/+15 | |
2023-05-22 | remove debug print | Kohaku-Blueleaf | -1/+0 | |
2023-05-22 | Add custom karras scheduler | Kohaku-Blueleaf | -0/+6 | |
2023-05-22 | option to pad prompt/neg prompt to be same length | AUTOMATIC | -0/+10 | |
2023-05-21 | Discard penultimate sigma for dpmpp_2m_sde | catboxanon | -2/+2 | |
2023-05-21 | add DPM-Solver++(2M) SDE from new k-diffusion | AUTOMATIC | -6/+8 | |
2023-05-16 | add second_order field to sampler config | AUTOMATIC | -7/+7 | |
2023-05-16 | suppress ENSD infotext for samplers that don't use it | AUTOMATIC | -8/+8 | |
2023-05-14 | remove output_altered flag from AfterCFGCallbackParams | AUTOMATIC | -2/+1 | |
2023-05-14 | Add/modify CFG callbacks | catboxanon | -1/+7 | |
Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG | ||||
2023-05-11 | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | -9/+9 | |
2023-05-10 | ruff auto fixes | AUTOMATIC | -1/+1 | |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -1/+0 | |
2023-05-09 | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | -1/+1 | |
2023-04-29 | use correct images for previews when using AND (see #9491) | AUTOMATIC | -1/+1 | |
2023-04-29 | some extra lines I forgot to add for previous commit | AUTOMATIC | -3/+2 | |
2023-04-29 | rework Negative Guidance minimum sigma to work with AND, add infotext and ↵ | AUTOMATIC | -18/+25 | |
copypaste parameters support | ||||
2023-04-29 | Merge pull request #9177 from devNegative-asm/master | AUTOMATIC1111 | -6/+20 | |
(Optimization) Option to remove negative conditioning at low sigma values | ||||
2023-04-29 | rename CPU RNG to RNG source in settings, add infotext and parameters ↵ | AUTOMATIC | -1/+1 | |
copypaste support to RNG source | ||||
2023-04-18 | Option to use CPU for random number generation. | Deciare | -1/+1 | |
Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613. |