Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 676 Bytes

File metadata and controls

25 lines (19 loc) · 676 Bytes

Ptdm Cdf Tensor

Computes the cumulative distribution function for the input distribution. This nodes accepts a tensor so it can be used to compute cdf for multiple values contained in a tensor.

Note
Cdf is not supported for all distributions in PyTorch.

Args: distribution (torch.distributions.distribution.Distribution): Distribution. tens (torch.Tensor): Value(s) in Tensor.

Input

Name Data type
distribution Ptdistribution
tens Tensor

Output

Data type
Tensor

Category: PyTorch wrapper - Distribution

ComfyUI Pt Wrapper Node Reference. © 2025 Hide Inada (HowToSD.com). All rights reserved.