From e6bd5af6a8e306a1cdef63402a77a980a04ad6e1 Mon Sep 17 00:00:00 2001 From: Grafting Rayman <156515434+GraftingRayman@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:06:44 +0000 Subject: Add files via upload --- pyproject.toml.off | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml.off (limited to 'pyproject.toml.off') diff --git a/pyproject.toml.off b/pyproject.toml.off new file mode 100644 index 0000000..819e929 --- /dev/null +++ b/pyproject.toml.off @@ -0,0 +1,15 @@ +[project] +name = "comfyui-reactor-node" +description = "The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension" +version = "0.5.2-a2" +license = { file = "LICENSE" } +dependencies = ["insightface==0.7.3", "onnx>=1.14.0", "opencv-python>=4.7.0.72", "numpy==1.26.3", "segment_anything", "albumentations>=1.4.16", "ultralytics"] + +[project.urls] +Repository = "https://github.com/Gourieff/ComfyUI-ReActor" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "gourieff" +DisplayName = "comfyui-reactor-node" +Icon = "" -- cgit v1.2.3