diffusers
[core] FreeNoise
#8948
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
40
Changes
View On
GitHub
Commits
initial work draft for freenoise; needs massive cleanup
a-r-r-o-w
committed
1 year ago
fix freeinit bug
a-r-r-o-w
committed
1 year ago
add animatediff controlnet implementation
a-r-r-o-w
committed
1 year ago
Merge branch 'main' into freenoise
a-r-r-o-w
committed
1 year ago
Merge branch 'main' into freenoise
a-r-r-o-w
committed
1 year ago
revert attention changes
a-r-r-o-w
committed
1 year ago
add freenoise
a-r-r-o-w
committed
1 year ago
remove old helper functions
a-r-r-o-w
committed
1 year ago
add decode batch size param to all pipelines
a-r-r-o-w
committed
1 year ago
make style
a-r-r-o-w
committed
1 year ago
fix copied from comments
a-r-r-o-w
committed
1 year ago
make fix-copies
a-r-r-o-w
committed
1 year ago
make style
a-r-r-o-w
committed
1 year ago
copy animatediff controlnet implementation from #8972
a-r-r-o-w
committed
1 year ago
add experimental support for num_frames not perfectly fitting context length, ocntext stride
a-r-r-o-w
committed
1 year ago
make unet motion model lora work again based on #8995
a-r-r-o-w
committed
1 year ago
copy load video utils from #8972
a-r-r-o-w
committed
1 year ago
copied from AnimateDiff::prepare_latents
a-r-r-o-w
committed
1 year ago
address the case where last batch of frames does not match length of indices in prepare latents
a-r-r-o-w
committed
1 year ago
decode_batch_size->vae_batch_size; batch vae encode support in animatediff vid2vid
a-r-r-o-w
committed
1 year ago
revert sparsectrl and sdxl freenoise changes
a-r-r-o-w
committed
1 year ago
revert pia
a-r-r-o-w
committed
1 year ago
add freenoise tests
a-r-r-o-w
committed
1 year ago
Merge branch 'main' into freenoise
a-r-r-o-w
committed
1 year ago
make fix-copies
a-r-r-o-w
committed
1 year ago
improve docstrings
a-r-r-o-w
committed
1 year ago
add freenoise tests to animatediff controlnet
a-r-r-o-w
committed
1 year ago
update tests
a-r-r-o-w
committed
1 year ago
Update src/diffusers/models/unets/unet_motion_model.py
a-r-r-o-w
committed
1 year ago
Merge branch 'main' into freenoise
a-r-r-o-w
committed
1 year ago
add freenoise to animatediff pag
a-r-r-o-w
committed
1 year ago
address review comments
a-r-r-o-w
committed
1 year ago
make style
a-r-r-o-w
committed
1 year ago
update tests
a-r-r-o-w
committed
1 year ago
make fix-copies
a-r-r-o-w
committed
1 year ago
update
DN6
committed
1 year ago
fix error message
a-r-r-o-w
committed
1 year ago
remove copied from comment
a-r-r-o-w
committed
1 year ago
fix imports in tests
a-r-r-o-w
committed
1 year ago
update
DN6
committed
1 year ago
Loading