pcuenq HF staff commited on
Commit
8c71f86
1 Parent(s): 7f5dcd4

Clarify VAE use

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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. For a version better suited for macOS, 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).
 
 
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