Update README.md
Browse filesA comma is missing in diffusers pipeline which will cause error.
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
|