jrrjrr commited on
Commit
fb5a14c
·
1 Parent(s): 278bfe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.