Update locales for node definitions (#3174)

Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com>
This commit is contained in:
Comfy Org PR Bot
2025-03-21 10:44:46 +09:00
committed by GitHub
parent 65693ed2be
commit 830933e78f
12 changed files with 638 additions and 2 deletions

View File

@@ -1251,6 +1251,18 @@
}
}
},
"EmptyLatentHunyuan3Dv2": {
"display_name": "EmptyLatentHunyuan3Dv2",
"inputs": {
"batch_size": {
"name": "バッチサイズ",
"tooltip": "バッチ内の潜在画像の数。"
},
"resolution": {
"name": "解像度"
}
}
},
"EmptyLatentImage": {
"description": "サンプリングを通じてノイズを除去するための空の潜在画像の新しいバッチを作成します。",
"display_name": "空の潜在画像",
@@ -1472,6 +1484,47 @@
}
}
},
"Hunyuan3Dv2Conditioning": {
"display_name": "Hunyuan3Dv2Conditioning",
"inputs": {
"clip_vision_output": {
"name": "clip_vision_output"
}
},
"outputs": {
"0": {
"name": "ポジティブ"
},
"1": {
"name": "ネガティブ"
}
}
},
"Hunyuan3Dv2ConditioningMultiView": {
"display_name": "Hunyuan3Dv2ConditioningMultiView",
"inputs": {
"back": {
"name": "バック"
},
"front": {
"name": "フロント"
},
"left": {
"name": "左"
},
"right": {
"name": "右"
}
},
"outputs": {
"0": {
"name": "ポジティブ"
},
"1": {
"name": "ネガティブ"
}
}
},
"HunyuanImageToVideo": {
"display_name": "HunyuanImageToVideo",
"inputs": {
@@ -2536,6 +2589,9 @@
"audio": {
"name": "オーディオ"
},
"audioUI": {
"name": "audioUI"
},
"upload": {
"name": "アップロードするファイルを選択"
}
@@ -4614,6 +4670,9 @@
"inputs": {
"audio": {
"name": "オーディオ"
},
"audioUI": {
"name": "audioUI"
}
}
},
@@ -5094,11 +5153,28 @@
"audio": {
"name": "オーディオ"
},
"audioUI": {
"name": "audioUI"
},
"filename_prefix": {
"name": "ファイル名_プレフィックス"
}
}
},
"SaveGLB": {
"display_name": "SaveGLB",
"inputs": {
"filename_prefix": {
"name": "ファイル名のプレフィックス"
},
"image": {
"name": "画像"
},
"mesh": {
"name": "メッシュ"
}
}
},
"SaveImage": {
"description": "入力画像をComfyUI出力ディレクトリに保存します。",
"display_name": "画像を保存",
@@ -5705,6 +5781,23 @@
}
}
},
"VAEDecodeHunyuan3D": {
"display_name": "VAEDecodeHunyuan3D",
"inputs": {
"num_chunks": {
"name": "num_chunks"
},
"octree_resolution": {
"name": "octree_resolution"
},
"samples": {
"name": "サンプル"
},
"vae": {
"name": "vae"
}
}
},
"VAEDecodeTiled": {
"display_name": "VAEデコードタイル",
"inputs": {
@@ -5852,6 +5945,17 @@
}
}
},
"VoxelToMeshBasic": {
"display_name": "VoxelToMeshBasic",
"inputs": {
"threshold": {
"name": "閾値"
},
"voxel": {
"name": "ボクセル"
}
}
},
"WanImageToVideo": {
"display_name": "Wan画像からビデオへ",
"inputs": {