-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
23 lines (21 loc) · 1.17 KB
/
Copy pathpyproject.toml
File metadata and controls
23 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "rednode-studio"
description = "A studio rig for ComfyUI: a tabbed workspace panel, painting with auto masks, wireless control panels, LoRA management, grading and prompt tooling, plus Krea 2 moodboard and identity editing."
version = "1.1.0"
readme = "README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }
keywords = ["comfyui", "workspace", "panel", "inpainting", "lora", "krea2", "rednode"]
[project.urls]
Repository = "https://github.com/RedNodeAI/ComfyUI-RedNodeStudio"
Documentation = "https://github.com/RedNodeAI/ComfyUI-RedNodeStudio#readme"
[tool.comfy]
PublisherId = "rednodeai"
DisplayName = "RedNode Studio"
# Square, 400x400, served from this repo's main branch. The registry takes a URL, not a
# path, so the file has to be committed and pushed before the listing can fetch it.
Icon = "https://raw.githubusercontent.com/RedNodeAI/ComfyUI-RedNodeStudio/main/icon.png"
# Krea 2 first shipped in ComfyUI v0.26.0 (commit 2a61015, 2026-06-23), which is what
# the ten Krea 2 nodes need. On anything older the other 29 nodes still load and work
# with any model, and the pack says so on startup rather than failing to import.
requires-comfyui = ">=0.26.0"