Spaces:
Build error
Build error
Update t2v_enhanced/configs/inference/inference_long_video.yaml
Browse files
t2v_enhanced/configs/inference/inference_long_video.yaml
CHANGED
|
@@ -6,7 +6,7 @@ model:
|
|
| 6 |
class_path: t2v_enhanced.model.pl_module_params_controlnet.InferenceParams
|
| 7 |
init_args:
|
| 8 |
num_inference_steps: 50 # number of inference steps
|
| 9 |
-
frame_rate:
|
| 10 |
eta: 1.0 # eta used for DDIM sampler
|
| 11 |
guidance_scale: 7.5 # classifier free guidance scale
|
| 12 |
conditioning_type: fixed
|
|
|
|
| 6 |
class_path: t2v_enhanced.model.pl_module_params_controlnet.InferenceParams
|
| 7 |
init_args:
|
| 8 |
num_inference_steps: 50 # number of inference steps
|
| 9 |
+
frame_rate: 8
|
| 10 |
eta: 1.0 # eta used for DDIM sampler
|
| 11 |
guidance_scale: 7.5 # classifier free guidance scale
|
| 12 |
conditioning_type: fixed
|