mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
12 lines
331 B
Markdown
12 lines
331 B
Markdown
# Remote inference
|
|
|
|
Remote inference provides access to an [Inference Endpoint](https://huggingface.co/docs/inference-endpoints/index) to offload local generation requirements for decoding and encoding.
|
|
|
|
## remote_decode
|
|
|
|
[[autodoc]] utils.remote_utils.remote_decode
|
|
|
|
## remote_encode
|
|
|
|
[[autodoc]] utils.remote_utils.remote_encode
|