Sd-mecha

Latest version: v0.0.29

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

Scan your dependencies

Page 3 of 4

0.0.18

- change default value of parameter `alpha` in `add difference` from `0.5` to `1.0`

0.0.17

- rename method `clip` to `clamp` to disambiguate it from "CLIP" the text encoder
- I originally mislabelled the tag as `0.17` and I am too lazy to fix the commit target after creating the new `0.0.17` tag (the github ui doesn't allow me to enter a commit hash) so here is the appropriate commit hash of the release: f8b0800904fb6b1cc8ca724d0779333c0cb40f79

0.0.16

- add module t5xxl to sd3 architecture

0.0.15

- add builtin support for architecture Stable Diffusion 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.

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.