Skip to content

Commit c3d1429

Browse files
authored
Update sample results
1 parent d55d8be commit c3d1429

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,15 @@ python3.10 shark/examples/shark_inference/stable_diffusion/main.py --precision=f
8383

8484
You can replace `vulkan` with `cpu` to run on your CPU or with `cuda` to run on CUDA devices. If you have multiple vulkan devices you can address them with `--device=vulkan://1` etc
8585

86-
The output on a 6900XT would like:
86+
The output on a 7900XTX would like:
8787

8888
```shell
89-
44it [00:08, 5.14it/s]i = 44 t = 120 (191ms)
90-
45it [00:08, 5.15it/s]i = 45 t = 100 (191ms)
91-
46it [00:08, 5.16it/s]i = 46 t = 80 (191ms)
92-
47it [00:09, 5.16it/s]i = 47 t = 60 (193ms)
93-
48it [00:09, 5.15it/s]i = 48 t = 40 (195ms)
94-
49it [00:09, 5.12it/s]i = 49 t = 20 (196ms)
95-
50it [00:09, 5.14it/s]
96-
Average step time: 192.8154182434082ms/it
97-
Total image generation runtime (s): 10.390909433364868
98-
(shark.venv) PS C:\g\shark>
89+
Stats for run 0:
90+
Average step time: 47.19188690185547ms/it
91+
Clip Inference time (ms) = 109.531
92+
VAE Inference time (ms): 78.590
93+
94+
Total image generation time: 2.5788655281066895sec
9995
```
10096

10197
Here are some samples generated:

0 commit comments

Comments
 (0)