matgen / install.sh
jingyangcarl's picture
update
0b56dc2
raw
history blame
435 Bytes
conda activate base
conda remove -n matgen-plus --all
conda create -n matgen-plus python=3.11
conda activate matgen-plus
pip install diffusers["torch"] transformers accelerate xformers
pip install gradio
pip install controlnet-aux
# text2tex
conda install pytorch3d -c pytorch -c conda-forge
conda install -c conda-forge open-clip-torch pytorch-lightning
pip install trimesh xatlas scikit-learn opencv-python omegaconf
bash run.sh