create a conda enviroment
conda env create -f environment.yml
activate the environment
conda activate semantic-diffusion
then download spaCy model
python -m spacy download en_core_web_trf
python run.py --prompt "a cute fox wearing a graduation gown"
output will be saved in ./output.png