update README
Browse files
README.md
CHANGED
|
@@ -204,7 +204,7 @@ decoder_output.save("cascade-single-file.png")
|
|
| 204 |
### Using the `StableCascadeCombinedPipeline`
|
| 205 |
|
| 206 |
```python
|
| 207 |
-
from
|
| 208 |
|
| 209 |
pipe = StableCascadeCombinedPipeline.from_pretrained("stabilityai/stable-cascade", variant="bf16", torch_dtype=torch.bfloat16)
|
| 210 |
|
|
|
|
| 204 |
### Using the `StableCascadeCombinedPipeline`
|
| 205 |
|
| 206 |
```python
|
| 207 |
+
from diffusers import StableCascadeCombinedPipeline
|
| 208 |
|
| 209 |
pipe = StableCascadeCombinedPipeline.from_pretrained("stabilityai/stable-cascade", variant="bf16", torch_dtype=torch.bfloat16)
|
| 210 |
|