Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |||||
| * | | prompt editing | AUTOMATIC | 2022-09-15 | 1 | -16/+28 |
| |/ | |||||
* | | quantization off by default | AUTOMATIC | 2022-09-15 | 1 | -1/+1 |
| | | |||||
* | | Respect quantization setting | C43H66N12O12S2 | 2022-09-15 | 1 | -1/+1 |
| | | |||||
* | | Construct CompVisDenoiser with quantization | C43H66N12O12S2 | 2022-09-15 | 1 | -1/+1 |
|/ | |||||
* | bandaid for broken ddim sampling #389 | AUTOMATIC | 2022-09-13 | 1 | -2/+7 |
| | |||||
* | Noisy image previews #257 | AUTOMATIC | 2022-09-12 | 1 | -3/+5 |
| | |||||
* | fix for PLMS live previews in txt2img | AUTOMATIC | 2022-09-08 | 1 | -2/+4 |
| | |||||
* | fix for DDIM live previews in txt2img | AUTOMATIC | 2022-09-08 | 1 | -0/+6 |
| | |||||
* | More informative progress printing | JohannesGaessler | 2022-09-08 | 1 | -2/+4 |
| | |||||
* | big improvements to inpainting and outpainting | AUTOMATIC | 2022-09-07 | 1 | -1/+4 |
| | |||||
* | fix for live progress breaking lowvram and medvram optimizations | AUTOMATIC | 2022-09-06 | 1 | -4/+20 |
| | |||||
* | added preview option | AUTOMATIC | 2022-09-06 | 1 | -2/+7 |
| | |||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 1 | -6/+30 |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | ||||
* | support for scripts | AUTOMATIC | 2022-09-03 | 1 | -11/+21 |
| | |||||
* | split codebase into multiple files; to anyone this affects negatively: sorry | AUTOMATIC | 2022-09-03 | 1 | -0/+137 |