From 836cd12a186cfb78fb289ecbe2eaf86ef415acac Mon Sep 17 00:00:00 2001 From: David Bertoin Date: Thu, 16 Oct 2025 10:51:09 +0200 Subject: [PATCH] Update docs/source/en/api/pipelines/photon.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/en/api/pipelines/photon.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/en/api/pipelines/photon.md b/docs/source/en/api/pipelines/photon.md index b65d6cb429..f9d6ba5a17 100644 --- a/docs/source/en/api/pipelines/photon.md +++ b/docs/source/en/api/pipelines/photon.md @@ -35,7 +35,9 @@ Photon offers multiple variants with different VAE configurations, each optimize Refer to [this](https://huggingface.co/collections/Photoroom/photon-models-68e66254c202ebfab99ad38e) collection for more information. -## Loading the Pipeline +## Loading the pipeline + +Load the pipeline with [`~DiffusionPipeline.from_pretrained`]. ```py from diffusers.pipelines.photon import PhotonPipeline