Clarify VAE use (#2)
Browse files- Clarify VAE use (8c71f86e2fa494fb0e507cdd868520df1667421f)
README.md
CHANGED
@@ -9,7 +9,9 @@ tags:
|
|
9 |
|
10 |
This model was generated by Hugging Face using [Apple’s repository](https://github.com/apple/ml-stable-diffusion) which has [ASCL](https://github.com/apple/ml-stable-diffusion/blob/main/LICENSE.md). This version contains Core ML weights with the `ORIGINAL` attention implementation, suitable for running on macOS GPUs.
|
11 |
|
12 |
-
This version uses 4.04 mixed-bit palettization and generates images with a resolution of 768×768. It uses `SPLIT_EINSUM` attention and is intended for use in iOS/iPadOS 17 or better.
|
|
|
|
|
13 |
|
14 |
Check [the original repository](https://github.com/apple/ml-stable-diffusion) for benchmark numbers on various devices.
|
15 |
|
|
|
9 |
|
10 |
This model was generated by Hugging Face using [Apple’s repository](https://github.com/apple/ml-stable-diffusion) which has [ASCL](https://github.com/apple/ml-stable-diffusion/blob/main/LICENSE.md). This version contains Core ML weights with the `ORIGINAL` attention implementation, suitable for running on macOS GPUs.
|
11 |
|
12 |
+
This version uses 4.04 mixed-bit palettization and generates images with a resolution of 768×768. It uses `SPLIT_EINSUM` attention and is intended for use in iOS/iPadOS 17 or better. It also uses a version of the VAE decoder [created by `@madebyollin`](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix), which allows running using 16-bit precision and helps keep the memory footprint contained.
|
13 |
+
|
14 |
+
For a macOS version, please check [this model](https://huggingface.co/apple/coreml-stable-diffusion-xl-base) or [the mixed-bit palettization resources](https://huggingface.co/apple/coreml-stable-diffusion-mixed-bit-palettization).
|
15 |
|
16 |
Check [the original repository](https://github.com/apple/ml-stable-diffusion) for benchmark numbers on various devices.
|
17 |
|