Skip to content

Commit b19e46a

Browse files
committed
cleanup code
1 parent 00ccf26 commit b19e46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ort_pipeline_text2video_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
prompt = "A cat walks on the grass, realistic"
3838
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"
3939

40-
output = pipe(prompt=prompt, negative_prompt=negative_prompt, height=128, width=128, num_frames=2).frames[0]
40+
output = pipe(prompt=prompt, negative_prompt=negative_prompt, height=256, width=256, num_frames=50).frames[0]
4141

4242
export_to_video(output, "output.mp4", fps=15)

0 commit comments

Comments
 (0)