Add incompatibility note for SD (temporary)

This commit is contained in:
Anton Lozhkov 2022-08-20 12:02:32 +02:00 committed by GitHub
parent 71ba8aec55
commit 3cde81408f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 <a href="https://stability.ai/academia-access-form" target="_blank">this</a> 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