luosiallen / Diff-Foley

Diff-Foley: Synchronized Video-to-Audio Synthesis with Latent Diffusion Models
Apache License 2.0
147 stars 15 forks source link

Inquiry about the environment of Diff-Foley #16

Open YingJiang96 opened 5 months ago

YingJiang96 commented 5 months ago

This project is fantastic! We found that Pytorch-lightning 1.8.6 with torch 2.1.0 does not work. Could you please inform me of the intended release date for its environment or the specific version of torch, pytorch-lighting? Thank you.

YoonjinXD commented 5 months ago

torch==2.2.0+cu121and pytorch-lightning==1.2.0 work

YingJiang96 commented 5 months ago

torch==2.2.0+cu121and pytorch-lightning==1.2.0 work

Hey Yoonjin, thanks for your reply. The author has already released the environment then I have revised the code accordingly to be compatible with torch 2.1.0 + cu121 + pytorch-lighting=1.8.6. Thanks!

MRG-DOT commented 5 months ago

torch==2.2.0+cu121and pytorch-lightning==1.2.0 work

Can you train it?Thanks!