From 1a74709e77a45c0d367cf4227a21209e23c5bfcc Mon Sep 17 00:00:00 2001 From: Atsushi Maekawa Date: Tue, 2 Dec 2025 01:31:50 +0900 Subject: [PATCH] Add ComfyUI-FailSafe-Translate-Node to custom-node-list --- 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 0ff4208c..45409c28 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37722,6 +37722,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)." + } ] }