# Deforum Stable Diffusion

GitHub stars GitHub forks Last Commit GitHub issues Colab Replicate

## Local Setup clone the github repository: ``` git clone -b local https://github.com/deforum/stable-diffusion.git cd stable-diffusion ``` clone dependencies: ``` git clone https://github.com/shariqfarooq123/AdaBins.git git clone https://github.com/isl-org/MiDaS.git git clone https://github.com/MSFTserver/pytorch3d-lite.git ``` create anaconda environment: ``` conda create -n dsd python=3.9 -y conda activate dsd conda install pytorch cudatoolkit=11.6 torchvision torchaudio -c pytorch -c conda-forge -y ``` install required packages: ``` python -m pip install -r requirements.txt ``` run deforum stable diffusion: ``` python Deforum_Stable_Diffusion.py ```