Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works also in Windows 11 with Miniconda3 #20

Open
zejacky opened this issue Dec 22, 2024 · 3 comments
Open

Works also in Windows 11 with Miniconda3 #20

zejacky opened this issue Dec 22, 2024 · 3 comments

Comments

@zejacky
Copy link

zejacky commented Dec 22, 2024

Thank you very much for this very useful tool! Appreciate it.
I was able to successful install, and run on windows 11 with Miniconda3.

Steps:
conda create -n mmaudio python=3.9
conda activate mmaudio
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 --upgrade
git clone your repo
cd MMAudio
pip install -e .
python gradio_demo.py

Works amazing.
Keep the good work!

@zejacky
Copy link
Author

zejacky commented Dec 22, 2024

In this case, do you recommend Python 3.9 or is it "better" with 3.10 or 3.12 etc.? Thanks.

@hkchengrex
Copy link
Owner

Thanks for testing this on Windows.
Regarding the Python version -- if it works, it works. There should not be any significant performance differences. I personally prefer newer versions, i.e., Python 3.11 at the moment because why not :) There are nice features like improved error messages: https://docs.python.org/3/whatsnew/3.11.html#whatsnew311-pep657

@zejacky
Copy link
Author

zejacky commented Dec 23, 2024

Thank you for your hint.
It tested also with python 3.12 and
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 --upgrade
Works without problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants