mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
1.7.0 (#2151)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user