zelaki / DreamSound

Code for Investigating Personalization Methods in Text to Music Generation
https://zelaki.github.io/
29 stars 5 forks source link

can't find -e git+https://github.com/LAION-AI/CLAP.git@6b1b4b5b4b87f4e19d3836d2ae7d7272e1c69410#egg=laion_clap #2

Closed fundwotsai2001 closed 10 months ago

fundwotsai2001 commented 10 months ago

while using pip install -r requirements, it can't find -e git+https://github.com/LAIONAI/CLAP.git@6b1b4b5b4b87f4e19d3836d2ae7d7272e1c69410#egg=laion_clap, and i click into the link and it says not found.

manosplitsis commented 10 months ago

Hello, clicking the link shouldn't work. Did you copy the line from requirements.txt? There should be a dash in LAION-AI: -e git+https://github.com/LAION-AI/CLAP.git@6b1b4b5b4b87f4e19d3836d2ae7d7272e1c69410#egg=laion_clap, like in the requirements.txt file. Can you try running it again and posting the console output if it doesn't work?

fundwotsai2001 commented 10 months ago

Oh, it's fine now I don't know why. But now it is saying header file too large, but i am not sure what should be "header file". Thank you. image

image

zelaki commented 10 months ago

Hello, this may be caused by using the wrong model file. Please use the right model name of path for audioldm

fundwotsai2001 commented 10 months ago

Thanks, I've solved the problem. I didn't know that i should use git lfs install before cloning models on hugging face.