nehulagrawal
commited on
Commit
•
ac5d6a9
1
Parent(s):
0d78536
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ go to ComfyUI/custom_nodes dir in terminal(cmd) and clone this repo:
|
|
47 |
```bash
|
48 |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
49 |
```
|
50 |
-
|
51 |
|
52 |
To Start ComfyUI:
|
53 |
|
@@ -56,13 +56,13 @@ python3 main.py
|
|
56 |
```
|
57 |
Note: ComfyUI requires Python 3.9 or above. Ensure all required dependencies are installed.
|
58 |
|
59 |
-
Now Go to Manager ->-> Custom Nodes Manager and install this two nodes
|
60 |
|
61 |
<div align="center">
|
62 |
<img width="800" height="800" alt="foduucom/ClothSwap" src="https://huggingface.co/foduucom/ClothSwap/resolve/main/custom_nodes.png">
|
63 |
</div>
|
64 |
|
65 |
-
Place the
|
66 |
(If directory name not there in ComfyUI/models/ create new)
|
67 |
|
68 |
- For Reference you can download model by below link:
|
@@ -79,10 +79,10 @@ cd StyleShift-ClothSwap
|
|
79 |
|
80 |
## How to use
|
81 |
|
82 |
-
- Start
|
83 |
- Open ComfyUI in your browser (default: http://127.0.0.1:8188)
|
84 |
-
- Click on
|
85 |
-
- Now click on
|
86 |
|
87 |
or you can use by python script provided in this repository:
|
88 |
```bash
|
@@ -106,11 +106,11 @@ python3 main.py
|
|
106 |
## Why is this Useful?
|
107 |
This project has a broad range of applications, making it useful across multiple industries and for personal use:
|
108 |
|
109 |
-
-
|
110 |
Revolutionize online shopping experiences by enabling customers to "try on" clothes digitally.
|
111 |
Reduce product returns by providing a realistic preview of clothing fit and style.
|
112 |
|
113 |
-
-
|
114 |
Help designers test their creations on various models without the need for physical samples or photoshoots.
|
115 |
Quickly iterate designs and visualize the final product.
|
116 |
|
|
|
47 |
```bash
|
48 |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
49 |
```
|
50 |
+
**Restart ComfyUI**
|
51 |
|
52 |
To Start ComfyUI:
|
53 |
|
|
|
56 |
```
|
57 |
Note: ComfyUI requires Python 3.9 or above. Ensure all required dependencies are installed.
|
58 |
|
59 |
+
Now Go to Manager ->-> Custom Nodes Manager and install this two nodes **ComfyUI Layer Style** and **ComfyUI_CatVTON_Wrapper**, restart and reload the page.
|
60 |
|
61 |
<div align="center">
|
62 |
<img width="800" height="800" alt="foduucom/ClothSwap" src="https://huggingface.co/foduucom/ClothSwap/resolve/main/custom_nodes.png">
|
63 |
</div>
|
64 |
|
65 |
+
Place the **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.
|
66 |
(If directory name not there in ComfyUI/models/ create new)
|
67 |
|
68 |
- For Reference you can download model by below link:
|
|
|
79 |
|
80 |
## How to use
|
81 |
|
82 |
+
- Start **ComfyUI** (by running python3 main.py)
|
83 |
- Open ComfyUI in your browser (default: http://127.0.0.1:8188)
|
84 |
+
- Click on **Load button** in menu bar and select the **workflow.json** file provided in this repository
|
85 |
+
- Now click on **Queue Prompt** for generate output
|
86 |
|
87 |
or you can use by python script provided in this repository:
|
88 |
```bash
|
|
|
106 |
## Why is this Useful?
|
107 |
This project has a broad range of applications, making it useful across multiple industries and for personal use:
|
108 |
|
109 |
+
- **Virtual Try-On Technology:**
|
110 |
Revolutionize online shopping experiences by enabling customers to "try on" clothes digitally.
|
111 |
Reduce product returns by providing a realistic preview of clothing fit and style.
|
112 |
|
113 |
+
- **Fashion Design and Prototyping:**
|
114 |
Help designers test their creations on various models without the need for physical samples or photoshoots.
|
115 |
Quickly iterate designs and visualize the final product.
|
116 |
|