azkavyro commited on
Commit
15a2a55
·
verified ·
1 Parent(s): f6ad30b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -60,6 +60,9 @@ Create a conda environment
60
  conda create -n imagineservices python==3.11 -y
61
  ```
62
  Install PyTorch Nightly for ComfyUI
 
 
 
63
  ```bash
64
  pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
65
  ```
@@ -78,9 +81,9 @@ cd Imagine/imagine-v5
78
  ```
79
 
80
  ### Step 2: Clone ComfyUI
81
- ```bash
82
- git clone https://github.com/comfyanonymous/ComfyUI.git
83
- ```
84
 
85
  ### Step 3: Replace & Configure
86
  - Replace the ComfyUI/comfy folder with the one provided in this repository in imagine-v5 folder.
@@ -167,14 +170,15 @@ cd Imagine/imagine-v5-ultra
167
  ```
168
 
169
  ### Step 2: Clone ComfyUI
170
- ```bash
171
- git clone https://github.com/comfyanonymous/ComfyUI.git
172
- ```
 
173
 
174
  ### Step 3: Replace & Configure
175
  - Replace the ComfyUI/comfy folder with the one provided in this repository in imgaine-v5-ultra folder.
176
  - Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
177
- -
178
  ## Step 4: Models Installation:
179
 
180
  Download the models using the links provided below and place them at appropriate locations.
@@ -208,6 +212,7 @@ python3.11 main.py
208
  ### Step 6: Load the Workflow
209
  - Load the workflow in the ComfyUI interface.
210
  - Use the following workflow file provided in Workflows folder:
 
211
  [Imaginev5-ultra-Workflow.json](https://huggingface.co/vyroAI/ImagineV5/blob/main/Imagine/Workflows/Imaginev5-ultra-Workflow.json)
212
 
213
 
 
60
  conda create -n imagineservices python==3.11 -y
61
  ```
62
  Install PyTorch Nightly for ComfyUI
63
+ Select the version that matches your system's CUDA version.
64
+
65
+ For example, for CUDA 12.8:
66
  ```bash
67
  pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
68
  ```
 
81
  ```
82
 
83
  ### Step 2: Clone ComfyUI
84
+ Clone the ComfyUI version: "0.3.27"
85
+
86
+ -[ComfyUI](https://github.com/comfyanonymous/ComfyUI)
87
 
88
  ### Step 3: Replace & Configure
89
  - Replace the ComfyUI/comfy folder with the one provided in this repository in imagine-v5 folder.
 
170
  ```
171
 
172
  ### Step 2: Clone ComfyUI
173
+ Clone the ComfyUI version: "0.3.27"
174
+
175
+ -[ComfyUI](https://github.com/comfyanonymous/ComfyUI)
176
+
177
 
178
  ### Step 3: Replace & Configure
179
  - Replace the ComfyUI/comfy folder with the one provided in this repository in imgaine-v5-ultra folder.
180
  - Copy the vyro_workflows folder into ComfyUI/custom_nodes/.
181
+
182
  ## Step 4: Models Installation:
183
 
184
  Download the models using the links provided below and place them at appropriate locations.
 
212
  ### Step 6: Load the Workflow
213
  - Load the workflow in the ComfyUI interface.
214
  - Use the following workflow file provided in Workflows folder:
215
+
216
  [Imaginev5-ultra-Workflow.json](https://huggingface.co/vyroAI/ImagineV5/blob/main/Imagine/Workflows/Imaginev5-ultra-Workflow.json)
217
 
218