Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +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
|
25 |
```bash
|
|
|
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 |
### Inference examples
|
29 |
#### Simple inference with cli
|
30 |
```bash
|