yqxd

Results 1 issues of yqxd

``` pipe( prompt=prompt, input_image=input_image, negative_prompt=negative_prompt, seed=0, num_frames=num_frames, height=height, width=width, audio_sample_rate=sample_rate, input_audio=input_audio, num_inference_steps=40, sliding_window_size=48, ### 去掉这两处就不会有报错 sliding_window_stride=24, ### ) ``` 使用 s2v 模型推理时,如果添加 sliding_window_size 和 liding_window_stride 这两个参数,会有报错 ``` Traceback (most recent...