Spaces:
Configuration error
Configuration error
Commit
·
0775dc3
1
Parent(s):
dd81ef7
typo
Browse files
README.md
CHANGED
@@ -36,12 +36,13 @@ Before joining the community, we encourage you to have at least one model conver
|
|
36 |
### Models Name
|
37 |
|
38 |
Models have the following naming scheme: original model name, model version (`split-einsum` or `original`), model size (only if different from `512x512`), vae name (only if different from the original vae).<br>
|
39 |
-
Each label is separated by an underscore `_`, and all capitalization from the original name
|
40 |
For example: `stable-diffusion-2-1_original_512x768_ema-vae`.
|
41 |
|
42 |
### Repo Name
|
43 |
|
44 |
Repos are named with the original diffusers Hugging Face repo name prefixed by `coreml-`.<br>
|
|
|
45 |
For example: `coreml-stable-diffusion-2-1`.
|
46 |
|
47 |
### Repo README Contents
|
|
|
36 |
### Models Name
|
37 |
|
38 |
Models have the following naming scheme: original model name, model version (`split-einsum` or `original`), model size (only if different from `512x512`), vae name (only if different from the original vae).<br>
|
39 |
+
Each label is separated by an underscore `_`, and all capitalization from the original name are preserved.<br>
|
40 |
For example: `stable-diffusion-2-1_original_512x768_ema-vae`.
|
41 |
|
42 |
### Repo Name
|
43 |
|
44 |
Repos are named with the original diffusers Hugging Face repo name prefixed by `coreml-`.<br>
|
45 |
+
All capitalization from the original name are preserved.<br>
|
46 |
For example: `coreml-stable-diffusion-2-1`.
|
47 |
|
48 |
### Repo README Contents
|