Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-11-30 | Rework MPS randn fix, add randn_like fix | brkirch | -3/+5 | |
torch.manual_seed() already sets a CPU generator, so there is no reason to create a CPU generator manually. torch.randn_like also needs a MPS fix for k-diffusion, but a torch hijack with randn_like already exists so it can also be used for that. | ||||
2022-11-30 | Add workaround for using MPS with torchsde | brkirch | -0/+14 | |
2022-11-27 | rework #5012 to also work for pictures dragged into the prompt and also add ↵ | AUTOMATIC | -1/+1 | |
Clip skip + ENSD to parameters | ||||
2022-11-27 | Merge pull request #5065 from JaySmithWpg/vram-leak | AUTOMATIC1111 | -18/+15 | |
#3449 - VRAM leak when switching to/from inpainting checkpoint | ||||
2022-11-27 | calculate dictionary for sampler names only once | AUTOMATIC | -0/+7 | |
2022-11-27 | Merge branch 'master' into DPM++SDE | AUTOMATIC1111 | -6/+8 | |
2022-11-26 | Add support Stable Diffusion 2.0 | AUTOMATIC | -6/+8 | |
2022-11-25 | fixes #3449 - VRAM leak when switching to/from inpainting model | Jay Smith | -18/+15 | |
2022-11-22 | Add DPM++ SDE sampler | uservar | -0/+2 | |
2022-11-19 | change StableDiffusionProcessing to internally use sampler name instead of ↵ | AUTOMATIC | -3/+10 | |
sampler index | ||||
2022-11-05 | tweak names a bit for new samplers | AUTOMATIC | -4/+4 | |
2022-11-04 | Reorder samplers | hentailord85ez | -2/+2 | |
2022-11-04 | Fix name | hentailord85ez | -1/+1 | |
2022-11-04 | Add support for new DPM-Solver++ samplers | hentailord85ez | -0/+4 | |
2022-11-02 | do not unnecessarily run VAE one more time when saving intermediate image ↵ | AUTOMATIC | -0/+1 | |
with hires fix | ||||
2022-11-02 | Allow saving "before-highres-fix. (#4150) | timntorres | -3/+2 | |
* Save image/s before doing highres fix. | ||||
2022-11-02 | Merge pull request #4021 from AUTOMATIC1111/add-kdiff-cfgdenoiser-callback | AUTOMATIC1111 | -0/+7 | |
Add mid-kdiffusion cfgdenoiser script callback - access latents, conditionings and sigmas mid-sampling | ||||
2022-11-02 | Update class name and assign back to vars | DepFA | -2/+6 | |
2022-10-30 | Add callback to sd_samplers | DepFA | -0/+3 | |
2022-10-30 | Include PLMS in adjust steps as it also can fail in the same way | Martin Cairns | -1/+1 | |
2022-10-29 | Add adjust_steps_if_invalid to find next valid step for ddim uniform sampler | Martin Cairns | -13/+15 | |
2022-10-25 | fix #3145 #3093 | ritosonn | -2/+2 | |
2022-10-22 | removed the option to use 2x more memory when generating previews | AUTOMATIC | -25/+10 | |
added an option to always only show one image in previews removed duplicate code | ||||
2022-10-22 | Generate grid preview for progress image | Unnoen | -1/+25 | |
2022-10-21 | Merge branch 'master' into master | AUTOMATIC1111 | -11/+49 | |
2022-10-20 | Different approach to skip/interrupt with highres fix | Vladimir Repin | -0/+4 | |
2022-10-20 | Made dummy latents smaller. Minor code cleanups | random_thoughtss | -2/+4 | |
2022-10-19 | Don't compute latent mask if were not using it. Also added support for fixed ↵ | random_thoughtss | -0/+4 | |
highres_fix generation. | ||||
2022-10-19 | added support for ddim img2img | random_thoughtss | -0/+6 | |
2022-10-19 | Added support for RunwayML inpainting model | random_thoughtss | -12/+38 | |
2022-10-18 | remove dependence on TQDM for sampler progress/interrupt functionality | AUTOMATIC | -49/+58 | |
2022-10-11 | Fix typo in comments | Martin Cairns | -1/+1 | |
2022-10-11 | Remove debug code for checking that first sigma value is same after code cleanup | Martin Cairns | -1/+0 | |
2022-10-11 | Handle different parameters for DPM fast & adaptive | Martin Cairns | -7/+18 | |
2022-10-10 | --no-half-vae | AUTOMATIC | -2/+2 | |
2022-10-08 | chore: Fix typos | Aidan Holland | -2/+2 | |
2022-10-08 | fix bugs related to variable prompt lengths | AUTOMATIC | -7/+28 | |
2022-10-08 | check specifically for skipped | Trung Ngo | -2/+2 | |
2022-10-06 | karras samplers for img2img? | AUTOMATIC | -2/+4 | |
2022-10-06 | integrate the new samplers PR | AUTOMATIC | -28/+31 | |
2022-10-06 | add karras scheduling variants | C43H66N12O12S2 | -0/+13 | |
2022-10-06 | option to let users select which samplers they want to hide | AUTOMATIC | -2/+17 | |
2022-10-05 | added support for AND from ↵ | AUTOMATIC | -10/+25 | |
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ | ||||
2022-10-03 | Fixed when eta = 0 | hentailord85ez | -1/+1 | |
Unexpected behavior when using eta = 0 in something like XY, but your default eta was set to something not 0. | ||||
2022-10-02 | added --disable-console-progressbars to disable progressbars in console | AUTOMATIC | -2/+6 | |
disabled printing prompts to console by default, enabled by --enable-console-prompts | ||||
2022-10-01 | add sampler_noise_scheduler_override switch | DepFA | -2/+8 | |
2022-09-30 | fix the sys not found error when importing sd_samplers that appeared after PR | AUTOMATIC | -2/+0 | |
2022-09-30 | force usage of cloned k-diffusion | C43H66N12O12S2 | -1/+2 | |
2022-09-29 | improve code quality | C43H66N12O12S2 | -9/+7 | |
2022-09-29 | add new samplers | C43H66N12O12S2 | -1/+10 | |