From 56e5f913166a1c49375d6767a61508237fc2e48f Mon Sep 17 00:00:00 2001 From: Tom Mery <99132608+TemryL@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:36:47 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b00c1df..3d36df1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ComfyUI adaptation of [IDM-VTON](https://github.com/yisol/IDM-VTON). ![workflow](workflow.png) -# Installation +## Installation :warning: Current implementation requires GPU with at least 16GB of VRAM :warning: @@ -24,25 +24,25 @@ python install.py Models weights from [yisol/IDM-VTON](https://huggingface.co/yisol/IDM-VTON) in [HuggingFace](https://huggingface.co) will be downloaded in [models](models/) folder of this repository. -# Mask Generation +## Mask Generation The workflow provided above uses [ComfyUI Segment Anything](https://github.com/storyicon/comfyui_segment_anything) to generate the image mask. -# DensePose Estimation +## DensePose Estimation DensePose estimation is performed using [ComfyUI's ControlNet Auxiliary Preprocessors](https://github.com/Fannovel16/comfyui_controlnet_aux). -# :star: Star Us! +## :star: Star Us! If you find this project useful, please consider giving it a star on GitHub. This helps the project to gain visibility and encourages more contributors to join in. Thank you for your support! -# Contribute +## Contribute Thanks for your interest in contributing to the source code! We welcome help from anyone and appreciate every contribution, no matter how small! If you're ready to contribute, please create a fork, make your changes, commit them, and then submit a pull request for review. We'll consider it for integration into the main code base. -# Credits +## Credits - [ComfyUI](https://github.com/comfyanonymous/ComfyUI) - [IDM-VTON](https://github.com/yisol/IDM-VTON) - [ComfyUI Segment Anything](https://github.com/storyicon/comfyui_segment_anything) - [ComfyUI's ControlNet Auxiliary Preprocessors](https://github.com/Fannovel16/comfyui_controlnet_aux) -# License +## License Original [IDM-VTON](https://github.com/yisol/IDM-VTON) source code under [CC BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).