Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,11 @@ tags:
|
|
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 |
|
15 |
# Note: Some models do not have the [unet split into chunks](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).
|
16 |
|
|
|
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 |
+
- Some of the models were converted with `vae-encoder` for i2i.
|
18 |
+
- Models that are 32 bit will have "fp32" in the filename.
|
19 |
|
20 |
# Note: Some models do not have the [unet split into chunks](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).
|
21 |
|