The official port of Deforum, an extensive script for 2D and 3D animations, supporting keyframable sequences, dynamic math parameters (even inside the prompts), dynamic masking, depth estimation and warping.
 
 
 
 
Go to file
deforum b25b0edbb3
update requirements .py and .ipynb
2022-10-05 15:50:36 -07:00
configs fix dev branch by reverting 2022-09-21 19:41:42 -07:00
helpers Depth saving and updates 2022-09-10 14:28:00 -05:00
ldm fix dev branch by reverting 2022-09-21 19:41:42 -07:00
.gitignore Add sampler_fn for K samplers 2022-08-23 15:37:14 -04:00
Deforum_Stable_Diffusion.ipynb update requirements .py and .ipynb 2022-10-05 15:50:36 -07:00
Deforum_Stable_Diffusion.py update requirements .py and .ipynb 2022-10-05 15:50:36 -07:00
README.md Update README.md 2022-10-05 15:23:52 -07:00
convert_colab.py Adding k-samplers file in helpers & colab convert script 2022-08-28 12:32:07 -04:00
notebook_helpers.py add code 2021-12-21 03:23:41 +01:00
requirements.txt update requirements 2022-10-05 13:22:29 -07:00

README.md

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