From f5d174f9abc83e5ddde45356e51c0056beb859a5 Mon Sep 17 00:00:00 2001 From: leejet Date: Sun, 13 Aug 2023 19:47:53 +0800 Subject: [PATCH] docs: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7736ed5..a946b60 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ Inference of [Stable Diffusion](https://github.com/CompVis/stable-diffusion) in - [ ] Make inference faster - The current implementation of ggml_conv_2d is slow and has high memory usage - [ ] Continuing to reduce memory usage (quantizing the weights of ggml_conv_2d) -- [ ] [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) style tokenizer +- [ ] [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) style tokenizer (eg: token weighting, ...) - [ ] LoRA support +- [ ] k-quants support ## Usage