nehulagrawal
commited on
Commit
•
3796265
1
Parent(s):
fa9cef1
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
This project demonstrates a Cloth Swap feature using ComfyUI, enabling users to change clothing on images seamlessly. This guide provides step-by-step instructions to set up, use, and contribute to the project.
|
4 |
|
5 |
<div align="center">
|
6 |
-
<img width="500" alt="foduucom/
|
7 |
</div>
|
8 |
|
9 |
## Features
|
@@ -61,7 +61,7 @@ Note: ComfyUI requires Python 3.9 or above. Ensure all required dependencies are
|
|
61 |
Now Go to Manager ->-> Custom Nodes Manager and install this two nodes "ComfyUI Layer Style" and "ComfyUI_CatVTON_Wrapper", restart and reload the page.
|
62 |
|
63 |
<div align="center">
|
64 |
-
<img width="500" alt="foduucom/
|
65 |
</div>
|
66 |
|
67 |
Make sure you have "sam_vit_h_4b8939.pth" model inside ComfyUI/models/sams directory and "groundingdino_swint_ogc.pth" model in ComfyUI/models/grounding-dino directory if not download it.
|
|
|
3 |
This project demonstrates a Cloth Swap feature using ComfyUI, enabling users to change clothing on images seamlessly. This guide provides step-by-step instructions to set up, use, and contribute to the project.
|
4 |
|
5 |
<div align="center">
|
6 |
+
<img width="600" height="500" alt="foduucom/ClothSwap" src="https://huggingface.co/foduucom/ClothSwap/resolve/main/final.png">
|
7 |
</div>
|
8 |
|
9 |
## Features
|
|
|
61 |
Now Go to Manager ->-> Custom Nodes Manager and install this two nodes "ComfyUI Layer Style" and "ComfyUI_CatVTON_Wrapper", restart and reload the page.
|
62 |
|
63 |
<div align="center">
|
64 |
+
<img width="500" height="500" alt="foduucom/ClothSwap" src="https://huggingface.co/foduucom/ClothSwap/resolve/main/custom_nodes.png">
|
65 |
</div>
|
66 |
|
67 |
Make sure you have "sam_vit_h_4b8939.pth" model inside ComfyUI/models/sams directory and "groundingdino_swint_ogc.pth" model in ComfyUI/models/grounding-dino directory if not download it.
|