Skip to content

Commit ef92e0f

Browse files
Update README.md
1 parent b0b1e2b commit ef92e0f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pip install -r requirements.txt
5656
## Instruction
5757
To trigger OpenVINO Node for ComfyUI, you can follow the example as reference:
5858
1. Start a ComfyUI server.
59+
5960
- lanuch from source:
6061
```
6162
cd ComfyUI
@@ -66,15 +67,17 @@ To trigger OpenVINO Node for ComfyUI, you can follow the example as reference:
6667
```
6768
comfy launch -- --cpu --use-pytorch-cross-attention
6869
```
69-
2. Prepare a standard workflow in ComfyUI.
70+
71+
3. Prepare a standard workflow in ComfyUI.
7072
7173
![Step 1](https://github.com/user-attachments/assets/b2f7af47-08c3-4734-beca-ee4af596a6d1)
7274
73-
3. Add OpenVINO Node.
75+
4. Add OpenVINO Node.
7476
7577
![Step 2](https://github.com/user-attachments/assets/6f485fcb-af62-4c3c-8486-88937eef218b)
7678
77-
4. Connect `TorchCompileDiffusionOpenVINO` with Diffusion model and `TorchCompileVAEOpenVINO` with VAE model
79+
5. Connect `TorchCompileDiffusionOpenVINO` with Diffusion model and `TorchCompileVAEOpenVINO` with VAE model
80+
7881
![Step 3](https://github.com/user-attachments/assets/3414811a-13c0-4643-805b-86e9694e09e6)
7982
8083
6. Run workflow. Please notice it may need an additional warm-up inference after switching new model.

0 commit comments

Comments
 (0)