Skip to content

Commit 6c2f123

Browse files
committed
comments
1 parent 08ffc8f commit 6c2f123

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

docs/source/en/_toctree.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
- local: advanced_inference/outpaint
7777
title: Outpainting
7878
title: Advanced inference
79+
- sections:
80+
- local: hybrid_inference/overview
81+
title: Overview
82+
title: Hybrid Inference
7983
- sections:
8084
- local: using-diffusers/cogvideox
8185
title: CogVideoX
@@ -628,7 +632,3 @@
628632
title: Video Processor
629633
title: Internal classes
630634
title: API
631-
- sections:
632-
- local: hybrid_inference/overview
633-
title: Overview
634-
title: Hybrid Inference

docs/source/en/hybrid_inference/overview.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,35 @@ specific language governing permissions and limitations under the License.
1515
**Empowering local AI builders with Hybrid Inference**
1616

1717
> [!TIP]
18-
> [Hybrid Inference](https://huggingface.co/blog/remote_vae) is an experimental feature.
18+
> [Hybrid Inference](https://huggingface.co/blog/remote_vae) is an experimental feature. Feedback can be provided [here](https://github.com/huggingface/diffusers/issues/new?template=remote-vae-pilot-feedback.yml).
1919
2020
---
2121

2222
## Why use Hybrid Inference?
2323

2424
Hybrid Inference offers a fast and simple way to offload local generation requirements.
2525

26-
* **VAE Decode:** Quickly decode latents to images without comprimising quality or slowing down your workflow.
27-
* **VAE Encode (coming soon):** Encode images to latents for generation or training.
28-
* **Text Encoders (coming soon):** Compute text embeddings for prompts without comprimising quality or slowing down your workflow.
29-
30-
Feedback can be provided [here](https://github.com/huggingface/diffusers/issues/new?template=remote-vae-pilot-feedback.yml).
26+
- 🚀 **Reduced Requirements:** Access powerful models without expensive hardware.
27+
- 💎 **Without Compromise:** Achieve the highest quality without sacrificing performance.
28+
- 💰 **Cost Effective:** It's free! 🤑
29+
- 🎯 **Diverse Use Cases:** Fully compatible with Diffusers 🧨 and the wider community.
30+
- 🔧 **Developer-Friendly:** Simple requests, fast responses.
3131

3232
---
3333

34-
## Key Benefits
34+
## Available Models
3535

36-
- 🚀 **Reduced Requirements:** Access powerful models without expensive hardware.
37-
- 🎯 **Diverse Use Cases:** Fully compatible with Diffusers 🧨 and the wider community.
38-
- 🔧 **Developer-Friendly:** Simple requests, fast responses.
36+
* **VAE Decode 🖼️:** Quickly decode latent representations into high-quality images without compromising performance or workflow speed.
37+
* **VAE Encode 🔢 (coming soon):** Efficiently encode images into latent representations for generation and training.
38+
* **Text Encoders 📃 (coming soon):** Compute text embeddings for your prompts quickly and accurately, ensuring a smooth and high-quality workflow.
3939

4040
---
4141

42+
## Integrations
43+
44+
* **[SD.Next](https://github.com/vladmandic/sdnext):** All-in-one UI with direct supports Hybrid Inference.
45+
* **[ComfyUI-HFRemoteVae](https://github.com/kijai/ComfyUI-HFRemoteVae):** ComfyUI node for Hybrid Inference.
46+
4247
## Contents
4348

4449
The documentation is organized into two sections:

0 commit comments

Comments
 (0)