diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..55e0abd --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_seg_viton" +description = "Nodes:segformer_clothes, segformer_agnostic, segformer_remove_bg, stabel_vition. Nodes for model dress up." +version = "1.0.0" +license = "LICENSE" +dependencies = ["pytorch-lightning==1.5.0", "einops", "opencv-python==4.7.0.72", "matplotlib", "omegaconf", "transformers==4.33.2", "xformers==0.0.19", "triton==2.0.0", "open-clip-torch==2.19.0", "diffusers==0.20.2", "scipy==1.10.1", "rembg"] + +[project.urls] +Repository = "https://github.com/StartHua/ComfyUI_Seg_VITON" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_Seg_VITON" +Icon = ""