huabu/configs/nodes/image_preview.json

14 lines
276 B
JSON
Raw Normal View History

2026-02-07 00:17:23 +08:00
{
"id": "image_preview",
"name": "图片预览",
"type": "preview",
"inputs": [
{
"name": "image",
"label": "输入预览",
"ui_widget": "hidden",
"data_type": "image"
}
],
"outputs": []
}