Spaces:
Runtime error
Runtime error
Update configs/opensora/inference/64x512x512.py
Browse files
configs/opensora/inference/64x512x512.py
CHANGED
@@ -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"
|
|
|
23 |
)
|
24 |
scheduler = dict(
|
25 |
type="iddpm",
|
26 |
+
num_sampling_steps=50,
|
27 |
cfg_scale=7.0,
|
28 |
)
|
29 |
dtype = "fp16"
|