Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ please have a look at the [Stable Diffusion](https://huggingface.co/docs/optimum
|
|
| 53 |
|
| 54 |
|
| 55 |
```python
|
| 56 |
-
from optimum.neuron import
|
| 57 |
|
| 58 |
model_id = "nitrosocke/Ghibli-Diffusion"
|
| 59 |
input_shapes = {"batch_size": 1, "height": 512, "width": 512}
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
```python
|
| 56 |
+
from optimum.neuron import NeuronStableDiffusionPipeline
|
| 57 |
|
| 58 |
model_id = "nitrosocke/Ghibli-Diffusion"
|
| 59 |
input_shapes = {"batch_size": 1, "height": 512, "width": 512}
|