1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[docs] Fix missing API function (#6604)

fix?
This commit is contained in:
Steven Liu
2024-01-17 13:59:09 -08:00
committed by GitHub
parent 619e3ab6f6
commit 5ca062e011

View File

@@ -33,6 +33,9 @@ model = AutoencoderKL.from_single_file(url)
## AutoencoderKL
[[autodoc]] AutoencoderKL
- decode
- encode
- all
## AutoencoderKLOutput