optimum
3bac3386 - Add vae image processor (#1219)

Comment changes are shownComment changes are hidden
Commit
1 year ago
Add vae image processor (#1219) * add vae image processor * tests refactorization * make watermark optional * format * add shape test * add tests * format * raise error if watermark not installed but needed * fix image resizing for diffusers < v0.21.0
Author
Parents
  • optimum
    • onnxruntime
      • File
        modeling_diffusion.py
    • pipelines/diffusers
      • File
        pipeline_stable_diffusion.py
      • File
        pipeline_stable_diffusion_img2img.py
      • File
        pipeline_stable_diffusion_inpaint.py
      • File
        pipeline_stable_diffusion_xl.py
      • File
        pipeline_stable_diffusion_xl_img2img.py
      • File
        pipeline_utils.py
  • tests/onnxruntime
    • File
      test_stable_diffusion_pipeline.py