Aryan
|
f6b690301d
|
[Pipeline] AnimateDiff SDXL (#6721)
* update conversion script to handle motion adapter sdxl checkpoint
* add animatediff xl
* handle addition_embed_type
* fix output
* update
* add imports
* make fix-copies
* add decode latents
* update docstrings
* add animatediff sdxl to docs
* remove unnecessary lines
* update example
* add test
* revert conv_in conv_out kernel param
* remove unused param addition_embed_type_num_heads
* latest IPAdapter impl
* make fix-copies
* fix return
* add IPAdapterTesterMixin to tests
* fix return
* revert based on suggestion
* add freeinit
* fix test_to_dtype test
* use StableDiffusionMixin instead of different helper methods
* fix progress bar iterations
* apply suggestions from review
* hardcode flip_sin_to_cos and freq_shift
* make fix-copies
* fix ip adapter implementation
* fix last failing test
* make style
* Update docs/source/en/api/pipelines/animatediff.md
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* remove todo
* fix doc-builder errors
---------
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
|
2024-12-23 13:02:11 +05:30 |
|
Dhruv Nair
|
eaf01bc16a
|
Safetensor loading in AnimateDiff conversion scripts (#7764)
* update
* update
|
2024-12-23 13:02:11 +05:30 |
|
Dhruv Nair
|
91f6646f6a
|
Fix setting fp16 dtype in AnimateDiff convert script. (#7127)
* update
* update
|
2024-12-23 13:02:08 +05:30 |
|
Dhruv Nair
|
bfcc067f50
|
Add AnimateDiff conversion scripts (#6340)
* add scripts
* update
|
2024-12-23 13:02:05 +05:30 |
|