From 94c555fb4cd7fff452d9f3e1e91d890f82f62944 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Tue, 16 Jan 2024 10:50:25 -0800 Subject: [PATCH] fix? --- docs/source/en/api/models/autoencoderkl.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/en/api/models/autoencoderkl.md b/docs/source/en/api/models/autoencoderkl.md index 72427ab30e6a..3534c8250d59 100644 --- a/docs/source/en/api/models/autoencoderkl.md +++ b/docs/source/en/api/models/autoencoderkl.md @@ -33,6 +33,9 @@ model = AutoencoderKL.from_single_file(url) ## AutoencoderKL [[autodoc]] AutoencoderKL + - decode + - encode + - all ## AutoencoderKLOutput