From ec3dc5c9fbc4a5cbca60991cfcb838ac1b884b61 Mon Sep 17 00:00:00 2001 From: Brian Blankenship Date: Thu, 22 Jan 2026 19:44:12 -0600 Subject: [PATCH] Added ComfyUI-Pause to list --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 191a4c06..9c6a17db 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42228,6 +42228,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "c0dezer019", + "title": "Pausable Sampler", + "id": "psampler", + "reference": "https://github.com/c0dezer019/ComfyUI-Pause", + "files": [ + "https://github.com/c0dezer019/ComfyUI-Pause" + ], + "install_type": "git-clone", + "description": "Modifed Sampler nodes that allow you to pause/resume generations. For those with older hardware running in CPU mode or old GPUs. Useful for managing thermals." + } ] }