From 2b6a8679dc43ae2f0ba9fe483197fdf914355241 Mon Sep 17 00:00:00 2001 From: Jeremy Meyers Date: Wed, 29 Oct 2025 17:01:01 -0400 Subject: [PATCH] Rename project to ComfyUI-SaveImageWithMetaData to avoid comfyui manager install errors --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51ae0fa9..ae76a3df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "comfyui-saveimagewithmetadata" +name = "ComfyUI-SaveImageWithMetaData" description = "Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.\nSince the values are extracted dynamically, values output by various extension nodes can be added to metadata." version = "1.0.0" license = { file = "LICENSE" }