Create Anaconda environment
conda create -n ddpm_py311 python=3.11 --yes
conda activate ddpm_py311Choose the CUDA version on the official PyTorch website: https://pytorch.org/
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118Install the remaining requirements
pip install -r requirements.txtpython main.pypython inference.py









