mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 02:02:08 +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": {
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user