yujiepan commited on
Commit
3699b97
1 Parent(s): 9968a05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -10,10 +10,15 @@ pipeline = OVStableDiffusionPipeline.from_pretrained(
10
  'yujiepan/dreamshaper-8-lcm-openvino',
11
  device='CPU',
12
  )
13
- prompt = 'Cute Dog Typing at a Typewriter German Style'
14
  images = pipeline(prompt=prompt, num_inference_steps=8, guidance_scale=1.0).images
15
  ```
16
 
 
 
 
 
 
17
  #### TODO
18
 
19
  - The fp16 base model is converted to openvino in fp32, which is unnecessary.
 
10
  'yujiepan/dreamshaper-8-lcm-openvino',
11
  device='CPU',
12
  )
13
+ prompt = 'cute dog typing at a laptop, 4k, details'
14
  images = pipeline(prompt=prompt, num_inference_steps=8, guidance_scale=1.0).images
15
  ```
16
 
17
+ ![output image](./assets/cute-dog-typing-at-a-laptop-4k-details.png)
18
+
19
+
20
+
21
+
22
  #### TODO
23
 
24
  - The fp16 base model is converted to openvino in fp32, which is unnecessary.