Skip to main content

ComfyNode

A single node in a ComfyUI workflow

class_typestringrequired

Possible values: non-empty

inputs objectrequired
_meta object
ComfyNode
{
"class_type": "KSampler",
"inputs": {
"seed": 123456,
"steps": 20
}
}
Was this page helpful?