jrrjrr commited on
Commit
c58d42e
1 Parent(s): 4785b6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,15 +19,15 @@ By organizing Core ML models in one place, it will be easier to find them and fo
19
 
20
  ## Base Model Types
21
 
22
- Model files with `split_einsum` in the file name are compatible with all compute units.
23
 
24
  Model files with `original` in the file name are only compatible with CPU & GPU.
25
 
26
  Model files with a `no-i2i` suffix in the file name only work for Text2Image.
27
 
28
- Models with a `cn` suffix in the file name (or in their repo name) will work for Text2Image, Image2Image and ControlNet.
29
 
30
- Model files with neither a `no-i2i` nor a `cn` suffix in the file name will work for Text2Image and Image2Image.
31
 
32
  **Other Model Types**
33
 
 
19
 
20
  ## Base Model Types
21
 
22
+ Model files with `split-einsum` in the file name are compatible with all compute units.
23
 
24
  Model files with `original` in the file name are only compatible with CPU & GPU.
25
 
26
  Model files with a `no-i2i` suffix in the file name only work for Text2Image.
27
 
28
+ Models with a `_cn` suffix in the file name (or in their repo name) will work for Text2Image, Image2Image and ControlNet.
29
 
30
+ Model files with neither a `no-i2i` nor a `_cn` suffix in the file name will work for Text2Image and Image2Image, but not ControlNet.
31
 
32
  **Other Model Types**
33