You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tasks/src/tasks/text-to-video/spec/input.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,18 @@
25
25
},
26
26
"guidance_scale": {
27
27
"type": "number",
28
-
"description": "A higher guidance scale value encourages the model to generate images closely linked to the text prompt, but values too high may cause saturation and other artifacts."
28
+
"description": "A higher guidance scale value encourages the model to generate videos closely linked to the text prompt, but values too high may cause saturation and other artifacts."
29
29
},
30
30
"negative_prompt": {
31
31
"type": "array",
32
32
"items": {
33
33
"type": "string"
34
34
},
35
-
"description": "One or several prompt to guide what NOT to include in image generation."
35
+
"description": "One or several prompt to guide what NOT to include in video generation."
36
36
},
37
37
"num_inference_steps": {
38
38
"type": "integer",
39
-
"description": "The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference."
39
+
"description": "The number of denoising steps. More denoising steps usually lead to a higher quality video at the expense of slower inference."
0 commit comments