We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c24111 commit 9c39564Copy full SHA for 9c39564
docs/source/en/_toctree.yml
@@ -81,6 +81,8 @@
81
title: Overview
82
- local: hybrid_inference/vae_decode
83
title: VAE Decode
84
+ - local: hybrid_inference/api_reference
85
+ title: API Reference
86
title: Hybrid Inference
87
- sections:
88
- local: using-diffusers/cogvideox
docs/source/en/hybrid_inference/api_reference.md
@@ -0,0 +1,5 @@
1
+# Hybrid Inference API Reference
2
+
3
+## Remote Decode
4
5
+[[autodoc]] utils.remote_utils.remote_decode
0 commit comments