From 3cde81408fa7814b228bce49372f22c421da5a18 Mon Sep 17 00:00:00 2001 From: Anton Lozhkov Date: Sat, 20 Aug 2022 12:02:32 +0200 Subject: [PATCH] Add incompatibility note for SD (temporary) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a82561b1..b130d686 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ See the [model card](https://huggingface.co/CompVis/stable-diffusion) for more i **The Stable Diffusion weights are currently only available to universities, academics, research institutions and independent researchers. Please request access applying to this form** +Please run `pip install diffusers transformers` for the example below to work, since the current `main` git branch is not compatible with the checkpoint yet. + ```py # make sure you're logged in with `huggingface-cli login` from torch import autocast