File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ pip install -r requirements.txt
5656## Instruction
5757To trigger OpenVINO Node for ComfyUI, you can follow the example as reference:
58581 . 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 
7274
73- 3 . Add OpenVINO Node.
75+ 4 . Add OpenVINO Node.
7476
7577 
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 
7982
80836. Run workflow. Please notice it may need an additional warm-up inference after switching new model.
You can’t perform that action at this time.
0 commit comments