Sd-mecha

Latest version: v0.0.27

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

Scan your dependencies

Page 3 of 3

0.0.14

- fix the handling of negative frequency buckets in `create_filter`
- remove the training loop in `create_filter`, which turned out to be causing issues. the naive cut approach appears to give less burnt out results
- rename parameter `mean` to `alpha` in `crossover` and `distribution_crossover` methods
- change default value of parameter `overlap` in `dropout` to `1.0`, since it is what people should expect by default in general
- optimize `overlap=1.0` in `dropout` to take linear space and time instead of exponential
- clear garbage collector and cuda memory when done merging. it seems to help with merging consecutively many models with a single script

0.0.13

- Minor fix: close safetensors files as soon as merging is completed.

0.0.12

- Fix slerp definitively by testing for nans at the end instead of trying to predict the failure cases.

0.0.11

- use cuda stream for slight speedup of slow merge methods like rotate (~1m saved on sd1.5)

0.0.10

- align the implementation of `ties_sum` with the ties merging paper by 6DammK9
- fix the `slerp` method, which was not working at all

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.