TheDenk commited on
Commit
563e9d1
·
verified ·
1 Parent(s): b484e6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -15,8 +15,9 @@ tags:
15
  <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/3w5CQ-quMowfEaS90xyrd.mp4"></video>
16
 
17
  This repo contains the code for dilated controlnet module for Wan2.1 model.
18
- Dilated controlnet has less basic blocks and also has `stride` parameter. For Wan1.3B model controlnet blocks count = 8 and stride = 3.
19
-
 
20
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/XPa3l2dm-BhuqyAH_Yk63.png)
21
 
22
  ### How to
 
15
  <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/3w5CQ-quMowfEaS90xyrd.mp4"></video>
16
 
17
  This repo contains the code for dilated controlnet module for Wan2.1 model.
18
+ Dilated controlnet has less basic blocks and also has `stride` parameter. For Wan1.3B model controlnet blocks count = 8 and stride = 3.
19
+ See <a href="https://github.com/TheDenk/wan2.1-dilated-controlnet">Github code</a>.
20
+ General scheme
21
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/XPa3l2dm-BhuqyAH_Yk63.png)
22
 
23
  ### How to