StevenZhang sbrandeis HF staff commited on
Commit
a064a6c
·
verified ·
1 Parent(s): b1cbf2d

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 <sbrandeis@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +3 -0
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