From 4d2887e99f7c7afed43b3cc4b5f68320b4bcb704 Mon Sep 17 00:00:00 2001 From: ah-kun <160325091+ah-kun@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:35:14 +0900 Subject: [PATCH] Add ComfyUI-FailSafe-Translate-Node to custom-node-list (#2330) --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9dfc20ed..e3de6d3b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37774,6 +37774,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "ah-kun", + "title": "ComfyUI-FailSafe-Translate-Node", + "reference": "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node", + "files": [ + "https://github.com/ah-kun/ComfyUI-FailSafe-Translate-Node" + ], + "install_type": "git-clone", + "description": "Fail-safe Google Translate prompt node for ComfyUI (retry + caching)." + } ] }