diff options
author | Aarni Koskela <akx@iki.fi> | 2024-01-02 08:40:26 +0000 |
---|---|---|
committer | Aarni Koskela <akx@iki.fi> | 2024-01-02 09:46:42 +0000 |
commit | 62bd7624d2adb123e84d4625804e9ad94d1db018 (patch) | |
tree | b694c9cc1c12b4233440fa9a7f67115a49d9294c /README.md | |
parent | 51f1cca8524d3ffa8930b32a571d239c60d65725 (diff) | |
download | stable-diffusion-webui-gfx803-62bd7624d2adb123e84d4625804e9ad94d1db018.tar.gz stable-diffusion-webui-gfx803-62bd7624d2adb123e84d4625804e9ad94d1db018.tar.bz2 stable-diffusion-webui-gfx803-62bd7624d2adb123e84d4625804e9ad94d1db018.zip |
Remove licenses for code that's no longer copy-pasted; adjust README
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
|