diffusers
cbc2ec8f
- AnimateDiff prompt travel (#9231)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
297 days ago
AnimateDiff prompt travel (#9231) * update * implement prompt interpolation * make style * resnet memory optimizations * more memory optimizations; todo: refactor * update * update animatediff controlnet with latest changes * refactor chunked inference changes * remove print statements * undo memory optimization changes * update docstrings * fix tests * fix pia tests * apply suggestions from review * add tests * update comment
References
#9231 - AnimateDiff prompt travel
Author
a-r-r-o-w
Parents
b5f591fe
Files
15
src/diffusers
models
attention.py
controlnet_sparsectrl.py
unets
unet_motion_model.py
pipelines
animatediff
pipeline_animatediff.py
pipeline_animatediff_controlnet.py
pipeline_animatediff_sdxl.py
pipeline_animatediff_sparsectrl.py
pipeline_animatediff_video2video.py
free_noise_utils.py
pag
pipeline_pag_sd_animatediff.py
pia
pipeline_pia.py
tests
models/unets
test_models_unet_motion.py
pipelines/animatediff
test_animatediff.py
test_animatediff_controlnet.py
test_animatediff_video2video.py
Loading