Skip to content

Commit e5d960c

Browse files
nenuadrianalejandro-isaza
authored andcommitted
Update README.md for converting-models-to-coreml reference
Fix typo that does not anchor the links correctly
1 parent f8e3614 commit e5d960c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Resources:
452452
<details>
453453
<summary> Click to expand </summary>
454454

455-
🤗 Hugging Face ran the [conversion procedure](#converting-models-to-coreml) on the following models and made the Core ML weights publicly available on the Hub. If you would like to convert a version of Stable Diffusion that is not already available on the Hub, please refer to the [Converting Models to Core ML](#converting-models-to-core-ml).
455+
🤗 Hugging Face ran the [conversion procedure](#converting-models-to-coreml) on the following models and made the Core ML weights publicly available on the Hub. If you would like to convert a version of Stable Diffusion that is not already available on the Hub, please refer to the [Converting Models to Core ML](#converting-models-to-coreml).
456456

457457
* 6-bit quantized models (suitable for iOS 17 and macOS 14):
458458
- [`CompVis/stable-diffusion-v1-4`](https://huggingface.co/apple/coreml-stable-diffusion-1-4-palettized)
@@ -495,7 +495,7 @@ git lfs install
495495
git clone https://huggingface.co/apple/coreml-stable-diffusion-v1-4
496496
```
497497

498-
If you prefer to download specific variants instead of cloning the repos, you can use the `huggingface_hub` Python library. For example, to do generation in Python using the `ORIGINAL` attention implementation (read [this section](#converting-models-to-core-ml) for details), you could use the following helper code:
498+
If you prefer to download specific variants instead of cloning the repos, you can use the `huggingface_hub` Python library. For example, to do generation in Python using the `ORIGINAL` attention implementation (read [this section](#converting-models-to-coreml) for details), you could use the following helper code:
499499

500500
```Python
501501
from huggingface_hub import snapshot_download

0 commit comments

Comments
 (0)