Zabriskije commited on
Commit
30cb4b1
1 Parent(s): 03d2fd6

Added "Usage" section with unzip clarification + dividers

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -15,18 +15,26 @@ Thanks to Apple engineers, we can now run Stable Diffusion on Apple Silicon usin
15
  However, it is hard to find compatible models, and converting models isn't the easiest thing to do.\
16
  By organizing Core ML models in one place, it will be easier to find them and for everyone to benefit.
17
 
 
 
18
  ## Conversion Flags
19
 
20
  The models were converted using the following flags:\
21
  `--convert-vae-decoder --convert-vae-encoder --convert-unet --convert-text-encoder --bundle-resources-for-swift-cli --attention-implementation {SPLIT_EINSUM or ORIGINAL}`
22
 
23
- ## `split_einsum` vs `original` Models
24
 
25
  Depending on what compute unit you select, you will need to use the correct model version:
26
  - `split_einsum` is compatible with all compute unit
27
  - `original` is only compatible with CPU & GPU
28
 
29
- # Contributing
 
 
 
 
 
 
30
 
31
  We encourage you to have at least one model converted (that this community doesn't already have) under your account that you would be able to contribute before joining. This will help us see those who can actually contribute back to the community.\
32
  We also encourage you to follow [models](#models-name) and [repo](#repo-name) naming schemes accordingly.
 
15
  However, it is hard to find compatible models, and converting models isn't the easiest thing to do.\
16
  By organizing Core ML models in one place, it will be easier to find them and for everyone to benefit.
17
 
18
+ <hr>
19
+
20
  ## Conversion Flags
21
 
22
  The models were converted using the following flags:\
23
  `--convert-vae-decoder --convert-vae-encoder --convert-unet --convert-text-encoder --bundle-resources-for-swift-cli --attention-implementation {SPLIT_EINSUM or ORIGINAL}`
24
 
25
+ ## Model version: `split_einsum` VS `original`
26
 
27
  Depending on what compute unit you select, you will need to use the correct model version:
28
  - `split_einsum` is compatible with all compute unit
29
  - `original` is only compatible with CPU & GPU
30
 
31
+ ## Usage
32
+
33
+ Once the chosen model has been downloaded, simply unzip it to use it.
34
+
35
+ <hr>
36
+
37
+ ## Contributing
38
 
39
  We encourage you to have at least one model converted (that this community doesn't already have) under your account that you would be able to contribute before joining. This will help us see those who can actually contribute back to the community.\
40
  We also encourage you to follow [models](#models-name) and [repo](#repo-name) naming schemes accordingly.