mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-07 08:45:45 +08:00
* Use `torch.special.expm1` This function provides greater precision than `exp(x) - 1` for small values of `x`. Found with TorchFix https://github.com/pytorch-labs/torchfix/ * Use non-alias