Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2022-09-28 | fix broken DDIM with img2img | AUTOMATIC | -2/+2 | |
2022-09-28 | added support for automatically installing latest k-diffusion | AUTOMATIC | -39/+44 | |
added eta parameter to parameters output for generated images split eta settings into ancestral and ddim (because they have different default values) | ||||
2022-09-28 | emergency fix for #1199 | AUTOMATIC | -12/+13 | |
2022-09-28 | add eta to k ancestral | C43H66N12O12S2 | -2/+4 | |
2022-09-27 | add missing s_tmax | DepFA | -3/+3 | |
2022-09-27 | pass eta to tex2img sampler | DepFA | -2/+2 | |
2022-09-27 | take extra sampler properties from StableDiffusionProcessing | DepFA | -6/+6 | |
2022-09-27 | pass extra KDiffusionSampler function parameters | DepFA | -2/+18 | |
2022-09-27 | pass ddim_eta and ddim_discretize | DepFA | -2/+2 | |
2022-09-19 | added highres fix feature | AUTOMATIC | -23/+32 | |
2022-09-18 | fixed a bug with seed reproducibility with bacth_size>0 and bacth_count>0 | AUTOMATIC | -0/+2 | |
2022-09-16 | an option to do exactly the amount of specified steps in img2img | AUTOMATIC | -7/+19 | |
2022-09-16 | Merge branch 'batch-seed-attempt' | AUTOMATIC | -0/+40 | |
2022-09-16 | prevent replacing torch_randn globally (instead replacing ↵ | AUTOMATIC | -5/+20 | |
k_diffusion.sampling.torch) and add a setting to disable this all | ||||
2022-09-16 | Prompt editing only applies to images in first batch of desired batch size ↵ | AUTOMATIC | -0/+5 | |
when batch count > 1 #535 | ||||
2022-09-15 | Merge branch 'prompt_editing' | AUTOMATIC | -16/+28 | |
2022-09-15 | quantization off by default | AUTOMATIC | -1/+1 | |
2022-09-15 | Respect quantization setting | C43H66N12O12S2 | -1/+1 | |
2022-09-15 | Construct CompVisDenoiser with quantization | C43H66N12O12S2 | -1/+1 | |
2022-09-15 | prompt editing | AUTOMATIC | -16/+28 | |
2022-09-13 | first attempt to produce crrect seeds in batch | AUTOMATIC | -0/+25 | |
2022-09-13 | bandaid for broken ddim sampling #389 | AUTOMATIC | -2/+7 | |
2022-09-12 | Noisy image previews #257 | AUTOMATIC | -3/+5 | |
2022-09-08 | fix for PLMS live previews in txt2img | AUTOMATIC | -2/+4 | |
2022-09-08 | fix for DDIM live previews in txt2img | AUTOMATIC | -0/+6 | |
2022-09-08 | More informative progress printing | JohannesGaessler | -2/+4 | |
2022-09-07 | big improvements to inpainting and outpainting | AUTOMATIC | -1/+4 | |
2022-09-06 | fix for live progress breaking lowvram and medvram optimizations | AUTOMATIC | -4/+20 | |
2022-09-06 | added preview option | AUTOMATIC | -2/+7 | |
2022-09-06 | added progressbar | AUTOMATIC | -6/+30 | |
added an option to disable progressbar added interrupt support to DDIM/PLMS |