Skip to content

Commit

Permalink
Add "Used By" section to README (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine authored Jan 2, 2024
1 parent 40eb1c3 commit 26db207
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<name>/arch/LICENSE` for the license of a specific architecture.
Expand Down

0 comments on commit 26db207

Please sign in to comment.