Skip to content

Commit dc6b71b

Browse files
committed
Updated .toml
1 parent d938df9 commit dc6b71b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "comfyui-to-python-extension"
3-
description = "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support."
4-
version = "1.0.0"
3+
description = "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment."
4+
version = "1.3.0"
55
license = "LICENSE"
6-
dependencies = ["torch", "torchdiffeq", "torchsde", "einops", "transformers>=4.25.1", "safetensors>=0.3.0", "aiohttp", "accelerate", "pyyaml", "Pillow", "scipy", "tqdm", "black"]
6+
dependencies = ["black"]
77

88
[project.urls]
99
Repository = "https://github.com/pydn/ComfyUI-to-Python-Extension"
1010
# Used by Comfy Registry https://comfyregistry.org
1111

1212
[tool.comfy]
13-
PublisherId = ""
13+
PublisherId = "pydn"
1414
DisplayName = "ComfyUI-to-Python-Extension"
1515
Icon = ""

0 commit comments

Comments
 (0)