Files
efficiency-nodes-comfyui/pyproject.toml
VALADI K JAGANATHAN 365f790f53 Update pyproject.toml
2024-05-20 00:01:03 +05:30

16 lines
646 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 = "jags111"
DisplayName = "efficiency-nodes-comfyui"
Icon = "https://github.com/jags111/efficiency-nodes-comfyui/blob/main/images/jagsP1.png?raw=true"
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]