Skip to content

Commit 3cde814

Browse files
authored
Add incompatibility note for SD (temporary)
1 parent 71ba8ae commit 3cde814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ See the [model card](https://huggingface.co/CompVis/stable-diffusion) for more i
4141

4242
**The Stable Diffusion weights are currently only available to universities, academics, research institutions and independent researchers. Please request access applying to <a href="https://stability.ai/academia-access-form" target="_blank">this</a> form**
4343

44+
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.
45+
4446
```py
4547
# make sure you're logged in with `huggingface-cli login`
4648
from torch import autocast

0 commit comments

Comments
 (0)