Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ tags:
|
|
10 |
- TryCloth
|
11 |
- FashionNew
|
12 |
- SwapCloth
|
|
|
|
|
13 |
---
|
14 |
## StyleShift - Cloth Swap / Dress Swap / Style Change / Outfit Swap
|
15 |
|
@@ -28,8 +30,8 @@ Clone the repository containing the Cloth Swap JSON workflows and assets:
|
|
28 |
|
29 |
```bash
|
30 |
Copy code
|
31 |
-
git clone https://huggingface.co/foduucom/ClothSwap
|
32 |
-
cd ClothSwap
|
33 |
```
|
34 |
|
35 |
## Clone and Setup ComfyUI Repository
|
@@ -56,7 +58,7 @@ goto ComfyUI/custom_nodes dir in terminal(cmd) and clone this repo:
|
|
56 |
Copy code
|
57 |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
58 |
```
|
59 |
-
Restart ComfyUI
|
60 |
|
61 |
To Start ComfyUI:
|
62 |
|
@@ -66,13 +68,13 @@ python3 main.py
|
|
66 |
```
|
67 |
Note: ComfyUI requires Python 3.9 or above. Ensure all required dependencies are installed.
|
68 |
|
69 |
-
Now Go to Manager ->-> Custom Nodes Manager and install this two nodes
|
70 |
|
71 |
<div align="center">
|
72 |
<img width="600" height="500" alt="foduucom/ClothSwap" src="https://huggingface.co/foduucom/ClothSwap/resolve/main/custom_nodes.png">
|
73 |
</div>
|
74 |
|
75 |
-
|
76 |
(If directory name not there in ComfyUI/models/ create new)
|
77 |
|
78 |
- For Reference you can download model by below link:
|
@@ -84,8 +86,8 @@ https://huggingface.co/spaces/abhishek/StableSAM/resolve/main/sam_vit_h_4b8939.p
|
|
84 |
|
85 |
- Start ComfyUI (by running python3 main.py)
|
86 |
- Open ComfyUI in your browser (default: http://127.0.0.1:8188)
|
87 |
-
- Click on Load button in menu bar and select the workflow.json file provided in this repository
|
88 |
-
- Now click on Queue Prompt for generate output
|
89 |
|
90 |
or you can use by python script provided in this repository:
|
91 |
```bash
|
@@ -109,32 +111,30 @@ python3 main.py
|
|
109 |
## Why is this Useful?
|
110 |
This project has a broad range of applications, making it useful across multiple industries and for personal use:
|
111 |
|
112 |
-
Virtual Try-On Technology:
|
113 |
-
|
114 |
Revolutionize online shopping experiences by enabling customers to "try on" clothes digitally.
|
115 |
Reduce product returns by providing a realistic preview of clothing fit and style.
|
116 |
-
Fashion Design and Prototyping:
|
117 |
|
|
|
118 |
Help designers test their creations on various models without the need for physical samples or photoshoots.
|
119 |
Quickly iterate designs and visualize the final product.
|
120 |
-
Content Creation and Marketing:
|
121 |
|
|
|
122 |
Create unique, engaging images for advertising campaigns, product promotions, or social media posts.
|
123 |
Save time and resources by generating realistic images digitally.
|
124 |
-
AI Experimentation:
|
125 |
|
|
|
126 |
A valuable tool for developers and AI enthusiasts looking to explore the capabilities of ComfyUI and image processing workflows.
|
127 |
-
Educational and Creative Use:
|
128 |
|
|
|
129 |
Ideal for students and researchers exploring AI applications in the field of image editing and manipulation.
|
130 |
Fun and engaging for hobbyists who want to experiment with AI art and creativity.
|
131 |
|
132 |
-
|
133 |
## Compute Infrastructure
|
134 |
|
135 |
## Hardware
|
136 |
|
137 |
-
NVIDIA GeForce RTX
|
138 |
|
139 |
## Model Card Contact
|
140 |
|
|
|
10 |
- TryCloth
|
11 |
- FashionNew
|
12 |
- SwapCloth
|
13 |
+
- DressSwap
|
14 |
+
- OutfitSwap
|
15 |
---
|
16 |
## StyleShift - Cloth Swap / Dress Swap / Style Change / Outfit Swap
|
17 |
|
|
|
30 |
|
31 |
```bash
|
32 |
Copy code
|
33 |
+
git clone https://huggingface.co/foduucom/StyleShift-ClothSwap
|
34 |
+
cd StyleShift-ClothSwap
|
35 |
```
|
36 |
|
37 |
## Clone and Setup ComfyUI Repository
|
|
|
58 |
Copy code
|
59 |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
60 |
```
|
61 |
+
<b>Restart ComfyUI</b>
|
62 |
|
63 |
To Start ComfyUI:
|
64 |
|
|
|
68 |
```
|
69 |
Note: ComfyUI requires Python 3.9 or above. Ensure all required dependencies are installed.
|
70 |
|
71 |
+
Now Go to Manager ->-> Custom Nodes Manager and install this two nodes <b>ComfyUI Layer Style</b> and <b>ComfyUI_CatVTON_Wrapper</b>, restart and reload the page.
|
72 |
|
73 |
<div align="center">
|
74 |
<img width="600" height="500" alt="foduucom/ClothSwap" src="https://huggingface.co/foduucom/ClothSwap/resolve/main/custom_nodes.png">
|
75 |
</div>
|
76 |
|
77 |
+
Place the <b>sam_vit_h_4b8939.pth</b> model inside ComfyUI/models/sams directory and <b>groundingdino_swint_ogc.pth</b> model in ComfyUI/models/grounding-dino directory if not download it.
|
78 |
(If directory name not there in ComfyUI/models/ create new)
|
79 |
|
80 |
- For Reference you can download model by below link:
|
|
|
86 |
|
87 |
- Start ComfyUI (by running python3 main.py)
|
88 |
- Open ComfyUI in your browser (default: http://127.0.0.1:8188)
|
89 |
+
- Click on <b>Load</b> button in menu bar and select the <b>workflow.json</b> file provided in this repository
|
90 |
+
- Now click on <b>Queue Prompt</b> for generate output
|
91 |
|
92 |
or you can use by python script provided in this repository:
|
93 |
```bash
|
|
|
111 |
## Why is this Useful?
|
112 |
This project has a broad range of applications, making it useful across multiple industries and for personal use:
|
113 |
|
114 |
+
-Virtual Try-On Technology:
|
|
|
115 |
Revolutionize online shopping experiences by enabling customers to "try on" clothes digitally.
|
116 |
Reduce product returns by providing a realistic preview of clothing fit and style.
|
|
|
117 |
|
118 |
+
-Fashion Design and Prototyping:
|
119 |
Help designers test their creations on various models without the need for physical samples or photoshoots.
|
120 |
Quickly iterate designs and visualize the final product.
|
|
|
121 |
|
122 |
+
-Content Creation and Marketing:
|
123 |
Create unique, engaging images for advertising campaigns, product promotions, or social media posts.
|
124 |
Save time and resources by generating realistic images digitally.
|
|
|
125 |
|
126 |
+
-AI Experimentation:
|
127 |
A valuable tool for developers and AI enthusiasts looking to explore the capabilities of ComfyUI and image processing workflows.
|
|
|
128 |
|
129 |
+
-Educational and Creative Use:
|
130 |
Ideal for students and researchers exploring AI applications in the field of image editing and manipulation.
|
131 |
Fun and engaging for hobbyists who want to experiment with AI art and creativity.
|
132 |
|
|
|
133 |
## Compute Infrastructure
|
134 |
|
135 |
## Hardware
|
136 |
|
137 |
+
NVIDIA GeForce RTX 3060 card
|
138 |
|
139 |
## Model Card Contact
|
140 |
|