forked from SpaceWarpStudio/ComfyUI-OverrideSwitch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (22 loc) · 788 Bytes
/
pyproject.toml
File metadata and controls
24 lines (22 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "overrideswitch"
description = "Custom ComfyUI node: switch between two inputs from an optional boolean condition, with graceful handling when inputs are missing."
version = "1.0.1"
readme = "README.md"
requires-python = ">=3.9"
license = "MIT"
classifiers = [
"Operating System :: OS Independent",
]
dependencies = []
[project.urls]
Repository = "https://github.com/SpaceWarpStudio/ComfyUI-OverrideSwitch"
Documentation = "https://github.com/SpaceWarpStudio/ComfyUI-OverrideSwitch/wiki"
"Bug Tracker" = "https://github.com/SpaceWarpStudio/ComfyUI-OverrideSwitch/issues"
# Used by Comfy Registry https://registry.comfy.org
[tool.comfy]
PublisherId = "spacewarpstudio"
DisplayName = "ComfyUI Override Switch"
Icon = ""
includes = []
# "requires-comfyui" = ">=1.0.0"