Commit
·
63953ae
1
Parent(s):
1a81f08
Update README.md
Browse files
README.md
CHANGED
@@ -42,8 +42,6 @@ A demo to use Core ML Stable Diffusion weights can be found [here](https://githu
|
|
42 |
|
43 |
## Deployment Results
|
44 |
|
45 |
-
<img src="https://huggingface.co/nota-ai/coreml-bk-sdm/resolve/main/assets/speed_comparison.gif" loop=infinite>
|
46 |
-
|
47 |
| Base Model Name | Pipeline Size | Quantization Type | Attention Implementation |
|
48 |
|----------------------|---------------|-----------------------------------------------------------------------------------|--------------------------|
|
49 |
| [BK-SDM-Base-2M](https://huggingface.co/nota-ai/bk-sdm-base-2m) (Ours) | 1.48GB | [Palettized](https://coremltools.readme.io/docs/palettization-overview) | split_einsum_v2 |
|
@@ -52,6 +50,7 @@ A demo to use Core ML Stable Diffusion weights can be found [here](https://githu
|
|
52 |
| [OFA-Sys' Small Stable Diffusion v0](https://huggingface.co/pcuenq/coreml-small-stable-diffusion-v0) | 3.28GB | None | split_einsum |
|
53 |
| [Apple's Stable Diffusion v1.4, Palettized](https://huggingface.co/apple/coreml-stable-diffusion-1-4-palettized) | 1.57GB | [Palettized](https://coremltools.readme.io/docs/palettization-overview) | split_einsum_v2 |
|
54 |
|
|
|
55 |
|
56 |
## Compression Method
|
57 |
|
|
|
42 |
|
43 |
## Deployment Results
|
44 |
|
|
|
|
|
45 |
| Base Model Name | Pipeline Size | Quantization Type | Attention Implementation |
|
46 |
|----------------------|---------------|-----------------------------------------------------------------------------------|--------------------------|
|
47 |
| [BK-SDM-Base-2M](https://huggingface.co/nota-ai/bk-sdm-base-2m) (Ours) | 1.48GB | [Palettized](https://coremltools.readme.io/docs/palettization-overview) | split_einsum_v2 |
|
|
|
50 |
| [OFA-Sys' Small Stable Diffusion v0](https://huggingface.co/pcuenq/coreml-small-stable-diffusion-v0) | 3.28GB | None | split_einsum |
|
51 |
| [Apple's Stable Diffusion v1.4, Palettized](https://huggingface.co/apple/coreml-stable-diffusion-1-4-palettized) | 1.57GB | [Palettized](https://coremltools.readme.io/docs/palettization-overview) | split_einsum_v2 |
|
52 |
|
53 |
+
<img src="https://huggingface.co/nota-ai/coreml-bk-sdm/resolve/main/assets/speed_comparison.gif">
|
54 |
|
55 |
## Compression Method
|
56 |
|