nehulagrawal
commited on
Commit
•
f5cb53e
1
Parent(s):
e813dca
Update README.md
Browse files
README.md
CHANGED
@@ -30,23 +30,20 @@ The primary objective is to provide a simple, effective, and customizable tool f
|
|
30 |
Install ComfyUI by cloning its main repository:
|
31 |
|
32 |
```bash
|
33 |
-
Copy code
|
34 |
git clone https://github.com/comfyanonymous/ComfyUI.git
|
35 |
cd ComfyUI
|
36 |
```
|
37 |
Install dependencies:
|
38 |
|
39 |
```bash
|
40 |
-
Copy code
|
41 |
pip install -r requirements.txt
|
42 |
```
|
43 |
|
44 |
Install ComfyUI Manager:
|
45 |
|
46 |
-
|
47 |
|
48 |
```bash
|
49 |
-
Copy code
|
50 |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
51 |
```
|
52 |
<b>Restart ComfyUI</b>
|
@@ -54,7 +51,6 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
54 |
To Start ComfyUI:
|
55 |
|
56 |
```bash
|
57 |
-
Copy code
|
58 |
python3 main.py
|
59 |
```
|
60 |
Note: ComfyUI requires Python 3.9 or above. Ensure all required dependencies are installed.
|
@@ -76,14 +72,13 @@ https://huggingface.co/spaces/abhishek/StableSAM/resolve/main/sam_vit_h_4b8939.p
|
|
76 |
Clone the repository containing the Cloth Swap JSON workflows and assets:
|
77 |
|
78 |
```bash
|
79 |
-
Copy code
|
80 |
git clone https://huggingface.co/foduucom/StyleShift-ClothSwap
|
81 |
cd StyleShift-ClothSwap
|
82 |
```
|
83 |
|
84 |
## How to use
|
85 |
|
86 |
-
- Start ComfyUI (by running python3 main.py)
|
87 |
- Open ComfyUI in your browser (default: http://127.0.0.1:8188)
|
88 |
- Click on <b>Load</b> button in menu bar and select the <b>workflow.json</b> file provided in this repository
|
89 |
- Now click on <b>Queue Prompt</b> for generate output
|
|
|
30 |
Install ComfyUI by cloning its main repository:
|
31 |
|
32 |
```bash
|
|
|
33 |
git clone https://github.com/comfyanonymous/ComfyUI.git
|
34 |
cd ComfyUI
|
35 |
```
|
36 |
Install dependencies:
|
37 |
|
38 |
```bash
|
|
|
39 |
pip install -r requirements.txt
|
40 |
```
|
41 |
|
42 |
Install ComfyUI Manager:
|
43 |
|
44 |
+
go to ComfyUI/custom_nodes dir in terminal(cmd) and clone this repo:
|
45 |
|
46 |
```bash
|
|
|
47 |
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
48 |
```
|
49 |
<b>Restart ComfyUI</b>
|
|
|
51 |
To Start ComfyUI:
|
52 |
|
53 |
```bash
|
|
|
54 |
python3 main.py
|
55 |
```
|
56 |
Note: ComfyUI requires Python 3.9 or above. Ensure all required dependencies are installed.
|
|
|
72 |
Clone the repository containing the Cloth Swap JSON workflows and assets:
|
73 |
|
74 |
```bash
|
|
|
75 |
git clone https://huggingface.co/foduucom/StyleShift-ClothSwap
|
76 |
cd StyleShift-ClothSwap
|
77 |
```
|
78 |
|
79 |
## How to use
|
80 |
|
81 |
+
- Start <b>ComfyUI</b> (by running python3 main.py)
|
82 |
- Open ComfyUI in your browser (default: http://127.0.0.1:8188)
|
83 |
- Click on <b>Load</b> button in menu bar and select the <b>workflow.json</b> file provided in this repository
|
84 |
- Now click on <b>Queue Prompt</b> for generate output
|