You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/ubuntu/miniconda3/envs/test/lib/python3.10/site-packages/DeepCache/extension/deepcache.py", line 42, in wrapped_forward
result = self.function_dict['unet_forward'](*args, **kwargs)
File "/home/ubuntu/miniconda3/envs/test/lib/python3.10/site-packages/DeepCache/extension/deepcache.py", line 42, in wrapped_forward
result = self.function_dict['unet_forward'](*args, **kwargs)
[Previous line repeated 978 more times]
File "/home/ubuntu/miniconda3/envs/test/lib/python3.10/site-packages/DeepCache/extension/deepcache.py", line 41, in wrapped_forward
self.cur_timestep = list(self.pipe.scheduler.timesteps).index(args[1].item())
RecursionError: maximum recursion depth exceeded while calling a Python object
The text was updated successfully, but these errors were encountered:
File "/home/ubuntu/miniconda3/envs/test/lib/python3.10/site-packages/DeepCache/extension/deepcache.py", line 42, in wrapped_forward
result = self.function_dict['unet_forward'](*args, **kwargs)
File "/home/ubuntu/miniconda3/envs/test/lib/python3.10/site-packages/DeepCache/extension/deepcache.py", line 42, in wrapped_forward
result = self.function_dict['unet_forward'](*args, **kwargs)
[Previous line repeated 978 more times]
File "/home/ubuntu/miniconda3/envs/test/lib/python3.10/site-packages/DeepCache/extension/deepcache.py", line 41, in wrapped_forward
self.cur_timestep = list(self.pipe.scheduler.timesteps).index(args[1].item())
RecursionError: maximum recursion depth exceeded while calling a Python object
The text was updated successfully, but these errors were encountered: