From c7d601eb2b83f142372afda81f8427c97ab62923 Mon Sep 17 00:00:00 2001 From: "async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE(\"Missing env.GIT_USERNAME\")" Date: Thu, 5 Jun 2025 23:00:25 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..176fc58 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,16 @@ +[project] +name = "loadimagewithinfo" +description = "This is a custom node for ComfyUI that retrieves detailed information about an image, including its name, format (extension), DPI, dimensions, long side, short side, file size, and EXIF data. It also supports image saving " +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["pillow-avif-plugin"] + +[project.urls] +Repository = "https://github.com/sjh00/ComfyUI-LoadImageWithInfo" +# Used by Comfy Registry https://registry.comfy.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-LoadImageWithInfo" +Icon = "" +includes = []