huabu/configs/nodes/image_upload.json

20 lines
400 B
JSON
Raw Normal View History

2026-02-07 00:17:23 +08:00
{
"id": "image_upload",
"name": "本地上传",
"type": "input",
"inputs": [
{
"name": "file",
"label": "选择文件",
"ui_widget": "file_upload",
"data_type": "file"
}
],
"outputs": [
{
"name": "image",
"label": "输出图像",
"data_type": "image"
}
]
}