diff --git a/custom-node-list.json b/custom-node-list.json index 22393bcf..1ac80eda 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46320,13 +46320,13 @@ }, { "author": "brosequist", - "title": "comfyui-pipeline-barrier", + "title": "ComfyUI-PipelineBarrier", "reference": "https://github.com/brosequist/ComfyUI-PipelineBarrier", "files": [ "https://github.com/brosequist/ComfyUI-PipelineBarrier" ], "install_type": "git-clone", - "description": "ComfyUI node that force-flushes GPU caches between pipeline stages to prevent OOM kills" + "description": "A single node that flushes PyTorch's GPU memory cache and runs garbage collection between pipeline stages, preventing OOM errors in multi-stage workflows (e.g. two-pass video generation). Accepts a LATENT input and returns it unchanged." }, { "author": "amrnidal999-tech", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 7c0c03bf..e0a918f4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -252,13 +252,13 @@ }, { "author": "brosequist", - "title": "comfyui-pipeline-barrier", + "title": "ComfyUI-PipelineBarrier", "reference": "https://github.com/brosequist/ComfyUI-PipelineBarrier", "files": [ "https://github.com/brosequist/ComfyUI-PipelineBarrier" ], "install_type": "git-clone", - "description": "ComfyUI node that force-flushes GPU caches between pipeline stages to prevent OOM kills" + "description": "A single node that flushes PyTorch's GPU memory cache and runs garbage collection between pipeline stages, preventing OOM errors in multi-stage workflows (e.g. two-pass video generation). Accepts a LATENT input and returns it unchanged." }, { "author": "artemko7v",