Added ComfyUI-Pause to custom_node_list.json (#2536)

* Added ComfyUI-Pause to list

* chore: changed name of the nodepack
This commit is contained in:
Brian Blankenship 2026-01-27 08:04:29 -06:00 committed by GitHub
parent 4df0628a12
commit d57b0d7c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42292,6 +42292,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": "freezeframe",
"reference": "https://github.com/c0dezer019/FreezeFrame",
"files": [
"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."
}
]
}