Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
from openvino.runtime import get_version
|
2 |
|
3 |
print(get_version())
|
@@ -17,4 +21,4 @@ pipeline.scheduler = LCMScheduler.from_config(pipeline.scheduler.config)
|
|
17 |
prompt = "a close-up picture of an old man standing in the rain"
|
18 |
|
19 |
image = pipeline(prompt = prompt, num_inference_steps=1,guidance_scale=0, timesteps=[399]).images[0]
|
20 |
-
image.save("ovgenerated_ship.png")
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- diffusers
|
4 |
+
---
|
5 |
from openvino.runtime import get_version
|
6 |
|
7 |
print(get_version())
|
|
|
21 |
prompt = "a close-up picture of an old man standing in the rain"
|
22 |
|
23 |
image = pipeline(prompt = prompt, num_inference_steps=1,guidance_scale=0, timesteps=[399]).images[0]
|
24 |
+
image.save("ovgenerated_ship.png")
|