update model card
Browse files
README.md
CHANGED
|
@@ -68,10 +68,6 @@ steps), SDXL (50 inference steps), SDXL Turbo (1 inference step) and Würstchen
|
|
| 68 |
|
| 69 |
**⚠️ Important**: For the code below to work, you have to install `diffusers` from this branch while the PR is WIP.
|
| 70 |
|
| 71 |
-
```shell
|
| 72 |
-
pip install git+https://github.com/kashif/diffusers.git@wuerstchen-v3
|
| 73 |
-
```
|
| 74 |
-
|
| 75 |
```python
|
| 76 |
import torch
|
| 77 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
|
@@ -139,4 +135,4 @@ The model is intended for research purposes only.
|
|
| 139 |
|
| 140 |
## How to Get Started with the Model
|
| 141 |
|
| 142 |
-
Check out https://github.com/Stability-AI/StableCascade
|
|
|
|
| 68 |
|
| 69 |
**⚠️ Important**: For the code below to work, you have to install `diffusers` from this branch while the PR is WIP.
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
```python
|
| 72 |
import torch
|
| 73 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
|
|
|
| 135 |
|
| 136 |
## How to Get Started with the Model
|
| 137 |
|
| 138 |
+
Check out https://github.com/Stability-AI/StableCascade
|