diff --git a/package.json b/package.json index 22c2d81fc..5f3e98c01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.36.6", + "version": "1.36.7", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 04a5fc90d..619ea60e6 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1239,7 +1239,8 @@ "Vue Nodes": "Nodes 2.0", "VueNodes": "Nodes 2.0", "Nodes 2_0": "Nodes 2.0", - "Execution": "Execution" + "Execution": "Execution", + "PLY": "PLY" }, "serverConfigItems": { "listen": { diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index 93b51aeb0..5d132a2cb 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -2032,7 +2032,7 @@ }, "DualCLIPLoader": { "display_name": "DualCLIPLoader", - "description": "[Recipes]\n\nsdxl: clip-l, clip-g\nsd3: clip-l, clip-g / clip-l, t5 / clip-g, t5\nflux: clip-l, t5\nhidream: at least one of t5 or llama, recommended t5 and llama\nhunyuan_image: qwen2.5vl 7b and byt5 small", + "description": "[Recipes]\n\nsdxl: clip-l, clip-g\nsd3: clip-l, clip-g / clip-l, t5 / clip-g, t5\nflux: clip-l, t5\nhidream: at least one of t5 or llama, recommended t5 and llama\nhunyuan_image: qwen2.5vl 7b and byt5 small\nnewbie: gemma-3-4b-it, jina clip v2", "inputs": { "clip_name1": { "name": "clip_name1" diff --git a/src/locales/en/settings.json b/src/locales/en/settings.json index 2323be63e..d9cc10306 100644 --- a/src/locales/en/settings.json +++ b/src/locales/en/settings.json @@ -181,6 +181,15 @@ "name": "Light Intensity Minimum", "tooltip": "Sets the minimum allowable light intensity value for 3D scenes. This defines the lower brightness limit that can be set when adjusting lighting in any 3D widget." }, + "Comfy_Load3D_PLYEngine": { + "name": "PLY Engine", + "tooltip": "Select the engine for loading PLY files. \"threejs\" uses the native Three.js PLYLoader (best for mesh PLY files). \"fastply\" uses an optimized loader for ASCII point cloud PLY files. \"sparkjs\" uses Spark.js for 3D Gaussian Splatting PLY files.", + "options": { + "threejs": "threejs", + "fastply": "fastply", + "sparkjs": "sparkjs" + } + }, "Comfy_Load3D_ShowGrid": { "name": "Initial Grid Visibility", "tooltip": "Controls whether the grid is visible by default when a new 3D widget is created. This default can still be toggled individually for each widget after creation."