Spaces:
Runtime error
Runtime error
Update configs/opensora/inference/64x512x512.py
Browse files
configs/opensora/inference/64x512x512.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
num_frames =
|
2 |
-
fps = 24 //
|
3 |
image_size = (512, 512)
|
4 |
|
5 |
# Define model
|
@@ -23,7 +23,7 @@ text_encoder = dict(
|
|
23 |
)
|
24 |
scheduler = dict(
|
25 |
type="iddpm",
|
26 |
-
num_sampling_steps=
|
27 |
cfg_scale=7.0,
|
28 |
)
|
29 |
dtype = "fp16"
|
|
|
1 |
+
num_frames = 64
|
2 |
+
fps = 24 //2
|
3 |
image_size = (512, 512)
|
4 |
|
5 |
# Define model
|
|
|
23 |
)
|
24 |
scheduler = dict(
|
25 |
type="iddpm",
|
26 |
+
num_sampling_steps=100,
|
27 |
cfg_scale=7.0,
|
28 |
)
|
29 |
dtype = "fp16"
|