Important: do not use your OS package manager (like apt-get) or pip to install Python and its main dependencies. Use Anaconda or Miniconda instead.
Download the version according to your machine
git clone https://github.com/ronair212/LitArt.git
conda create -n <ENV-NAME> python=3.9
If you face segmentation fault
as an error while generating images do as follows:
module load anaconda3/2022.05
module load cuda/12.1
Load the version that is already installed on your machine