We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aca342 commit f5d174fCopy full SHA for f5d174f
README.md
@@ -30,8 +30,9 @@ Inference of [Stable Diffusion](https://github.com/CompVis/stable-diffusion) in
30
- [ ] Make inference faster
31
- The current implementation of ggml_conv_2d is slow and has high memory usage
32
- [ ] Continuing to reduce memory usage (quantizing the weights of ggml_conv_2d)
33
-- [ ] [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, ...)
34
- [ ] LoRA support
35
+- [ ] k-quants support
36
37
## Usage
38
0 commit comments