Nodes/comfy-ovum/_.compact
ComfyUI Node

_.compact

Returns a copy of the list with all falsy values removed. In JavaScript, false, null, 0, "", undefined and NaN are all falsy.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.compact
  • py_list
  • LIST
Categoryovum/underscore

Inputs (1)

NameTypeDefaultDescription
py_listopt*Primary input object (expected array). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining.

Outputs (1)

NameTypeDescription
LISTLIST