Files
efficiency-nodes-comfyui/pyproject.toml
VALADI K JAGANATHAN 7e54742563 Update pyproject.toml
2024-05-19 23:11:20 +05:30

17 lines
556 B
TOML

[project]
name = "efficiency-nodes-comfyui"
description = "Efficiency Nodes for ComfyUI Version 2.0+
A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count."
version = "1.0.0"
license = "LICENSE"
dependencies = ["clip-interrogator", "simpleeval"]
[project.urls]
Repository = "https://github.com/jags111/efficiency-nodes-comfyui"
[tool.comfy]
PublisherId = "JAGS"
DisplayName = "efficiency-nodes-comfyui"
Icon = ""
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]