mikael-alafriz-deel / lucid-sonic-dreams

MIT License
771 stars 157 forks source link

need requirements versions #45

Open inhaki-jauregui opened 1 year ago

inhaki-jauregui commented 1 year ago

The package only specifies which libraries, but not which versions.. I'm having lots of dependencies incomptabilities...

Could it be posible having a "pip list" out which tells us the versions of the libraries which works alltogether?

5atu commented 1 year ago

So I am using the NerdyRodent fork of LSD and here's the packages he installs.

pip install click requests ninja imageio imageio-ffmpeg tqdm psutil scipy pyspng

pip install librosa==0.8.0 moviepy scikit-image pygit2 gdown mega.py pandas SoundFile

pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html

I am also using an old version of librosa because I was encountering an error, and that was able to fix it.

mhgenerate commented 8 months ago

So I am using the NerdyRodent fork of LSD and here's the packages he installs.

pip install click requests ninja imageio imageio-ffmpeg tqdm psutil scipy pyspng

pip install librosa==0.8.0 moviepy scikit-image pygit2 gdown mega.py pandas SoundFile

pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html

I am also using an old version of librosa because I was encountering an error, and that was able to fix it.

Hey, do you know if this is still working? I reinstalled all those packages but just keep getting constant errors. Thanks