diff options
author | Grafting Rayman <156515434+GraftingRayman@users.noreply.github.com> | 2025-01-17 11:06:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 11:06:44 +0000 |
commit | e6bd5af6a8e306a1cdef63402a77a980a04ad6e1 (patch) | |
tree | d0732226bbc22feedad9e834b2218d7d0b0eff54 /pyproject.toml.off | |
parent | 495ffc4777522e40941753e3b1b79c02f84b25b4 (diff) | |
download | Comfyui-reactor-node-main.tar.gz |
Diffstat (limited to 'pyproject.toml.off')
-rw-r--r-- | pyproject.toml.off | 15 |
1 files changed, 15 insertions, 0 deletions
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 = ""
|