From 1e8473109e2489f9b3efb18498255a584db10c2e Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 31 Jul 2024 13:39:50 +0000 Subject: [PATCH 1/2] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..3f29f10 --- /dev/null +++ b/pyproject.toml @@ -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/detectron2.git@v0.6", "git+https://github.com/facebookresearch/detectron2.git@v0.6#subdirectory=projects/DensePose"] + +[project.urls] +Repository = "https://github.com/pzc163/Comfyui-CatVTON" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "Comfyui-CatVTON" +Icon = "" From cb8928dc8090e4f2033385301a9e9897557db06c Mon Sep 17 00:00:00 2001 From: Magic Yang <105222039+pzc163@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:15:34 +0800 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f29f10..32cfd2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,6 @@ Repository = "https://github.com/pzc163/Comfyui-CatVTON" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "pzc163" DisplayName = "Comfyui-CatVTON" Icon = ""