From 12603eb4d8dd4baf2148f3bc6127e8df8bf0eb33 Mon Sep 17 00:00:00 2001 From: Aritra Roy Gosthipaty Date: Tue, 25 Feb 2025 10:44:18 +0530 Subject: [PATCH] update installation instruction --- remote_vae.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/remote_vae.md b/remote_vae.md index 10054375a7..677ef79472 100644 --- a/remote_vae.md +++ b/remote_vae.md @@ -36,6 +36,10 @@ Below, we cover three use cases where we think this remote VAE inference would b First, we have created a helper method for interacting with Remote VAEs. +> [!NOTE] +> We recommend installing `diffusers` from `main` to run the code. +> `pip install git+https://github.com/huggingface/diffusers@main` +
Code