ComfyUI Node
CV DType
Returns the dtype name of an ndarray as a string, suitable for connecting to CV Cast Array's dtype input.
CV DType
- nparray
- dtype
Categoryimage/CV/low-level
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| nparray | NPARRAY | Any ndarray whose dtype to inspect. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| dtype | STRING | The numpy dtype name (e.g. 'float32', 'uint8'). |