diffusers
04cd6adf - [Feat] add I2VGenXL for image-to-video generation (#6665)

Comment changes are shownComment changes are hidden
Commit
1 year ago
[Feat] add I2VGenXL for image-to-video generation (#6665) --------- Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by: YiYi Xu <yixu310@gmail.com>
Author
Parents
  • docs/source/en
    • File
      _toctree.yml
    • api/pipelines
      • File
        i2vgenxl.md
  • scripts
    • File
      convert_i2vgen_to_diffusers.py
  • src/diffusers
    • File
      __init__.py
    • models
      • File
        __init__.py
      • File
        attention.py
      • unets
        • File
          __init__.py
        • File
          unet_i2vgen_xl.py
    • pipelines
      • File
        __init__.py
      • i2vgen_xl
        • File
          __init__.py
        • File
          pipeline_i2vgen_xl.py
    • utils
      • File
        dummy_pt_objects.py
      • File
        dummy_torch_and_transformers_objects.py
  • tests/pipelines/i2vgen_xl
    • File
      __init__.py
    • File
      test_i2vgenxl.py