Spaces:
Running
on
Zero
Running
on
Zero
up
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ optimize_pipeline_(
|
|
39 |
height=LANDSCAPE_HEIGHT,
|
40 |
width=LANDSCAPE_WIDTH,
|
41 |
num_frames=MAX_FRAMES_MODEL,
|
|
|
42 |
)
|
43 |
|
44 |
default_prompt_i2v = "make this image come alive, cinematic motion, smooth animation"
|
|
|
39 |
height=LANDSCAPE_HEIGHT,
|
40 |
width=LANDSCAPE_WIDTH,
|
41 |
num_frames=MAX_FRAMES_MODEL,
|
42 |
+
num_inference_steps=2
|
43 |
)
|
44 |
|
45 |
default_prompt_i2v = "make this image come alive, cinematic motion, smooth animation"
|