diff options
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 = ""
|