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
2023-01-30
Split history sd_samplers.py to sd_samplers_common.py
Andrey
2023-01-30
Split history sd_samplers.py to sd_samplers_common.py
Andrey
2023-01-30
Split history sd_samplers.py to sd_samplers_compvis.py
Andrey
2023-01-30
Split history sd_samplers.py to sd_samplers_compvis.py
Andrey
2023-01-25
fix prompt editing break after first batch in img2img
AUTOMATIC
2023-01-16
Add a check and explanation for tensor with all NaNs.
AUTOMATIC
2023-01-15
big rework of progressbar/preview system to allow multiple users to prompts a...
AUTOMATIC
2023-01-14
add an option to choose what you want to see in live preview (Live preview su...
AUTOMATIC
2023-01-05
add Discard penultimate sigma to infotext
AUTOMATIC
2023-01-05
Merge pull request #6044 from hentailord85ez/discard-penultimate-sigma
AUTOMATIC1111
2023-01-04
fix incorrect display/calculation for number of steps for hires fix in progre...
AUTOMATIC
2023-01-01
change karras scheduler sigmas to values recommended by SD from old 0.1 to 10...
AUTOMATIC
2022-12-26
Update sd_samplers.py
hentailord85ez
2022-12-24
added cheap NN approximation for VAE
AUTOMATIC
2022-12-24
Merge pull request #5976 from AbstractQbit/fast_preview
AUTOMATIC1111
2022-12-24
separate part of denoiser code into a function to make it easier for extensio...
AUTOMATIC
2022-12-24
Add an option for faster low quality previews
AbstractQbit
2022-12-24
eliminate duplicated code
AUTOMATIC
2022-12-18
fix dpm2 in img2img as well
Alex "mcmonkey" Goodwin
2022-12-16
apply to DPM2 (non-ancestral) as well
Alex "mcmonkey" Goodwin
2022-12-16
Add a workaround patch for DPM2 a issue
Alex "mcmonkey" Goodwin
2022-11-30
Rework MPS randn fix, add randn_like fix
brkirch
2022-11-30
Add workaround for using MPS with torchsde
brkirch
2022-11-27
rework #5012 to also work for pictures dragged into the prompt and also add C...
AUTOMATIC
2022-11-27
Merge pull request #5065 from JaySmithWpg/vram-leak
AUTOMATIC1111
2022-11-27
calculate dictionary for sampler names only once
AUTOMATIC
2022-11-27
Merge branch 'master' into DPM++SDE
AUTOMATIC1111
2022-11-26
Add support Stable Diffusion 2.0
AUTOMATIC
2022-11-25
fixes #3449 - VRAM leak when switching to/from inpainting model
Jay Smith
2022-11-22
Add DPM++ SDE sampler
uservar
2022-11-19
change StableDiffusionProcessing to internally use sampler name instead of sa...
AUTOMATIC
2022-11-05
tweak names a bit for new samplers
AUTOMATIC
2022-11-04
Reorder samplers
hentailord85ez
2022-11-04
Fix name
hentailord85ez
2022-11-04
Add support for new DPM-Solver++ samplers
hentailord85ez
2022-11-02
do not unnecessarily run VAE one more time when saving intermediate image wit...
AUTOMATIC
2022-11-02
Allow saving "before-highres-fix. (#4150)
timntorres
2022-11-02
Merge pull request #4021 from AUTOMATIC1111/add-kdiff-cfgdenoiser-callback
AUTOMATIC1111
2022-11-02
Update class name and assign back to vars
DepFA
2022-10-30
Add callback to sd_samplers
DepFA
2022-10-30
Include PLMS in adjust steps as it also can fail in the same way
Martin Cairns
2022-10-29
Add adjust_steps_if_invalid to find next valid step for ddim uniform sampler
Martin Cairns
2022-10-25
fix #3145 #3093
ritosonn
2022-10-22
removed the option to use 2x more memory when generating previews
AUTOMATIC
2022-10-22
Generate grid preview for progress image
Unnoen
2022-10-21
Merge branch 'master' into master
AUTOMATIC1111
2022-10-20
Different approach to skip/interrupt with highres fix
Vladimir Repin
2022-10-20
Made dummy latents smaller. Minor code cleanups
random_thoughtss
2022-10-19
Don't compute latent mask if were not using it. Also added support for fixed ...
random_thoughtss
2022-10-19
added support for ddim img2img
random_thoughtss
[next]