From 46bce0d9152231746a66f2a75780c8552484be45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E5=B2=9A?= <155608604+xiaoyaoqilan@users.noreply.github.com> Date: Sat, 29 Aug 2026 16:12:57 +0800 Subject: [PATCH] Missing methods of `AutoencoderKL` in online docs --- docs/source/en/api/loaders/single_file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/api/loaders/single_file.md b/docs/source/en/api/loaders/single_file.md index 94fcda9f1765..b4be2a3b7f49 100644 --- a/docs/source/en/api/loaders/single_file.md +++ b/docs/source/en/api/loaders/single_file.md @@ -48,7 +48,7 @@ The [`~loaders.FromSingleFileMixin.from_single_file`] method allows you to load: - [`UNet2DConditionModel`] - [`StableCascadeUNet`] -- [`AutoencoderKL`] +- [`absent`] - [`ControlNetModel`] - [`SD3Transformer2DModel`] - [`FluxTransformer2DModel`]