azkavyro commited on
Commit
7956403
Β·
verified Β·
1 Parent(s): 6dcfb62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -2
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
- -[Imaginev5-Workflow.json](https://huggingface.co/vyroAI/ImagineV5/blob/main/Imagine/Workflows/Imaginev5-Workflow.json)
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
- -[Imaginev5-ultra-Workflow.json](https://huggingface.co/vyroAI/ImagineV5/blob/main/Imagine/Workflows/Imaginev5-ultra-Workflow.json)
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"