ComfyUI Node

pop random

Removes and returns a random element from a list. This node takes a list as input and returns the list with the random element removed and the removed element itself. If the list is empty, it returns None for the element. An optional seed can be provided for reproducible selection.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
pop random
  • list
  • list
  • item
seed0
CategoryBasic/Data List

Inputs (2)

NameTypeDefaultDescription
list*
seedoptINT00–18446744073709550000

Outputs (2)

NameTypeDescription
list*
item*