Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update class name and assign back to vars | DepFA | 2022-11-02 | 1 | -2/+6 | |
| | | ||||||
| * | Add callback to sd_samplers | DepFA | 2022-10-30 | 1 | -0/+3 | |
| | | ||||||
* | | Include PLMS in adjust steps as it also can fail in the same way | Martin Cairns | 2022-10-30 | 1 | -1/+1 | |
| | | ||||||
* | | Add adjust_steps_if_invalid to find next valid step for ddim uniform sampler | Martin Cairns | 2022-10-29 | 1 | -13/+15 | |
|/ | ||||||
* | fix #3145 #3093 | ritosonn | 2022-10-25 | 1 | -2/+2 | |
| | ||||||
* | removed the option to use 2x more memory when generating previews | AUTOMATIC | 2022-10-22 | 1 | -25/+10 | |
| | | | | | added an option to always only show one image in previews removed duplicate code | |||||
* | Generate grid preview for progress image | Unnoen | 2022-10-22 | 1 | -1/+25 | |
| | ||||||
* | Merge branch 'master' into master | AUTOMATIC1111 | 2022-10-21 | 1 | -11/+49 | |
|\ | ||||||
| * | Made dummy latents smaller. Minor code cleanups | random_thoughtss | 2022-10-20 | 1 | -2/+4 | |
| | | ||||||
| * | Don't compute latent mask if were not using it. Also added support for fixed ↵ | random_thoughtss | 2022-10-19 | 1 | -0/+4 | |
| | | | | | | | | highres_fix generation. | |||||
| * | added support for ddim img2img | random_thoughtss | 2022-10-19 | 1 | -0/+6 | |
| | | ||||||
| * | Added support for RunwayML inpainting model | random_thoughtss | 2022-10-19 | 1 | -12/+38 | |
| | | ||||||
* | | Different approach to skip/interrupt with highres fix | Vladimir Repin | 2022-10-20 | 1 | -0/+4 | |
|/ | ||||||
* | remove dependence on TQDM for sampler progress/interrupt functionality | AUTOMATIC | 2022-10-18 | 1 | -49/+58 | |
| | ||||||
* | Fix typo in comments | Martin Cairns | 2022-10-11 | 1 | -1/+1 | |
| | ||||||
* | Remove debug code for checking that first sigma value is same after code cleanup | Martin Cairns | 2022-10-11 | 1 | -1/+0 | |
| | ||||||
* | Handle different parameters for DPM fast & adaptive | Martin Cairns | 2022-10-11 | 1 | -7/+18 | |
| | ||||||
* | --no-half-vae | AUTOMATIC | 2022-10-10 | 1 | -2/+2 | |
| | ||||||
* | chore: Fix typos | Aidan Holland | 2022-10-08 | 1 | -2/+2 | |
| | ||||||
* | fix bugs related to variable prompt lengths | AUTOMATIC | 2022-10-08 | 1 | -7/+28 | |
| | ||||||
* | check specifically for skipped | Trung Ngo | 2022-10-08 | 1 | -2/+2 | |
| | ||||||
* | karras samplers for img2img? | AUTOMATIC | 2022-10-06 | 1 | -2/+4 | |
| | ||||||
* | integrate the new samplers PR | AUTOMATIC | 2022-10-06 | 1 | -28/+31 | |
| | ||||||
* | add karras scheduling variants | C43H66N12O12S2 | 2022-10-06 | 1 | -0/+13 | |
| | ||||||
* | option to let users select which samplers they want to hide | AUTOMATIC | 2022-10-06 | 1 | -2/+17 | |
| | ||||||
* | added support for AND from ↵ | AUTOMATIC | 2022-10-05 | 1 | -10/+25 | |
| | | | | https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ | |||||
* | Fixed when eta = 0 | hentailord85ez | 2022-10-03 | 1 | -1/+1 | |
| | | | Unexpected behavior when using eta = 0 in something like XY, but your default eta was set to something not 0. | |||||
* | added --disable-console-progressbars to disable progressbars in console | AUTOMATIC | 2022-10-02 | 1 | -2/+6 | |
| | | | | disabled printing prompts to console by default, enabled by --enable-console-prompts | |||||
* | add sampler_noise_scheduler_override switch | DepFA | 2022-10-01 | 1 | -2/+8 | |
| | ||||||
* | fix the sys not found error when importing sd_samplers that appeared after PR | AUTOMATIC | 2022-09-30 | 1 | -2/+0 | |
| | ||||||
* | force usage of cloned k-diffusion | C43H66N12O12S2 | 2022-09-30 | 1 | -1/+2 | |
| | ||||||
* | improve code quality | C43H66N12O12S2 | 2022-09-29 | 1 | -9/+7 | |
| | ||||||
* | add new samplers | C43H66N12O12S2 | 2022-09-29 | 1 | -1/+10 | |
| | ||||||
* | fix broken DDIM with img2img | AUTOMATIC | 2022-09-28 | 1 | -2/+2 | |
| | ||||||
* | added support for automatically installing latest k-diffusion | AUTOMATIC | 2022-09-28 | 1 | -39/+44 | |
| | | | | | added eta parameter to parameters output for generated images split eta settings into ancestral and ddim (because they have different default values) | |||||
* | emergency fix for #1199 | AUTOMATIC | 2022-09-28 | 1 | -12/+13 | |
| | ||||||
* | add eta to k ancestral | C43H66N12O12S2 | 2022-09-28 | 1 | -2/+4 | |
| | ||||||
* | add missing s_tmax | DepFA | 2022-09-27 | 1 | -3/+3 | |
| | ||||||
* | pass eta to tex2img sampler | DepFA | 2022-09-27 | 1 | -2/+2 | |
| | ||||||
* | take extra sampler properties from StableDiffusionProcessing | DepFA | 2022-09-27 | 1 | -6/+6 | |
| | ||||||
* | pass extra KDiffusionSampler function parameters | DepFA | 2022-09-27 | 1 | -2/+18 | |
| | ||||||
* | pass ddim_eta and ddim_discretize | DepFA | 2022-09-27 | 1 | -2/+2 | |
| | ||||||
* | added highres fix feature | AUTOMATIC | 2022-09-19 | 1 | -23/+32 | |
| | ||||||
* | fixed a bug with seed reproducibility with bacth_size>0 and bacth_count>0 | AUTOMATIC | 2022-09-18 | 1 | -0/+2 | |
| | ||||||
* | an option to do exactly the amount of specified steps in img2img | AUTOMATIC | 2022-09-16 | 1 | -7/+19 | |
| | ||||||
* | Merge branch 'batch-seed-attempt' | AUTOMATIC | 2022-09-16 | 1 | -0/+40 | |
|\ | ||||||
| * | prevent replacing torch_randn globally (instead replacing ↵ | AUTOMATIC | 2022-09-16 | 1 | -5/+20 | |
| | | | | | | | | k_diffusion.sampling.torch) and add a setting to disable this all | |||||
| * | first attempt to produce crrect seeds in batch | AUTOMATIC | 2022-09-13 | 1 | -0/+25 | |
| | | ||||||
* | | Prompt editing only applies to images in first batch of desired batch size ↵ | AUTOMATIC | 2022-09-16 | 1 | -0/+5 | |
| | | | | | | | | when batch count > 1 #535 | |||||
* | | Merge branch 'prompt_editing' | AUTOMATIC | 2022-09-15 | 1 | -16/+28 | |
|\ \ |