• vahramtadevosyan's avatar
    [Pipeline] Add TextToVideoZeroSDXLPipeline (#4695) · d63a498c
    vahramtadevosyan authored
    
    
    * integrated sdxl for the text2video-zero pipeline
    
    * make fix-copies
    
    * fixed CI issues
    
    * make fix-copies
    
    * added docs and `copied from` statements
    
    * added fast tests
    
    * made a small change in docs
    
    * quality+style check fix
    
    * updated docs. added controlnet inference with sdxl
    
    * added device compatibility for fast tests
    
    * fixed docstrings
    
    * changing vae upcasting
    
    * remove torch.empty_cache to speed up inference
    Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
    
    * made fast tests to run on dummy models only, fixed copied from statements
    
    * fixed testing utils imports
    
    * Added bullet points for SDXL support
    
    * fixed formatting & quality
    
    * Update tests/pipelines/text_to_video/test_text_to_video_zero_sdxl.py
    Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
    
    * Update tests/pipelines/text_to_video/test_text_to_video_zero_sdxl.py
    Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
    
    * fixed minor error for merging
    
    * fixed updates of sdxl
    
    * made fast tests inherit from `PipelineTesterMixin` and run in 3-4secs on CPU
    
    * make style && make quality
    
    * reimplemented fast tests w/o default attn processor
    
    * make style & make quality
    
    * make fix-copies
    
    * make fix-copies
    
    * fixed docs
    
    * make style & make quality & make fix-copies
    
    * bug fix in cross attention
    
    * make style && make quality
    
    * make fix-copies
    
    * fix gpu issues
    
    * make fix-copies
    
    * updated pipeline signature
    
    ---------
    Co-authored-by: default avatarVahram <vahram.tadevosyan@lambda-loginnode02.cm.cluster>
    Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
    Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
    d63a498c
__init__.py 26.3 KB