Skip to content

Commit 9db6ea8

Browse files
stevhliuJimmy
authored andcommitted
[docs] Fix missing API function (huggingface#6604)
fix?
1 parent 72a5ac9 commit 9db6ea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/en/api/models/autoencoderkl.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ model = AutoencoderKL.from_single_file(url)
3333
## AutoencoderKL
3434

3535
[[autodoc]] AutoencoderKL
36+
- decode
37+
- encode
38+
- all
3639

3740
## AutoencoderKLOutput
3841

0 commit comments

Comments
 (0)