diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-02 13:25:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 13:25:26 +0000 |
commit | e4dcdcc9554d7ff56993f5019eb90fe4ddf1e2e7 (patch) | |
tree | 47071d6bd7e7750c18ce34384f6d6bc397ccf973 /README.md | |
parent | 7c3ab416adae53463c16abc90acfcdd2cdd0045a (diff) | |
parent | 62bd7624d2adb123e84d4625804e9ad94d1db018 (diff) | |
download | stable-diffusion-webui-gfx803-e4dcdcc9554d7ff56993f5019eb90fe4ddf1e2e7.tar.gz stable-diffusion-webui-gfx803-e4dcdcc9554d7ff56993f5019eb90fe4ddf1e2e7.tar.bz2 stable-diffusion-webui-gfx803-e4dcdcc9554d7ff56993f5019eb90fe4ddf1e2e7.zip |
Merge pull request #14501 from akx/credits-remove-copypaste
Remove licenses and README mentions for code that's no longer copy-pasted
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -151,11 +151,12 @@ Licenses for borrowed code can be found in `Settings -> Licenses` screen, and al - Stable Diffusion - https://github.com/Stability-AI/stablediffusion, https://github.com/CompVis/taming-transformers
- k-diffusion - https://github.com/crowsonkb/k-diffusion.git
-- GFPGAN - https://github.com/TencentARC/GFPGAN.git
-- CodeFormer - https://github.com/sczhou/CodeFormer
-- ESRGAN - https://github.com/xinntao/ESRGAN
-- SwinIR - https://github.com/JingyunLiang/SwinIR
-- Swin2SR - https://github.com/mv-lab/swin2sr
+- Spandrel - https://github.com/chaiNNer-org/spandrel implementing
+ - GFPGAN - https://github.com/TencentARC/GFPGAN.git
+ - CodeFormer - https://github.com/sczhou/CodeFormer
+ - ESRGAN - https://github.com/xinntao/ESRGAN
+ - SwinIR - https://github.com/JingyunLiang/SwinIR
+ - Swin2SR - https://github.com/mv-lab/swin2sr
- LDSR - https://github.com/Hafiidz/latent-diffusion
- MiDaS - https://github.com/isl-org/MiDaS
- Ideas for optimizations - https://github.com/basujindal/stable-diffusion
|