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 376 forks source link

set_use_memory_efficient_attention_xformers() #24

Closed shim94kr closed 1 year ago

shim94kr commented 1 year ago

Hello. Thank you for sharing this great work!

When I run this project, I encountered the following error.

TypeError: set_use_memory_efficient_attention_xformers() takes 2 positional arguments but 3 were given

It seems to be the error made by the diffusers but I ask the help in this project since I installed the latest version of diffusers (0.13.0) and the previous version (0.11.1) also raises up the error.

Any help would be appreciated. Thank you!

zhangjiewu commented 1 year ago

hi @shim94kr, i did not encounter this problem using diffusers==0.11.1. you may reinstall diffusers and check the environment.

wangxr1999 commented 7 months ago

same