1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

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

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