|
|
||
|---|---|---|
| configs | ||
| helpers | ||
| ldm | ||
| .gitignore | ||
| Deforum_Stable_Diffusion.ipynb | ||
| Deforum_Stable_Diffusion.py | ||
| README.md | ||
| convert_colab.py | ||
| notebook_helpers.py | ||
| requirements.txt | ||
README.md
Deforum Stable Diffusion
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