Workflow
ComfyUI workflow definition as a map of node IDs to node configurations
property name* object
class_typestringrequired
Possible values: non-empty
inputs objectrequired
_meta object
Workflow
{
"1": {
"class_type": "KSampler",
"inputs": {
"seed": 123456,
"steps": 20
}
},
"2": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"1",
0
]
}
}
}
Was this page helpful?