Skip to content

Commit ebf76c5

Browse files
async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE("Missing env.GIT_USERNAME")async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE("Missing env.GIT_USERNAME")
authored andcommitted
chore(pyproject): Add pyproject.toml for Custom Node Registry
1 parent ae704f0 commit ebf76c5

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[project]
2+
name = "runware"
3+
description = "Runware Inference API Integration for ComfyUI (No GPU Required)."
4+
version = "1.0.0"
5+
license = "MIT"
6+
# classifiers = [
7+
# # For OS-independent nodes (works on all operating systems)
8+
# "Operating System :: OS Independent",
9+
#
10+
# # OR for OS-specific nodes, specify the supported systems:
11+
# "Operating System :: Microsoft :: Windows", # Windows specific
12+
# "Operating System :: POSIX :: Linux", # Linux specific
13+
# "Operating System :: MacOS", # macOS specific
14+
#
15+
# # GPU Accelerator support. Pick the ones that are supported by your extension.
16+
# "Environment :: GPU :: NVIDIA CUDA", # NVIDIA CUDA support
17+
# "Environment :: GPU :: AMD ROCm", # AMD ROCm support
18+
# "Environment :: GPU :: Intel Arc", # Intel Arc support
19+
# "Environment :: NPU :: Huawei Ascend", # Huawei Ascend support
20+
# "Environment :: GPU :: Apple Metal", # Apple Metal support
21+
# ]
22+
23+
dependencies = ["python-dotenv", "brotli", "zstd", "librosa", "imageio"]
24+
25+
[project.urls]
26+
Repository = "https://github.com/Runware/ComfyUI-Runware"
27+
# Used by Comfy Registry https://registry.comfy.org
28+
Documentation = "https://github.com/Runware/ComfyUI-Runware/wiki"
29+
"Bug Tracker" = "https://github.com/Runware/ComfyUI-Runware/issues"
30+
31+
[tool.comfy]
32+
PublisherId = ""
33+
DisplayName = "ComfyUI-Runware"
34+
Icon = ""
35+
includes = []
36+
# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility
37+

0 commit comments

Comments
 (0)