You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/hybrid_inference/overview.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,30 +15,35 @@ specific language governing permissions and limitations under the License.
15
15
**Empowering local AI builders with Hybrid Inference**
16
16
17
17
> [!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).
19
19
20
20
---
21
21
22
22
## Why use Hybrid Inference?
23
23
24
24
Hybrid Inference offers a fast and simple way to offload local generation requirements.
25
25
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.
31
31
32
32
---
33
33
34
-
## Key Benefits
34
+
## Available Models
35
35
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.
39
39
40
40
---
41
41
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.
0 commit comments