TheDenk commited on
Commit
2f7bfb8
·
verified ·
1 Parent(s): ac1aaf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -20,7 +20,12 @@ Same approach as controlnet for [Wan2.1](https://github.com/TheDenk/wan2.1-dilat
20
 
21
  ### For ComfyUI
22
  Use the cool [ComfyUI-WanVideoWrapper](https://github.com/kijai/ComfyUI-WanVideoWrapper).
23
-
 
 
 
 
 
24
  ### Inference examples
25
  #### Simple inference with cli
26
  ```bash
 
20
 
21
  ### For ComfyUI
22
  Use the cool [ComfyUI-WanVideoWrapper](https://github.com/kijai/ComfyUI-WanVideoWrapper).
23
+ <img width="600" height="480" alt="t2i_workflow" src="https://github.com/user-attachments/assets/4788c2d0-8ff0-405e-9b6d-0e0b1347865b" />
24
+ The latest version of the `diffusers` is required.
25
+ You can install it like this:
26
+ ```bash
27
+ pip install git+https://github.com/huggingface/diffusers.git
28
+ ```
29
  ### Inference examples
30
  #### Simple inference with cli
31
  ```bash