diffusers
5e3b7d2d - Add EasyAnimateV5.1 text-to-video, image-to-video, control-to-video generation model (#10626)

Comment changes are shownComment changes are hidden
Commit
161 days ago
Add EasyAnimateV5.1 text-to-video, image-to-video, control-to-video generation model (#10626) * Update EasyAnimate V5.1 * Add docs && add tests && Fix comments problems in transformer3d and vae * delete comments and remove useless import * delete process * Update EXAMPLE_DOC_STRING * rename transformer file * make fix-copies * make style * refactor pt. 1 * update toctree.yml * add model tests * Update layer_norm for norm_added_q and norm_added_k in Attention * Fix processor problem * refactor vae * Fix problem in comments * refactor tiling; remove einops dependency * fix docs path * make fix-copies * Update src/diffusers/pipelines/easyanimate/pipeline_easyanimate_control.py * update _toctree.yml * fix test * update * update * update * make fix-copies * fix tests --------- Co-authored-by: Aryan <aryan@huggingface.co> Co-authored-by: Aryan <contact.aryanvs@gmail.com> Co-authored-by: YiYi Xu <yixu310@gmail.com> Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
Author
Parents
  • docs/source/en
    • File
      _toctree.yml
    • api
      • models
        • File
          autoencoderkl_magvit.md
        • File
          easyanimate_transformer3d.md
      • pipelines
        • File
          easyanimate.md
  • src/diffusers
    • File
      __init__.py
    • models
      • File
        __init__.py
      • File
        attention_processor.py
      • autoencoders
        • File
          __init__.py
        • File
          autoencoder_kl_magvit.py
      • transformers
        • File
          __init__.py
        • File
          transformer_easyanimate.py
    • pipelines
      • File
        __init__.py
      • easyanimate
        • File
          __init__.py
        • File
          pipeline_easyanimate.py
        • File
          pipeline_easyanimate_control.py
        • File
          pipeline_easyanimate_inpaint.py
        • File
          pipeline_output.py
    • utils
      • File
        dummy_pt_objects.py
      • File
        dummy_torch_and_transformers_objects.py
  • tests
    • models
      • autoencoders
        • File
          test_models_autoencoder_magvit.py
      • File
        test_modeling_common.py
      • transformers
        • File
          test_models_transformer_easyanimate.py
    • pipelines/easyanimate
      • File
        __init__.py
      • File
        test_easyanimate.py
Loading