Skip to content

Commit 5ca062e

Browse files
authored
[docs] Fix missing API function (#6604)
fix?
1 parent 619e3ab commit 5ca062e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)