diff --git a/custom-node-list.json b/custom-node-list.json index 1a7180d5..ad172a88 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2566,6 +2566,16 @@ "install_type": "git-clone", "description": "Nodes:Openpose Editor Plus" }, + { + "author": "martijnat", + "title": "comfyui-previewlatent", + "reference": "https://github.com/martijnat/comfyui-previewlatent", + "files": [ + "https://github.com/martijnat/comfyui-previewlatent" + ], + "install_type": "git-clone", + "description": "a ComfyUI plugin for previewing latents without vae decoding. Useful for showing intermediate results and can be used a faster 'preview image' if you don't wan't to use vae decode." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index 51d42fcb..7ce43b7c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3279,6 +3279,14 @@ "title_aux": "Recommended Resolution Calculator" } ], + "https://github.com/martijnat/comfyui-previewlatent": [ + [ + "PreviewLatent" + ], + { + "title_aux": "comfyui-previewlatent" + } + ], "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ [ "DiscordServing", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d6e1ce20..76ea602c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "martijnat", + "title": "comfyui-previewlatent", + "reference": "https://github.com/martijnat/comfyui-previewlatent", + "files": [ + "https://github.com/martijnat/comfyui-previewlatent" + ], + "install_type": "git-clone", + "description": "a ComfyUI plugin for previewing latents without vae decoding. Useful for showing intermediate results and can be used a faster 'preview image' if you don't wan't to use vae decode." + }, { "author": "whmc76", "title": "ComfyUI-Openpose-Editor-Plus", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 51d42fcb..7ce43b7c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3279,6 +3279,14 @@ "title_aux": "Recommended Resolution Calculator" } ], + "https://github.com/martijnat/comfyui-previewlatent": [ + [ + "PreviewLatent" + ], + { + "title_aux": "comfyui-previewlatent" + } + ], "https://github.com/matan1905/ComfyUI-Serving-Toolkit": [ [ "DiscordServing",