mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 13:12:13 -03:00
16 lines
657 B
TOML
16 lines
657 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.8"
|
|
license = { file = "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"}]
|