-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (25 loc) · 1.21 KB
/
pyproject.toml
File metadata and controls
29 lines (25 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
name = "eden_comfy_pipelines"
description = "A collection of custom nodes and workflows for ComfyUI, developed by https://www.eden.art/"
version = "1.3.1"
license = {file = "LICENSE"}
classifiers = [
"Operating System :: OS Independent",
"Environment :: GPU :: NVIDIA CUDA", # NVIDIA CUDA support
"Environment :: GPU :: AMD ROCm", # AMD ROCm support
"Environment :: GPU :: Intel Arc", # Intel Arc support
"Environment :: NPU :: Huawei Ascend", # Huawei Ascend support
"Environment :: GPU :: Apple Metal", # Apple Metal support
]
dependencies = ["clip-interrogator==0.6.0", "open_clip_torch==2.26.1", "py7zr==0.22.0", "openai>=1.57.2", "python-dotenv", "scikit-learn", "transformers", "matplotlib", "scikit-image", "opencv-python"]
[project.urls]
Repository = "https://github.com/edenartlab/eden_comfy_pipelines"
# Used by Comfy Registry https://registry.comfy.org
Documentation = "https://github.com/edenartlab/eden_comfy_pipelines/wiki"
"Bug Tracker" = "https://github.com/edenartlab/eden_comfy_pipelines/issues"
[tool.comfy]
PublisherId = "edenartlab"
DisplayName = "Eden Comfy Pack"
Icon = "🌱🌱"
includes = []
# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility