From fb74f39793880d85a3c12e0179abc4b7f2d2490d Mon Sep 17 00:00:00 2001 From: dream_hartley <126392097+dreamhartley@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:35:54 +0900 Subject: [PATCH] Add ComfyUI_show_seed (#1429) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 68ebaea9..8e31f2f4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19699,6 +19699,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "dreamhartley", + "title": "ComfyUI_show_seed", + "reference": "https://github.com/dreamhartley/ComfyUI_show_seed", + "files": [ + "https://github.com/dreamhartley/ComfyUI_show_seed" + ], + "install_type": "git-clone", + "description": "A custom node that saves images while displaying the seed value used in generation" } ] }