From 945bd6a070f1ee2ad5996ca124a71e594d739abe 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: Wed, 22 Oct 2025 20:04:58 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..cbad047 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,37 @@ +[project] +name = "stand-in_preprocessor_comfyui" +description = "This repository provides a temporary ComfyUI node implementation of the Stand-In preprocessor, aiming to correct the misunderstanding of Stand-In’s preprocessing logic in [a/ComfyUI-WanVideoWrapper](https://github.com/kijai/ComfyUI-WanVideoWrapper).\n[w/We strongly recommend using the workflows provided in this repo to ensure proper compatibility and the best identity-preserving performance.]" +version = "1.0.0" +license = {file = "LICENSE"} +# classifiers = [ +# # For OS-independent nodes (works on all operating systems) +# "Operating System :: OS Independent", +# +# # OR for OS-specific nodes, specify the supported systems: +# "Operating System :: Microsoft :: Windows", # Windows specific +# "Operating System :: POSIX :: Linux", # Linux specific +# "Operating System :: MacOS", # macOS specific +# +# # GPU Accelerator support. Pick the ones that are supported by your extension. +# "Environment :: GPU :: NVIDIA CUDA", # NVIDIA CUDA support +# "Environment :: GPU :: AMD ROCm", # AMD ROCm support +# "Environment :: GPU :: Intel Arc", # Intel Arc support +# "Environment :: NPU :: Huawei Ascend", # Huawei Ascend support +# "Environment :: GPU :: Apple Metal", # Apple Metal support +# ] + +dependencies = ["ultralytics", "huggingface_hub>=0.31.1", "facexlib>=0.3.0", "onnxruntime-gpu>=1.22.0", "mediapipe<=0.10.9"] + +[project.urls] +Repository = "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI" +# Used by Comfy Registry https://registry.comfy.org +Documentation = "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI/wiki" +"Bug Tracker" = "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI/issues" + +[tool.comfy] +PublisherId = "" +DisplayName = "Stand-In_Preprocessor_ComfyUI" +Icon = "" +includes = [] +# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility +