From 8dbd996558f154ab99a4d20f41c423b35f2b5ee4 Mon Sep 17 00:00:00 2001 From: vivi-gomez <2056993+vivi-gomez@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:35:41 +0200 Subject: [PATCH] Add ComfyUI Fix Node Translate custom node (#1892) * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 39b5088d..c8fc84bf 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27069,6 +27069,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "vivi-gomez", + "title": "ComfyUI Fix Node Translate", + "reference": "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate", + "files": [ + "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate" + ], + "install_type": "git-clone", + "description": "Addon for ComfyUI that adds 'Fix node (recreate + keep inputs)' context menu option" } ] }