TheDenk commited on
Commit
2ed50e3
·
verified ·
1 Parent(s): 8ef0ffb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -11,9 +11,12 @@ tags:
11
  ---
12
  # Dilated Controlnet for Wan2.1
13
 
 
 
14
  This repo contains the code for dilated controlnet module for Wan2.1 model.
15
- Dilated controlnet has `stride` parameter.
16
 
 
17
 
18
  ### How to
19
  Clone repo
@@ -49,7 +52,6 @@ python -m inference.cli_demo \
49
  ```bash
50
  python -m inference.gradio_web_demo \
51
  --controlnet_type "hed" \
52
- --controlnet_stride 3 \
53
  --base_model_path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
54
  --controlnet_model_path TheDenk/wan2.1-t2v-1.3b-controlnetd-hed-v1
55
  ```
 
11
  ---
12
  # Dilated Controlnet for Wan2.1
13
 
14
+ <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/OLad92O6qYETEOI6Ut8T1.mp4"></video>
15
+
16
  This repo contains the code for dilated controlnet module for Wan2.1 model.
17
+ Dilated controlnet has less basic blocks and also has `stride` parameter. For Wan1.3B model controlnet blocks count = 8 and stride = 3.
18
 
19
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/XPa3l2dm-BhuqyAH_Yk63.png)
20
 
21
  ### How to
22
  Clone repo
 
52
  ```bash
53
  python -m inference.gradio_web_demo \
54
  --controlnet_type "hed" \
 
55
  --base_model_path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
56
  --controlnet_model_path TheDenk/wan2.1-t2v-1.3b-controlnetd-hed-v1
57
  ```