Nodes/comfyui_cv/CV DType
ComfyUI Node

CV DType

Returns the dtype name of an ndarray as a string, suitable for connecting to CV Cast Array's dtype input.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
CV DType
  • nparray
  • dtype
Categoryimage/CV/low-level

Inputs (1)

NameTypeDefaultDescription
nparrayNPARRAYAny ndarray whose dtype to inspect.

Outputs (1)

NameTypeDescription
dtypeSTRINGThe numpy dtype name (e.g. 'float32', 'uint8').