diffusers
56bea6b4 - Add PIA Model/Pipeline (#6698)

Comment changes are shownComment changes are hidden
Commit
1 year ago
Add PIA Model/Pipeline (#6698) * update * update * updaet * add tests and docs * clean up * add to toctree * fix copies * pr review feedback * fix copies * fix tests * update docs * update * update * update docs * update * update * update * update
Author
DN6 DN6
Parents
  • docs/source/en
    • File
      _toctree.yml
    • api/pipelines
      • File
        pia.md
  • src/diffusers
    • File
      __init__.py
    • models/unets
      • File
        unet_motion_model.py
    • pipelines
      • File
        __init__.py
      • pia
        • File
          __init__.py
        • File
          pipeline_pia.py
    • utils
      • File
        dummy_torch_and_transformers_objects.py
  • tests/pipelines/pia
    • File
      __init__.py
    • File
      test_pia.py