From 6f1455e912a3d8cfce1ff3e57360f5aa0d5f04aa Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 16 Oct 2022 22:07:58 -0700 Subject: [PATCH] docs: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef2d501..2e9f796 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,8 @@ docker run -it --gpus all -v $HOME/.cache/huggingface:/root/.cache/huggingface - ## ChangeLog + - feature: update k-diffusion samplers. add k_dpm_adaptive and k_dpm_fast + **3.1.0** - feature: img2img/inpainting supported on all samplers - refactor: consolidates img2img/txt2img code. consolidates schedules. consolidates masking