Spaces:
Runtime error
Runtime error
frames per second
Browse files
model.py
CHANGED
@@ -256,7 +256,7 @@ class Model:
|
|
256 |
)
|
257 |
return utils.create_video(result, fps)
|
258 |
|
259 |
-
def process_text2video(self, prompt, motion_field_strength_x=12,motion_field_strength_y=12, n_prompt="", resolution=512, seed=24, num_frames=8, fps=
|
260 |
use_cf_attn=True, use_motion_field=True,
|
261 |
smooth_bg=False, smooth_bg_strength=0.4 ):
|
262 |
|
|
|
256 |
)
|
257 |
return utils.create_video(result, fps)
|
258 |
|
259 |
+
def process_text2video(self, prompt, motion_field_strength_x=12,motion_field_strength_y=12, n_prompt="", resolution=512, seed=24, num_frames=8, fps=2, t0=881, t1=941,
|
260 |
use_cf_attn=True, use_motion_field=True,
|
261 |
smooth_bg=False, smooth_bg_strength=0.4 ):
|
262 |
|