Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2025-01-03 20:14:51 -05:00
committed by GitHub
parent 11258f4a95
commit 871967349f
8 changed files with 147 additions and 3 deletions

View File

@@ -1100,6 +1100,15 @@
}
}
},
"DevToolsNodeWithSeedInput": {
"description": "一个带有种子输入的节点",
"display_name": "带种子输入的节点",
"inputs": {
"seed": {
"name": "种子"
}
}
},
"DevToolsNodeWithStringInput": {
"description": "一个具有字符串输入的节点",
"display_name": "具有字符串输入的节点",
@@ -1124,6 +1133,21 @@
}
}
},
"DevToolsObjectPatchNode": {
"description": "一个应用对象补丁的节点",
"display_name": "对象补丁节点",
"inputs": {
"dummy_float": {
"name": "虚拟浮点数"
},
"model": {
"name": "模型"
},
"target_module": {
"name": "目标模块"
}
}
},
"DevToolsSimpleSlider": {
"display_name": "简单滑块",
"inputs": {