Update README.md
Browse files
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 = "
|
| 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,
|