We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ccf26 commit b19e46aCopy full SHA for b19e46a
1 file changed
ort_pipeline_text2video_test.py
@@ -37,6 +37,6 @@
37
prompt = "A cat walks on the grass, realistic"
38
negative_prompt = "Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, messy background, three legs, many people in the background, walking backwards"
39
40
-output = pipe(prompt=prompt, negative_prompt=negative_prompt, height=128, width=128, num_frames=2).frames[0]
+output = pipe(prompt=prompt, negative_prompt=negative_prompt, height=256, width=256, num_frames=50).frames[0]
41
42
export_to_video(output, "output.mp4", fps=15)
0 commit comments