index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
sd_samplers.py
Age
Commit message (
Expand
)
Author
2022-10-06
integrate the new samplers PR
AUTOMATIC
2022-10-06
add karras scheduling variants
C43H66N12O12S2
2022-10-06
option to let users select which samplers they want to hide
AUTOMATIC
2022-10-05
added support for AND from https://energy-based-model.github.io/Compositional...
AUTOMATIC
2022-10-03
Fixed when eta = 0
hentailord85ez
2022-10-02
added --disable-console-progressbars to disable progressbars in console
AUTOMATIC
2022-10-01
add sampler_noise_scheduler_override switch
DepFA
2022-09-30
fix the sys not found error when importing sd_samplers that appeared after PR
AUTOMATIC
2022-09-30
force usage of cloned k-diffusion
C43H66N12O12S2
2022-09-29
improve code quality
C43H66N12O12S2
2022-09-29
add new samplers
C43H66N12O12S2
2022-09-28
fix broken DDIM with img2img
AUTOMATIC
2022-09-28
added support for automatically installing latest k-diffusion
AUTOMATIC
2022-09-28
emergency fix for #1199
AUTOMATIC
2022-09-28
add eta to k ancestral
C43H66N12O12S2
2022-09-27
add missing s_tmax
DepFA
2022-09-27
pass eta to tex2img sampler
DepFA
2022-09-27
take extra sampler properties from StableDiffusionProcessing
DepFA
2022-09-27
pass extra KDiffusionSampler function parameters
DepFA
2022-09-27
pass ddim_eta and ddim_discretize
DepFA
2022-09-19
added highres fix feature
AUTOMATIC
2022-09-18
fixed a bug with seed reproducibility with bacth_size>0 and bacth_count>0
AUTOMATIC
2022-09-16
an option to do exactly the amount of specified steps in img2img
AUTOMATIC
2022-09-16
Merge branch 'batch-seed-attempt'
AUTOMATIC
2022-09-16
prevent replacing torch_randn globally (instead replacing k_diffusion.samplin...
AUTOMATIC
2022-09-16
Prompt editing only applies to images in first batch of desired batch size w...
AUTOMATIC
2022-09-15
Merge branch 'prompt_editing'
AUTOMATIC
2022-09-15
quantization off by default
AUTOMATIC
2022-09-15
Respect quantization setting
C43H66N12O12S2
2022-09-15
Construct CompVisDenoiser with quantization
C43H66N12O12S2
2022-09-15
prompt editing
AUTOMATIC
2022-09-13
first attempt to produce crrect seeds in batch
AUTOMATIC
2022-09-13
bandaid for broken ddim sampling #389
AUTOMATIC
2022-09-12
Noisy image previews #257
AUTOMATIC
2022-09-08
fix for PLMS live previews in txt2img
AUTOMATIC
2022-09-08
fix for DDIM live previews in txt2img
AUTOMATIC
2022-09-08
More informative progress printing
JohannesGaessler
2022-09-07
big improvements to inpainting and outpainting
AUTOMATIC
2022-09-06
fix for live progress breaking lowvram and medvram optimizations
AUTOMATIC
2022-09-06
added preview option
AUTOMATIC
2022-09-06
added progressbar
AUTOMATIC
2022-09-03
support for scripts
AUTOMATIC
2022-09-03
split codebase into multiple files; to anyone this affects negatively: sorry
AUTOMATIC