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": {
"display_name": "Node With Seed Input",
"description": "A node with a seed input",
"inputs": {
"seed": {
"name": "seed"
}
}
},
"DevToolsNodeWithStringInput": {
"display_name": "Node With String Input",
"description": "A node with a string input",
@@ -1124,6 +1133,21 @@
}
}
},
"DevToolsObjectPatchNode": {
"display_name": "Object Patch Node",
"description": "A node that applies an object patch",
"inputs": {
"model": {
"name": "model"
},
"target_module": {
"name": "target_module"
},
"dummy_float": {
"name": "dummy_float"
}
}
},
"DevToolsSimpleSlider": {
"display_name": "Simple Slider",
"inputs": {