diffusers
0d1d267b - [core] Allegro T2V (#9736)

Comment changes are shownComment changes are hidden
Commit
234 days ago
[core] Allegro T2V (#9736) * update * refactor transformer part 1 * refactor part 2 * refactor part 3 * make style * refactor part 4; modeling tests * make style * refactor part 5 * refactor part 6 * gradient checkpointing * pipeline tests (broken atm) * update * add coauthor Co-Authored-By: Huan Yang <hyang@fastmail.com> * refactor part 7 * add docs * make style * add coauthor Co-Authored-By: YiYi Xu <yixu310@gmail.com> * make fix-copies * undo unrelated change * revert changes to embeddings, normalization, transformer * refactor part 8 * make style * refactor part 9 * make style * fix * apply suggestions from review * Apply suggestions from code review Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * update example * remove attention mask for self-attention * update * copied from * update * update --------- Co-authored-by: Huan Yang <hyang@fastmail.com> Co-authored-by: YiYi Xu <yixu310@gmail.com> Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
Author
Parents
  • docs/source/en
    • File
      _toctree.yml
    • api
      • models
        • File
          allegro_transformer3d.md
        • File
          autoencoderkl_allegro.md
      • pipelines
        • File
          allegro.md
  • src/diffusers
    • File
      __init__.py
    • models
      • File
        __init__.py
      • File
        attention_processor.py
      • autoencoders
        • File
          __init__.py
        • File
          autoencoder_kl_allegro.py
      • File
        embeddings.py
      • File
        normalization.py
      • transformers
        • File
          __init__.py
        • File
          transformer_allegro.py
    • pipelines
      • File
        __init__.py
      • allegro
        • File
          __init__.py
        • File
          pipeline_allegro.py
        • File
          pipeline_output.py
    • utils
      • File
        dummy_pt_objects.py
      • File
        dummy_torch_and_transformers_objects.py
  • tests
    • models/transformers
      • File
        test_models_transformer_allegro.py
    • pipelines
      • allegro
        • File
          __init__.py
        • File
          test_allegro.py
      • File
        test_pipelines_common.py