Update README.md
Browse files
README.md
CHANGED
|
@@ -15,14 +15,14 @@ I have not tried it with split-einsum-v2, or SDXL.
|
|
| 15 |
|
| 16 |
It uses mostly the current versions of available packages, specifically:
|
| 17 |
|
| 18 |
-
macOS 14.0
|
| 19 |
-
python==3.9
|
| 20 |
-
coremltools==7.0
|
| 21 |
-
diffusers==0.21.2
|
| 22 |
-
python-coreml-stable-diffusion (pip -e . from a current git clone of ml-stable-diffusion)
|
| 23 |
-
safetensors==0.3.3
|
| 24 |
-
scikit-learn==1.1.2
|
| 25 |
-
torch==2.0.0
|
| 26 |
-
torch2coreml.py from the current diffusers main repo
|
| 27 |
|
| 28 |
The converted models work in both the standard Mochi Diffusion 4.2 and a version I built with Xcode 15 for macOS 14 using a git clone of the current Mochi Diffusion main branch.
|
|
|
|
| 15 |
|
| 16 |
It uses mostly the current versions of available packages, specifically:
|
| 17 |
|
| 18 |
+
- macOS 14.0
|
| 19 |
+
- python==3.9
|
| 20 |
+
- coremltools==7.0
|
| 21 |
+
- diffusers==0.21.2
|
| 22 |
+
- python-coreml-stable-diffusion (pip -e . from a current git clone of ml-stable-diffusion)
|
| 23 |
+
- safetensors==0.3.3
|
| 24 |
+
- scikit-learn==1.1.2
|
| 25 |
+
- torch==2.0.0
|
| 26 |
+
- torch2coreml.py from the current diffusers main repo
|
| 27 |
|
| 28 |
The converted models work in both the standard Mochi Diffusion 4.2 and a version I built with Xcode 15 for macOS 14 using a git clone of the current Mochi Diffusion main branch.
|