Skip to content

Files

Latest commit

 

History

History
39 lines (27 loc) · 1.28 KB

auto_pipeline.md

File metadata and controls

39 lines (27 loc) · 1.28 KB

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