Install MatAnyone2 via Conda
mainTo install MatAnyone2 using Conda, clone the repository, create a new environment with Python 3.10, and install the package in editable mode. You can optionally install dependencies for the Gradio demo.
# Clone Repo
git clone https://github.com/pq-yang/MatAnyone2
cd MatAnyone2
# Create Conda Environment and Install Dependencies
conda create -n matanyone2 python=3.10 -y
conda activate matanyone2
# install python dependencies
pip install -e .
# [optional] install python dependencies for gradio demo
pip3 install -r hugging_face/requirements.txt