Jingya HF Staff commited on
Commit
9157fde
·
1 Parent(s): 5613bec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 NeuronStableDiffusionImg2ImgPipeline
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}