You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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!
The text was updated successfully, but these errors were encountered: