godly-devotion commited on
Commit
01d8611
1 Parent(s): 4729eb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -15,6 +15,11 @@ Thanks to Apple engineers, we can now run Stable Diffusion on Apple Silicon usin
15
  However its hard to find compatible models and converting models isn't the easiest thing to do.<br>
16
  By organizing Core ML models in one place, hopefully it will be easier to find them and for everyone to benefit.
17
 
 
 
 
 
 
18
  ## `split_einsum` vs `original` Models
19
 
20
  Depending on what compute unit you select, you will need to use the correct model version.<br>
 
15
  However its hard to find compatible models and converting models isn't the easiest thing to do.<br>
16
  By organizing Core ML models in one place, hopefully 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:<br>
21
+ `--convert-unet --convert-text-encoder --convert-vae-decoder --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.<br>