Skip to content

Commit d5707a1

Browse files
authored
Merge pull request #2 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents d6795a5 + 04ecb8c commit d5707a1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "wavespeed-comfyui"
3+
description = "This is a custom node for ComfyUI that allows you to use the WaveSpeed AI API directly in ComfyUI. WaveSpeed AI is a high-performance AI image and video generation service platform offering industry-leading generation speeds. For more information, see [a/WaveSpeed AI Documentation](https://wavespeed.ai/docs)."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["requests", "pillow"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/WaveSpeedAI/wavespeed-comfyui"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "wavespeed-ai"
14+
DisplayName = "wavespeed-comfyui"
15+
Icon = ""

0 commit comments

Comments
 (0)