Files
diffusers/docs/source/en/api/pipelines/auto_pipeline.md
Steven Liu 33b363edfa [docs] AutoPipeline (#7714)
* autopipeline

* edits

* feedback

---------

Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
2024-04-22 10:15:07 -07:00

1.3 KiB

AutoPipeline

The AutoPipeline is designed to make it easy to load a checkpoint for a task without needing to know the specific pipeline class. Based on the task, the AutoPipeline automatically retrieves the correct pipeline class from the checkpoint model_index.json file.

Tip

Check out the AutoPipeline tutorial to learn how to use this API!

AutoPipelineForText2Image

autodoc AutoPipelineForText2Image - all - from_pretrained - from_pipe

AutoPipelineForImage2Image

autodoc AutoPipelineForImage2Image - all - from_pretrained - from_pipe

AutoPipelineForInpainting

autodoc AutoPipelineForInpainting - all - from_pretrained - from_pipe