mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-18 18:33:30 +00:00
chore(pyproject): Add pyproject.toml for Custom Node Registry
This commit is contained in:
parent
1419dee915
commit
228704b77c
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "comfyui"
|
||||
description = ""
|
||||
version = "1.0.0"
|
||||
license = {file = "LICENSE"}
|
||||
dependencies = ["torch", "torchsde", "torchvision", "torchaudio", "einops", "transformers>=4.28.1", "tokenizers>=0.13.3", "sentencepiece", "safetensors>=0.4.2", "aiohttp", "pyyaml", "Pillow", "scipy", "tqdm", "psutil", "#non essential dependencies:", "kornia>=0.7.1", "spandrel", "soundfile"]
|
||||
|
||||
[project.urls]
|
||||
Repository = "https://github.com/comfyanonymous/ComfyUI"
|
||||
# Used by Comfy Registry https://comfyregistry.org
|
||||
|
||||
[tool.comfy]
|
||||
PublisherId = ""
|
||||
DisplayName = "ComfyUI"
|
||||
Icon = ""
|
Loading…
Reference in New Issue
Block a user