Vchitect / Latte

Latte: Latent Diffusion Transformer for Video Generation.
Apache License 2.0
1.65k stars 177 forks source link

cannot import name 'CaptionProjection' from 'diffusers.models.embeddings' #15

Closed Devin-Sun closed 7 months ago

Devin-Sun commented 7 months ago

I create conda environment using conda env create -f environment.yml && conda activate latte, but also encounter this error when run bash sample/ffs.sh

diffuser lib is 0.26.3. AND, I have tried to install diffusers from source, but I found no information about CaptionProjection in diffusers lib. Which version you have used?

Devin-Sun commented 7 months ago

diffusers lib version 0.24 works for me. I closed this issue.