showlab / Tune-A-Video

[ICCV 2023] Tune-A-Video: One-Shot Tuning of Image Diffusion Models for Text-to-Video Generation
https://tuneavideo.github.io
Apache License 2.0
4.15k stars 377 forks source link

RecursionError: maximum recursion depth exceeded in comparison #89

Open xiefan233 opened 7 months ago

xiefan233 commented 7 months ago

When I use Pycharm to debug your code, RecursionError: maximum recursion depth exceeded in comparison will appear. The reason is that the recursion is trapped in a loop when loading parameters. But when I run it, there is no such problem, it only appears in debug. How can I solve this problem? grateful!