mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-19 22:03:32 +08:00
16 lines
592 B
TOML
16 lines
592 B
TOML
[project]
|
|
name = "comfyui-easy-use"
|
|
description = "To enhance the usability of ComfyUI, optimizations and integrations have been implemented for several commonly used nodes."
|
|
version = "1.3.2"
|
|
license = { file = "LICENSE" }
|
|
dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark", "onnxruntime", "spandrel", "opencv-python", "matplotlib", "peft"]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
# Used by Comfy Registry https://comfyregistry.org
|
|
|
|
[tool.comfy]
|
|
PublisherId = "yolain"
|
|
DisplayName = "ComfyUI-Easy-Use"
|
|
Icon = ""
|