TheDenk commited on
Commit
b156b51
·
verified ·
1 Parent(s): dc3a8ce

Update README.md

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