File size: 425 Bytes
05d00b7
 
b5042f1
 
 
 
 
 
 
 
 
 
 
 
05d00b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
eval "$(conda shell.bash hook)"
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

python app.py