Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ model_id = "OpenVINO/stable-diffusion-v1-5-fp16-ov"
|
|
36 |
pipeline = OVStableDiffusionPipeline.from_pretrained(model_id)
|
37 |
|
38 |
prompt = "sailing ship in storm by Rembrandt"
|
39 |
-
images = pipeline(prompt
|
40 |
```
|
41 |
|
42 |
## Usage examples
|
|
|
36 |
pipeline = OVStableDiffusionPipeline.from_pretrained(model_id)
|
37 |
|
38 |
prompt = "sailing ship in storm by Rembrandt"
|
39 |
+
images = pipeline(prompt).images
|
40 |
```
|
41 |
|
42 |
## Usage examples
|