Set default `num_inference_steps` for the Inference Widget (#24)
Browse files- Set default `num_inference_steps` for the Inference Widget (50a44abe42ced783feba5bc1646daf3f433325b7)
Co-authored-by: Simon Brandeis <[email protected]>
README.md
CHANGED
@@ -7,6 +7,9 @@ pipeline_tag: text-to-video
|
|
7 |
tags:
|
8 |
- video generation
|
9 |
library_name: diffusers
|
|
|
|
|
|
|
10 |
---
|
11 |
# Wan2.1
|
12 |
|
|
|
7 |
tags:
|
8 |
- video generation
|
9 |
library_name: diffusers
|
10 |
+
inference:
|
11 |
+
parameters:
|
12 |
+
num_inference_steps: 10
|
13 |
---
|
14 |
# Wan2.1
|
15 |
|