Safetensors
katuni4ka commited on
Commit
a9d9af0
·
verified ·
1 Parent(s): 85c94ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, num_inference_steps=4).images
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