Skip to content

Commit 2bdfcc5

Browse files
committedDec 30, 2022
Update performance measures.
1 parent 3867b90 commit 2bdfcc5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ For faster inference, we use a very fast scheduler: [DPM-Solver++](https://githu
1212
## Compatibility
1313

1414
- macOS Ventura 13.1, iOS/iPadOS 16.2, Xcode 14.2.
15-
- Performance (after initial generation, which is slower)
16-
* ~10s in macOS on MacBook Pro M1 Max (64 GB).
17-
* ~1 min 15s in iPhone 14 Pro.
15+
- Performance (after the initial generation, which is slower)
16+
* ~8.3s in macOS on MacBook Pro M1 Max (64 GB). Model: Stable Diffusion v2-base, ORIGINAL attention implementation, CPU + GPU.
17+
* 23 ~ 30s on iPhone 13 Pro. Model: Stable Diffusion v2-base, SPLIT_EINSUM attention, CPU + Neural Engine, memory reduction enabled.
18+
19+
Performance on iPhone is somewhat erratic, sometimes it's ~20x slower and the phone heats up. This happens because the model could not be scheduled to run on the Neural Engine and everything happens in the CPU. We have not been able to determine the reasons for this problem. If you observe the same, here are some recommendations:
20+
- Kill apps you are not using.
21+
- Let the iPhone cool down before repeating the test.
22+
- Reboot your device.
1823

1924
## How to Build
2025

0 commit comments

Comments
 (0)
Please sign in to comment.