We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2041f67 commit 3626434Copy full SHA for 3626434
1 file changed
pyproject.toml
@@ -1,9 +1,9 @@
1
[project]
2
name = "comfyui-reactor"
3
description = "(SFW-Friendly) The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension"
4
-version = "0.6.0"
+version = "0.6.1-b1"
5
license = { file = "LICENSE" }
6
-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"]
+dependencies = ["insightface==0.7.3", "onnx>=1.14.0", "opencv-python>=4.7.0.72", "numpy==1.26.4", "segment_anything", "albumentations>=1.4.16", "ultralytics"]
7
8
[project.urls]
9
Repository = "https://github.com/Gourieff/ComfyUI-ReActor"
0 commit comments