You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shark/examples/shark_inference/stable_diffusion/stable_diffusion_amd.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,12 @@ KNOWN ISSUES with this special AMD driver:
21
21
22
22
## Installation
23
23
24
-
Download the latest Windows SHARK SD binary [455 here](https://storage.googleapis.com/shark-public/windows/shark_sd_20230120_455.exe) in a folder of your choice. If you want nighly builds you can look for them in the github releases page.
24
+
Download the latest Windows SHARK SD binary [469 here](https://github.com/nod-ai/SHARK/releases/download/20230124.469/shark_sd_20230124_469.exe) in a folder of your choice. If you want nighly builds you can look for them in the github releases page.
25
25
26
26
Notes:
27
27
* We recommend that you download this EXE in a new folder, whenever you download a new EXE version. If you download it in the same folder as a previous install, you must delete the old `*.vmfb` files. Those contain Vulkan dispatches compiled from MLIR, that can get outdated if you run multiple EXE from the same folder. You can use `--clean_all` flag once to clean all the old files.
28
-
* Your browser may warn you about downloading an .exe file
29
28
* If you recently updated the driver or this binary (EXE file), we recommend you:
30
-
* clear all the local artifacts with `--clean_all` OR
29
+
* clear all the local artifacts with `--clear_all` OR
31
30
* clear the Vulkan shader cache: For Windows users this can be done by clearing the contents of `C:\Users\%username%\AppData\Local\AMD\VkCache\`. On Linux the same cache is typically located at `~/.cache/AMD/VkCache/`.
32
31
* clear the `huggingface` cache. In Windows, this is `C:\Users\%username%\.cache\huggingface`.
Total image generation runtime (s): 10.390909433364868
148
-
(shark.venv) PS C:\g\shark>
138
+
Stats for run 0:
139
+
Average step time: 47.19188690185547ms/it
140
+
Clip Inference time (ms) = 109.531
141
+
VAE Inference time (ms): 78.590
142
+
143
+
Total image generation time: 2.5788655281066895sec
149
144
```
150
145
151
146
For more options to the Stable Diffusion model read [this](https://github.com/nod-ai/SHARK/blob/main/shark/examples/shark_inference/stable_diffusion/README.md)
0 commit comments