diff --git a/README.md b/README.md index 50f88ee4..cc3cc3c2 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,14 @@ Use `.safetensors` files for guaranteed security. As you may know, loading `.pth` files [poses a security risk](https://github.com/pytorch/pytorch/issues/52596) due to python's `pickle` module being inherently unsafe and vulnerable to arbitrary code execution (ACE). To mitigate this, Spandrel only allows deserializing certain types of data. This helps to improve security, but it still doesn't fully solve the issue of ACE. +## Used By + +Here are some cool projects that use Spandrel: + +- [AUTOMATIC1111's SD WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) +- [chaiNNer](https://github.com/chaiNNer-org/chaiNNer) +- [dgenerate](https://github.com/Teriks/dgenerate) + ## License Notice This repo is bounded by GPLv3 license. However, the code of implemented architectures (everything inside an `arch/` directory) is bound by their original respective licenses. See `src/spandrel/architectures//arch/LICENSE` for the license of a specific architecture.