Skip to content

Commit

Permalink
Merge pull request #6 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
pzc163 authored Jul 31, 2024
2 parents e4ef93e + cb8928d commit 41abc97
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui-catvton"
description = "Comfyui-CatVTON This repository is the modified official Comfyui node of CatVTON, which is a simple and efficient virtual try-on diffusion model with 1) Lightweight Network (899.06M parameters totally), 2) Parameter-Efficient Training (49.57M parameters trainable) 3) Simplified Inference (< 8G VRAM for 1024X768 resolution).\nThe original GitHub project is [a/https://github.com/Zheng-Chong/CatVTON](https://github.com/Zheng-Chong/CatVTON)"
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["accelerate>=0.30.0", "black", "cloudpickle", "diffusers>=0.26.3", "future", "fvcore", "huggingface_hub", "hydra-core", "iopath", "matplotlib<=3.9.1", "numpy>=1.24.4", "omegaconf", "opencv_python", "pillow>=10.3.0", "pycocotools", "pydot", "PyYAML==6.0.1", "scipy<=1.13.1", "setuptools", "scikit-image<=0.24.0", "tabulate", "tensorboard", "termcolor", "tqdm<=4.66.4", "transformers>=4.27.3", "xformers>=0.0.23.post1", "yacs", "Ninja==1.11.1.1", "git+https://github.com/facebookresearch/[email protected]", "git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose"]

[project.urls]
Repository = "https://github.com/pzc163/Comfyui-CatVTON"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "pzc163"
DisplayName = "Comfyui-CatVTON"
Icon = ""

0 comments on commit 41abc97

Please sign in to comment.