Add incompatibility note for SD (temporary)
This commit is contained in:
parent
71ba8aec55
commit
3cde81408f
|
@ -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**
|
**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
|
```py
|
||||||
# make sure you're logged in with `huggingface-cli login`
|
# make sure you're logged in with `huggingface-cli login`
|
||||||
from torch import autocast
|
from torch import autocast
|
||||||
|
|
Loading…
Reference in New Issue