Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | 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 discarding penultimate sigma for DPM-Solver++(2M) SDE | ||||
| * | 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 |
| | | | | | | | | | | See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723 | ||||
* | | 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 |
| | | | | | | Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com> | ||||
* | | 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 |
| | | |||||
* | | Replace karras by k_diffusion, fix gen info | Kohaku-Blueleaf | 2023-05-22 | 1 | -1/+2 |
| | | |||||
* | | Add dropdown for scheduler type | Kohaku-Blueleaf | 2023-05-22 | 1 | -4/+15 |
| | | |||||
* | | remove debug print | Kohaku-Blueleaf | 2023-05-22 | 1 | -1/+0 |
| | | |||||
* | | Add custom karras scheduler | Kohaku-Blueleaf | 2023-05-22 | 1 | -0/+6 |
|/ | |||||
* | option to pad prompt/neg prompt to be same length | AUTOMATIC | 2023-05-21 | 1 | -0/+10 |
| | |||||
* | Discard penultimate sigma for dpmpp_2m_sde | catboxanon | 2023-05-21 | 1 | -2/+2 |
| | |||||
* | add DPM-Solver++(2M) SDE from new k-diffusion | AUTOMATIC | 2023-05-21 | 1 | -6/+8 |
| | |||||
* | add second_order field to sampler config | AUTOMATIC | 2023-05-16 | 1 | -7/+7 |
| | |||||
* | suppress ENSD infotext for samplers that don't use it | AUTOMATIC | 2023-05-16 | 1 | -8/+8 |
| | |||||
* | remove output_altered flag from AfterCFGCallbackParams | AUTOMATIC | 2023-05-14 | 1 | -2/+1 |
| | |||||
* | Add/modify CFG callbacks | catboxanon | 2023-05-14 | 1 | -1/+7 |
| | | | | | Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG | ||||
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -9/+9 |
| | |||||
* | ruff auto fixes | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+0 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | use correct images for previews when using AND (see #9491) | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | |||||
* | some extra lines I forgot to add for previous commit | AUTOMATIC | 2023-04-29 | 1 | -3/+2 |
| | |||||
* | rework Negative Guidance minimum sigma to work with AND, add infotext and ↵ | AUTOMATIC | 2023-04-29 | 1 | -18/+25 |
| | | | | copypaste parameters support | ||||
* | Merge pull request #9177 from devNegative-asm/master | AUTOMATIC1111 | 2023-04-29 | 1 | -6/+20 |
|\ | | | | | (Optimization) Option to remove negative conditioning at low sigma values | ||||
| * | fix live preview & alternate uncond guidance for better quality | devdn | 2023-03-30 | 1 | -6/+8 |
| | | |||||
| * | performance increase | devdn | 2023-03-29 | 1 | -5/+17 |
| | | |||||
* | | rename CPU RNG to RNG source in settings, add infotext and parameters ↵ | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | | | | | | | | copypaste support to RNG source |