From 82be58c51272dcc7ebd5cbf8f48d444e3df96a1a Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Fri, 10 May 2024 14:53:57 +0200 Subject: [PATCH] add missing image processors to the docs (#7910) add missing processors. --- docs/source/en/api/image_processor.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/en/api/image_processor.md b/docs/source/en/api/image_processor.md index e5aba851bb..e633a93610 100644 --- a/docs/source/en/api/image_processor.md +++ b/docs/source/en/api/image_processor.md @@ -25,3 +25,11 @@ All pipelines with [`VaeImageProcessor`] accept PIL Image, PyTorch tensor, or Nu The [`VaeImageProcessorLDM3D`] accepts RGB and depth inputs and returns RGB and depth outputs. [[autodoc]] image_processor.VaeImageProcessorLDM3D + +## PixArtImageProcessor + +[[autodoc]] image_processor.PixArtImageProcessor + +## IPAdapterMaskProcessor + +[[autodoc]] image_processor.IPAdapterMaskProcessor