Spandrel

Latest version: v0.4.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.3.0

This is the release for both `spandrel==0.3.0` and `spandrel_extra_arches==0.1.0`.

What's Changed
* Change project license to MIT license by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/156
All code in `spandrel`, including architecture code, is now licensed under permissive licenses. Architectures with restrictive licenses have been moved to the new `spandrel_extra_arches` package.
* Optimize for inference when using call api by joeyballentine in https://github.com/chaiNNer-org/spandrel/pull/162
* Add internal hyperparameter API by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/164
* Support `UpCunet2x_Fast` for Real-CUGAN by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/188
* Improved DAT detection by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/167
* Make it possible to save SPAN models as `.safetensors` by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/157
* Remove SPSR due to wrong license by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/175
* Remove unused Real-ESRGAN code by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/176
* Make `ArchRegistry` iterable by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/174

New architectures

* Add support for RGT by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/168
* Add support for Restormer by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/170
* Add support for FFTformer by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/171
* Add support for M3SNet by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/172
* Add support for DCTLSA by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/147

**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.2.2...v0.3.0

0.2.2

What's Changed
* Allow device strings in `to` again by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/139
* Fix Google Drive downloads by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/140
* Fixed type error due to PyTorch 2.2 by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/149
* Add SPAN norm parameter by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/148

New architectures
* Add support for NAFNet by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/141


**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Pad images to size requirements in call API by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/137


**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Breaking: Rename GRLIR to GRL by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/120
* Breaking: More guarantees for `minimum` and `multiple_of` in `SizeRequirements` by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/124
* Breaking: Bring `model.to` signature in line with PyTorch `module.to` by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/133
* Breaking: Verify dtype in `to` by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/135
* Save Real-CUGAN models correctly by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/119
* Fix ESRGAN size requirement by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/121
* Clamp output tensor to guarantee output range by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/127
* Deduplicate tensor pad-to-size code by akx in https://github.com/chaiNNer-org/spandrel/pull/104
* Add `dtype`, `cpu`, and `cuda` to model API by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/132

New architectures
* Add support for SAFMN by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/130


**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.1.8...v0.2.0

0.1.8

What's Changed
* Allow strings for Torch devices, like Torch does by akx in https://github.com/chaiNNer-org/spandrel/pull/112
* Add `device` property for models by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/114
* Removed unnecessary CUGAN code by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/117
* arch: remove `torch.load` calls by akx in https://github.com/chaiNNer-org/spandrel/pull/109
* Add "Used By" section to README by joeyballentine in https://github.com/chaiNNer-org/spandrel/pull/102
* Lint with pre-commit by akx in https://github.com/chaiNNer-org/spandrel/pull/94
* Simplify scripts by akx in https://github.com/chaiNNer-org/spandrel/pull/108
* tests: avoid `sys.path` hacks by akx in https://github.com/chaiNNer-org/spandrel/pull/106
* tests: force snapshots to have LF line-endings by akx in https://github.com/chaiNNer-org/spandrel/pull/110
* tests: add device and outputs directory environment variables by akx in https://github.com/chaiNNer-org/spandrel/pull/111


**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.1.7...v0.1.8

0.1.7

What's Changed
* Add docs page via pydoctor by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/90
* Add a test for Codeformer by akx in https://github.com/chaiNNer-org/spandrel/pull/85
* MAT: do not set a seed by akx in https://github.com/chaiNNer-org/spandrel/pull/93
* Add a test for GFPGAN by akx in https://github.com/chaiNNer-org/spandrel/pull/87
* Tests: Downloader improvements... again by akx in https://github.com/chaiNNer-org/spandrel/pull/95
* Document call API by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/96
* Document useful commands for formatting, linting, and type checking by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/97
* Updated README to be more concise and reference docs by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/98
* Improved parameter detection for CRAFT by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/100
* Improved parameter detection for SwinIR by RunDevelopment in https://github.com/chaiNNer-org/spandrel/pull/99

New architectures
* Add CRAFT support by IcedShake in https://github.com/chaiNNer-org/spandrel/pull/91

New Contributors
* IcedShake made their first contribution in https://github.com/chaiNNer-org/spandrel/pull/91

**Full Changelog**: https://github.com/chaiNNer-org/spandrel/compare/v0.1.6...v0.1.7

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.