16 lines
340 B
TOML
16 lines
340 B
TOML
|
|
[project]
|
||
|
|
name = "comfyui-extras"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Curated workflow templates for ComfyUI"
|
||
|
|
license = {text = "MIT"}
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.10"
|
||
|
|
dependencies = []
|
||
|
|
|
||
|
|
[project.urls]
|
||
|
|
Repository = "https://github.com/valknar/comfyui-extras"
|
||
|
|
|
||
|
|
[tool.comfy]
|
||
|
|
PublisherId = "valknar"
|
||
|
|
DisplayName = "ComfyUI Extras"
|