Update README.md
Browse files
README.md
CHANGED
@@ -123,6 +123,27 @@ mkdir spacy/encore_web_trf
|
|
123 |
```
|
124 |
- [en_core_web_trf](https://huggingface.co/spacy/en_core_web_trf/tree/main)
|
125 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
### Step 5: Run the Application
|
127 |
```bash
|
128 |
cd ComfyUI
|
@@ -133,7 +154,7 @@ python3.11 main.py
|
|
133 |
- Load the workflow in the ComfyUI interface.
|
134 |
- Use the following workflow file:
|
135 |
|
136 |
-
|
137 |
|
138 |
|
139 |
|
@@ -168,6 +189,16 @@ cd models/vae
|
|
168 |
-[turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors](https://huggingface.co/alexgenovese/checkpoint/blob/6f1ecf3ff2b26c8f899a3f96c5dcaeb4f0cb85c9/turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors)
|
169 |
-[sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/blob/main/sdxl_vae.safetensors)
|
170 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
### Step 5: Run the Application
|
172 |
```bash
|
173 |
cd ComfyUI
|
@@ -177,7 +208,7 @@ python3.11 main.py
|
|
177 |
### Step 6: Load the Workflow
|
178 |
- Load the workflow in the ComfyUI interface.
|
179 |
- Use the following workflow file provided in Workflows folder:
|
180 |
-
|
181 |
|
182 |
|
183 |
β οΈ If you are facing any issues, make sure to use ComfyUI version: "0.3.27"
|
|
|
123 |
```
|
124 |
- [en_core_web_trf](https://huggingface.co/spacy/en_core_web_trf/tree/main)
|
125 |
|
126 |
+
The models directory would look like this in end.
|
127 |
+
```
|
128 |
+
models/
|
129 |
+
βββ checkpoints/
|
130 |
+
β βββ dreamshaper_8.safetensors
|
131 |
+
β βββ juggernautXL_version2.safetensors
|
132 |
+
β βββ revAnimated_v11.safetensors
|
133 |
+
β βββ sd_xl_base_1.0.safetensors
|
134 |
+
βββ loras/
|
135 |
+
β βββ Juggernaut Cinematic XL LoRA
|
136 |
+
β βββ xl_more_art-full_v1.safetensors
|
137 |
+
βββ interposers/
|
138 |
+
β βββ xl-to-v1_interposer-v1.1.safetensors
|
139 |
+
βββ vae/
|
140 |
+
β βββ sdxl_vae.safetensors
|
141 |
+
β βββ vae-ft-mse-840000-ema-pruned.safetensors
|
142 |
+
βββ spacy/
|
143 |
+
βββ encore_web_trf/
|
144 |
+
βββ en_core_web_trf
|
145 |
+
```
|
146 |
+
|
147 |
### Step 5: Run the Application
|
148 |
```bash
|
149 |
cd ComfyUI
|
|
|
154 |
- Load the workflow in the ComfyUI interface.
|
155 |
- Use the following workflow file:
|
156 |
|
157 |
+
[Imaginev5-Workflow.json](https://huggingface.co/vyroAI/ImagineV5/blob/main/Imagine/Workflows/Imaginev5-Workflow.json)
|
158 |
|
159 |
|
160 |
|
|
|
189 |
-[turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors](https://huggingface.co/alexgenovese/checkpoint/blob/6f1ecf3ff2b26c8f899a3f96c5dcaeb4f0cb85c9/turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors)
|
190 |
-[sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/blob/main/sdxl_vae.safetensors)
|
191 |
|
192 |
+
The models directory would look like this in end.
|
193 |
+
```
|
194 |
+
models/
|
195 |
+
βββ checkpoints/
|
196 |
+
β βββ turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors
|
197 |
+
βββ vae/
|
198 |
+
β βββ turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.safetensors
|
199 |
+
β βββ sdxl_vae.safetensors
|
200 |
+
```
|
201 |
+
|
202 |
### Step 5: Run the Application
|
203 |
```bash
|
204 |
cd ComfyUI
|
|
|
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 |
|
214 |
β οΈ If you are facing any issues, make sure to use ComfyUI version: "0.3.27"
|