Lawrence-cj commited on
Commit
e7fa91c
·
verified ·
1 Parent(s): fd853c3

Update README.md

Browse files

A comma is missing in diffusers pipeline which will cause error.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -112,7 +112,7 @@ prompt = "CG animation style, a small blue bird takes off from the ground, flapp
112
 
113
  output = pipeline(
114
  image=first_frame,
115
- guidance_scale=5.0
116
  prompt=prompt,
117
  num_inference_steps=50,
118
  height=544, # 720 for 720P
 
112
 
113
  output = pipeline(
114
  image=first_frame,
115
+ guidance_scale=5.0,
116
  prompt=prompt,
117
  num_inference_steps=50,
118
  height=544, # 720 for 720P