From ec3dc5c9fbc4a5cbca60991cfcb838ac1b884b61 Mon Sep 17 00:00:00 2001 From: Brian Blankenship Date: Thu, 22 Jan 2026 19:44:12 -0600 Subject: [PATCH 1/2] 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." + } ] } From e91802dff46977fd8f8e8fb8ecca807a5288f115 Mon Sep 17 00:00:00 2001 From: Brian Blankenship Date: Sat, 24 Jan 2026 22:50:05 -0600 Subject: [PATCH 2/2] chore: changed name of the nodepack --- custom-node-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9c6a17db..abf4cab6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42232,10 +42232,10 @@ { "author": "c0dezer019", "title": "Pausable Sampler", - "id": "psampler", - "reference": "https://github.com/c0dezer019/ComfyUI-Pause", + "id": "freezeframe", + "reference": "https://github.com/c0dezer019/FreezeFrame", "files": [ - "https://github.com/c0dezer019/ComfyUI-Pause" + "https://github.com/c0dezer019/FreezeFrame" ], "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."