Skip to content

Commit 2e38345

Browse files
authored
Merge pull request #38 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 0d75cdc + 013d854 commit 2e38345

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-idm-vton"
3+
description = "ComfyUI adaptation of [a/IDM-VTON](https://github.com/yisol/IDM-VTON) for virtual try-on."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["torch", "torchvision", "torchaudio", "accelerate==0.30.0", "torchmetrics==1.4.0", "tqdm==4.66.4", "transformers==4.40.2", "diffusers==0.27.2", "einops==0.8.0", "bitsandbytes==0.42", "scipy==1.13.0", "opencv-python"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/TemryL/ComfyUI-IDM-VTON"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-IDM-VTON"
15+
Icon = ""

0 commit comments

Comments
 (0)