Safetensors
katuni4ka commited on
Commit
4eb8d30
·
verified ·
1 Parent(s): 6df5ecd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ model_id = "OpenVINO/stable-diffusion-v1-5-int8-ov"
46
  pipeline = OVStableDiffusionPipeline.from_pretrained(model_id)
47
 
48
  prompt = "sailing ship in storm by Rembrandt"
49
- images = pipeline(prompt, num_inference_steps=4).images
50
  ```
51
 
52
  ## Usage examples
 
46
  pipeline = OVStableDiffusionPipeline.from_pretrained(model_id)
47
 
48
  prompt = "sailing ship in storm by Rembrandt"
49
+ images = pipeline(prompt).images
50
  ```
51
 
52
  ## Usage examples