aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | 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 #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 ↵AUTOMATIC2022-09-161-5/+20
| | | | | | | | k_diffusion.sampling.torch) and add a setting to disable this all
| * 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 ↵AUTOMATIC2022-09-161-0/+5
| | | | | | | | when batch count > 1 #535
* | Merge branch 'prompt_editing'AUTOMATIC2022-09-151-16/+28
|\ \
| * | prompt editingAUTOMATIC2022-09-151-16/+28
| |/
* | quantization off by defaultAUTOMATIC2022-09-151-1/+1
| |
* | Respect quantization settingC43H66N12O12S22022-09-151-1/+1
| |
* | Construct CompVisDenoiser with quantizationC43H66N12O12S22022-09-151-1/+1
|/
* bandaid for broken ddim sampling #389AUTOMATIC2022-09-131-2/+7
|
* Noisy image previews #257AUTOMATIC2022-09-121-3/+5
|
* fix for PLMS live previews in txt2imgAUTOMATIC2022-09-081-2/+4
|
* fix for DDIM live previews in txt2imgAUTOMATIC2022-09-081-0/+6
|
* More informative progress printingJohannesGaessler2022-09-081-2/+4
|
* big improvements to inpainting and outpaintingAUTOMATIC2022-09-071-1/+4
|
* fix for live progress breaking lowvram and medvram optimizationsAUTOMATIC2022-09-061-4/+20
|
* added preview optionAUTOMATIC2022-09-061-2/+7
|
* added progressbarAUTOMATIC2022-09-051-6/+30
| | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS
* support for scriptsAUTOMATIC2022-09-031-11/+21
|
* split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC2022-09-031-0/+137