v0.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 #156
All code inspandrel
, including architecture code, is now licensed under permissive licenses. Architectures with restrictive licenses have been moved to the newspandrel_extra_arches
package. - Optimize for inference when using call api by @joeyballentine in #162
- Add internal hyperparameter API by @RunDevelopment in #164
- Support
UpCunet2x_Fast
for Real-CUGAN by @RunDevelopment in #188 - Improved DAT detection by @RunDevelopment in #167
- Make it possible to save SPAN models as
.safetensors
by @RunDevelopment in #157 - Remove SPSR due to wrong license by @RunDevelopment in #175
- Remove unused Real-ESRGAN code by @RunDevelopment in #176
- Make
ArchRegistry
iterable by @RunDevelopment in #174
New architectures
- Add support for RGT by @RunDevelopment in #168
- Add support for Restormer by @RunDevelopment in #170
- Add support for FFTformer by @RunDevelopment in #171
- Add support for M3SNet by @RunDevelopment in #172
- Add support for DCTLSA by @RunDevelopment in #147
Full Changelog: v0.2.2...v0.3.0