rupeshs commited on
Commit
be4b1a6
·
verified ·
1 Parent(s): 64924c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ pipeline = OVStableDiffusionPipeline.from_pretrained(
25
  "rupeshs/sdxs-512-0.9-openvino",
26
  ov_config={"CACHE_DIR": ""},
27
  )
28
- prompt = "Teddy bears working on new AI research on the moon in the 1980s"
29
 
30
  images = pipeline(
31
  prompt=prompt,
 
25
  "rupeshs/sdxs-512-0.9-openvino",
26
  ov_config={"CACHE_DIR": ""},
27
  )
28
+ prompt = "A cute cat"
29
 
30
  images = pipeline(
31
  prompt=prompt,