docs: update README.md

This commit is contained in:
leejet 2023-08-13 19:47:53 +08:00
parent 3aca342e60
commit f5d174f9ab

View File

@ -30,8 +30,9 @@ Inference of [Stable Diffusion](https://github.com/CompVis/stable-diffusion) in
- [ ] Make inference faster - [ ] Make inference faster
- The current implementation of ggml_conv_2d is slow and has high memory usage - 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) - [ ] 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 - [ ] LoRA support
- [ ] k-quants support
## Usage ## Usage