Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ It uses mostly the current versions of available packages, specifically:
|
|
22 |
- python-coreml-stable-diffusion (pip -e . from a current git clone of ml-stable-diffusio 1.1+)
|
23 |
- safetensors==0.3.3
|
24 |
- scikit-learn==1.1.2
|
25 |
-
- torch==2.0.0 - - - (torch
|
26 |
- torch2coreml.py from the current diffusers main repo
|
27 |
|
28 |
The converted models work in both the standard Mochi Diffusion 4.2 and 4.3 and a version I built with Xcode 15 for macOS 14 using a git clone of the current Mochi Diffusion main branch.
|
|
|
22 |
- python-coreml-stable-diffusion (pip -e . from a current git clone of ml-stable-diffusio 1.1+)
|
23 |
- safetensors==0.3.3
|
24 |
- scikit-learn==1.1.2
|
25 |
+
- torch==2.0.0 - - - (torch==2.0.1 also seems ok)
|
26 |
- torch2coreml.py from the current diffusers main repo
|
27 |
|
28 |
The converted models work in both the standard Mochi Diffusion 4.2 and 4.3 and a version I built with Xcode 15 for macOS 14 using a git clone of the current Mochi Diffusion main branch.
|