Update README.md
Browse files
README.md
CHANGED
|
@@ -63,8 +63,9 @@ Install PyTorch Nightly for ComfyUI
|
|
| 63 |
```bash
|
| 64 |
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
|
| 65 |
```
|
| 66 |
-
Install the requirements
|
| 67 |
```bash
|
|
|
|
| 68 |
pip install -r requirements.txt
|
| 69 |
```
|
| 70 |
|
|
@@ -85,7 +86,10 @@ git clone https://github.com/comfyanonymous/ComfyUI.git
|
|
| 85 |
- Replace the ComfyUI/comfy folder with the one provided in this repository in imagine-v5 folder.
|
| 86 |
- Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
|
| 87 |
|
| 88 |
-
## Step 4:
|
|
|
|
|
|
|
|
|
|
| 89 |
```bash
|
| 90 |
cd models/checkpoints
|
| 91 |
```
|
|
@@ -150,7 +154,10 @@ git clone https://github.com/comfyanonymous/ComfyUI.git
|
|
| 150 |
- Replace the ComfyUI/comfy folder with the one provided in this repository in imgaine-v5-ultra folder.
|
| 151 |
- Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
|
| 152 |
-
|
| 153 |
-
## Step 4:
|
|
|
|
|
|
|
|
|
|
| 154 |
```bash
|
| 155 |
cd models/checkpoints
|
| 156 |
```
|
|
|
|
| 63 |
```bash
|
| 64 |
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
|
| 65 |
```
|
| 66 |
+
Install the requirements
|
| 67 |
```bash
|
| 68 |
+
cd Imagine
|
| 69 |
pip install -r requirements.txt
|
| 70 |
```
|
| 71 |
|
|
|
|
| 86 |
- Replace the ComfyUI/comfy folder with the one provided in this repository in imagine-v5 folder.
|
| 87 |
- Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
|
| 88 |
|
| 89 |
+
## Step 4: Models Installation:
|
| 90 |
+
|
| 91 |
+
Download the models using the links provided below and place them at appropriate locations.
|
| 92 |
+
|
| 93 |
```bash
|
| 94 |
cd models/checkpoints
|
| 95 |
```
|
|
|
|
| 154 |
- Replace the ComfyUI/comfy folder with the one provided in this repository in imgaine-v5-ultra folder.
|
| 155 |
- Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
|
| 156 |
-
|
| 157 |
+
## Step 4: Models Installation:
|
| 158 |
+
|
| 159 |
+
Download the models using the links provided below and place them at appropriate locations.
|
| 160 |
+
|
| 161 |
```bash
|
| 162 |
cd models/checkpoints
|
| 163 |
```
|