mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
* [hybrid inference 🍯🐝] Add VAE encode * _toctree: add vae encode * Add endpoints, tests * vae_encode docs * vae encode benchmarks * api reference * changelog * Update docs/source/en/hybrid_inference/overview.md Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * update --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
10 lines
161 B
Markdown
10 lines
161 B
Markdown
# Hybrid Inference API Reference
|
|
|
|
## Remote Decode
|
|
|
|
[[autodoc]] utils.remote_utils.remote_decode
|
|
|
|
## Remote Encode
|
|
|
|
[[autodoc]] utils.remote_utils.remote_encode
|