We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d0c3a commit 19c6686Copy full SHA for 19c6686
pyproject.toml
@@ -0,0 +1,15 @@
1
+[project]
2
+name = "comfyui-workflow-encrypt"
3
+description = "Encrypt your comfyui workflow, and share it with key"
4
+version = "1.0.0"
5
+license = "LICENSE"
6
+dependencies = ["cryptography"]
7
+
8
+[project.urls]
9
+Repository = "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt"
10
+# Used by Comfy Registry https://comfyregistry.org
11
12
+[tool.comfy]
13
+PublisherId = ""
14
+DisplayName = "ComfyUI-Workflow-Encrypt"
15
+Icon = ""
0 commit comments