Hi! Thanks for your great work! I am trying to run inference on a video, however, the below error was raised.
Exception has occurred: AttributeError
'DAVPipeline' object has no attribute 'num_inference_steps'
File "~/codes/DepthAnyVideo/dav/pipelines/dav_pipeline.py", line 72, in single_infer
self.scheduler.set_timesteps(self.num_inference_steps, device=rgb.device)
File "~/codes/DepthAnyVideo/dav/pipelines/dav_pipeline.py", line 165, in __call__
key_depth_latent = self.single_infer(
File "~/codes/DepthAnyVideo/run_infer.py", line 144, in <module>
pipe_out = pipe(
AttributeError: 'DAVPipeline' object has no attribute 'num_inference_steps'
Hi! Thanks for your great work! I am trying to run inference on a video, however, the below error was raised.