-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
19 lines (15 loc) · 809 Bytes
/
pyproject.toml
File metadata and controls
19 lines (15 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "flowstate-creator-nodes"
description = "The ultimate suite of streamlined ComfyUI nodes for creative professionals."
version = "1.0.2"
license = {file = "LICENSE"}
dependencies = []
[project.urls]
Repository = "https://github.com/flowstateeng/FlowState-Creator-Nodes"
Documentation = "https://github.com/flowstateeng/FlowState-Creator-Nodes/wiki"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "flowstateeng"
DisplayName = "🌊 FlowState Creator Suite"
Icon = "https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/refs/heads/main/imgs/FlowState%20Creator%20Suite%20-%20Comfy%20Registry%20Icon.png"
Banner = "https://raw.githubusercontent.com/flowstateeng/FlowState-Creator-Nodes/refs/heads/main/imgs/FlowState-Creator-Nodes-Banner.png"