aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Update class name and assign back to varsDepFA2022-11-021-2/+6
| * Add callback to sd_samplersDepFA2022-10-301-0/+3
* | Include PLMS in adjust steps as it also can fail in the same wayMartin Cairns2022-10-301-1/+1
* | Add adjust_steps_if_invalid to find next valid step for ddim uniform samplerMartin Cairns2022-10-291-13/+15
|/
* fix #3145 #3093ritosonn2022-10-251-2/+2
* removed the option to use 2x more memory when generating previewsAUTOMATIC2022-10-221-25/+10
* Generate grid preview for progress imageUnnoen2022-10-221-1/+25
* Merge branch 'master' into masterAUTOMATIC11112022-10-211-11/+49
|\
| * Made dummy latents smaller. Minor code cleanupsrandom_thoughtss2022-10-201-2/+4
| * Don't compute latent mask if were not using it. Also added support for fixed ...random_thoughtss2022-10-191-0/+4
| * added support for ddim img2imgrandom_thoughtss2022-10-191-0/+6
| * Added support for RunwayML inpainting modelrandom_thoughtss2022-10-191-12/+38
* | Different approach to skip/interrupt with highres fixVladimir Repin2022-10-201-0/+4
|/
* remove dependence on TQDM for sampler progress/interrupt functionalityAUTOMATIC2022-10-181-49/+58
* Fix typo in commentsMartin Cairns2022-10-111-1/+1
* Remove debug code for checking that first sigma value is same after code cleanupMartin Cairns2022-10-111-1/+0
* Handle different parameters for DPM fast & adaptiveMartin Cairns2022-10-111-7/+18
* --no-half-vaeAUTOMATIC2022-10-101-2/+2
* chore: Fix typosAidan Holland2022-10-081-2/+2
* fix bugs related to variable prompt lengthsAUTOMATIC2022-10-081-7/+28
* check specifically for skippedTrung Ngo2022-10-081-2/+2
* karras samplers for img2img?AUTOMATIC2022-10-061-2/+4
* integrate the new samplers PRAUTOMATIC2022-10-061-28/+31
* add karras scheduling variantsC43H66N12O12S22022-10-061-0/+13
* option to let users select which samplers they want to hideAUTOMATIC2022-10-061-2/+17
* added support for AND from https://energy-based-model.github.io/Compositional...AUTOMATIC2022-10-051-10/+25
* Fixed when eta = 0hentailord85ez2022-10-031-1/+1
* added --disable-console-progressbars to disable progressbars in consoleAUTOMATIC2022-10-021-2/+6
* add sampler_noise_scheduler_override switchDepFA2022-10-011-2/+8
* fix the sys not found error when importing sd_samplers that appeared after PRAUTOMATIC2022-09-301-2/+0
* force usage of cloned k-diffusionC43H66N12O12S22022-09-301-1/+2
* improve code qualityC43H66N12O12S22022-09-291-9/+7
* add new samplersC43H66N12O12S22022-09-291-1/+10
* fix broken DDIM with img2imgAUTOMATIC2022-09-281-2/+2
* added support for automatically installing latest k-diffusionAUTOMATIC2022-09-281-39/+44
* emergency fix for #1199AUTOMATIC2022-09-281-12/+13
* add eta to k ancestralC43H66N12O12S22022-09-281-2/+4
* add missing s_tmaxDepFA2022-09-271-3/+3
* pass eta to tex2img samplerDepFA2022-09-271-2/+2
* take extra sampler properties from StableDiffusionProcessingDepFA2022-09-271-6/+6
* pass extra KDiffusionSampler function parametersDepFA2022-09-271-2/+18
* pass ddim_eta and ddim_discretizeDepFA2022-09-271-2/+2
* added highres fix featureAUTOMATIC2022-09-191-23/+32
* fixed a bug with seed reproducibility with bacth_size>0 and bacth_count>0AUTOMATIC2022-09-181-0/+2
* an option to do exactly the amount of specified steps in img2imgAUTOMATIC2022-09-161-7/+19
* Merge branch 'batch-seed-attempt'AUTOMATIC2022-09-161-0/+40
|\
| * prevent replacing torch_randn globally (instead replacing k_diffusion.samplin...AUTOMATIC2022-09-161-5/+20
| * first attempt to produce crrect seeds in batchAUTOMATIC2022-09-131-0/+25
* | Prompt editing only applies to images in first batch of desired batch size w...AUTOMATIC2022-09-161-0/+5
* | Merge branch 'prompt_editing'AUTOMATIC2022-09-151-16/+28
|\ \