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": {