Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ inference: false
|
|
| 33 |
|
| 34 |
# 🧨 Diffusers
|
| 35 |
This model can be used just like any other Stable Diffusion model. For more information, please have a look at the [Stable Diffusion Pipeline](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/overview).
|
| 36 |
-
```
|
| 37 |
from diffusers import StableDiffusionPipeline
|
| 38 |
import torch
|
| 39 |
|
|
|
|
| 33 |
|
| 34 |
# 🧨 Diffusers
|
| 35 |
This model can be used just like any other Stable Diffusion model. For more information, please have a look at the [Stable Diffusion Pipeline](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/overview).
|
| 36 |
+
```python
|
| 37 |
from diffusers import StableDiffusionPipeline
|
| 38 |
import torch
|
| 39 |
|