rupeshs commited on
Commit
347b21e
1 Parent(s): b36d72f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ pipeline = OVStableDiffusionXLPipeline.from_pretrained(
29
  "rupeshs/SDXL-Lightning-2steps-openvino-int8",
30
  ov_config={"CACHE_DIR": ""},
31
  )
32
- prompt = "Teddy bears working on new AI research on the moon in the 1980s"
33
 
34
  images = pipeline(
35
  prompt=prompt,
 
29
  "rupeshs/SDXL-Lightning-2steps-openvino-int8",
30
  ov_config={"CACHE_DIR": ""},
31
  )
32
+ prompt = "A dolphin leaps through the waves, set against a backdrop of bright blues and teal hues"
33
 
34
  images = pipeline(
35
  prompt=prompt,