Skip to content
Closed

1.31.2 #6471

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@comfyorg/comfyui-frontend",
"private": true,
"version": "1.31.1",
"version": "1.31.2",
"type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org",
Expand Down
4 changes: 4 additions & 0 deletions src/locales/en/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@
"Workspace_ToggleFocusMode": {
"label": "Toggle Focus Mode"
},
"Workspace_ToggleSidebarTab_assets": {
"label": "Toggle Assets Sidebar",
"tooltip": "Assets"
},
"Workspace_ToggleSidebarTab_model-library": {
"label": "Toggle Model Library Sidebar",
"tooltip": "Model Library"
Expand Down
6 changes: 4 additions & 2 deletions src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,7 @@
"Toggle Essential Bottom Panel": "Toggle Essential Bottom Panel",
"Toggle View Controls Bottom Panel": "Toggle View Controls Bottom Panel",
"Focus Mode": "Focus Mode",
"Assets": "Assets",
"Model Library": "Model Library",
"Node Library": "Node Library",
"Queue Panel": "Queue Panel",
Expand Down Expand Up @@ -1056,7 +1057,8 @@
"3DViewer": "3DViewer",
"Vue Nodes": "Vue Nodes",
"Canvas Navigation": "Canvas Navigation",
"PlanCredits": "Plan & Credits"
"PlanCredits": "Plan & Credits",
"VueNodes": "Vue Nodes"
},
"serverConfigItems": {
"listen": {
Expand Down Expand Up @@ -1828,4 +1830,4 @@
"message": "Nodes just got a new look and feel",
"tryItOut": "Try it out"
}
}
}
104 changes: 95 additions & 9 deletions src/locales/en/nodeDefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5158,7 +5158,7 @@
},
"LumaConceptsNode": {
"display_name": "Luma Concepts",
"description": "Holds one or more Camera Concepts for use with Luma Text to Video and Luma Image to Video nodes.",
"description": "Camera Concepts for use with Luma Text to Video and Luma Image to Video nodes.",
"inputs": {
"concept1": {
"name": "concept1"
Expand Down Expand Up @@ -5462,7 +5462,7 @@
},
"MinimaxImageToVideoNode": {
"display_name": "MiniMax Image to Video",
"description": "Generates videos synchronously based on an image and prompt, and optional parameters using MiniMax's API.",
"description": "Generates videos synchronously based on an image and prompt, and optional parameters.",
"inputs": {
"image": {
"name": "image",
Expand Down Expand Up @@ -5492,7 +5492,7 @@
},
"MinimaxTextToVideoNode": {
"display_name": "MiniMax Text to Video",
"description": "Generates videos synchronously based on a prompt, and optional parameters using MiniMax's API.",
"description": "Generates videos synchronously based on a prompt, and optional parameters.",
"inputs": {
"prompt_text": {
"name": "prompt_text",
Expand Down Expand Up @@ -9027,7 +9027,8 @@
},
"outputs": {
"0": {
"name": "recraft_color"
"name": "recraft_color",
"tooltip": null
}
}
},
Expand All @@ -9044,7 +9045,8 @@
},
"outputs": {
"0": {
"name": "recraft_controls"
"name": "recraft_controls",
"tooltip": null
}
}
},
Expand All @@ -9055,6 +9057,11 @@
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftCrispUpscaleNode": {
Expand All @@ -9064,6 +9071,11 @@
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftImageInpaintingNode": {
Expand Down Expand Up @@ -9098,6 +9110,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftImageToImageNode": {
Expand Down Expand Up @@ -9137,6 +9154,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftRemoveBackgroundNode": {
Expand All @@ -9146,6 +9168,14 @@
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"tooltip": null
},
"1": {
"tooltip": null
}
}
},
"RecraftReplaceBackgroundNode": {
Expand Down Expand Up @@ -9177,6 +9207,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftStyleV3DigitalIllustration": {
Expand All @@ -9189,7 +9224,8 @@
},
"outputs": {
"0": {
"name": "recraft_style"
"name": "recraft_style",
"tooltip": null
}
}
},
Expand All @@ -9204,7 +9240,8 @@
},
"outputs": {
"0": {
"name": "recraft_style"
"name": "recraft_style",
"tooltip": null
}
}
},
Expand All @@ -9218,7 +9255,8 @@
},
"outputs": {
"0": {
"name": "recraft_style"
"name": "recraft_style",
"tooltip": null
}
}
},
Expand All @@ -9232,7 +9270,8 @@
},
"outputs": {
"0": {
"name": "recraft_style"
"name": "recraft_style",
"tooltip": null
}
}
},
Expand Down Expand Up @@ -9270,6 +9309,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftTextToVectorNode": {
Expand Down Expand Up @@ -9306,6 +9350,11 @@
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"RecraftVectorizeImageNode": {
Expand All @@ -9315,6 +9364,11 @@
"image": {
"name": "image"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"ReferenceLatent": {
Expand Down Expand Up @@ -10241,6 +10295,38 @@
}
}
},
"ScaleROPE": {
"display_name": "ScaleROPE",
"description": "Scale and shift the ROPE of the model.",
"inputs": {
"model": {
"name": "model"
},
"scale_x": {
"name": "scale_x"
},
"shift_x": {
"name": "shift_x"
},
"scale_y": {
"name": "scale_y"
},
"shift_y": {
"name": "shift_y"
},
"scale_t": {
"name": "scale_t"
},
"shift_t": {
"name": "shift_t"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"SD_4XUpscale_Conditioning": {
"display_name": "SD_4XUpscale_Conditioning",
"inputs": {
Expand Down
8 changes: 8 additions & 0 deletions src/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,14 @@
"Comfy_Validation_Workflows": {
"name": "Validate workflows"
},
"Comfy_VueNodes_AutoScaleLayout": {
"name": "Auto-scale layout (Vue nodes)",
"tooltip": "Automatically scale node positions when switching to Vue rendering to prevent overlap"
},
"Comfy_VueNodes_Enabled": {
"name": "Modern Node Design (Vue Nodes)",
"tooltip": "Modern: DOM-based rendering with enhanced interactivity, native browser features, and updated visual design. Classic: Traditional canvas rendering."
},
"Comfy_WidgetControlMode": {
"name": "Widget control mode",
"tooltip": "Controls when widget values are updated (randomize/increment/decrement), either before the prompt is queued or after.",
Expand Down