diff options
author | brkirch <brkirch@users.noreply.github.com> | 2022-12-27 13:50:55 +0000 |
---|---|---|
committer | brkirch <brkirch@users.noreply.github.com> | 2023-01-06 05:14:13 +0000 |
commit | d782a95967c9eea753df3333cd1954b6ec73eba0 (patch) | |
tree | 00e368f428916688518c3171bca8c01b92f4e549 /README.md | |
parent | 4af3ca5393151d61363c30eef4965e694eeac15e (diff) | |
download | stable-diffusion-webui-gfx803-d782a95967c9eea753df3333cd1954b6ec73eba0.tar.gz stable-diffusion-webui-gfx803-d782a95967c9eea753df3333cd1954b6ec73eba0.tar.bz2 stable-diffusion-webui-gfx803-d782a95967c9eea753df3333cd1954b6ec73eba0.zip |
Add Birch-san's sub-quadratic attention implementation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ The documentation was moved from this README over to the project's [wiki](https: - Ideas for optimizations - https://github.com/basujindal/stable-diffusion
- Cross Attention layer optimization - Doggettx - https://github.com/Doggettx/stable-diffusion, original idea for prompt editing.
- Cross Attention layer optimization - InvokeAI, lstein - https://github.com/invoke-ai/InvokeAI (originally http://github.com/lstein/stable-diffusion)
+- Sub-quadratic Cross Attention layer optimization - Alex Birch (https://github.com/Birch-san), Amin Rezaei (https://github.com/AminRezaei0x443)
- Textual Inversion - Rinon Gal - https://github.com/rinongal/textual_inversion (we're not using his code, but we are using his ideas).
- Idea for SD upscale - https://github.com/jquesnelle/txt2imghd
- Noise generation for outpainting mk2 - https://github.com/parlance-zz/g-diffuser-bot
|