mdmachine commited on
Commit
e7e4db9
1 Parent(s): 42aea83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -7,9 +7,14 @@ tags:
7
  ---
8
  # Core ML Converted Model:
9
 
10
- - This model was converted to Core ML for use on Apple Silicon devices. Instructions can be found [here](https://github.com/godly-devotion/MochiDiffusion/wiki/How-to-convert-ckpt-files-to-Core-ML).<br>
11
- - Provide the model to an app such as [Mochi Diffusion](https://github.com/godly-devotion/MochiDiffusion) to generate images.<br>
12
  - `split_einsum` version is compatible with all compute unit options including Neural Engine.<br>
 
 
 
 
 
13
 
14
  # Note: This model does not have the [unet split into chunks](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).
15
 
 
7
  ---
8
  # Core ML Converted Model:
9
 
10
+ - This model was converted to [Core ML for use on Apple Silicon devices](https://github.com/apple/ml-stable-diffusion). Conversion instructions can be found [here](https://github.com/godly-devotion/MochiDiffusion/wiki/How-to-convert-ckpt-or-safetensors-files-to-Core-ML).<br>
11
+ - Provide the model to an app such as Mochi Diffusion [Github](https://github.com/godly-devotion/MochiDiffusion) - [Discord](https://discord.gg/x2kartzxGv) to generate images.<br>
12
  - `split_einsum` version is compatible with all compute unit options including Neural Engine.<br>
13
+ - `original` version is only compatible with CPU & GPU option.<br>
14
+ - Custom resolution versions are tagged accordingly.<br>
15
+ - `vae` tagged files have a vae embedded into the model.<br>
16
+ - Descriptions are posted as-is from original model source. Not all features and/or results may be available in CoreML format.<br>
17
+ - This model was converted with `vae-encoder` for i2i.
18
 
19
  # Note: This model does not have the [unet split into chunks](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).
20