From e998418bef1a782938c0a6185cc57606004af652 Mon Sep 17 00:00:00 2001 From: HasegawaSkip Date: Sat, 19 Aug 2023 06:16:11 +0700 Subject: [PATCH] added: GPU temperature protection --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 13db0fc..13209c8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1482,6 +1482,16 @@ ], "install_type": "unzip", "description": "Various image processing nodes." + }, + { + "author": "meap158", + "title": "GPU temperature protection", + "reference": "https://github.com/meap158/ComfyUI-GPU-temperature-protection", + "files": [ + "https://github.com/meap158/ComfyUI-GPU-temperature-protection" + ], + "install_type": "git-clone", + "description": "Pause image generation when GPU temperature exceeds threshold." } ] }