Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ python -m inference.cli_demo \
|
|
47 |
--controlnet_type "hed" \
|
48 |
--controlnet_stride 3 \
|
49 |
--base_model_path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
|
50 |
-
--controlnet_model_path TheDenk/wan2.1-t2v-1.3b-
|
51 |
```
|
52 |
|
53 |
#### Inference with Gradio
|
@@ -55,7 +55,7 @@ python -m inference.cli_demo \
|
|
55 |
python -m inference.gradio_web_demo \
|
56 |
--controlnet_type "hed" \
|
57 |
--base_model_path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
|
58 |
-
--controlnet_model_path TheDenk/wan2.1-t2v-1.3b-
|
59 |
```
|
60 |
#### Detailed Inference
|
61 |
```bash
|
@@ -64,7 +64,7 @@ python -m inference.cli_demo \
|
|
64 |
--prompt "A balloon filled with water was thrown to the ground, exploding and splashing water in all directions. There were graffiti on the wall, studio lighting, and commercial movie shooting." \
|
65 |
--controlnet_type "hed" \
|
66 |
--base_model_path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
|
67 |
-
--controlnet_model_path TheDenk/wan2.1-t2v-1.3b-
|
68 |
--controlnet_weight 0.8 \
|
69 |
--controlnet_guidance_start 0.0 \
|
70 |
--controlnet_guidance_end 0.8 \
|
|
|
47 |
--controlnet_type "hed" \
|
48 |
--controlnet_stride 3 \
|
49 |
--base_model_path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
|
50 |
+
--controlnet_model_path TheDenk/wan2.1-t2v-1.3b-controlnet-hed-v1
|
51 |
```
|
52 |
|
53 |
#### Inference with Gradio
|
|
|
55 |
python -m inference.gradio_web_demo \
|
56 |
--controlnet_type "hed" \
|
57 |
--base_model_path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
|
58 |
+
--controlnet_model_path TheDenk/wan2.1-t2v-1.3b-controlnet-hed-v1
|
59 |
```
|
60 |
#### Detailed Inference
|
61 |
```bash
|
|
|
64 |
--prompt "A balloon filled with water was thrown to the ground, exploding and splashing water in all directions. There were graffiti on the wall, studio lighting, and commercial movie shooting." \
|
65 |
--controlnet_type "hed" \
|
66 |
--base_model_path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
|
67 |
+
--controlnet_model_path TheDenk/wan2.1-t2v-1.3b-controlnet-hed-v1 \
|
68 |
--controlnet_weight 0.8 \
|
69 |
--controlnet_guidance_start 0.0 \
|
70 |
--controlnet_guidance_end 0.8 \
|